frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
[gnulib.git] / ChangeLog
1 2010-04-05  Bruno Haible  <bruno@clisp.org>
2
3         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
4         * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
5
6 2010-04-05  Bruno Haible  <bruno@clisp.org>
7
8         vasprintf: Update documentation.
9         * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
10
11 2010-04-05  Bruno Haible  <bruno@clisp.org>
12
13         ptsname: Improve test.
14         * tests/test-ptsname.c (main): Also try the various master names of BSD
15         systems.
16
17 2010-04-05  Bruno Haible  <bruno@clisp.org>
18
19         memchr: Avoid a possible C++ test error.
20         * lib/string.in.h (memchr): Provide declaration if function is missing.
21         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
22         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
23         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
24         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
25
26 2010-04-05  Bruno Haible  <bruno@clisp.org>
27
28         strtok_r: Improve idiom.
29         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
30         AC_LIBOBJ is used.
31
32 2010-04-05  Bruno Haible  <bruno@clisp.org>
33
34         strdup: Improve idiom.
35         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
36         AC_LIBOBJ is used.
37         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
38         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
39         when AC_LIBOBJ is used.
40
41 2010-04-05  Bruno Haible  <bruno@clisp.org>
42
43         mbsinit, mbrtowc, wcrtomb: Improve idioms.
44         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
45         don't set REPLACE_MBSINIT to 1.
46         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
47         don't set REPLACE_MBRTOWC to 1.
48         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
49         exist, don't set REPLACE_MBSRTOWCS to 1.
50         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
51         exist, don't set REPLACE_MBSNRTOWCS to 1.
52         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
53         don't set REPLACE_WCRTOMB to 1.
54         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
55         exist, don't set REPLACE_WCSRTOMBS to 1.
56         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
57         exist, don't set REPLACE_WCSNRTOMBS to 1.
58
59 2010-04-05  Bruno Haible  <bruno@clisp.org>
60
61         ldexpl: Improve idiom.
62         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
63         make sure to set HAVE_DECL_LDEXPL to 0.
64
65 2010-04-05  Jim Meyering  <meyering@redhat.com>
66
67         init.sh: fix typo
68         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
69
70         init.sh: make it easier for a test script to write to the tty, ...
71         when using automake's parallel-tests mode.
72         * tests/init.sh (stderr_fileno_): Define overridable variable.
73         (warn_): New function, to use it.
74         (fail_, skip_, framework_failure_): Use warn_.
75
76 2010-04-04  Bruno Haible  <bruno@clisp.org>
77
78         btowc: Avoid warning.
79         * lib/btowc.c: Include <stdlib.h>.
80         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
81
82 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
83             Bruno Haible  <bruno@clisp.org>
84
85         wchar: Port to NetBSD 1.5.
86         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
87         * lib/wctype.in.h (WEOF): Likewise.
88
89 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
90             Bruno Haible  <bruno@clisp.org>
91
92         Port extended stdio to NetBSD 1.5.
93         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
94         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
95         older.
96
97 2010-04-04  Bruno Haible  <bruno@clisp.org>
98
99         string: Remove unused substitution.
100         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
101         HAVE_DECL_STRERROR.
102         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
103
104 2010-04-04  Bruno Haible  <bruno@clisp.org>
105
106         strtod: Avoid a possible C++ test error.
107         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
108         set REPLACE_STRTOD.
109
110 2010-04-04  Bruno Haible  <bruno@clisp.org>
111
112         strerror: Update documentation.
113         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
114
115 2010-04-04  Bruno Haible  <bruno@clisp.org>
116
117         stdio: Fix some C++ test errors on Solaris 8 with GCC.
118         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
119         _GL_CXXALIAS_SYS_CAST.
120
121 2010-04-04  Bruno Haible  <bruno@clisp.org>
122
123         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
124         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
125         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
126         REPLACE_FREXPL to 1.
127         * doc/posix-functions/frexpl.texi: Update documentation.
128
129 2010-04-04  Bruno Haible  <bruno@clisp.org>
130
131         math: Fix some C++ test errors on Solaris 8 and Cygwin.
132         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
133
134 2010-04-04  Bruno Haible  <bruno@clisp.org>
135
136         Implement nanosleep for native Windows.
137         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
138
139 2010-04-04  Bruno Haible  <bruno@clisp.org>
140
141         math: Fix some C++ test errors on Solaris 8.
142         * lib/math.in.h (truncf, trunc): Use simpler idiom.
143
144 2010-04-04  Bruno Haible  <bruno@clisp.org>
145
146         math: Fix some C++ test errors on Cygwin.
147         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
148         truncl): Provide declaration if the system does not have it.
149         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
150         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
151         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
152         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
153         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
154         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
155         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
156         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
157         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
158         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
159         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
160         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
161         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
162         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
163         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
164         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
165         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
166         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
167         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
168         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
169         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
170         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
171
172 2010-04-04  Bruno Haible  <bruno@clisp.org>
173
174         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
175         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
176         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
177         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
178         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
179         * m4/isinf.m4 (gl_ISINF): Likewise.
180         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
181
182 2010-04-04  Bruno Haible  <bruno@clisp.org>
183
184         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
185         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
186
187 2010-04-04  Bruno Haible  <bruno@clisp.org>
188
189         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
190         * modules/tmpfile (configure.ac): Update.
191
192         tmpfile: Fix C++ test error on mingw.
193         * lib/stdio.in.h (tmpfile): New declaration.
194         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
195         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
196         * modules/tmpfile (Depends-on): Add stdio.
197         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
198         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
199         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
200         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
201         REPLACE_TMPFILE.
202         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
203
204 2010-04-04  Bruno Haible  <bruno@clisp.org>
205
206         ioctl: Fix C++ test error on mingw.
207         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
208         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
209         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
210
211 2010-04-03  Bruno Haible  <bruno@clisp.org>
212
213         wcwidth: Fix C++ test error on mingw.
214         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
215         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
216         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
217
218 2010-04-03  Bruno Haible  <bruno@clisp.org>
219
220         nanosleep: Fix C++ test error on mingw.
221         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
222         * lib/time.in.h (nanosleep): Use modern idiom.
223         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
224         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
225         REPLACE_NANOSLEEP to 1.
226         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
227         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
228
229 2010-04-03  Bruno Haible  <bruno@clisp.org>
230
231         strptime: Fix C++ test error on mingw.
232         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
233         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
234         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
235         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
236         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
237         not REPLACE_STRPTIME.
238         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
239         REPLACE_STRPTIME.
240
241 2010-04-03  Bruno Haible  <bruno@clisp.org>
242
243         timegm: Fix C++ test error on mingw.
244         * lib/time.in.h (timegm): Use modern idiom.
245         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
246         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
247         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
248         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
249
250 2010-04-03  Bruno Haible  <bruno@clisp.org>
251
252         timegm: Assume declaration if function exists.
253         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
254         if it exists. Don't clobber ac_cv_func_timegm.
255
256 2010-04-03  Bruno Haible  <bruno@clisp.org>
257
258         time_r: Fix C++ test error on mingw.
259         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
260         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
261         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
262         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
263         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
264
265 2010-04-03  Bruno Haible  <bruno@clisp.org>
266
267         time_r: Minor updates.
268         * modules/time_r (Description): Mention the provided functions.
269         * lib/time_r.c: Don't include <string.h>.
270         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
271         * doc/posix-functions/localtime_r.texi: Likewise.
272
273 2010-04-03  Bruno Haible  <bruno@clisp.org>
274
275         time: Fix regression introduced on 2010-03-08.
276         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
277         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
278
279 2010-04-03  Jim Meyering  <meyering@redhat.com>
280
281         maint.mk: don't silently disable project-specific syntax-check rules
282         * top/maint.mk (_prohibit_regexp): Define, to help people realize
283         that they need to convert their project-specific syntax-check rules
284         to use the new _sc_search_regexp.
285
286 2010-04-03  Bruno Haible  <bruno@clisp.org>
287
288         fchdir: Fix regression introduced on 2010-03-08.
289         * lib/unistd.in.h (fchdir): Fix declaration.
290         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
291         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
292         REPLACE_FCHDIR.
293         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
294         REPLACE_FCHDIR.
295
296 2010-04-03  Bruno Haible  <bruno@clisp.org>
297
298         getpagesize: Fix C++ test error on mingw.
299         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
300         system does not declare the function.
301         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
302         declared.
303         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
304         HAVE_DECL_GETPAGESIZE.
305         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
306
307 2010-04-03  Bruno Haible  <bruno@clisp.org>
308
309         stdio: Make C++ tests work on mingw.
310         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
311         does not declare the function.
312
313 2010-04-03  Bruno Haible  <bruno@clisp.org>
314
315         ftello: Fix C++ test error on mingw.
316         * lib/stdio.in.h (ftello): Use modern idiom.
317         * lib/ftello.c (ftello): Renamed from rpl_ftello.
318         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
319         is missing and that it needs to be replaced.
320         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
321         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
322         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
323
324 2010-04-03  Bruno Haible  <bruno@clisp.org>
325
326         fseeko: Fix C++ test error on mingw.
327         * lib/stdio.in.h (fseeko): Use modern idiom.
328         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
329         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
330         is missing and that it needs to be replaced.
331         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
332         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
333         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
334
335 2010-04-03  Bruno Haible  <bruno@clisp.org>
336
337         mkstemp: Fix C++ test error on mingw.
338         * lib/stdlib.in.h (mkstemp): Use modern idiom.
339         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
340         function is missing and that it needs to be replaced.
341         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
342         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
343
344 2010-04-03  Bruno Haible  <bruno@clisp.org>
345
346         stpncpy: Fix C++ test error on mingw.
347         * lib/string.in.h (stpncpy): Use modern idiom.
348         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
349         function is missing and that it needs to be replaced.
350         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
351         REPLACE_STPNCPY.
352         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
353
354 2010-04-03  Bruno Haible  <bruno@clisp.org>
355
356         sys_stat: Fix C++ test error on mingw.
357         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
358         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
359
360 2010-04-03  Bruno Haible  <bruno@clisp.org>
361
362         pty: Update doc.
363         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
364
365 2010-04-03  Bruno Haible  <bruno@clisp.org>
366
367         unistd: Fix C++ test error on mingw.
368         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
369
370 2010-04-03  Bruno Haible  <bruno@clisp.org>
371
372         Update doc regarding mingw.
373         * doc/glibc-functions/openpty.texi: Update regarding mingw.
374         * doc/glibc-functions/login_tty.texi: Likewise.
375         * doc/glibc-functions/forkpty.texi: Likewise.
376
377 2010-04-03  Bruno Haible  <bruno@clisp.org>
378
379         stdlib: Avoid compilation failure of c-strtold on mingw.
380         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
381
382 2010-04-03  Bruno Haible  <bruno@clisp.org>
383
384         locale: Make C++ tests work on Cygwin and mingw.
385         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
386         cannot provide the function.
387         Reported by Simon Josefsson.
388
389 2010-04-03  Bruno Haible  <bruno@clisp.org>
390
391         localename: Port to MacOS X 10.6.
392         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
393         memory layout of the locales in MacOS X 10.6 as well.
394         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
395
396 2010-04-02  Bruno Haible  <bruno@clisp.org>
397
398         gnulib-tool: Ensure that long-running tests are executed last.
399         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
400         running tests after the one for the other tests.
401
402 2010-04-02  Bruno Haible  <bruno@clisp.org>
403
404         gnulib-tool: Ensure the tests in the main directory are executed first.
405         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
406         start with the current directory.
407
408 2010-04-02  Bruno Haible  <bruno@clisp.org>
409
410         Tests for module 'havelib', moved here from GNU gettext.
411         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
412         modifications.
413         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
414         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
415         with modifications.
416         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
417         modifications.
418         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
419         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
420         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
421         with modifications.
422         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
423         with modifications.
424         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
425         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
426         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
427         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
428         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
429         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
430         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
431         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
432         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
433         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
434         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
435         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
436         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
437         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
438         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
439         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
440         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
441         with modifications.
442         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
443         with modifications.
444         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
445         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
446         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
447         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
448         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
449         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
450         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
451         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
452         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
453         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
454         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
455         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
456         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
457         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
458         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
459         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
460         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
461         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
462         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
463         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
464         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
465         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
466         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
467         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
468         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
469         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
470         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
471         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
472         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
473         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
474         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
475         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
476         * tests/havelib/rpathx/rpathx.c: New file, from
477         gettext/autoconf-lib-link.
478         * tests/havelib/rpathx/Makefile.am: New file, from
479         gettext/autoconf-lib-link.
480         * tests/havelib/rpathx/configure.ac: New file, from
481         gettext/autoconf-lib-link with modifications.
482         * tests/havelib/rpathy/rpathy.c: New file, from
483         gettext/autoconf-lib-link.
484         * tests/havelib/rpathy/Makefile.am: New file, from
485         gettext/autoconf-lib-link.
486         * tests/havelib/rpathy/configure.ac: New file, from
487         gettext/autoconf-lib-link with modifications.
488         * tests/havelib/rpathz/rpathz.c: New file, from
489         gettext/autoconf-lib-link.
490         * tests/havelib/rpathz/Makefile.am: New file, from
491         gettext/autoconf-lib-link.
492         * tests/havelib/rpathz/configure.ac: New file, from
493         gettext/autoconf-lib-link with modifications.
494         * tests/havelib/rpathlx/usex.c: New file, from
495         gettext/autoconf-lib-link.
496         * tests/havelib/rpathlx/Makefile.am: New file, from
497         gettext/autoconf-lib-link.
498         * tests/havelib/rpathlx/configure.ac: New file, from
499         gettext/autoconf-lib-link with modifications.
500         * tests/havelib/rpathly/usey.c: New file, from
501         gettext/autoconf-lib-link.
502         * tests/havelib/rpathly/Makefile.am: New file, from
503         gettext/autoconf-lib-link.
504         * tests/havelib/rpathly/configure.ac: New file, from
505         gettext/autoconf-lib-link with modifications.
506         * tests/havelib/rpathlz/usez.c: New file, from
507         gettext/autoconf-lib-link.
508         * tests/havelib/rpathlz/Makefile.am: New file, from
509         gettext/autoconf-lib-link.
510         * tests/havelib/rpathlz/configure.ac: New file, from
511         gettext/autoconf-lib-link with modifications.
512         * tests/havelib/rpathlyx/usey.c: New file, from
513         gettext/autoconf-lib-link.
514         * tests/havelib/rpathlyx/Makefile.am: New file, from
515         gettext/autoconf-lib-link.
516         * tests/havelib/rpathlyx/configure.ac: New file, from
517         gettext/autoconf-lib-link with modifications.
518         * tests/havelib/rpathlzyx/usez.c: New file, from
519         gettext/autoconf-lib-link.
520         * tests/havelib/rpathlzyx/Makefile.am: New file, from
521         gettext/autoconf-lib-link.
522         * tests/havelib/rpathlzyx/configure.ac: New file, from
523         gettext/autoconf-lib-link with modifications.
524         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
525         with modifications.
526
527 2010-04-02  Bruno Haible  <bruno@clisp.org>
528
529         gnulib-tool: Create distributed built sources also for the tests.
530         * gnulib-tool (func_create_testdir): Also generate distributed built
531         sources in the tests directory.
532
533 2010-04-02  Bruno Haible  <bruno@clisp.org>
534
535         gnulib-tool: Obey user's environment variables.
536         * gnulib-tool (func_create_testdir): When creating built sources,
537         respect the environment variables for autoconf, automake, etc. given by
538         the user.
539
540 2010-04-02  Bruno Haible  <bruno@clisp.org>
541
542         gnulib-tool: Provide the value of --m4-base to modules.
543         * gnulib-tool (func_import, func_create_testdir): Emit a definition
544         of gl_m4_base.
545
546 2010-04-02  Eric Blake  <eblake@redhat.com>
547
548         maint.mk: fix some fallout
549         * NEWS: Document the incompatible change, and its effect on cfg.mk.
550         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
551
552 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
553
554         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
555         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
556         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
557         (sc_cast_of_x_alloc_return_value): Likewise.
558         (sc_cast_of_alloca_return_value): Likewise.
559         (sc_space_tab): Likewise.
560         (sc_prohibit_atoi_atof): Likewise.
561         (sc_prohibit_magic_number_exit): Likewise.
562         (sc_error_exit_success): Likewise.
563         (sc_file_system): Likewise.
564         (sc_prohibit_have_config_h): Likewise.
565         (sc_require_config_h): Likewise.
566         (sc_prohibit_HAVE_MBRTOWC): Likewise.
567         (sc_obsolete_symbols): Likewise.
568         (sc_changelog): Likewise.
569         (sc_program_name): Likewise.
570         (sc_the_the): Likewise.
571         (sc_trailing_blank): Likewise.
572         (sc_two_space_separator_in_usage): Likewise.
573         (sc_useless_cpp_parens): Likewise.
574         (sc_GPL_version): Likewise.
575         (sc_GFDL_version): Likewise.
576         (sc_texinfo_acronym): Likewise.
577         (sc_prohibit_cvs_keyword): Likewise.
578         (sc_prohibit_stat_st_blocks): Likewise.
579         (sc_prohibit_S_IS_definition): Likewise.
580         (sc_redundant_const): Likewise.
581         (sc_makefile_TAB_only_indentation): Likewise.
582         (sc_m4_quote_check): Likewise.
583         (sc_makefile_path_separator_check): Likewise.
584         (sc_copyright_check): Likewise.
585         (sc_Wundef_boolean): Likewise.
586         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
587
588         maint.mk: match 0 or more whitespace-before-function-call '('
589         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
590         that have zero or two-and-more spaces between the function name
591         and the open parenthesis.
592         (sc_error_message_warn_fatal): Likewise.
593         (sc_error_message_uppercase): Likewise.
594         (sc_error_message_period): Likewise.
595
596 2010-03-31  Eric Blake  <eblake@redhat.com>
597
598         maint.mk: check for [ as well as test
599         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
600         Based on a libvirt report by Matthias Bolte.
601
602         gnumakefile: don't squelch _version output
603         * top/GNUmakefile (_version): Create one-shot dependency rather
604         than using $(shell) when version must be regenerated.
605         (_autoreconf): Run verbosely, by default.
606
607         sys_time: avoid compiler warnings
608         * lib/sys_time.in.h (includes): Ensure gcc pragma is
609         unconditional, fixing regression from 2010-03-29.
610         Reported by Simon Josefsson.
611
612 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
613
614         maint.mk: s/_header_without_use/_sc_header_without_use/
615         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
616         (sc_prohibit_assert_without_use): Use the new name.
617         (sc_prohibit_close_stream_without_use): Likewise.
618         (sc_prohibit_getopt_without_use): Likewise.
619         (sc_prohibit_quotearg_without_use): Likewise.
620         (sc_prohibit_quote_without_use): Likewise.
621         (sc_prohibit_long_options_without_use): Likewise.
622         (sc_prohibit_inttostr_without_use): Likewise.
623         (sc_prohibit_ignore_value_without_use): Likewise.
624         (sc_prohibit_error_without_use): Likewise.
625         (sc_prohibit_xalloc_without_use): Likewise.
626         (sc_prohibit_hash_without_use): Likewise.
627         (sc_prohibit_hash_pjw_without_use): Likewise.
628         (sc_prohibit_safe_read_without_use): Likewise.
629         (sc_prohibit_argmatch_without_use): Likewise.
630         (sc_prohibit_canonicalize_without_use): Likewise.
631         (sc_prohibit_root_dev_ino_without_use): Likewise.
632         (sc_prohibit_openat_without_use): Likewise.
633         (sc_prohibit_c_ctype_without_use): Likewise.
634         (sc_prohibit_signal_without_use): Likewise.
635         (sc_prohibit_intprops_without_use): Likewise.
636
637 2010-03-30  Eric Blake  <eblake@redhat.com>
638
639         maint: improve module indicators
640         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
641         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
642         columns, and avoid extra macro expansion.
643
644         fdopendir: work around FreeBSD bug
645         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
646         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
647         * modules/dirent (Makefile.am): Substitute it.
648         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
649         declaration.
650         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
651         fix.
652         Reported by Christian Weisgerber <naddy@mips.inka.de>.
653
654 2010-03-29  Bruno Haible  <bruno@clisp.org>
655
656         Emit #pragma system_header after the inclusion guard, not before.
657         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
658         guard that spans the entire file, not before. This enables an
659         optimization in GCC's preprocessor.
660         * lib/ctype.in.h: Likewise.
661         * lib/dirent.in.h: Likewise.
662         * lib/errno.in.h: Likewise.
663         * lib/float.in.h: Likewise.
664         * lib/getopt.in.h: Likewise.
665         * lib/iconv.in.h: Likewise.
666         * lib/langinfo.in.h: Likewise.
667         * lib/locale.in.h: Likewise.
668         * lib/math.in.h: Likewise.
669         * lib/netdb.in.h: Likewise.
670         * lib/netinet_in.in.h: Likewise.
671         * lib/pty.in.h: Likewise.
672         * lib/sched.in.h: Likewise.
673         * lib/se-selinux.in.h: Likewise.
674         * lib/search.in.h: Likewise.
675         * lib/spawn.in.h: Likewise.
676         * lib/stdarg.in.h: Likewise.
677         * lib/stdint.in.h: Likewise.
678         * lib/string.in.h: Likewise.
679         * lib/strings.in.h: Likewise.
680         * lib/sys_file.in.h: Likewise.
681         * lib/sys_ioctl.in.h: Likewise.
682         * lib/sys_time.in.h: Likewise.
683         * lib/sys_times.in.h: Likewise.
684         * lib/sys_utsname.in.h: Likewise.
685         * lib/sys_wait.in.h: Likewise.
686         * lib/sysexits.in.h: Likewise.
687         * lib/wctype.in.h: Likewise.
688
689 2010-03-28  James Youngman  <jay@gnu.org>
690
691         save-cwd: don't leak a file descriptor when the caller execs.
692         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
693         saved file descriptor.
694         * modules/save-cwd (Depends-on): Depend on cloexec.
695
696 2010-03-29  Bruno Haible  <bruno@clisp.org>
697
698         Remove vestiges of fts-lgpl module.
699         * lib/fts_.h: Assume GNULIB_FTS is 1.
700         * lib/fts.c: Likewise.
701         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
702
703 2010-03-28  Bruno Haible  <bruno@clisp.org>
704
705         Fix definition of tests witness macro.
706         * gnulib-tool (func_import): Fix definition of witness macro.
707
708 2010-03-28  Bruno Haible  <bruno@clisp.org>
709
710         Fix ioctl's protoype on glibc systems.
711         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
712         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
713         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
714         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
715         signature. If not, arrange to replace the ioctl function.
716         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
717         REPLACE_IOCTL.
718         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
719         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
720         Reported by Ludovic Courtès <ludo@gnu.org>.
721
722 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
723
724         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
725         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
726         made it so grep -r --include=GLOB* ... did not work.
727
728 2010-03-26  Jim Meyering  <meyering@redhat.com>
729             Eric Blake  <eblake@redhat.com>
730
731         maint.mk: prohibit use of test's -o and -a operators
732         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
733
734 2010-03-28  Bruno Haible  <bruno@clisp.org>
735
736         Remove unused GNULIB_XYZ macro definitions.
737         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
738         invocation.
739
740 2010-03-28  Bruno Haible  <bruno@clisp.org>
741
742         Mark privileged tests modules.
743         * modules/idpriv-drop-tests (Status): New section.
744         * modules/idpriv-droptemp-tests (Status): New section.
745
746 2010-03-28  Bruno Haible  <bruno@clisp.org>
747
748         Split C++ tests into separate tests modules.
749         * modules/dirent-c++-tests: New file, extracted from
750         modules/dirent-tests.
751         * modules/dirent-tests: Depend on it.
752         * modules/fcntl-h-c++-tests: New file, extracted from
753         modules/fcntl-h-tests.
754         * modules/fcntl-h-tests: Depend on it.
755         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
756         * modules/glob-tests: Depend on it.
757         * modules/iconv-h-c++-tests: New file, extracted from
758         modules/iconv-h-tests.
759         * modules/iconv-h-tests: Depend on it.
760         * modules/langinfo-c++-tests: New file, extracted from
761         modules/langinfo-tests.
762         * modules/langinfo-tests: Depend on it.
763         * modules/locale-c++-tests: New file, extracted from
764         modules/locale-tests.
765         * modules/locale-tests: Depend on it.
766         * modules/math-c++-tests: New file, extracted from modules/math-tests.
767         * modules/math-tests: Depend on it.
768         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
769         * modules/pty-tests: Depend on it.
770         * modules/search-c++-tests: New file, extracted from
771         modules/search-tests.
772         * modules/search-tests: Depend on it.
773         * modules/signal-c++-tests: New file, extracted from
774         modules/signal-tests.
775         * modules/signal-tests: Depend on it.
776         * modules/spawn-c++-tests: New file, extracted from
777         modules/spawn-tests.
778         * modules/spawn-tests: Depend on it.
779         * modules/stdio-c++-tests: New file, extracted from
780         modules/stdio-tests.
781         * modules/stdio-tests: Depend on it.
782         * modules/stdlib-c++-tests: New file, extracted from
783         modules/stdlib-tests.
784         * modules/stdlib-tests: Depend on it.
785         * modules/string-c++-tests: New file, extracted from
786         modules/string-tests.
787         * modules/string-tests: Depend on it.
788         * modules/sys_ioctl-c++-tests: New file, extracted from
789         modules/sys_ioctl-tests.
790         * modules/sys_ioctl-tests: Depend on it.
791         * modules/sys_select-c++-tests: New file, extracted from
792         modules/sys_select-tests.
793         * modules/sys_select-tests: Depend on it.
794         * modules/sys_socket-c++-tests: New file, extracted from
795         modules/sys_socket-tests.
796         * modules/sys_socket-tests: Depend on it.
797         * modules/sys_stat-c++-tests: New file, extracted from
798         modules/sys_stat-tests.
799         * modules/sys_stat-tests: Depend on it.
800         * modules/sys_time-c++-tests: New file, extracted from
801         modules/sys_time-tests.
802         * modules/sys_time-tests: Depend on it.
803         * modules/time-c++-tests: New file, extracted from modules/time-tests.
804         * modules/time-tests: Depend on it.
805         * modules/unistd-c++-tests: New file, extracted from
806         modules/unistd-tests.
807         * modules/unistd-tests: Depend on it.
808         * modules/wchar-c++-tests: New file, extracted from
809         modules/wchar-tests.
810         * modules/wchar-tests: Depend on it.
811         * modules/wctype-c++-tests: New file, extracted from
812         modules/wctype-tests.
813         * modules/wctype-tests: Depend on it.
814         Reported by Simon Josefsson.
815
816 2010-03-28  Bruno Haible  <bruno@clisp.org>
817
818         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
819         * gnulib-tool (func_exists_module): New function, extracted from
820         func_verify_module.
821         (func_verify_module): Use it.
822         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
823         'foo' only if 'foo' exists.
824         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
825         module.
826
827 2010-03-28  Bruno Haible  <bruno@clisp.org>
828
829         gnulib-tool: Add support for special categories of tests.
830         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
831         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
832         (func_usage): Document them.
833         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
834         inc_unportable_tests, inc_all_tests): New variables.
835         (func_acceptable): Consider these variables.
836         (func_modules_transitive_closure): Make it work when the 'Status' field
837         consists of multiple words.
838         (func_import): Store and restore the values of inc_cxx_tests,
839         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
840         inc_all_tests in gnulib-comp.m4.
841         (func_create_testdir): Set inc_all_tests to true.
842         * doc/gnulib.texi (Extra tests modules): New section.
843         Suggested by Jim Meyering.
844
845 2010-03-28  Bruno Haible  <bruno@clisp.org>
846
847         ansi-c++-opt: Allow turning off the C++ build by default.
848         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
849         gl_CXX_CHOICE_DEFAULT_NO is defined.
850         Requested by Eric Blake.
851
852 2010-03-28  Bruno Haible  <bruno@clisp.org>
853
854         unistd: Avoid #define replacements in C++ mode.
855         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
856         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
857         setsockopt, shutdown, select): In C++, attach a warning to the function
858         if possible, rather than #defining the symbol to a dysfunctional alias.
859         Reported by John W. Eaton <jwe@gnu.org>.
860
861 2010-03-28  Bruno Haible  <bruno@clisp.org>
862
863         Fix link errors on mingw.
864         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
865         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
866         $(LIBSOCKET).
867         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
868         $(LIBSOCKET).
869
870 2010-03-28  Bruno Haible  <bruno@clisp.org>
871             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
872
873         lib-ignore: Determine different options for different compilers.
874         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
875         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
876         Add comments.
877         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
878         * NEWS: Mention the change.
879
880 2010-03-27  Bruno Haible  <bruno@clisp.org>
881
882         Remove unused GNULIB_XYZ macro definitions.
883         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
884         * modules/fseek (configure.ac): Likewise.
885         * modules/ioctl (configure.ac): Likewise.
886         * modules/open (configure.ac): Likewise.
887         * modules/stdlib-safer (configure.ac): Likewise.
888
889 2010-03-27  Bruno Haible  <bruno@clisp.org>
890
891         Add a remark about certain modules.
892         * modules/malloc (Comment): New section.
893         * modules/realloc (Comment): Likewise.
894         * modules/sigpipe (Comment): Likewise.
895
896 2010-03-27  Bruno Haible  <bruno@clisp.org>
897
898         Resolve conflict between the two kinds of module indicators.
899         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
900         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
901         * modules/canonicalize (configure.ac): Invoke
902         gl_MODULE_INDICATOR_FOR_TESTS.
903         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
904         GNULIB_XYZ.
905         * tests/test-dirent-c++.cc: Likewise.
906         * tests/test-dirent-safer.c: Likewise.
907         * tests/test-dup2.c: Likewise.
908         * tests/test-fchdir.c: Likewise.
909         * tests/test-fcntl-h-c++.cc: Likewise.
910         * tests/test-getopt.c: Likewise.
911         * tests/test-getopt.h: Likewise.
912         * tests/test-langinfo-c++.cc: Likewise.
913         * tests/test-locale-c++.cc: Likewise.
914         * tests/test-math-c++.cc: Likewise.
915         * tests/test-pty-c++.cc: Likewise.
916         * tests/test-search-c++.cc: Likewise.
917         * tests/test-signal-c++.cc: Likewise.
918         * tests/test-spawn-c++.cc: Likewise.
919         * tests/test-stdio-c++.cc: Likewise.
920         * tests/test-stdlib-c++.cc: Likewise.
921         * tests/test-string-c++.cc: Likewise.
922         * tests/test-sys_ioctl-c++.cc: Likewise.
923         * tests/test-sys_select-c++.cc: Likewise.
924         * tests/test-sys_socket-c++.cc: Likewise.
925         * tests/test-sys_stat-c++.cc: Likewise.
926         * tests/test-sys_time-c++.cc: Likewise.
927         * tests/test-time-c++.cc: Likewise.
928         * tests/test-unistd-c++.cc: Likewise.
929         * tests/test-wchar-c++.cc: Likewise.
930         * tests/uninorm/test-u8-nfc.c: Likewise.
931         * tests/uninorm/test-u8-nfd.c: Likewise.
932         * tests/uninorm/test-u8-nfkc.c: Likewise.
933         * tests/uninorm/test-u8-nfkd.c: Likewise.
934         * tests/uninorm/test-u16-nfc.c: Likewise.
935         * tests/uninorm/test-u16-nfd.c: Likewise.
936         * tests/uninorm/test-u16-nfkc.c: Likewise.
937         * tests/uninorm/test-u16-nfkd.c: Likewise.
938         * tests/uninorm/test-u32-nfc.c: Likewise.
939         * tests/uninorm/test-u32-nfc-big.c: Likewise.
940         * tests/uninorm/test-u32-nfd.c: Likewise.
941         * tests/uninorm/test-u32-nfd-big.c: Likewise.
942         * tests/uninorm/test-u32-nfkc.c: Likewise.
943         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
944         * tests/uninorm/test-u32-nfkd.c: Likewise.
945         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
946         * tests/uninorm/test-u32-normalize-big.c: Likewise.
947
948 2010-03-27  Bruno Haible  <bruno@clisp.org>
949
950         Distinguish two kinds of module indicators.
951         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
952         gl_MODULE_INDICATOR.
953         (gl_MODULE_INDICATOR): New macro.
954         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
955         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
956         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
957         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
958         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
959         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
960         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
961         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
962         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
963         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
964         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
965         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
966         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
967         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
968         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
969         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
970         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
971         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
972         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
973         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
974         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
975         * modules/cloexec (configure.ac): Likewise.
976         * modules/getopt-gnu (configure.ac): Likewise.
977         * modules/uninorm/u8-normalize (configure.ac): Likewise.
978         * modules/uninorm/u16-normalize (configure.ac): Likewise.
979         * modules/uninorm/u32-normalize (configure.ac): Likewise.
980         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
981
982 2010-03-27  Bruno Haible  <bruno@clisp.org>
983
984         New module description field 'Comment'.
985         * gnulib-tool: New option --extract-comment.
986         (func_usage): Document it.
987         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
988         (func_get_comment): New function.
989         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
990
991 2010-03-27  Bruno Haible  <bruno@clisp.org>
992
993         Addendum to 2010-02-07 commit.
994         * gnulib-tool (func_usage): Document --extract-applicability option.
995
996 2010-03-27  Bruno Haible  <bruno@clisp.org>
997
998         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
999         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
1000         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
1001         rather than link errors.
1002
1003 2010-03-27  Bruno Haible  <bruno@clisp.org>
1004
1005         Avoid side effects from tests-related modules on the compilation of lib.
1006         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
1007         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
1008         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
1009         parameter. Emit into AM_CPPFLAGS a definition of the designated C
1010         macro.
1011         (func_import): Define a witness macro. Assign it a value that depends
1012         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
1013         tests-related modules.
1014         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
1015         Reported by Jim Meyering.
1016
1017 2010-03-27  Bruno Haible  <bruno@clisp.org>
1018
1019         Factorize common .m4 code.
1020         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
1021         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
1022         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
1023         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
1024         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1025         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
1026         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
1027         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1028         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1029         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1030         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
1031         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1032         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1033         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1034         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1035         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
1036         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1037         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1038         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1039         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
1040         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
1041         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1042         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1043         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1044         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1045         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1046         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
1047         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
1048         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
1049         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1050         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1051         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1052
1053 2010-03-27  Bruno Haible  <bruno@clisp.org>
1054
1055         Fix a compilation error on Cygwin with g++ >= 4.3.
1056         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
1057         if it is undefined or if we alias it to chmod.
1058         (lstat): Don't warn about the use of this function if it is undefined
1059         or if we alias it to stat.
1060         Reported by Simon Josefsson.
1061
1062 2010-03-27  Bruno Haible  <bruno@clisp.org>
1063
1064         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
1065         * modules/getlogin (configure.ac): Update.
1066
1067         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
1068         * modules/getlogin_r (configure.ac): Update.
1069
1070         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
1071         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
1072         * modules/inet_ntop (configure.ac): Update.
1073
1074         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
1075         * modules/inet_pton (configure.ac): Update.
1076
1077         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
1078         * modules/mbslen (configure.ac): Update.
1079
1080         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
1081         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
1082         * modules/forkpty (configure.ac): Update.
1083         * modules/openpty (configure.ac): Update.
1084
1085 2010-03-26  Simon Josefsson  <simon@josefsson.org>
1086
1087         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
1088         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
1089
1090 2010-03-25  Eric Blake  <eblake@redhat.com>
1091
1092         maint: use pragma consistently across replacement headers
1093         * lib/ctype.in.h (system_header): Hoist for consistent placement.
1094         * lib/dirent.in.h (system_header): Likewise.
1095         * lib/errno.in.h (system_header): Likewise.
1096         * lib/float.in.h (system_header): Likewise.
1097         * lib/getopt.in.h (system_header): Likewise.
1098         * lib/iconv.in.h (system_header): Likewise.
1099         * lib/inttypes.in.h (system_header): Likewise.
1100         * lib/langinfo.in.h (system_header): Likewise.
1101         * lib/locale.in.h (system_header): Likewise.
1102         * lib/math.in.h (system_header): Likewise.
1103         * lib/netdb.in.h (system_header): Likewise.
1104         * lib/netinet_in.in.h (system_header): Likewise.
1105         * lib/pty.in.h (system_header): Likewise.
1106         * lib/sched.in.h (system_header): Likewise.
1107         * lib/se-selinux.in.h (system_header): Likewise.
1108         * lib/search.in.h (system_header): Likewise.
1109         * lib/spawn.in.h (system_header): Likewise.
1110         * lib/stdarg.in.h (system_header): Likewise.
1111         * lib/stdint.in.h (system_header): Likewise.
1112         * lib/string.in.h (system_header): Likewise.
1113         * lib/strings.in.h (system_header): Likewise.
1114         * lib/sys_file.in.h (system_header): Likewise.
1115         * lib/sys_ioctl.in.h (system_header): Likewise.
1116         * lib/sys_socket.in.h (system_header): Likewise.
1117         * lib/sys_times.in.h (system_header): Likewise.
1118         * lib/sys_utsname.in.h (system_header): Likewise.
1119         * lib/sys_wait.in.h (system_header): Likewise.
1120         * lib/sysexits.in.h (system_header): Likewise.
1121         * lib/unistd.in.h (system_header): Likewise.
1122         * lib/wctype.in.h (system_header): Likewise.
1123
1124         arpa/inet: fix mingw compilation warning
1125         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
1126         Reported by Matthew Bolte.
1127
1128 2010-03-25  Bruno Haible  <bruno@clisp.org>
1129
1130         Avoid collision between gnulib wrapper and libintl wrapper.
1131         * lib/printf.c (printf): Don't define if a printf wrapper is already
1132         defined in intl/printf.c.
1133         Reported by Michel Boaventura <michel@michelboaventura.com>.
1134
1135 2010-03-25  Bruno Haible  <bruno@clisp.org>
1136
1137         Use ANSI C.
1138         * lib/readutmp.h (getutent): Provide ANSI C prototype.
1139
1140 2010-03-25  Bruno Haible  <bruno@clisp.org>
1141
1142         Minor formatting changes.
1143         * lib/acosl.c: Insert space before function argument list.
1144         * lib/argz.c: Likewise.
1145         * lib/asinl.c: Likewise.
1146         * lib/expl.c: Likewise.
1147         * lib/gen-uni-tables.c: Likewise.
1148         * lib/gettext.h: Likewise.
1149         * lib/glthread/lock.h: Likewise.
1150         * lib/tanl.c: Likewise.
1151         * lib/uniname/uniname.c: Likewise.
1152         * tests/test-idpriv-drop.c: Likewise.
1153         * tests/test-idpriv-droptemp.c: Likewise.
1154         * tests/test-lock.c: Likewise.
1155         * tests/test-tls.c: Likewise.
1156         * lib/argp-help.c: Insert space before function-like macro argument
1157         list.
1158         * lib/memcmp.c: Likewise.
1159         * tests/test-base64.c: Likewise.
1160         * lib/localename.c: Insert space before sizeof's argument list.
1161         * lib/safe-alloc.h: Likewise.
1162         * lib/file-set.h: Insert space before macro argument list.
1163         * tests/test-argp.c: Likewise.
1164         * lib/argp-namefrob.h: Insert space before function parameter list.
1165         * lib/getaddrinfo.c: Likewise.
1166         * lib/netdb.in.h: Likewise.
1167         * lib/parse-duration.h: Likewise.
1168         * lib/parse-duration.c: Likewise.
1169         * lib/poll.c: Likewise.
1170         * lib/select.c: Likewise.
1171         * lib/trim.h: Likewise.
1172         * tests/test-usleep.c: Likewise.
1173         * lib/ldexpl.c: Insert space before function parameter list and before
1174         function argument list.
1175         * lib/logl.c: Likewise.
1176         * lib/sqrtl.c: Likewise.
1177         * lib/trim.c: Likewise.
1178         * lib/cosl.c: Use GNU style indentation. Insert space before function
1179         argument list.
1180         * lib/sinl.c: Likewise.
1181         * lib/tsearch.c: Insert space after 'for'.
1182         Reported by Jim Meyering.
1183
1184 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
1185
1186         * maint.mk (sc_Wundef_boolean): Check for the presence of the
1187         config header before grepping, as it's not present before
1188         autoreconf/configure are run.  Reported by Simon Josefsson.
1189
1190 2010-03-23  Bruno Haible  <bruno@clisp.org>
1191
1192         pt_chown: Make it work with automake < 1.11.
1193         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
1194         Reported by Simon Josefsson.
1195
1196 2010-03-23  Bruno Haible  <bruno@clisp.org>
1197
1198         pt_chown: Don't depend on GPLed modules.
1199         * lib/pt_chown.c: Don't include idpriv.h.
1200         (main): Don't drop privileges.
1201         * modules/pt_chown (Depends-on): Remove idpriv-drop.
1202         Reported by Simon Josefsson.
1203
1204 2010-03-24  Simon Josefsson  <simon@josefsson.org>
1205
1206         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
1207         suggestions from karl@freefriends.org (Karl Berry).
1208
1209 2010-03-22  Eric Blake  <eblake@redhat.com>
1210
1211         gethostname: further tweaks
1212         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
1213         are overriding gethostname.
1214         Suggested by Bruno Haible.
1215
1216 2010-03-21  Bruno Haible  <bruno@clisp.org>
1217
1218         Fix comments.
1219         * lib/forkpty.c (rpl_forkpty): Fix comment.
1220         * lib/openpty.c (rpl_openpty): Likewise.
1221         Reported by Eric Blake.
1222
1223 2010-03-22  Eric Blake  <eblake@redhat.com>
1224
1225         gethostname: fix build on mingw
1226         * lib/unistd.in.h (includes): Work around fact that mingw
1227         <winsock2.h> re-includes <unistd.h>, by avoiding any
1228         redeclarations if we are being included by <winsock2.h>.
1229         Reported by Matthias Bolte.
1230
1231 2010-03-21  Bruno Haible  <bruno@clisp.org>
1232
1233         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1234         * lib/forkpty.c (forkpty): New replacement function, from glibc with
1235         modifications.
1236         * lib/pty.in.h (forkpty): Update declaration. Add comments.
1237         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
1238         provide the replacement.
1239         * modules/forkpty (Depends-on): Add openpty, login_tty.
1240         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1241         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1242         * doc/glibc-functions/forkpty.texi: More supported platforms.
1243         * config/srclist.txt: Add forkpty.c (commented).
1244
1245 2010-03-21  Bruno Haible  <bruno@clisp.org>
1246
1247         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1248         (Makefile.am): Verify that PTY_LIB is defined.
1249
1250         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1251
1252 2010-03-21  Bruno Haible  <bruno@clisp.org>
1253
1254         Tests for module 'login_tty'.
1255         * modules/login_tty-tests: New file.
1256         * tests/test-login_tty.c: New file.
1257
1258         New module 'login_tty'.
1259         * lib/login_tty.c: New file.
1260         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
1261         * modules/login_tty: New file.
1262         * doc/glibc-functions/login_tty.texi: Mention the new module.
1263
1264 2010-03-21  Bruno Haible  <bruno@clisp.org>
1265
1266         login_tty: Documentation.
1267         * doc/glibc-functions/login_tty.texi: New file.
1268         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
1269
1270 2010-03-21  Bruno Haible  <bruno@clisp.org>
1271
1272         pty: Consistent macro naming.
1273         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
1274         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
1275         * modules/pty (configure.ac): Update.
1276
1277 2010-03-21  Bruno Haible  <bruno@clisp.org>
1278
1279         Tests for openpty: Make stricter.
1280         * tests/test-openpty.c (main): Add test of canonical processing and
1281         erase.
1282         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
1283
1284         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1285         * lib/openpty.c (openpty): New replacement function.
1286         * lib/pty.in.h: Include <termios.h>.
1287         (openpty): Update declaration. Add comments.
1288         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
1289         is not declared, arrange to provide the replacement. Check for _getpty
1290         and posix_openpt.
1291         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
1292         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
1293         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
1294         * modules/pty-tests (test_pty_c___LDADD): New variable.
1295         * doc/glibc-functions/openpty.texi: More supported platforms.
1296
1297 2010-03-21  Bruno Haible  <bruno@clisp.org>
1298
1299         setenv: Tweaks.
1300         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
1301         the test program.
1302         * doc/posix-functions/setenv.texi: Update platforms list.
1303
1304 2010-03-21  Bruno Haible  <bruno@clisp.org>
1305
1306         New module 'unlockpt'.
1307         * lib/unlockpt.c: New file, from glibc with modifications.
1308         * m4/unlockpt.m4: New file.
1309         * modules/unlockpt: New file.
1310         * lib/stdlib.in.h (unlockpt): New declaration.
1311         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1312         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1313         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1314         HAVE_UNLOCKPT.
1315         * doc/posix-functions/unlockpt.texi: Mention the new module.
1316         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1317         * config/srclist.txt: Add unlockpt.c (commented).
1318
1319 2010-03-21  Jim Meyering  <meyering@redhat.com>
1320
1321         maint.mk: prohibit inclusion of "intprops.h" without use
1322         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1323
1324 2010-03-21  Bruno Haible  <bruno@clisp.org>
1325
1326         New module 'grantpt'.
1327         * lib/grantpt.c: New file, from glibc with modifications.
1328         * m4/grantpt.m4: New file.
1329         * modules/grantpt: New file.
1330         * lib/stdlib.in.h (grantpt): New declaration.
1331         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1332         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1333         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1334         HAVE_GRANTPT.
1335         * doc/posix-functions/grantpt.texi: Mention the new module.
1336         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1337         * config/srclist.txt: Add grantpt.c (commented).
1338
1339 2010-03-21  Bruno Haible  <bruno@clisp.org>
1340
1341         New module 'pt_chown'.
1342         * lib/pt_chown.c: New file, from glibc with modifications.
1343         * lib/pty-private.h: New file, from glibc with modifications.
1344         * modules/pt_chown: New file.
1345         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1346
1347 2010-03-21  Bruno Haible  <bruno@clisp.org>
1348
1349         Tests for module 'ptsname'.
1350         * modules/ptsname-tests: New file.
1351         * tests/test-ptsname.c: New file.
1352
1353         New module 'ptsname'.
1354         * lib/ptsname.c: New file, from glibc with modifications.
1355         * m4/ptsname.m4: New file.
1356         * modules/ptsname: New file.
1357         * lib/stdlib.in.h (ptsname): New declaration.
1358         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1359         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1360         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1361         HAVE_PTSNAME.
1362         * doc/posix-functions/ptsname.texi: Mention the new module.
1363         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1364         * config/srclist.txt: Add ptsname.c (commented).
1365
1366 2010-03-21  Bruno Haible  <bruno@clisp.org>
1367
1368         Tests for module 'ttyname_r'.
1369         * modules/ttyname_r-tests: New file.
1370         * tests/test-ttyname_r.c: New file.
1371
1372         New module 'ttyname_r'.
1373         * lib/ttyname_r.c: New file.
1374         * m4/ttyname_r.m4: New file.
1375         * modules/ttyname_r: New file.
1376         * lib/unistd.in.h (ttyname_r): New declaration.
1377         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1378         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1379         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1380         HAVE_TTYNAME_R.
1381         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1382         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1383
1384 2010-03-20  Bruno Haible  <bruno@clisp.org>
1385
1386         signal: Undefine macro definitions in C++ mode.
1387         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1388         sigfillset): Undefine macro definitions from the system header in C++
1389         mode.
1390         Reported by John W. Eaton <jwe@gnu.org>.
1391
1392 2010-03-20  Bruno Haible  <bruno@clisp.org>
1393
1394         Ensure no #include statements inside extern "C" { ... }.
1395         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1396         contain #include statements.
1397         * lib/time.in.h: Likewise.
1398
1399 2010-03-20  Bruno Haible  <bruno@clisp.org>
1400
1401         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1402         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1403         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1404         Reported by John W. Eaton <jwe@gnu.org>.
1405
1406 2010-03-20  Bruno Haible  <bruno@clisp.org>
1407
1408         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1409         Reported by Jim Meyering.
1410
1411 2010-03-20  Bruno Haible  <bruno@clisp.org>
1412
1413         pipe: Set errno upon failure.
1414         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1415         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1416         errno value in error message.
1417
1418 2010-03-20  Bruno Haible  <bruno@clisp.org>
1419             Jim Meyering  <meyering@redhat.com>
1420
1421         lchown: Avoid "unused variable" warning.
1422         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1423
1424 2010-03-20  Bruno Haible  <bruno@clisp.org>
1425
1426         Work around unlink() bug on MacOS X 10.5.6.
1427         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1428         attempting to unlink a parent directory.
1429         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1430         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1431         activate for the replacement function.
1432         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1433
1434 2010-03-20  Bruno Haible  <bruno@clisp.org>
1435
1436         Fix link errors on Solaris 8.
1437         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1438         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1439
1440 2010-03-19  Jim Meyering  <meyering@redhat.com>
1441
1442         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1443         The _LIBC implementation of build_range_exp correctly honors the
1444         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1445         However, the non-_LIBC implementation would ignore that syntax-bit
1446         flag and return REG_ERANGE unconditionally.
1447         This change makes it honor that flag.
1448         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1449         Make two pointer parameters "const".
1450         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1451         (parse_bracket_exp): Update caller.
1452
1453         regex.m4: correct the reversed range endpoint ([b-a]) test
1454         * m4/regex.m4: When requiring that [b-a] evoke failure,
1455         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1456         test pass once again for x86-based systems.
1457
1458 2010-03-19  Bruno Haible  <bruno@clisp.org>
1459
1460         scandir: Fix link error on Solaris 8.
1461         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1462         macros.
1463
1464 2010-03-19  Bruno Haible  <bruno@clisp.org>
1465
1466         getusershell: Fix documentation.
1467         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1468         module.
1469         * doc/glibc-functions/setusershell.texi: Likewise.
1470
1471         getusershell: Provide declaration, missing on Solaris 9.
1472         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1473         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1474         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1475         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1476         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1477         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1478         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1479         HAVE_GETUSERSHELL.
1480         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1481
1482 2010-03-19  Bruno Haible  <bruno@clisp.org>
1483
1484         wctype: Provide iswblank function.
1485         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1486         exists and is fine.
1487         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1488         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1489         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1490         * doc/posix-functions/iswblank.texi: Update.
1491
1492 2010-03-19  Bruno Haible  <bruno@clisp.org>
1493
1494         Tests of module 'pty' in C++ mode.
1495         * modules/pty-tests: New file.
1496         * tests/test-pty-c++.cc: New file.
1497         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1498
1499 2010-03-19  Eric Blake  <eblake@redhat.com>
1500
1501         logb: fix documentation
1502         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1503         1.5 declaration bug.
1504
1505         forkpty, openpty: prefer glibc's const-safe prototype
1506         * lib/forkpty.c (rpl_forkpty): New file.
1507         * lib/openpty.c (rpl_openpty): Likewise.
1508         * modules/forkpty (Files): Distribute it.
1509         * modules/openpty (Files): Likewise.
1510         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1511         check...
1512         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1513         replacement for for non-const BSD signature.
1514         * modules/pty (Makefile.am): Substitute witnesses.
1515         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1516         * tests/test-forkpty.c: Update signature check.
1517         * tests/test-openpty.c: Likewise.
1518         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1519         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1520
1521         forkpty, openpty: split functions into new modules
1522         * modules/pty (Makefile.am): Substitute new witnesses.
1523         (Libraries): Move library detection...
1524         * modules/forkpty: ...into new module.
1525         * modules/openpty: Another new module.
1526         * modules/pty-tests: Rename and split...
1527         * modules/forkpty-tests: ...to this...
1528         * modules/openpty-tests: ...and this.
1529         * tests/test-pty.c: Rename and split...
1530         * tests/test-forkpty.c: ...to this...
1531         * tests/test-openpty.c: ...and this.
1532         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1533         (gl_PTY): Split library searching...
1534         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1535         (gl_FORKPTY, gl_OPENPTY): New macros.
1536         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1537         * NEWS: Mention the split.
1538         * MODULES.html.sh (Misc): Document the modules.
1539         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1540         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1541
1542         pty: improve replacement header
1543         * lib/pty.in.h: New file.
1544         * modules/pty (Files): Ship it.
1545         (Makefile.am): Always build replacement.
1546         * m4/pty.m4: Rename...
1547         * m4/pty_h.m4: ...to this.
1548         (gl_PTY): Modernize setting of witness macros; update check of
1549         forkpty to take proper advantage of cache.
1550         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1551
1552         getopt: avoid compiler warning
1553         * lib/getopt.c (attribute_hidden): Remove unused macro.
1554
1555 2010-03-18  Bruno Haible  <bruno@clisp.org>
1556
1557         Fix link errors on Solaris 8.
1558         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1559         * modules/search-tests (test_search_c___LDADD): Likewise.
1560         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1561         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1562         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1563         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1564         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1565         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1566         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1567
1568 2010-03-18  Bruno Haible  <bruno@clisp.org>
1569
1570         Fix bug introduced on 2010-03-14.
1571         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1572         (gl_SPAWN_H): Require it.
1573         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1574         Reported by Simon Josefsson.
1575
1576 2010-03-18  Bruno Haible  <bruno@clisp.org>
1577
1578         Fix typo introduced on 2009-12-31.
1579         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1580         posix_spawn_file_actions_adddup2.
1581
1582 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1583         and Eric Blake  <eblake@redhat.com>
1584
1585         test-vc-list-files-git: make more robust
1586         * tests/test-vc-list-files-git.sh: Unset problematic environment
1587         variables.  Chain commands together.
1588
1589 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1590
1591         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1592         `AC_CHECK_DECL' invocation.
1593
1594 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1595
1596         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1597         appears before executable statements. Suggested by Petr Sumbera
1598         <Petr.Sumbera@Sun.COM>.
1599
1600 2010-03-14  Bruno Haible  <bruno@clisp.org>
1601
1602         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1603         portability problems. Instead use a simpler test.
1604         (main): Check that invalid arguments are rejected only on Linux.
1605
1606 2010-03-14  Bruno Haible  <bruno@clisp.org>
1607
1608         Fix bug introduced on 2009-12-31.
1609         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1610         gl_PREREQ_SYS_H_WINSOCK2 always.
1611         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1612         SYS_SOCKET_H variable.
1613         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1614         Update comments.
1615         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1616         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1617         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1618         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1619         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1620
1621 2010-03-14  Bruno Haible  <bruno@clisp.org>
1622
1623         Fix values returned by sinl, cosl.
1624         * lib/trigl.h: Add specification comments.
1625         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1626         that combines the values from the precomputed table with the values of
1627         the Chebyshev polynomials.
1628
1629 2010-03-14  Bruno Haible  <bruno@clisp.org>
1630
1631         Fix compilation error when modules 'posix_spawn[p]' are not used.
1632         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1633         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1634
1635 2010-03-14  Bruno Haible  <bruno@clisp.org>
1636
1637         Fix compilation error on mingw when module 'time_r' is not used.
1638         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1639         is 1.
1640         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1641         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1642         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1643         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1644
1645 2010-03-14  Bruno Haible  <bruno@clisp.org>
1646
1647         Fix compilation error with Sun C.
1648         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1649         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1650         instead of GCC specific ULONG_LONG_MAX.
1651         * lib/xstrtoll.c: Likewise.
1652         * lib/xstrtoull.c: Likewise.
1653
1654 2010-03-13  Bruno Haible  <bruno@clisp.org>
1655
1656         Allow the user to disable C++ code and tests.
1657         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1658         (gl_PROG_ANSI_CXX): Require it.
1659
1660 2010-03-13  Bruno Haible  <bruno@clisp.org>
1661
1662         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1663         cases.
1664
1665 2010-03-13  Bruno Haible  <bruno@clisp.org>
1666
1667         Test that gnulib does not break the standard C++ headers.
1668         * tests/test-locale-c++2.cc: New file.
1669         * modules/locale-tests (Files): Add it.
1670         (Makefile.am): Compile it for test-locale-c++.
1671         * tests/test-math-c++2.cc: New file.
1672         * modules/math-tests (Files): Add it.
1673         (Makefile.am): Compile it for test-math-c++.
1674         * tests/test-signal-c++2.cc: New file.
1675         * modules/signal-tests (Files): Add it.
1676         (Makefile.am): Compile it for test-signal-c++.
1677         * tests/test-stdio-c++2.cc: New file.
1678         * modules/stdio-tests (Files): Add it.
1679         (Makefile.am): Compile it for test-stdio-c++.
1680         * tests/test-stdlib-c++2.cc: New file.
1681         * modules/stdlib-tests (Files): Add it.
1682         (Makefile.am): Compile it for test-stdlib-c++.
1683         * tests/test-string-c++2.cc: New file.
1684         * modules/string-tests (Files): Add it.
1685         (Makefile.am): Compile it for test-string-c++.
1686         * tests/test-time-c++2.cc: New file.
1687         * modules/time-tests (Files): Add it.
1688         (Makefile.am): Compile it for test-time-c++.
1689         Reported by John W. Eaton <jwe@gnu.org>.
1690
1691 2010-03-13  Bruno Haible  <bruno@clisp.org>
1692
1693         * gnulib-tool (func_usage): Clarify which options are available for
1694         --create-testdir and --create-megatestdir.
1695
1696 2010-03-13  Bruno Haible  <bruno@clisp.org>
1697
1698         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1699         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1700         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1701         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1702         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1703         when appropriate.
1704         Reported by Jim Meyering.
1705
1706 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1707
1708         * gnulib-tool (func_import): Explain origin of code.
1709
1710 2010-03-12  Bruno Haible  <bruno@clisp.org>
1711
1712         Fix problem with automake's definition of CXXLINK.
1713         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1714         Reported by Simon Josefsson and Ludovic Courtès.
1715
1716 2010-03-12  Bruno Haible  <bruno@clisp.org>
1717
1718         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1719         stable releases.
1720
1721 2010-03-11  Bruno Haible  <bruno@clisp.org>
1722
1723         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1724         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1725         whether the system provides one variant or multiple variants of the
1726         function.
1727         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1728         C++ compilers.
1729         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1730         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1731         Reported by Jim Meyering.
1732
1733 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1734
1735         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1736
1737 2010-03-08  Bruno Haible  <bruno@clisp.org>
1738
1739         gnulib-tool: Add support for --libtool in --create-testdir.
1740         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1741         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1742
1743 2010-03-08  Eric Blake  <eblake@redhat.com>
1744
1745         gnulib-tool.texi: mention possibility of git submodule
1746         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1747         submodules.
1748         * doc/.gitignore: Ignore another generated file.
1749
1750 2010-03-08  Karl Berry  <karl@gnu.org>
1751
1752         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1753         of committing gnulib files while skipping others.
1754
1755 2010-03-07  Bruno Haible  <bruno@clisp.org>
1756
1757         Tests of module 'wctype' in C++ mode.
1758         * tests/test-wctype-c++.cc: New file.
1759         * modules/wctype-tests (Files): Add it and tests/signature.h.
1760         (Depends-on): Add ansi-c++-opt.
1761         (Makefile.am): Arrange to compile and run test-wctype-c++.
1762
1763         Tests of module 'wchar' in C++ mode.
1764         * tests/test-wchar-c++.cc: New file.
1765         * modules/wchar-tests (Files): Add it and tests/signature.h.
1766         (Depends-on): Add ansi-c++-opt.
1767         (Makefile.am): Arrange to compile and run test-wchar-c++.
1768         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1769         gl_MODULE_INDICATOR.
1770
1771         Tests of module 'unistd' in C++ mode.
1772         * tests/test-unistd-c++.cc: New file.
1773         * modules/unistd-tests (Files): Add it and tests/signature.h.
1774         (Depends-on): Add ansi-c++-opt.
1775         (Makefile.am): Arrange to compile and run test-unistd-c++.
1776         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1777         gl_MODULE_INDICATOR.
1778
1779         Tests of module 'time' in C++ mode.
1780         * tests/test-time-c++.cc: New file.
1781         * modules/time-tests (Files): Add it and tests/signature.h.
1782         (Depends-on): Add ansi-c++-opt.
1783         (Makefile.am): Arrange to compile and run test-time-c++.
1784         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1785
1786         Tests of module 'sys_time' in C++ mode.
1787         * tests/test-sys_time-c++.cc: New file.
1788         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1789         (Depends-on): Add ansi-c++-opt.
1790         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1791         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1792         gl_MODULE_INDICATOR.
1793
1794         Tests of module 'sys_stat' in C++ mode.
1795         * tests/test-sys_stat-c++.cc: New file.
1796         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1797         (Depends-on): Add ansi-c++-opt.
1798         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1799         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1800         gl_MODULE_INDICATOR.
1801
1802         Tests of module 'sys_socket' in C++ mode.
1803         * tests/test-sys_socket-c++.cc: New file.
1804         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1805         (Depends-on): Add ansi-c++-opt.
1806         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1807         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1808         gl_MODULE_INDICATOR.
1809
1810         Tests of module 'sys_select' in C++ mode.
1811         * tests/test-sys_select-c++.cc: New file.
1812         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1813         (Depends-on): Add ansi-c++-opt.
1814         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1815         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1816         gl_MODULE_INDICATOR.
1817
1818         Tests of module 'sys_ioctl' in C++ mode.
1819         * tests/test-sys_ioctl-c++.cc: New file.
1820         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1821         (Depends-on): Add ansi-c++-opt.
1822         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1823         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1824         gl_MODULE_INDICATOR.
1825
1826         Tests of module 'string' in C++ mode.
1827         * tests/test-string-c++.cc: New file.
1828         * modules/string-tests (Files): Add it and tests/signature.h.
1829         (Depends-on): Add ansi-c++-opt.
1830         (Makefile.am): Arrange to compile and run test-string-c++.
1831         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1832         gl_MODULE_INDICATOR.
1833
1834         Tests of module 'stdlib' in C++ mode.
1835         * tests/test-stdlib-c++.cc: New file.
1836         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1837         (Depends-on): Add ansi-c++-opt.
1838         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1839         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1840         gl_MODULE_INDICATOR.
1841
1842         Tests of module 'stdio' in C++ mode.
1843         * tests/test-stdio-c++.cc: New file.
1844         * modules/stdio-tests (Files): Add it and tests/signature.h.
1845         (Depends-on): Add ansi-c++-opt.
1846         (Makefile.am): Arrange to compile and run test-stdio-c++.
1847         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1848         gl_MODULE_INDICATOR.
1849
1850         Tests of module 'spawn' in C++ mode.
1851         * tests/test-spawn-c++.cc: New file.
1852         * modules/spawn-tests (Files): Add it and tests/signature.h.
1853         (Depends-on): Add ansi-c++-opt.
1854         (Makefile.am): Arrange to compile and run test-spawn-c++.
1855         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1856         gl_MODULE_INDICATOR.
1857
1858         Tests of module 'signal' in C++ mode.
1859         * tests/test-signal-c++.cc: New file.
1860         * modules/signal-tests (Files): Add it and tests/signature.h.
1861         (Depends-on): Add ansi-c++-opt.
1862         (Makefile.am): Arrange to compile and run test-signal-c++.
1863         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1864         gl_MODULE_INDICATOR.
1865
1866         Tests of module 'search' in C++ mode.
1867         * tests/test-search-c++.cc: New file.
1868         * modules/search-tests (Files): Add it and tests/signature.h.
1869         (Depends-on): Add ansi-c++-opt.
1870         (Makefile.am): Arrange to compile and run test-search-c++.
1871         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1872         gl_MODULE_INDICATOR.
1873
1874         Tests of module 'math' in C++ mode.
1875         * tests/test-math-c++.cc: New file.
1876         * modules/math-tests (Files): Add it and tests/signature.h.
1877         (Depends-on): Add ansi-c++-opt.
1878         (Makefile.am): Arrange to compile and run test-math-c++.
1879         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1880
1881         Tests of module 'locale' in C++ mode.
1882         * tests/test-locale-c++.cc: New file.
1883         * modules/locale-tests (Files): Add it and tests/signature.h.
1884         (Depends-on): Add ansi-c++-opt.
1885         (Makefile.am): Arrange to compile and run test-locale-c++.
1886         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1887         gl_MODULE_INDICATOR.
1888
1889         Tests of module 'langinfo' in C++ mode.
1890         * tests/test-langinfo-c++.cc: New file.
1891         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1892         (Depends-on): Add ansi-c++-opt.
1893         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1894         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1895         gl_MODULE_INDICATOR.
1896
1897         Tests of module 'iconv-h' in C++ mode.
1898         * tests/test-iconv-h-c++.cc: New file.
1899         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1900         (Depends-on): Add ansi-c++-opt.
1901         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1902
1903         Tests of module 'glob' in C++ mode.
1904         * tests/test-glob-c++.cc: New file.
1905         * modules/glob-tests (Files): Add it.
1906         (Depends-on): Add ansi-c++-opt.
1907         (Makefile.am): Arrange to compile and run test-glob-c++.
1908
1909         Tests of module 'fcntl-h' in C++ mode.
1910         * tests/test-fcntl-h-c++.cc: New file.
1911         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1912         (Depends-on): Add ansi-c++-opt.
1913         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1914         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1915         gl_MODULE_INDICATOR.
1916
1917         Tests of module 'dirent' in C++ mode.
1918         * tests/test-dirent-c++.cc: New file.
1919         * modules/dirent-tests (Files): Add it and tests/signature.h.
1920         (Depends-on): Add ansi-c++-opt.
1921         (Makefile.am): Arrange to compile and run test-dirent-c++.
1922         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1923         gl_MODULE_INDICATOR.
1924
1925         New module 'ansi-c++-opt'.
1926         * modules/ansi-c++-opt: New file.
1927         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1928
1929         Document C++ namespace mode.
1930         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1931
1932         wctype: Avoid #define replacements in C++ mode.
1933         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1934         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1935         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1936         In C++, define a namespaced alias symbol.
1937         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1938         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1939         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1940         rule.
1941
1942         wchar: Avoid #define replacements in C++ mode.
1943         * lib/wchar.in.h: Include c++defs.h.
1944         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1945         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1946         symbol.
1947         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1948         * modules/wchar (Depends-on): Add c++defs.
1949         (Makefile.am): Update wchar.h rule.
1950
1951         unistd: Avoid #define replacements in C++ mode.
1952         * lib/unistd.in.h: Include c++defs.h.
1953         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1954         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1955         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1956         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1957         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1958         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1959         symbol.
1960         (environ): Update.
1961         * modules/unistd (Depends-on): Add c++defs.
1962         (Makefile.am): Update unistd.h rule.
1963
1964         time: Avoid #define replacements in C++ mode.
1965         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1966         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1967         define a namespaced alias symbol.
1968         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1969         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1970         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1971         * modules/time (Depends-on): Add c++defs, warn-on-use.
1972         (Makefile.am): Update time.h rule.
1973         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1974         * modules/nanosleep (configure.ac): Likewise.
1975         * modules/strptime (configure.ac): Likewise.
1976         * modules/timegm (configure.ac): Likewise.
1977
1978         sys_time: Avoid #define replacements in C++ mode.
1979         * lib/sys_time.in.h: Include c++defs.h.
1980         (gettimeofday): In C++, define a namespaced alias symbol.
1981         * modules/sys_time (Depends-on): Add c++defs.
1982         (Makefile.am): Update sys/time.h rule.
1983
1984         sys_stat: Avoid #define replacements in C++ mode.
1985         * lib/sys_stat.in.h: Include c++defs.h.
1986         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1987         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1988         namespaced alias symbol.
1989         In C++, define a namespaced alias symbol.
1990         * modules/sys_stat (Depends-on): Add c++defs.
1991         (Makefile.am): Update sys/stat.h rule.
1992
1993         sys_socket: Avoid #define replacements in C++ mode.
1994         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1995         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1996         definitions also when the system has a <sys/socket.h>.
1997         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1998         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1999         In C++, define a namespaced alias symbol.
2000         * modules/sys_socket (Depends-on): Add c++defs.
2001         (Makefile.am): Update sys/socket.h rule.
2002
2003         sys_select: Avoid #define replacements in C++ mode.
2004         * lib/sys_select.in.h: Include c++defs.h. Enable the function
2005         definitions also when the system has a <sys/select.h>.
2006         (select): In C++, define a namespaced alias symbol.
2007         * modules/sys_select (Depends-on): Add c++defs.
2008         (Makefile.am): Update sys/select.h rule.
2009
2010         sys_ioctl: Avoid #define replacements in C++ mode.
2011         * lib/sys_ioctl.in.h: Include c++defs.h.
2012         (ioctl): In C++, define a namespaced alias symbol.
2013         * modules/sys_ioctl (Depends-on): Add c++defs.
2014         (Makefile.am): Update sys/ioctl.h rule.
2015
2016         string: Avoid #define replacements in C++ mode.
2017         * lib/string.in.h: Include c++defs.h.
2018         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
2019         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2020         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2021         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
2022         strsignal, strverscmp): In C++, define a namespaced alias symbol.
2023         * modules/string (Depends-on): Add c++defs.
2024         (Makefile.am): Update string.h rule.
2025
2026         stdlib: Avoid #define replacements in C++ mode.
2027         * lib/stdlib.in.h: Include c++defs.h.
2028         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
2029         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
2030         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
2031         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
2032         symbol.
2033         * modules/stdlib (Depends-on): Add c++defs.
2034         (Makefile.am): Update stdlib.h rule.
2035
2036         stdio: Avoid #define replacements in C++ mode.
2037         * lib/stdio.in.h: Include c++defs.h.
2038         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
2039         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
2040         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
2041         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
2042         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
2043         namespaced alias symbol.
2044         * modules/stdio (Depends-on): Add c++defs.
2045         (Makefile.am): Update stdio.h rule.
2046
2047         spawn: Avoid #define replacements in C++ mode.
2048         * lib/spawn.in.h: Include c++defs.h.
2049         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2050         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2051         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2052         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2053         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2054         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2055         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2056         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2057         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2058         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2059         In C++, define a namespaced alias symbol.
2060         * modules/spawn (Depends-on): Add c++defs.
2061         (Makefile.am): Update spawn.h rule.
2062
2063         signal: Avoid #define replacements in C++ mode.
2064         * lib/signal.in.h: Include c++defs.h.
2065         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2066         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
2067         namespaced alias symbol.
2068         * modules/signal (Depends-on): Add c++defs.
2069         (Makefile.am): Update signal.h rule.
2070
2071         search: Avoid #define replacements in C++ mode.
2072         * lib/search.in.h: Include c++defs.h.
2073         (_gl_search_compar_fn, _gl_search_action_fn): New types.
2074         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
2075         symbol.
2076         * modules/search (Depends-on): Add c++defs.
2077         (Makefile.am): Update search.h rule.
2078
2079         math: Avoid #define replacements in C++ mode.
2080         * lib/math.in.h: Include c++defs.h.
2081         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
2082         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
2083         trunc, truncl): In C++, define a namespaced alias symbol.
2084         * modules/math (Depends-on): Add c++defs.
2085         (Makefile.am): Update math.h rule.
2086
2087         locale: Avoid #define replacements in C++ mode.
2088         * lib/locale.in.h: Include c++defs.h.
2089         (duplocale): In C++, define a namespaced alias symbol.
2090         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
2091         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
2092         * modules/locale (Depends-on): Add c++defs.
2093         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
2094
2095         langinfo: Avoid #define replacements in C++ mode.
2096         * lib/langinfo.in.h: Include c++defs.h.
2097         (nl_langinfo): In C++, define a namespaced alias symbol.
2098         * modules/langinfo (Depends-on): Add c++defs.
2099         (Makefile.am): Update langinfo.h rule.
2100
2101         iconv-h: Avoid #define replacements in C++ mode.
2102         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
2103         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
2104         symbol.
2105         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2106         whenever iconv is present.
2107         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
2108         (Makefile.am): Update iconv.h rule.
2109
2110         glob: Avoid #define replacements in C++ mode.
2111         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
2112         (_gl_glob_errfunc_fn): New type.
2113         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
2114         symbol.
2115         * modules/glob (Depends-on): Add c++defs, warn-on-use.
2116         (Makefile.am): Update glob.h rule.
2117
2118         fcntl-h: Avoid #define replacements in C++ mode.
2119         * lib/fcntl.in.h: Include c++defs.h.
2120         (fcntl, open, openat): In C++, define a namespaced alias symbol.
2121         * modules/fcntl-h (Depends-on): Add c++defs.
2122         (Makefile.am): Update fcntl.h rule.
2123
2124         dirent: Avoid #define replacements in C++ mode.
2125         * lib/dirent.in.h: Include c++defs.h.
2126         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
2127         namespaced alias symbol.
2128         (dirfd): Update declaration.
2129         * modules/dirent (Depends-on): Add c++defs.
2130         (Makefile.am): Update dirent.h rule.
2131
2132         ctype: Make it usable in C++ code.
2133         * lib/ctype.in.h: Include c++defs.h.
2134         (isblank): Declare as extern "C".
2135         * modules/ctype (Depends-on): Add c++defs.
2136         (Makefile.am): Update ctype.h rule.
2137
2138         New module 'c++defs'.
2139         * modules/c++defs: New file.
2140         * build-aux/c++defs.h: New file.
2141         Reported by John W. Eaton <jwe@gnu.org>.
2142
2143 2010-03-07  Bruno Haible  <bruno@clisp.org>
2144
2145         logb: Provide missing declaration for Cygwin.
2146         * lib/math.in.h (logb): New declaration.
2147         * m4/logb.m4: New file.
2148         * modules/logb (Files): Add m4/logb.m4.
2149         (Depends-on): Add math.
2150         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
2151         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
2152         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
2153         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
2154         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
2155
2156 2010-03-07  Bruno Haible  <bruno@clisp.org>
2157
2158         Fix test-cond link error.
2159         * tests/test-cond.c: Include <stdio.h>.
2160
2161 2010-03-07  Bruno Haible  <bruno@clisp.org>
2162
2163         Fix test-dirent-safer link error.
2164         * modules/dirent-safer-tests (Makefile.am): Define
2165         test_dirent_safer_LDADD.
2166
2167 2010-03-07  Bruno Haible  <bruno@clisp.org>
2168
2169         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
2170         among default module list.
2171
2172 2010-03-07  Bruno Haible  <bruno@clisp.org>
2173
2174         Fix link error on platforms with GNU libiconv.
2175         * modules/unistr/u8-strcoll-tests (Makefile): Define
2176         test_u8_strcoll_LDADD.
2177         * modules/unistr/u16-strcoll-tests (Makefile): Define
2178         test_u16_strcoll_LDADD.
2179         * modules/unistr/u32-strcoll-tests (Makefile): Define
2180         test_u32_strcoll_LDADD.
2181
2182 2010-03-07  Bruno Haible  <bruno@clisp.org>
2183
2184         Use POSIX declarations for socket functions.
2185         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
2186         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
2187         rpl_sendto): Change declaration to match POSIX.
2188         * lib/connect.c (rpl_connect): Likewise.
2189         * lib/accept.c (rpl_accept): Likewise.
2190         * lib/bind.c (rpl_bind): Likewise.
2191         * lib/getpeername.c (rpl_getpeername): Likewise.
2192         * lib/getsockname.c (rpl_getsockname): Likewise.
2193         * lib/recv.c (rpl_recv): Likewise.
2194         * lib/send.c (rpl_send): Likewise.
2195         * lib/recvfrom.c (rpl_recvfrom): Likewise.
2196         * lib/sendto.c (rpl_sendto): Likewise.
2197
2198 2010-03-06  Bruno Haible  <bruno@clisp.org>
2199
2200         Clarify access, euidaccess, faccessat.
2201         * doc/posix-functions/faccessat.texi: Mention security problem under
2202         "Other problems", not "Portability problems".
2203         * doc/posix-functions/access.texi: Likewise. Mention a related security
2204         problem.
2205         * doc/glibc-functions/euidaccess.texi: Mention security problems.
2206         * lib/euidaccess.c: Add comments about platforms.
2207         * lib/unistd.in.h (access, euidaccess): Add warnings.
2208
2209 2010-03-07  Bruno Haible  <bruno@clisp.org>
2210
2211         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
2212         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
2213         (POSIX_SPAWN_SETSCHEDULER): Likewise.
2214         (POSIX_SPAWN_USEVFORK): Define in a way that works when
2215         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2216         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
2217         declare when POSIX_SPAWN_SETSCHEDULER is zero.
2218         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
2219         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
2220         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
2221         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
2222         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
2223         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
2224         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
2225         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
2226         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
2227         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
2228         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
2229         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
2230         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
2231         Likewise.
2232         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
2233         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
2234         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
2235         Likewise.
2236         * tests/test-spawn.c (main): Make it work when
2237         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2238
2239 2010-03-07  Bruno Haible  <bruno@clisp.org>
2240
2241         Fix incorrect Makefile.am generation in German locale.
2242         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2243         Execute sed command with character range in C locale.
2244
2245 2010-03-06  Bruno Haible  <bruno@clisp.org>
2246
2247         Tests for module 'iconv-h'.
2248         * modules/iconv-h-tests: New file.
2249         * tests/test-iconv-h.c: New file.
2250
2251         New module 'iconv-h'.
2252         * modules/iconv-h: New file.
2253         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2254         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2255         (configure.ac): Remove gl_ICONV_H.
2256         (Makefile.am): Remove rule for iconv.h.
2257
2258 2010-03-06  Bruno Haible  <bruno@clisp.org>
2259
2260         More consistent naming of *.m4 files.
2261         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
2262         * modules/wctype (Files): Update.
2263
2264         More consistent naming of *.m4 files.
2265         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
2266         * modules/wchar (Files): Update.
2267
2268 2010-03-06  Jim Meyering  <meyering@redhat.com>
2269
2270         euidaccess: relax license to LGPLv2+
2271         * modules/euidaccess (License): Relax to LGPLv2+.
2272
2273 2010-03-06  Bruno Haible  <bruno@clisp.org>
2274
2275         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
2276         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
2277         (Makefile.am): Augment lib_SOURCES instead.
2278
2279 2010-03-04  Jim Meyering  <meyering@redhat.com>
2280
2281         utime: remove obsolete module
2282         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
2283         unnecessary for years, and has been marked as obsolete for 10 months.
2284         * modules/utime: Remove file.
2285         * lib/utime.c: Remove file.
2286         * m4/utime.m4: Remove file.
2287         * m4/utimes-null.m4: Remove file.
2288         * doc/posix-functions/utime.texi (utime): Remove reference to
2289         the module.  Move the sole "fixed by gnulib" item into the
2290         "problems not fixed by Gnulib" list.
2291         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
2292
2293 2010-03-05  Simon Josefsson  <simon@josefsson.org>
2294
2295         * modules/exit (License): Relax license to LGPLv2+.
2296         (Status): Mark as obsolete.
2297         * NEWS: Mention deprecated 'exit' module.
2298         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
2299         of now obsolete 'exit'.
2300
2301 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2302
2303         fts-lgpl: remove unused module
2304         * modules/fts-lgpl: Remove.
2305         * MODULES.html.sh (func_all_modules): Adjust.
2306         * check-module (find_included_lib_files): Adjust.
2307         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2308
2309 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2310
2311         copy-acl: enhance Solaris ACL error handling
2312         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2313         * lib/set-mode-acl.c (qset_acl): Likewise.
2314
2315 2010-03-02  Bruno Haible  <bruno@clisp.org>
2316
2317         spawn: Don't override the system defined values on FreeBSD 8.
2318         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2319         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2320         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2321         if HAVE_POSIX_SPAWN is 1.
2322         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2323
2324 2010-03-01  Bruno Haible  <bruno@clisp.org>
2325
2326         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2327         regarding Automake.
2328
2329 2010-02-25  Bruno Haible  <bruno@clisp.org>
2330
2331         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2332         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2333         setting, not afterwards.
2334         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2335
2336 2010-02-24  Eric Blake  <eblake@redhat.com>
2337
2338         bootstrap, git-version-gen: use timestamp
2339         * build-aux/git-version-gen (scriptversion): Force UTC.
2340         * build-aux/bootstrap (scriptversion): New variable.
2341
2342         bootstrap: allow older git
2343         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2344         older than 1.6.4.  Requested by the libvirt project.
2345
2346 2010-02-23  Eric Blake  <eblake@redhat.com>
2347
2348         warn-on-use: work with old autoconf
2349         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2350         AS_VAR semantics of autoconf 2.60.
2351         Reported by Bruno Haible.
2352
2353         bootstrap: improve some comments
2354         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2355         clarification comments.
2356
2357         gettimeofday: provide correct function
2358         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2359         when replacement is declared, otherwise provide gettimeofday.
2360         Reported by Michael Goffioul.
2361
2362 2010-02-23  Jim Meyering  <meyering@redhat.com>
2363
2364         lib-ignore: relax license to "unlimited", not LGPLv2+
2365         * modules/lib-ignore (License): Relax to "unlimited".
2366
2367 2010-02-23  Jim Meyering  <meyering@redhat.com>
2368
2369         lib-ignore: relax license to LGPLv2+
2370         * modules/lib-ignore (License): Relax to LGPLv2+.
2371
2372 2010-02-22  Eric Blake  <eblake@redhat.com>
2373
2374         lseek: avoid bash 3.2 broken pipe bug
2375         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2376         warning from bash 3.2.
2377         Reported by Ben Pfaff, with analysis from Bruno Haible.
2378
2379         bootstrap: support non-FSF copyright holder
2380         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2381         bootstrap.conf override of COPYRIGHT_HOLDER.
2382         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2383
2384         bootstrap: interoperate with gettext 0.14.1
2385         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2386
2387         bootstrap: allow for alternate submodule location
2388         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2389         hardcoding submodule location.
2390         (gnulib_mk): Allow direct use of Makefile.am.
2391
2392         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2393         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2394         rather than reconfiguring where the submodule points.
2395
2396         gettimeofday: restore support for platforms that lack function
2397         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2398         replacement if function is missing.
2399         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2400         * modules/sys_time (Makefile.am): Substitute it.
2401         * lib/sys_time.in.h (gettimeofday): Check it.
2402         Reported by Michael Goffioul.
2403
2404 2010-02-21  Bruno Haible  <bruno@clisp.org>
2405
2406         * lib/stdio.in.h (obstack_printf): Fix typo.
2407
2408 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2409
2410         vc-list-files: use bzr ls's -R option
2411         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2412         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2413
2414 2010-02-21  Jim Meyering  <meyering@redhat.com>
2415
2416         init.sh: fix EXEEXT shims to work also for names like test-prog
2417         * tests/init.sh: Re-exec a better shell, when needed.
2418         If the current shell lacks support for posix $(...), an init.sh-using
2419         test will now try to find a shell that supports that.  If EXEEXT is
2420         nonempty, we also require support for hyphen-in-alias-name and shell
2421         substitutions like ${var#glob}.  Failure to find such a shell results
2422         in a skipped test.
2423
2424 2010-02-21  Bruno Haible  <bruno@clisp.org>
2425
2426         Really work around around "broken pipe" error message from bash 3.2.
2427         * gnulib-tool (func_reset_sigpipe): Remove function.
2428         (echo): In bash 3.2, define to a function that uses printf.
2429         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2430
2431 2010-02-20  Bruno Haible  <bruno@clisp.org>
2432
2433         Restore support for automake 1.9.6 with autoconf 2.61.
2434         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2435         Reported by James Youngman <jay@gnu.org>.
2436
2437 2010-02-20  Bruno Haible  <bruno@clisp.org>
2438
2439         Improve *printf warning condition.
2440         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2441         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2442         and the function is overridden due to SIGPIPE emulation.
2443
2444 2010-02-20  Bruno Haible  <bruno@clisp.org>
2445
2446         * lib/stdio.in.h: Tweak comments.
2447
2448 2010-02-19  Bruno Haible  <bruno@clisp.org>
2449
2450         Make it easier to find modules. New gnulib-tool option '--find'.
2451         * gnulib-tool: New option --find.
2452         (func_usage): Document it.
2453         (func_sanitize_modulelist): New function, extracted from
2454         func_all_modules.
2455         (func_all_modules): Invoke it.
2456         * doc/gnulib-tool.texi (Which modules?): New node.
2457
2458 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2459
2460         * lib/sys_select.in.h: Provide select replacement even if
2461         sys/select.h exists on a system, for Interix.
2462
2463 2010-02-18  Jim Meyering  <meyering@redhat.com>
2464
2465         init.sh: don't use $(...) just yet
2466         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2467         to accommodate e.g., Solaris' /bin/sh.
2468
2469 2010-02-17  Bruno Haible  <bruno@clisp.org>
2470
2471         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2472         Reported by Ludovic Courtès <ludo@gnu.org>.
2473
2474 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2475
2476         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2477         linking with -lintl.
2478
2479 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2480
2481         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2482         if not provided by the system's netdb.h.  Reported by
2483         ludo@gnu.org (Ludovic Courtès).
2484
2485 2010-02-15  Jim Meyering  <meyering@redhat.com>
2486
2487         init.sh: improve portability and efficiency
2488         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2489         "dummy" in a for loop.
2490         Use '!', not '^' to select the complement of a character set used
2491         in a "case" statement.
2492         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2493         Suggestions from Eric Blake.
2494
2495         init.sh: automatically accommodate programs with the .exe suffix
2496         Automatically arrange for an invocation of "prog" to execute the
2497         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2498         may use the simpler "prog", yet still work when built on a system
2499         that requires specifying the added suffix.
2500         Do this by constructing a function named "prog" that invokes
2501         "prog.exe" for each .exe file in selected directories.
2502         * tests/init.sh (find_exe_basenames_): New function.
2503         (create_exe_shim_functions_): New function.
2504         (path_prepend_): Use it.
2505
2506         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2507         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2508         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2509
2510 2010-02-14  Jim Meyering  <meyering@redhat.com>
2511
2512         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2513         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2514         (sc_prohibit_hash_pjw_without_use): New rule.
2515
2516         maint.mk: allow the default upload destination dir to be overridden
2517         * top/maint.mk (upload_dest_dir_): Define with a default that
2518         preserves the status quo.
2519         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2520         Reported by Peter Simons.
2521
2522         maint.mk: prohibit inclusion of "hash.h" without_use
2523         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2524
2525 2010-02-10  Jim Meyering  <meyering@redhat.com>
2526
2527         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2528         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2529
2530 2010-02-09  Eric Blake  <ebb9@byu.net>
2531         and Bruno Haible  <bruno@clisp.org>
2532
2533         obstack-printf-posix: ensure declaration
2534         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2535         extracted from gl_FUNC_OBSTACK_PRINTF.
2536         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2537         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2538         Likewise.
2539         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2540         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2541         0.
2542
2543 2010-02-08  Bruno Haible  <bruno@clisp.org>
2544
2545         gnulib-tool: Fix typo in 2010-02-07 commit.
2546         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2547         Reported by Eric Blake.
2548
2549 2010-02-07  Bruno Haible  <bruno@clisp.org>
2550
2551         gnulib-tool: Fix up caching patches.
2552         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2553         option --no-cache. Use associative arrays when supported by the shell.
2554         (sed_comments): New variable.
2555         (modcache): Renamed from do_cache.
2556         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2557         abbreviate unnecessarily.
2558         (have_associative): New variable.
2559         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2560         way also for ksh and zsh.
2561         (func_init_sed_convert_to_cache_statements): New function, extracted
2562         from func_cache_lookup_module. Add support for associative arrays.
2563         Don't set the c_MODULE_cached variable here. Ignore all lines before
2564         the first field header. Remove only the final newline, not all trailing
2565         newlines. Support empty fields correctly. Limit the use of 'eval' to
2566         assignments.
2567         (func_get_description, func_get_status, func_get_notice,
2568         func_get_applicability, func_get_filelist, func_get_dependencies,
2569         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2570         func_get_automake_snippet, func_get_include_directive,
2571         func_get_link_directive, func_get_license, func_get_maintainer):
2572         Update documentation. List the unoptimized code first. Add support for
2573         associative arrays. Limit the use of 'eval' to assignments.
2574         (func_get_applicability): Undo stylistic pessimisations.
2575         (func_get_automake_snippet, func_get_include_directive): Reduce code
2576         duplication.
2577         (func_modules_transitive_closure, func_modules_add_dummy,
2578         func_modules_notice, func_modules_to_filelist, func_add_file,
2579         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2580         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2581         func_create_testdir, func_create_megatestdir): Update documentation.
2582
2583 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2584
2585         * gnulib-tool (func_cache_lookup_module): Store the module name
2586         belonging to the cache variable; error out if two different
2587         module names map to the same cache variable name.
2588
2589 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2590
2591         gnulib-tool: Make caching optional.
2592         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2593         Update matching short versions of --no-changelog.
2594         (func_usage): Update.
2595         (sed_extract_cache_prog): Renamed from ...
2596         (sed_extract_prog): ... this; revert to old extraction script.
2597         (func_get_description, func_get_status)
2598         (func_get_notice, func_get_applicability, func_get_filelist)
2599         (func_get_dependencies, func_get_autoconf_early_snippet)
2600         (func_get_autoconf_snippet, func_get_automake_snippet)
2601         (func_get_include_directive, func_get_link_directive)
2602         (func_get_license, func_get_maintainer): If $do_cache is false,
2603         use old, non-caching extraction scripts.
2604         Suggestion by Bruno Haible.
2605
2606 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2607
2608         gnulib-tool: cache module metainformation.
2609         * gnulib-tool (sed_extract_prog): Match newline before each
2610         header, and rewrite header to a shell variable suffix.
2611         (func_cache_var, func_cache_lookup_module): New functions,
2612         to turn a module name into a cache variable prefix, and to
2613         look up and cache module metainformation.
2614         (func_get_description, func_get_status)
2615         (func_get_notice, func_get_applicability, func_get_filelist)
2616         (func_get_dependencies, func_get_autoconf_early_snippet)
2617         (func_get_autoconf_snippet, func_get_automake_snippet)
2618         (func_get_include_directive, func_get_link_directive)
2619         (func_get_license, func_get_maintainer): Use
2620         func_cache_lookup_module.
2621
2622 2010-02-07  Bruno Haible  <bruno@clisp.org>
2623
2624         fnctl: Fix missing dependency.
2625         * modules/fcntl (Depends-on): Add getdtablesize.
2626         Reported by John W. Eaton <jwe@gnu.org>.
2627
2628 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2629
2630         Argp: fix recognition of short alias options.
2631
2632         * lib/argp-parse.c (convert_options): Fix improper use of
2633         `|' between character values.
2634         * tests/test-argp.c (group1_option): New alias option
2635         --read (-r).
2636         (group1_parser): Special handling for 'r'.
2637         (test15): New test case.
2638         (test_fun): Add test15.
2639         * tests/test-argp-2.sh: Update expected --help and --usage
2640         outputs.
2641
2642 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2643
2644         * tests/test-argp.c: Fix indentation.
2645
2646 2010-02-04  Eric Blake  <ebb9@byu.net>
2647
2648         gettimeofday: expose type of second argument
2649         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2650         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2651         * tests/test-gettimeofday.c: Use it to silence warning.
2652         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2653         the issue.
2654
2655 2010-02-03  Jim Meyering  <meyering@redhat.com>
2656
2657         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2658         * lib/regcomp.c (TYPE_SIGNED): Define.
2659         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2660
2661         regcomp.c: avoid a new -Wshadow warning
2662         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2663
2664 2010-02-01  Jim Meyering  <meyering@redhat.com>
2665
2666         removing useless parentheses in cpp #define directives
2667         For motivation, see commit c0221df4, "define STREQ(a,b)
2668         consistently, removing useless parentheses"
2669         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2670         * lib/mountlist.c (MNT_IGNORE): Likewise.
2671         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2672
2673 2010-02-01  Eric Blake  <ebb9@byu.net>
2674
2675         sys_time: use link-warning
2676         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2677         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2678         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2679         * modules/sys_time (Depends-on): Add warn-on-use.
2680         (Makefile.am): Always build replacement.
2681         (configure.ac): Update substitutions.
2682         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2683         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2684         bother with SYS_TIME_H.
2685         * modules/gettimeofday (configure.ac): Declare indicator.
2686         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2687         in use.
2688
2689         closein-tests: silence compiler warning
2690         * tests/test-closein.c (main): Ignore fread result.
2691         * modules/closein-tests (Depends-on): Add ignore-value.
2692
2693         tests: silence warning about system return
2694         * tests/test-areadlink-with-size.c (main): Ignore system result.
2695         * tests/test-areadlink.c (main): Likewise.
2696         * tests/test-areadlinkat-with-size.c (main): Likewise.
2697         * tests/test-areadlinkat.c (main): Likewise.
2698         * tests/test-canonicalize-lgpl.c (main): Likewise.
2699         * tests/test-canonicalize.c (main): Likewise.
2700         * tests/test-chown.c (main): Likewise.
2701         * tests/test-fchownat.c (main): Likewise.
2702         * tests/test-fdutimensat.c (main): Likewise.
2703         * tests/test-fstatat.c (main): Likewise.
2704         * tests/test-futimens.c (main): Likewise.
2705         * tests/test-lchown.c (main): Likewise.
2706         * tests/test-link.c (main): Likewise.
2707         * tests/test-linkat.c (main): Likewise.
2708         * tests/test-lstat.c (main): Likewise.
2709         * tests/test-mkdir.c (main): Likewise.
2710         * tests/test-mkdirat.c (main): Likewise.
2711         * tests/test-mkfifo.c (main): Likewise.
2712         * tests/test-mkfifoat.c (main): Likewise.
2713         * tests/test-mknod.c (main): Likewise.
2714         * tests/test-readlink.c (main): Likewise.
2715         * tests/test-remove.c (main): Likewise.
2716         * tests/test-rename.c (main): Likewise.
2717         * tests/test-renameat.c (main): Likewise.
2718         * tests/test-rmdir.c (main): Likewise.
2719         * tests/test-symlink.c (main): Likewise.
2720         * tests/test-symlinkat.c (main): Likewise.
2721         * tests/test-unlink.c (main): Likewise.
2722         * tests/test-unlinkat.c (main): Likewise.
2723         * tests/test-utimens.c (main): Likewise.
2724         * tests/test-utimensat.c (main): Likewise.
2725         * modules/areadlink-tests (Depends-on): Add ignore-value.
2726         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2727         * modules/areadlinkat-tests (Depends-on): Likewise.
2728         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2729         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2730         * modules/canonicalize-tests (Depends-on): Likewise.
2731         * modules/chown-tests (Depends-on): Likewise.
2732         * modules/fdutimensat-tests (Depends-on): Likewise.
2733         * modules/futimens-tests (Depends-on): Likewise.
2734         * modules/lchown-tests (Depends-on): Likewise.
2735         * modules/link-tests (Depends-on): Likewise.
2736         * modules/linkat-tests (Depends-on): Likewise.
2737         * modules/lstat-tests (Depends-on): Likewise.
2738         * modules/mkdir-tests (Depends-on): Likewise.
2739         * modules/mkfifo-tests (Depends-on): Likewise.
2740         * modules/mkfifoat-tests (Depends-on): Likewise.
2741         * modules/mknod-tests (Depends-on): Likewise.
2742         * modules/openat-tests (Depends-on): Likewise.
2743         * modules/readlink-tests (Depends-on): Likewise.
2744         * modules/remove-tests (Depends-on): Likewise.
2745         * modules/rename-tests (Depends-on): Likewise.
2746         * modules/renameat-tests (Depends-on): Likewise.
2747         * modules/rmdir-tests (Depends-on): Likewise.
2748         * modules/symlink-tests (Depends-on): Likewise.
2749         * modules/symlinkat-tests (Depends-on): Likewise.
2750         * modules/unlink-tests (Depends-on): Likewise.
2751         * modules/utimens-tests (Depends-on): Likewise.
2752         * modules/utimensat-tests (Depends-on): Likewise.
2753
2754 2010-01-31  Bruno Haible  <bruno@clisp.org>
2755
2756         Perform the same test for many <math.h> functions.
2757         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2758         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2759         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2760         of gl_MATHFUNC.
2761         * modules/acos (configure.ac): Likewise.
2762         * modules/asin (configure.ac): Likewise.
2763         * modules/atan (configure.ac): Likewise.
2764         * modules/atan2 (configure.ac): Likewise.
2765         * modules/cbrt (configure.ac): Likewise.
2766         * modules/copysign (configure.ac): Likewise.
2767         * modules/cos (configure.ac): Likewise.
2768         * modules/cosh (configure.ac): Likewise.
2769         * modules/erf (configure.ac): Likewise.
2770         * modules/erfc (configure.ac): Likewise.
2771         * modules/exp (configure.ac): Likewise.
2772         * modules/fmod (configure.ac): Likewise.
2773         * modules/hypot (configure.ac): Likewise.
2774         * modules/j0 (configure.ac): Likewise.
2775         * modules/j1 (configure.ac): Likewise.
2776         * modules/jn (configure.ac): Likewise.
2777         * modules/lgamma (configure.ac): Likewise.
2778         * modules/log (configure.ac): Likewise.
2779         * modules/log10 (configure.ac): Likewise.
2780         * modules/log1p (configure.ac): Likewise.
2781         * modules/pow (configure.ac): Likewise.
2782         * modules/remainder (configure.ac): Likewise.
2783         * modules/sin (configure.ac): Likewise.
2784         * modules/sinh (configure.ac): Likewise.
2785         * modules/tan (configure.ac): Likewise.
2786         * modules/tanh (configure.ac): Likewise.
2787         * modules/y0 (configure.ac): Likewise.
2788         * modules/y1 (configure.ac): Likewise.
2789         * modules/yn (configure.ac): Likewise.
2790         Suggested by Paolo Bonzini.
2791
2792 2010-01-31  Bruno Haible  <bruno@clisp.org>
2793
2794         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2795
2796 2010-01-31  Bruno Haible  <bruno@clisp.org>
2797
2798         Work around getdelim() bug on FreeBSD 8.0.
2799         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2800         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2801         not work.
2802         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2803         is 1.
2804         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2805         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2806         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2807         a non-zero size.
2808         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2809
2810 2010-01-31  Bruno Haible  <bruno@clisp.org>
2811
2812         Work around getline() bug on FreeBSD 8.0.
2813         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2814         and a non-zero size.
2815         * tests/test-getline.c (main): Likewise.
2816         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2817         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2818
2819 2010-01-28  Eric Blake  <ebb9@byu.net>
2820
2821         regex: fix build failure
2822         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2823         platforms.
2824
2825 2010-01-28  Jim Meyering  <meyering@redhat.com>
2826
2827         regex: do not ignore memory allocation failure
2828         * lib/regex_internal.c (create_cd_newstate): Detect
2829         re_node_set_init_copy failure.   Extracted from glibc commit
2830         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2831
2832         regex: sync more white-space changes from libc
2833         * lib/regex_internal.c: White-space only changes.
2834         * lib/regexec.c: Likewise.
2835
2836         regex: add many uses of __attribute_warn_unused_result__
2837         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2838         * lib/regexec.c: Likewise.
2839         Extracted from a messy glibc commit.
2840
2841         regcomp.c: spelling and merge-artifact from glibc
2842         * lib/regcomp.c: Merge remainder of glibc's
2843         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2844
2845         regcomp.c: sync white-space changes from glibc
2846         * lib/regcomp.c: Merge to accommodate white space
2847         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2848
2849         regcomp.c: do not ignore internal return values
2850         * lib/regcomp.c: Do not ignore internal return values.
2851         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2852         but without its white-space changes and spelling fixes.
2853
2854         regex_internal.h: define __attribute_warn_unused_result__
2855         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2856
2857         maint: add a syntax-check rule to check for vulnerable Makefile.in
2858         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2859
2860 2010-01-27  Jim Meyering  <meyering@redhat.com>
2861
2862         ncftpput-ftp: clean up spaces
2863         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2864         Remove trailing blanks.
2865
2866 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2867
2868         * build-aux/git-version-gen: Fix copyright statement.
2869         * build-aux/gnupload: Likewise.
2870         * tests/test-arcfour.c: Likewise.
2871         * tests/test-arctwo.c: Likewise.
2872         * tests/test-count-one-bits.c: Likewise.
2873         * tests/test-crc.c: Likewise.
2874         * tests/test-des.c: Likewise.
2875         * tests/test-gc-arcfour.c: Likewise.
2876         * tests/test-gc-arctwo.c: Likewise.
2877         * tests/test-gc-des.c: Likewise.
2878         * tests/test-gc-hmac-md5.c: Likewise.
2879         * tests/test-gc-hmac-sha1.c: Likewise.
2880         * tests/test-gc-md2.c: Likewise.
2881         * tests/test-gc-md4.c: Likewise.
2882         * tests/test-gc-md5.c: Likewise.
2883         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2884         * tests/test-gc-rijndael.c: Likewise.
2885         * tests/test-gc-sha1.c: Likewise.
2886         * tests/test-gc.c: Likewise.
2887         * tests/test-gethostname.c: Likewise.
2888         * tests/test-gettimeofday.c: Likewise.
2889         * tests/test-hash.c: Likewise.
2890         * tests/test-hmac-md5.c: Likewise.
2891         * tests/test-hmac-sha1.c: Likewise.
2892         * tests/test-md2.c: Likewise.
2893         * tests/test-md4.c: Likewise.
2894         * tests/test-md5.c: Likewise.
2895         * tests/test-memchr.c: Likewise.
2896         * tests/test-memchr2.c: Likewise.
2897         * tests/test-memcmp.c: Likewise.
2898         * tests/test-memmem.c: Likewise.
2899         * tests/test-memrchr.c: Likewise.
2900         * tests/test-rawmemchr.c: Likewise.
2901         * tests/test-read-file.c: Likewise.
2902         * tests/test-rijndael.c: Likewise.
2903         * tests/test-sockets.c: Likewise.
2904         * tests/test-strchrnul.c: Likewise.
2905         * tests/test-strstr.c: Likewise.
2906         * tests/test-strtod.c: Likewise.
2907         * build-aux/ncftpput-ftp: Likewise.
2908
2909 2010-01-26  Eric Blake  <ebb9@byu.net>
2910
2911         ignore-value: update recommended header name
2912         * modules/ignore-value (Include): Only use <> for headers that
2913         exist in glibc.
2914
2915 2010-01-26  Jim Meyering  <meyering@redhat.com>
2916
2917         test-userspec.c: avoid compiler warnings
2918         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2919         and "initialization discards qualifiers..." warnings.
2920         Put the first "uid" in its own scope, and make char* members "const".
2921
2922 2010-01-25  Bruno Haible  <bruno@clisp.org>
2923
2924         gnulib-tool: Make warning diagnostics consistent.
2925         * gnulib-tool (func_warning): New function.
2926         Use it everywhere where gnulib-tool produces output to stderr and it is
2927         not a fatal error.
2928
2929 2010-01-25  Bruno Haible  <bruno@clisp.org>
2930
2931         Fix test dependencies.
2932         * modules/xstrtol-tests (Depends-on): Add inttypes.
2933         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2934
2935 2010-01-25 Pádraig Brady <P@draigBrady.com>
2936
2937         syntax-check: detect incorrect boolean macro values in config.h
2938         * modules/maintainer-makefile (configure.ac): Parameterize the location
2939         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2940         The logic is from Eric Blake and the location indicated by Jim Meyering.
2941         Note the more natural CONFIG_HEADER name is prohibited by automake
2942         for backwards compatibility reasons.
2943         * top/maint.mk (sc_Wundef_boolean): New rule.
2944
2945 2010-01-25  Jim Meyering  <meyering@redhat.com>
2946
2947         bootstrap: detect MacOS 10.6's shasum, too
2948         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2949         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2950
2951 2010-01-23  Jim Meyering  <meyering@redhat.com>
2952
2953         xstrtoll: new module
2954         * modules/xstrtoll: New file.
2955         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2956         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2957         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2958         ./configure fails if you use this module and lack "long long".
2959         * modules/xstrtoll-tests: New module.
2960         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2961         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2962         new init.sh-based test framework.
2963
2964 2010-01-24  Bruno Haible  <bruno@clisp.org>
2965
2966         Tests for module 'yn'.
2967         * modules/yn-tests: New file.
2968         * tests/test-yn.c: New file.
2969
2970         Tests for module 'y1'.
2971         * modules/y1-tests: New file.
2972         * tests/test-y1.c: New file.
2973
2974         Tests for module 'y0'.
2975         * modules/y0-tests: New file.
2976         * tests/test-y0.c: New file.
2977
2978         Tests for module 'tanh'.
2979         * modules/tanh-tests: New file.
2980         * tests/test-tanh.c: New file.
2981
2982         Tests for module 'tan'.
2983         * modules/tan-tests: New file.
2984         * tests/test-tan.c: New file.
2985
2986         Tests for module 'sqrt'.
2987         * modules/sqrt-tests: New file.
2988         * tests/test-sqrt.c: New file.
2989
2990         Tests for module 'sinh'.
2991         * modules/sinh-tests: New file.
2992         * tests/test-sinh.c: New file.
2993
2994         Tests for module 'sin'.
2995         * modules/sin-tests: New file.
2996         * tests/test-sin.c: New file.
2997
2998         Tests for module 'rint'.
2999         * modules/rint-tests: New file.
3000         * tests/test-rint.c: New file.
3001
3002         Tests for module 'remainder'.
3003         * modules/remainder-tests: New file.
3004         * tests/test-remainder.c: New file.
3005
3006         Tests for module 'pow'.
3007         * modules/pow-tests: New file.
3008         * tests/test-pow.c: New file.
3009
3010         Tests for module 'nextafter'.
3011         * modules/nextafter-tests: New file.
3012         * tests/test-nextafter.c: New file.
3013
3014         Tests for module 'modf'.
3015         * modules/modf-tests: New file.
3016         * tests/test-modf.c: New file.
3017
3018         Tests for module 'logb'.
3019         * modules/logb-tests: New file.
3020         * tests/test-logb.c: New file.
3021
3022         Tests for module 'log1p'.
3023         * modules/log1p-tests: New file.
3024         * tests/test-log1p.c: New file.
3025
3026         Tests for module 'log10'.
3027         * modules/log10-tests: New file.
3028         * tests/test-log10.c: New file.
3029
3030         Tests for module 'log'.
3031         * modules/log-tests: New file.
3032         * tests/test-log.c: New file.
3033
3034         Tests for module 'lgamma'.
3035         * modules/lgamma-tests: New file.
3036         * tests/test-lgamma.c: New file.
3037
3038         Tests for module 'ldexp'.
3039         * modules/ldexp-tests: New file.
3040         * tests/test-ldexp.c: New file.
3041
3042         Tests for module 'jn'.
3043         * modules/jn-tests: New file.
3044         * tests/test-jn.c: New file.
3045
3046         Tests for module 'j1'.
3047         * modules/j1-tests: New file.
3048         * tests/test-j1.c: New file.
3049
3050         Tests for module 'j0'.
3051         * modules/j0-tests: New file.
3052         * tests/test-j0.c: New file.
3053
3054         Tests for module 'hypot'.
3055         * modules/hypot-tests: New file.
3056         * tests/test-hypot.c: New file.
3057
3058         Tests for module 'fmod'.
3059         * modules/fmod-tests: New file.
3060         * tests/test-fmod.c: New file.
3061
3062         Tests for module 'fabs'.
3063         * modules/fabs-tests: New file.
3064         * tests/test-fabs.c: New file.
3065
3066         Tests for module 'exp'.
3067         * modules/exp-tests: New file.
3068         * tests/test-exp.c: New file.
3069
3070         Tests for module 'erfc'.
3071         * modules/erfc-tests: New file.
3072         * tests/test-erfc.c: New file.
3073
3074         Tests for module 'erf'.
3075         * modules/erf-tests: New file.
3076         * tests/test-erf.c: New file.
3077
3078         Tests for module 'cosh'.
3079         * modules/cosh-tests: New file.
3080         * tests/test-cosh.c: New file.
3081
3082         Tests for module 'cos'.
3083         * modules/cos-tests: New file.
3084         * tests/test-cos.c: New file.
3085
3086         Tests for module 'copysign'.
3087         * modules/copysign-tests: New file.
3088         * tests/test-copysign.c: New file.
3089
3090         Tests for module 'cbrt'.
3091         * modules/cbrt-tests: New file.
3092         * tests/test-cbrt.c: New file.
3093
3094         Tests for module 'atan2'.
3095         * modules/atan2-tests: New file.
3096         * tests/test-atan2.c: New file.
3097
3098         Tests for module 'atan'.
3099         * modules/atan-tests: New file.
3100         * tests/test-atan.c: New file.
3101
3102         Tests for module 'asin'.
3103         * modules/asin-tests: New file.
3104         * tests/test-asin.c: New file.
3105
3106         Tests for module 'acos'.
3107         * modules/acos-tests: New file.
3108         * tests/test-acos.c: New file.
3109
3110 2010-01-24  Bruno Haible  <bruno@clisp.org>
3111
3112         Fix tests for common <math.h> functions.
3113         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
3114         code snippet that references the function pointer, rather than merely
3115         calling the function. Substitute the FUNC_LIBM variable.
3116         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
3117         * modules/acos (configure.ac): Likewise.
3118         * modules/asin (configure.ac): Likewise.
3119         * modules/atan (configure.ac): Likewise.
3120         * modules/atan2 (configure.ac): Likewise.
3121         * modules/cbrt (configure.ac): Likewise.
3122         * modules/copysign (configure.ac): Likewise.
3123         * modules/cos (configure.ac): Likewise.
3124         * modules/cosh (configure.ac): Likewise.
3125         * modules/erf (configure.ac): Likewise.
3126         * modules/erfc (configure.ac): Likewise.
3127         * modules/exp (configure.ac): Likewise.
3128         * modules/fabs (configure.ac): Likewise.
3129         * modules/fmod (configure.ac): Likewise.
3130         * modules/hypot (configure.ac): Likewise.
3131         * modules/j0 (configure.ac): Likewise.
3132         * modules/j1 (configure.ac): Likewise.
3133         * modules/jn (configure.ac): Likewise.
3134         * modules/ldexp (configure.ac): Likewise.
3135         * modules/lgamma (configure.ac): Likewise.
3136         * modules/log (configure.ac): Likewise.
3137         * modules/log10 (configure.ac): Likewise.
3138         * modules/log1p (configure.ac): Likewise.
3139         * modules/logb (configure.ac): Likewise.
3140         * modules/modf (configure.ac): Likewise.
3141         * modules/nextafter (configure.ac): Likewise.
3142         * modules/pow (configure.ac): Likewise.
3143         * modules/remainder (configure.ac): Likewise.
3144         * modules/rint (configure.ac): Likewise.
3145         * modules/sin (configure.ac): Likewise.
3146         * modules/sinh (configure.ac): Likewise.
3147         * modules/tan (configure.ac): Likewise.
3148         * modules/tanh (configure.ac): Likewise.
3149         * modules/y0 (configure.ac): Likewise.
3150         * modules/y1 (configure.ac): Likewise.
3151         * modules/yn (configure.ac): Likewise.
3152
3153 2010-01-24  Bruno Haible  <bruno@clisp.org>
3154
3155         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
3156         * tests/test-acosl.c (x): New variable.
3157         (main): Store argument in x and fetch it from x.
3158         * tests/test-asinl.c (x): New variable.
3159         (main): Store argument in x and fetch it from x.
3160         * tests/test-atanl.c (x): New variable.
3161         (main): Store argument in x and fetch it from x.
3162         * tests/test-cosl.c (x): New variable.
3163         (main): Store argument in x and fetch it from x.
3164         * tests/test-expl.c (x): New variable.
3165         (main): Store argument in x and fetch it from x.
3166         * tests/test-logl.c (x): New variable.
3167         (main): Store argument in x and fetch it from x.
3168         * tests/test-sinl.c (x): New variable.
3169         (main): Store argument in x and fetch it from x.
3170         * tests/test-sqrtl.c (x): New variable.
3171         (main): Store argument in x and fetch it from x.
3172         * tests/test-tanl.c (x): New variable.
3173         (main): Store argument in x and fetch it from x.
3174
3175 2010-01-24  Bruno Haible  <bruno@clisp.org>
3176
3177         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
3178         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
3179         assignments to the initial TESTS_ENVIRONMENT.
3180         * doc/gnulib.texi (Unit test modules): Document it.
3181         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
3182         TESTS_ENVIRONMENT.
3183         * modules/btowc-tests (Makefile.am): Likewise.
3184         * modules/c-stack-tests (Makefile.am): Likewise.
3185         * modules/c-strcase-tests (Makefile.am): Likewise.
3186         * modules/copy-file-tests (Makefile.am): Likewise.
3187         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
3188         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
3189         * modules/mbrtowc-tests (Makefile.am): Likewise.
3190         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3191         * modules/mbscasestr-tests (Makefile.am): Likewise.
3192         * modules/mbschr-tests (Makefile.am): Likewise.
3193         * modules/mbscspn-tests (Makefile.am): Likewise.
3194         * modules/mbsinit-tests (Makefile.am): Likewise.
3195         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3196         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
3197         * modules/mbspbrk-tests (Makefile.am): Likewise.
3198         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3199         * modules/mbsrchr-tests (Makefile.am): Likewise.
3200         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
3201         * modules/mbsspn-tests (Makefile.am): Likewise.
3202         * modules/mbsstr-tests (Makefile.am): Likewise.
3203         * modules/nl_langinfo-tests (Makefile.am): Likewise.
3204         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
3205         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3206         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3207         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3208         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3209         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
3210         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3211         * modules/wcrtomb-tests (Makefile.am): Likewise.
3212         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
3213         * modules/wcsrtombs-tests (Makefile.am): Likewise.
3214         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
3215         assignments from TESTS_ENVIRONMENT.
3216         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
3217         augmentation.
3218         * modules/argp-version-etc-tests (Makefile.am): Likewise.
3219         * modules/atexit-tests (Makefile.am): Likewise.
3220         * modules/binary-io-tests (Makefile.am): Likewise.
3221         * modules/closein-tests (Makefile.am): Likewise.
3222         * modules/dprintf-posix-tests (Makefile.am): Likewise.
3223         * modules/exclude-tests (Makefile.am): Likewise.
3224         * modules/fflush-tests (Makefile.am): Likewise.
3225         * modules/fpending-tests (Makefile.am): Likewise.
3226         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3227         * modules/freadahead-tests (Makefile.am): Likewise.
3228         * modules/freadptr-tests (Makefile.am): Likewise.
3229         * modules/freadseek-tests (Makefile.am): Likewise.
3230         * modules/fseek-tests (Makefile.am): Likewise.
3231         * modules/fseeko-tests (Makefile.am): Likewise.
3232         * modules/ftell-tests (Makefile.am): Likewise.
3233         * modules/ftello-tests (Makefile.am): Likewise.
3234         * modules/idpriv-drop-tests (Makefile.am): Likewise.
3235         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
3236         * modules/lseek-tests (Makefile.am): Likewise.
3237         * modules/parse-duration-tests (Makefile.am): Likewise.
3238         * modules/perror-tests (Makefile.am): Likewise.
3239         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3240         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3241         * modules/pipe-tests (Makefile.am): Likewise.
3242         * modules/pread-tests (Makefile.am): Likewise.
3243         * modules/printf-posix-tests (Makefile.am): Likewise.
3244         * modules/select-tests (Makefile.am): Likewise.
3245         * modules/sigpipe-tests (Makefile.am): Likewise.
3246         * modules/tsearch-tests (Makefile.am): Likewise.
3247         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3248         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3249         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3250         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3251         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3252         * modules/version-etc-tests (Makefile.am): Likewise.
3253         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3254         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3255         * modules/xalloc-die-tests (Makefile.am): Likewise.
3256         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3257         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3258         * modules/xstrtol-tests (Makefile.am): Likewise.
3259         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3260         * modules/yesno-tests (Makefile.am): Likewise.
3261         Suggested by Jim Meyering.
3262
3263 2010-01-24  Bruno Haible  <bruno@clisp.org>
3264
3265         More documentation.
3266         * doc/gnulib.texi (Writing modules): New chapter.
3267         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
3268         the new chapter.
3269
3270 2010-01-24  Jim Meyering  <meyering@redhat.com>
3271
3272         maint.mk: do not prepend "./" after filtering
3273         * top/maint.mk (_prepend_srcdir_prefix): New variable
3274         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
3275         "./" when $(srcdir) is ".".
3276
3277         define STREQ(a,b) consistently, removing useless parentheses
3278         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
3279         since the only risk is that "a" or "b" contains an unparenthesized
3280         comma, but if either did that, STREQ would have 3 or more arguments.
3281         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
3282         * lib/fts.c (STREQ): Remove unnecessary parentheses.
3283         * lib/hash-triple.c (STREQ): Likewise.
3284         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
3285         * lib/getugroups.c (STREQ): Likewise.
3286
3287 2010-01-23  Jim Meyering  <meyering@redhat.com>
3288
3289         maint.mk: fix syntax-check in a non-srcdir build directory
3290         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
3291         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
3292
3293 2010-01-22  Jim Meyering  <meyering@redhat.com>
3294
3295         userspec: add unit tests
3296         * tests/test-userspec.c: New file.
3297         * modules/userspec-tests: Likewise.
3298
3299 2010-01-21  Jim Meyering  <meyering@redhat.com>
3300
3301         maint.mk: handle source file names containing "." robustly
3302         * top/maint.mk (_dot_escaped_srcdir): Define.
3303         (VC_LIST): Use it in LHS of sed substitution.
3304
3305 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3306
3307         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3308         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3309         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3310         from a non-srcdir build.
3311
3312 2010-01-20  Eric Blake  <ebb9@byu.net>
3313
3314         warn-on-use: use instead of link-warning
3315         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3316         * modules/unistd (Depends-on, Makefile.am): Likewise.
3317         * modules/arpa_inet (Depends-on): Replace link-warning with
3318         warn-on-use.
3319         (Makefile.am): Update rules accordingly.
3320         * modules/ctype (Depends-on, Makefile.am): Likewise.
3321         * modules/dirent (Depends-on, Makefile.am): Likewise.
3322         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3323         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3324         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3325         * modules/locale (Depends-on, Makefile.am): Likewise.
3326         * modules/math (Depends-on, Makefile.am): Likewise.
3327         * modules/search (Depends-on, Makefile.am): Likewise.
3328         * modules/signal (Depends-on, Makefile.am): Likewise.
3329         * modules/spawn (Depends-on, Makefile.am): Likewise.
3330         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3331         * modules/string (Depends-on, Makefile.am): Likewise.
3332         * modules/strings (Depends-on, Makefile.am): Likewise.
3333         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3334         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3335         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3336         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3337         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3338         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3339         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3340         * modules/wchar (Depends-on, Makefile.am): Likewise.
3341         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3342         should be poisoned.
3343         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3344         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3345         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3346         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3347         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3348         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3349         * m4/math_h.m4 (gl_MATH_H): Likewise.
3350         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3351         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3352         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3353         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3354         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3355         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3356         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3357         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3358         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3359         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3360         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3361         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3362         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3363         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3364         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3365         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3366         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3367         GL_LINK_WARNING.
3368         * lib/ctype.in.h: Likewise.
3369         * lib/dirent.in.h: Likewise.
3370         * lib/fcntl.in.h: Likewise.
3371         * lib/inttypes.in.h: Likewise.
3372         * lib/langinfo.in.h: Likewise.
3373         * lib/locale.in.h: Likewise.
3374         * lib/math.in.h: Likewise.
3375         * lib/search.in.h: Likewise.
3376         * lib/signal.in.h: Likewise.
3377         * lib/spawn.in.h: Likewise.
3378         * lib/stdio.in.h: Likewise.
3379         * lib/stdlib.in.h: Likewise.
3380         * lib/string.in.h: Likewise.
3381         * lib/strings.in.h: Likewise.
3382         * lib/sys_file.in.h: Likewise.
3383         * lib/sys_ioctl.in.h: Likewise.
3384         * lib/sys_select.in.h: Likewise.
3385         * lib/sys_socket.in.h: Likewise.
3386         * lib/sys_stat.in.h: Likewise.
3387         * lib/sys_times.in.h: Likewise.
3388         * lib/sys_utsname.in.h: Likewise.
3389         * lib/unistd.in.h: Likewise.
3390         * lib/wchar.in.h: Likewise.
3391
3392 2010-01-20  Bruno Haible  <bruno@clisp.org>
3393
3394         Avoid duplicate -lm.
3395         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3396         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3397         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3398         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3399         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3400         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3401         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3402         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3403         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3404         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3405         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3406         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3407         Reported by Paolo Bonzini.
3408
3409 2010-01-19  Bruno Haible  <bruno@clisp.org>
3410
3411         langinfo, nl_langinfo: Relicense under LGPLv2+.
3412         * modules/langinfo (License): Change to LGPLv2+.
3413         * modules/nl_langinfo (License): Likewise.
3414         Patch by David Lutterkort <lutter@redhat.com>.
3415
3416 2010-01-19  Bruno Haible  <bruno@clisp.org>
3417
3418         Avoid compilation error with cc on OSF/1 5.1.
3419         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3420         statement, not before.
3421         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3422
3423 2010-01-18  Bruno Haible  <bruno@clisp.org>
3424
3425         Avoid a link error due to the __printf__ symbol.
3426         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3427         and 2.6.x.
3428         (__format__, __printf__): Remove definitions.
3429         * lib/argp-fmtstream.h: Likewise.
3430         * lib/argp.h: Likewise.
3431         * lib/error.h: Likewise.
3432         * lib/vasnprintf.h: Likewise.
3433         * lib/xprintf.h: Likewise.
3434         * lib/xvasprintf.h: Likewise.
3435         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3436
3437 2010-01-18  Bruno Haible  <bruno@clisp.org>
3438
3439         Tests for module 'tanl'.
3440         * modules/tanl-tests: New file.
3441         * tests/test-tanl.c: New file.
3442
3443         Tests for module 'sqrtl'.
3444         * modules/sqrtl-tests: New file.
3445         * tests/test-sqrtl.c: New file.
3446
3447         Tests for module 'sinl'.
3448         * modules/sinl-tests: New file.
3449         * tests/test-sinl.c: New file.
3450
3451         Tests for module 'logl'.
3452         * modules/logl-tests: New file.
3453         * tests/test-logl.c: New file.
3454
3455         Tests for module 'expl'.
3456         * modules/expl-tests: New file.
3457         * tests/test-expl.c: New file.
3458
3459         Tests for module 'cosl'.
3460         * modules/cosl-tests: New file.
3461         * tests/test-cosl.c: New file.
3462
3463         Tests for module 'atanl'.
3464         * modules/atanl-tests: New file.
3465         * tests/test-atanl.c: New file.
3466
3467         Tests for module 'asinl'.
3468         * modules/asinl-tests: New file.
3469         * tests/test-asinl.c: New file.
3470
3471         Tests for module 'acosl'.
3472         * modules/acosl-tests: New file.
3473         * tests/test-acosl.c: New file.
3474
3475         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3476         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3477         tanl): Use the standard gnulib idiom.
3478         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3479         * lib/sinl.c: Likewise.
3480         * lib/tanl.c: Don't include trigl.c.
3481         (kernel_tanl): Make static.
3482         * lib/sincosl.c: Include trigl.h first.
3483         * lib/trigl.c: Likewise.
3484         * m4/acosl.m4: New file.
3485         * m4/asinl.m4: New file.
3486         * m4/atanl.m4: New file.
3487         * m4/cosl.m4: New file.
3488         * m4/expl.m4: New file.
3489         * m4/logl.m4: New file.
3490         * m4/sinl.m4: New file.
3491         * m4/sqrtl.m4: New file.
3492         * m4/tanl.m4: New file.
3493         * m4/mathl.m4: Remove file.
3494         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3495         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3496         Don't initialize GNULIB_MATHL.
3497         * modules/acosl: New file.
3498         * modules/asinl: New file.
3499         * modules/atanl: New file.
3500         * modules/cosl: New file.
3501         * modules/expl: New file.
3502         * modules/logl: New file.
3503         * modules/sinl: New file.
3504         * modules/sqrtl: New file.
3505         * modules/tanl: New file.
3506         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3507         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3508         substitute GNULIB_MATHL.
3509         * modules/mathl: Rewritten.
3510         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3511         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3512         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3513         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3514         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3515         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3516         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3517         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3518         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3519
3520 2010-01-18  Bruno Haible  <bruno@clisp.org>
3521
3522         sqrt: Make gl_FUNC_SQRT requirable.
3523         * m4/sqrt.m4: New file.
3524         * modules/sqrt (Files): Add it.
3525         (configure.ac): Invoke gl_FUNC_SQRT.
3526
3527 2010-01-18  Bruno Haible  <bruno@clisp.org>
3528
3529         New modules for common <math.h> functions.
3530         * m4/mathfunc.m4: New file.
3531         * modules/acos: New file.
3532         * modules/asin: New file.
3533         * modules/atan: New file.
3534         * modules/atan2: New file.
3535         * modules/cbrt: New file.
3536         * modules/copysign: New file.
3537         * modules/cos: New file.
3538         * modules/cosh: New file.
3539         * modules/erf: New file.
3540         * modules/erfc: New file.
3541         * modules/exp: New file.
3542         * modules/fabs: New file.
3543         * modules/fmod: New file.
3544         * modules/hypot: New file.
3545         * modules/j0: New file.
3546         * modules/j1: New file.
3547         * modules/jn: New file.
3548         * modules/ldexp: New file.
3549         * modules/lgamma: New file.
3550         * modules/log: New file.
3551         * modules/log10: New file.
3552         * modules/log1p: New file.
3553         * modules/logb: New file.
3554         * modules/modf: New file.
3555         * modules/nextafter: New file.
3556         * modules/pow: New file.
3557         * modules/remainder: New file.
3558         * modules/rint: New file.
3559         * modules/sin: New file.
3560         * modules/sinh: New file.
3561         * modules/sqrt: New file.
3562         * modules/tan: New file.
3563         * modules/tanh: New file.
3564         * modules/y0: New file.
3565         * modules/y1: New file.
3566         * modules/yn: New file.
3567         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3568         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3569         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3570         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3571         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3572         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3573         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3574         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3575         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3576         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3577         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3578         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3579         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3580         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3581         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3582         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3583         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3584         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3585         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3586         * doc/posix-functions/log.texi: Mention the 'log' module.
3587         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3588         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3589         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3590         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3591         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3592         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3593         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3594         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3595         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3596         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3597         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3598         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3599         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3600         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3601         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3602         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3603
3604 2010-01-18  Jim Meyering  <meyering@redhat.com>
3605
3606         ignore-value: relax license to LGPLv2+
3607         * modules/ignore-value (License): Relax to LGPLv2+.
3608
3609         getdate: don't leak when TZ contains two or more '"'s
3610         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3611         double quote in TZ after the first one.
3612
3613         readtokens: do not leak internal token_lengths buffer
3614         * lib/readtokens.c (readtokens): Free the local, lengths,
3615         when the supplied "token_lengths" parameter is NULL.
3616
3617 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3618
3619         Fix a couple of missing LIBTHREAD link failures on AIX.
3620         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3621         $(LIBTHREAD).
3622         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3623
3624         Link test-poll against INET_PTON_LIB.
3625         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3626         for inet_pton on Solaris 10.
3627
3628 2010-01-17  Bruno Haible  <bruno@clisp.org>
3629
3630         unistdio/*-sprintf: Fix typo in module description.
3631         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3632         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3633         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3634         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3635         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3636         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3637         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3638         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3639
3640 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3641
3642         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3643         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3644         variables in shell case patterns, for AIX and HP-UX ksh.
3645
3646         Split large sed scripts, for HP-UX sed.
3647         * modules/stdio: Split sed scripts around 50 sed commands,
3648         to avoid HP-UX limit of 99 commands, in the near future.
3649         * modules/string: Likewise.
3650         * modules/unistd: Likewise.
3651
3652         gnulib-tool: avoid writing in the current directory.
3653         * gnulib-tool (func_emit_lib_Makefile_am)
3654         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3655         not in the current directory, so concurrent gnulib-tool
3656         instances do not interfere.
3657
3658 2010-01-16  Jim Meyering  <meyering@redhat.com>
3659
3660         doc: update users.txt
3661         * users.txt: Add grep.
3662         (diffutils, gzip): Update URLs.
3663
3664 2010-01-12  Bruno Haible  <bruno@clisp.org>
3665
3666         posix_spawn: Avoid test failure on Cygwin.
3667         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3668         characters.
3669         Reported by Simon Josefsson.
3670
3671 2010-01-12  Bruno Haible  <bruno@clisp.org>
3672
3673         * tests/test-cond.c (main): When skipping the test, show the reason.
3674
3675 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3676
3677         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3678
3679 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3680
3681         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3682         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3683
3684 2010-01-12  Eric Blake  <ebb9@byu.net>
3685
3686         build: guarantee AS_VAR_IF
3687         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3688         (gl_AS_VAR_IF): Move...
3689         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3690         Reported by Simon Josefsson.
3691
3692 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3693
3694         * lib/stdio.in.h: Fix typo.
3695
3696 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3697
3698         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3699         libgpg-error.
3700
3701 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3702
3703         * tests/test-xalloc-die.sh: Use $EXEEXT.
3704
3705 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3706             Bruno Haible  <bruno@clisp.org>
3707
3708         getlogin, getlogin_r: Avoid test failure.
3709         * tests/test-getlogin.c: Include <stdio.h>.
3710         (main): Skip the test when the function fails because stdin is not a
3711         tty.
3712         * tests/test-getlogin_r.c: Include <stdio.h>.
3713         (main): Skip the test when the function fails because stdin is not a
3714         tty.
3715
3716 2010-01-11  Eric Blake  <ebb9@byu.net>
3717
3718         tests: avoid more large file warnings
3719         * tests/test-fflush.c: Avoid warning about ftell use.
3720         * tests/test-fseek.c: Avoid warning about fseek use.
3721
3722 2010-01-10  Bruno Haible  <bruno@clisp.org>
3723
3724         nproc: Work better on Linux when /proc and /sys are not mounted.
3725         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3726         as lower bound when, on glibc/Linux systems,
3727         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3728         Suggested by Pádraig Brady <P@draigbrady.com>.
3729         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3730
3731         nproc: Refactor.
3732         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3733         extracted from num_processors.
3734         (num_processors): Call it.
3735
3736 2010-01-11  Jim Meyering  <meyering@redhat.com>
3737
3738         utimecmp: avoid new warning from upcoming gcc-4.5.0
3739         * lib/utimecmp.c (BILLION): Define using #define rather than an
3740         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3741
3742 2010-01-11  Eric Blake  <ebb9@byu.net>
3743
3744         math: add portability warnings for classification macros
3745         * modules/math (Depends-on): Add warn-on-use.
3746         (Makefile.am): Provide new substitutions.
3747         * m4/math_h.m4 (gl_MATH_H): Require inline.
3748         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3749         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3750         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3751         implement warnings.
3752
3753         unistd: warn on use of environ without module
3754         * modules/unistd (Depends-on): Add warn-on-use.
3755         (Makefile.am): Provide new substitutions.
3756         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3757         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3758
3759         stdio: warn on suspicious uses
3760         * modules/stdio (Depends-on): Add warn-on-use.
3761         (Makefile.am): Provide new substitutions.
3762         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3763         fseeko.
3764         * lib/stdio.in.h (gets): Always warn on use.
3765         (fseek, ftell): Adjust when warnings are issued, and honor
3766         _GL_NO_LARGE_FILES as a way to silence the warning.
3767         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3768         any warning about large file offsets.
3769         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3770         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3771         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3772         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3773         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3774         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3775         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3776         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3777
3778         warn-on-use: new module
3779         * modules/warn-on-use: New file.
3780         * build-aux/warn-on-use.h: Likewise.
3781         * m4/warn-on-use.m4: Likewise.
3782         * MODULES.html.sh (Support for building): Mention it.
3783
3784 2010-01-10  Bruno Haible  <bruno@clisp.org>
3785
3786         Tests for module 'unistr/u32-strdup'.
3787         * modules/unistr/u32-strdup-tests: New file.
3788         * tests/unistr/test-u32-strdup.c: New file.
3789
3790         Tests for module 'unistr/u16-strdup'.
3791         * modules/unistr/u16-strdup-tests: New file.
3792         * tests/unistr/test-u16-strdup.c: New file.
3793
3794         Tests for module 'unistr/u8-strdup'.
3795         * modules/unistr/u8-strdup-tests: New file.
3796         * tests/unistr/test-u8-strdup.c: New file.
3797         * tests/unistr/test-strdup.h: New file.
3798
3799         Tests for module 'unistr/u32-strncmp'.
3800         * modules/unistr/u32-strncmp-tests: New file.
3801         * tests/unistr/test-u32-strncmp.c: New file.
3802
3803         Tests for module 'unistr/u16-strncmp'.
3804         * modules/unistr/u16-strncmp-tests: New file.
3805         * tests/unistr/test-u16-strncmp.c: New file.
3806
3807         Tests for module 'unistr/u8-strncmp'.
3808         * modules/unistr/u8-strncmp-tests: New file.
3809         * tests/unistr/test-u8-strncmp.c: New file.
3810         * tests/unistr/test-strncmp.h: New file.
3811
3812         Tests for module 'unistr/u32-strcoll'.
3813         * modules/unistr/u32-strcoll-tests: New file.
3814         * tests/unistr/test-u32-strcoll.c: New file.
3815
3816         Tests for module 'unistr/u16-strcoll'.
3817         * modules/unistr/u16-strcoll-tests: New file.
3818         * tests/unistr/test-u16-strcoll.c: New file.
3819
3820         Tests for module 'unistr/u8-strcoll'.
3821         * modules/unistr/u8-strcoll-tests: New file.
3822         * tests/unistr/test-u8-strcoll.c: New file.
3823
3824         Tests for module 'unistr/u32-strcmp'.
3825         * modules/unistr/u32-strcmp-tests: New file.
3826         * tests/unistr/test-u32-strcmp.c: New file.
3827         * tests/unistr/test-u32-strcmp.h: New file.
3828
3829         Tests for module 'unistr/u16-strcmp'.
3830         * modules/unistr/u16-strcmp-tests: New file.
3831         * tests/unistr/test-u16-strcmp.c: New file.
3832         * tests/unistr/test-u16-strcmp.h: New file.
3833
3834         Tests for module 'unistr/u8-strcmp'.
3835         * modules/unistr/u8-strcmp-tests: New file.
3836         * tests/unistr/test-u8-strcmp.c: New file.
3837         * tests/unistr/test-u8-strcmp.h: New file.
3838         * tests/unistr/test-strcmp.h: New file.
3839
3840         Tests for module 'unistr/u32-strncat'.
3841         * modules/unistr/u32-strncat-tests: New file.
3842         * tests/unistr/test-u32-strncat.c: New file.
3843
3844         Tests for module 'unistr/u16-strncat'.
3845         * modules/unistr/u16-strncat-tests: New file.
3846         * tests/unistr/test-u16-strncat.c: New file.
3847
3848         Tests for module 'unistr/u8-strncat'.
3849         * modules/unistr/u8-strncat-tests: New file.
3850         * tests/unistr/test-u8-strncat.c: New file.
3851         * tests/unistr/test-strncat.h: New file.
3852
3853         Tests for module 'unistr/u32-strcat'.
3854         * modules/unistr/u32-strcat-tests: New file.
3855         * tests/unistr/test-u32-strcat.c: New file.
3856
3857         Tests for module 'unistr/u16-strcat'.
3858         * modules/unistr/u16-strcat-tests: New file.
3859         * tests/unistr/test-u16-strcat.c: New file.
3860
3861         Tests for module 'unistr/u8-strcat'.
3862         * modules/unistr/u8-strcat-tests: New file.
3863         * tests/unistr/test-u8-strcat.c: New file.
3864         * tests/unistr/test-strcat.h: New file.
3865
3866         Tests for module 'unistr/u32-stpncpy'.
3867         * modules/unistr/u32-stpncpy-tests: New file.
3868         * tests/unistr/test-u32-stpncpy.c: New file.
3869
3870         Tests for module 'unistr/u16-stpncpy'.
3871         * modules/unistr/u16-stpncpy-tests: New file.
3872         * tests/unistr/test-u16-stpncpy.c: New file.
3873
3874         Tests for module 'unistr/u8-stpncpy'.
3875         * modules/unistr/u8-stpncpy-tests: New file.
3876         * tests/unistr/test-u8-stpncpy.c: New file.
3877         * tests/unistr/test-stpncpy.h: New file.
3878
3879         Tests for module 'unistr/u32-strncpy'.
3880         * modules/unistr/u32-strncpy-tests: New file.
3881         * tests/unistr/test-u32-strncpy.c: New file.
3882
3883         Tests for module 'unistr/u16-strncpy'.
3884         * modules/unistr/u16-strncpy-tests: New file.
3885         * tests/unistr/test-u16-strncpy.c: New file.
3886
3887         Tests for module 'unistr/u8-strncpy'.
3888         * modules/unistr/u8-strncpy-tests: New file.
3889         * tests/unistr/test-u8-strncpy.c: New file.
3890         * tests/unistr/test-strncpy.h: New file.
3891
3892         Tests for module 'unistr/u32-stpcpy'.
3893         * modules/unistr/u32-stpcpy-tests: New file.
3894         * tests/unistr/test-u32-stpcpy.c: New file.
3895
3896         Tests for module 'unistr/u16-stpcpy'.
3897         * modules/unistr/u16-stpcpy-tests: New file.
3898         * tests/unistr/test-u16-stpcpy.c: New file.
3899
3900         Tests for module 'unistr/u8-stpcpy'.
3901         * modules/unistr/u8-stpcpy-tests: New file.
3902         * tests/unistr/test-u8-stpcpy.c: New file.
3903         * tests/unistr/test-stpcpy.h: New file.
3904
3905         Tests for module 'unistr/u32-strcpy'.
3906         * modules/unistr/u32-strcpy-tests: New file.
3907         * tests/unistr/test-u32-strcpy.c: New file.
3908
3909         Tests for module 'unistr/u16-strcpy'.
3910         * modules/unistr/u16-strcpy-tests: New file.
3911         * tests/unistr/test-u16-strcpy.c: New file.
3912
3913         Tests for module 'unistr/u8-strcpy'.
3914         * modules/unistr/u8-strcpy-tests: New file.
3915         * tests/unistr/test-u8-strcpy.c: New file.
3916         * tests/unistr/test-strcpy.h: New file.
3917
3918         Tests for module 'unistr/u32-strnlen'.
3919         * modules/unistr/u32-strnlen-tests: New file.
3920         * tests/unistr/test-u32-strnlen.c: New file.
3921
3922         Tests for module 'unistr/u16-strnlen'.
3923         * modules/unistr/u16-strnlen-tests: New file.
3924         * tests/unistr/test-u16-strnlen.c: New file.
3925
3926         Tests for module 'unistr/u8-strnlen'.
3927         * modules/unistr/u8-strnlen-tests: New file.
3928         * tests/unistr/test-u8-strnlen.c: New file.
3929         * tests/unistr/test-strnlen.h: New file.
3930
3931         Tests for module 'unistr/u32-strlen'.
3932         * modules/unistr/u32-strlen-tests: New file.
3933         * tests/unistr/test-u32-strlen.c: New file.
3934
3935         Tests for module 'unistr/u16-strlen'.
3936         * modules/unistr/u16-strlen-tests: New file.
3937         * tests/unistr/test-u16-strlen.c: New file.
3938
3939         Tests for module 'unistr/u8-strlen'.
3940         * modules/unistr/u8-strlen-tests: New file.
3941         * tests/unistr/test-u8-strlen.c: New file.
3942
3943         Tests for module 'unistr/u32-prev'.
3944         * modules/unistr/u32-prev-tests: New file.
3945         * tests/unistr/test-u32-prev.c: New file.
3946
3947         Tests for module 'unistr/u16-prev'.
3948         * modules/unistr/u16-prev-tests: New file.
3949         * tests/unistr/test-u16-prev.c: New file.
3950
3951         Tests for module 'unistr/u8-prev'.
3952         * modules/unistr/u8-prev-tests: New file.
3953         * tests/unistr/test-u8-prev.c: New file.
3954
3955         Tests for module 'unistr/u32-next'.
3956         * modules/unistr/u32-next-tests: New file.
3957         * tests/unistr/test-u32-next.c: New file.
3958
3959         Tests for module 'unistr/u16-next'.
3960         * modules/unistr/u16-next-tests: New file.
3961         * tests/unistr/test-u16-next.c: New file.
3962
3963         Tests for module 'unistr/u8-next'.
3964         * modules/unistr/u8-next-tests: New file.
3965         * tests/unistr/test-u8-next.c: New file.
3966
3967         Tests for module 'unistr/u32-strmbtouc'.
3968         * modules/unistr/u32-strmbtouc-tests: New file.
3969         * tests/unistr/test-u32-strmbtouc.c: New file.
3970
3971         Tests for module 'unistr/u16-strmbtouc'.
3972         * modules/unistr/u16-strmbtouc-tests: New file.
3973         * tests/unistr/test-u16-strmbtouc.c: New file.
3974
3975         Tests for module 'unistr/u8-strmbtouc'.
3976         * modules/unistr/u8-strmbtouc-tests: New file.
3977         * tests/unistr/test-u8-strmbtouc.c: New file.
3978
3979         Tests for module 'unistr/u32-strmblen'.
3980         * modules/unistr/u32-strmblen-tests: New file.
3981         * tests/unistr/test-u32-strmblen.c: New file.
3982
3983         Tests for module 'unistr/u16-strmblen'.
3984         * modules/unistr/u16-strmblen-tests: New file.
3985         * tests/unistr/test-u16-strmblen.c: New file.
3986
3987         Tests for module 'unistr/u8-strmblen'.
3988         * modules/unistr/u8-strmblen-tests: New file.
3989         * tests/unistr/test-u8-strmblen.c: New file.
3990
3991         Tests for module 'unistr/u32-cpy-alloc'.
3992         * modules/unistr/u32-cpy-alloc-tests: New file.
3993         * tests/unistr/test-u32-cpy-alloc.c: New file.
3994
3995         Tests for module 'unistr/u16-cpy-alloc'.
3996         * modules/unistr/u16-cpy-alloc-tests: New file.
3997         * tests/unistr/test-u16-cpy-alloc.c: New file.
3998
3999         Tests for module 'unistr/u8-cpy-alloc'.
4000         * modules/unistr/u8-cpy-alloc-tests: New file.
4001         * tests/unistr/test-u8-cpy-alloc.c: New file.
4002         * tests/unistr/test-cpy-alloc.h: New file.
4003
4004         Tests for module 'unistr/u32-mbsnlen'.
4005         * modules/unistr/u32-mbsnlen-tests: New file.
4006         * tests/unistr/test-u32-mbsnlen.c: New file.
4007
4008         Tests for module 'unistr/u16-mbsnlen'.
4009         * modules/unistr/u16-mbsnlen-tests: New file.
4010         * tests/unistr/test-u16-mbsnlen.c: New file.
4011
4012         Tests for module 'unistr/u8-mbsnlen'.
4013         * modules/unistr/u8-mbsnlen-tests: New file.
4014         * tests/unistr/test-u8-mbsnlen.c: New file.
4015
4016         Tests for module 'unistr/u32-chr'.
4017         * modules/unistr/u32-chr-tests: New file.
4018         * tests/unistr/test-u32-chr.c: New file.
4019
4020         Tests for module 'unistr/u16-chr'.
4021         * modules/unistr/u16-chr-tests: New file.
4022         * tests/unistr/test-u16-chr.c: New file.
4023
4024         Tests for module 'unistr/u8-chr'.
4025         * modules/unistr/u8-chr-tests: New file.
4026         * tests/unistr/test-u8-chr.c: New file.
4027         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
4028
4029         Tests for module 'unistr/u32-cmp2'.
4030         * modules/unistr/u32-cmp2-tests: New file.
4031         * tests/unistr/test-u32-cmp2.c: New file.
4032
4033         Tests for module 'unistr/u16-cmp2'.
4034         * modules/unistr/u16-cmp2-tests: New file.
4035         * tests/unistr/test-u16-cmp2.c: New file.
4036
4037         Tests for module 'unistr/u8-cmp2'.
4038         * modules/unistr/u8-cmp2-tests: New file.
4039         * tests/unistr/test-u8-cmp2.c: New file.
4040         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
4041
4042         Tests for module 'unistr/u32-cmp'.
4043         * modules/unistr/u32-cmp-tests: New file.
4044         * tests/unistr/test-u32-cmp.c: New file.
4045
4046         Tests for module 'unistr/u16-cmp'.
4047         * modules/unistr/u16-cmp-tests: New file.
4048         * tests/unistr/test-u16-cmp.c: New file.
4049
4050         Tests for module 'unistr/u8-cmp'.
4051         * modules/unistr/u8-cmp-tests: New file.
4052         * tests/unistr/test-u8-cmp.c: New file.
4053         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
4054
4055         Tests for module 'unistr/u32-set'.
4056         * modules/unistr/u32-set-tests: New file.
4057         * tests/unistr/test-u32-set.c: New file.
4058
4059         Tests for module 'unistr/u16-set'.
4060         * modules/unistr/u16-set-tests: New file.
4061         * tests/unistr/test-u16-set.c: New file.
4062
4063         Tests for module 'unistr/u8-set'.
4064         * modules/unistr/u8-set-tests: New file.
4065         * tests/unistr/test-u8-set.c: New file.
4066         * tests/unistr/test-set.h: New file.
4067
4068         Tests for module 'unistr/u32-move'.
4069         * modules/unistr/u32-move-tests: New file.
4070         * tests/unistr/test-u32-move.c: New file.
4071
4072         Tests for module 'unistr/u16-move'.
4073         * modules/unistr/u16-move-tests: New file.
4074         * tests/unistr/test-u16-move.c: New file.
4075
4076         Tests for module 'unistr/u8-move'.
4077         * modules/unistr/u8-move-tests: New file.
4078         * tests/unistr/test-u8-move.c: New file.
4079         * tests/unistr/test-move.h: New file.
4080
4081         Tests for module 'unistr/u32-cpy'.
4082         * modules/unistr/u32-cpy-tests: New file.
4083         * tests/unistr/test-u32-cpy.c: New file.
4084
4085         Tests for module 'unistr/u16-cpy'.
4086         * modules/unistr/u16-cpy-tests: New file.
4087         * tests/unistr/test-u16-cpy.c: New file.
4088
4089         Tests for module 'unistr/u8-cpy'.
4090         * modules/unistr/u8-cpy-tests: New file.
4091         * tests/unistr/test-u8-cpy.c: New file.
4092         * tests/unistr/test-cpy.h: New file.
4093
4094 2010-01-09  Bruno Haible  <bruno@clisp.org>
4095
4096         Tests for module 'unistr/u32-uctomb'.
4097         * modules/unistr/u32-uctomb-tests: New file.
4098         * tests/unistr/test-u32-uctomb.c: New file.
4099
4100         Tests for module 'unistr/u16-uctomb'.
4101         * modules/unistr/u16-uctomb-tests: New file.
4102         * tests/unistr/test-u16-uctomb.c: New file.
4103
4104         Tests for module 'unistr/u8-uctomb'.
4105         * modules/unistr/u8-uctomb-tests: New file.
4106         * tests/unistr/test-u8-uctomb.c: New file.
4107
4108         Tests for module 'unistr/u32-mbtoucr'.
4109         * modules/unistr/u32-mbtoucr-tests: New file.
4110         * tests/unistr/test-u32-mbtoucr.c: New file.
4111
4112         Tests for module 'unistr/u16-mbtoucr'.
4113         * modules/unistr/u16-mbtoucr-tests: New file.
4114         * tests/unistr/test-u16-mbtoucr.c: New file.
4115
4116         Tests for module 'unistr/u8-mbtoucr'.
4117         * modules/unistr/u8-mbtoucr-tests: New file.
4118         * tests/unistr/test-u8-mbtoucr.c: New file.
4119
4120         Tests for module 'unistr/u32-mbtouc'.
4121         * modules/unistr/u32-mbtouc-tests: New file.
4122         * tests/unistr/test-u32-mbtouc.c: New file.
4123
4124         Tests for module 'unistr/u16-mbtouc'.
4125         * modules/unistr/u16-mbtouc-tests: New file.
4126         * tests/unistr/test-u16-mbtouc.c: New file.
4127
4128         Tests for module 'unistr/u8-mbtouc'.
4129         * modules/unistr/u8-mbtouc-tests: New file.
4130         * tests/unistr/test-u8-mbtouc.c: New file.
4131
4132         Tests for module 'unistr/u32-mbtouc-unsafe'.
4133         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
4134         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
4135         * tests/unistr/test-u32-mbtouc.h: New file.
4136
4137         Tests for module 'unistr/u16-mbtouc-unsafe'.
4138         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
4139         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
4140         * tests/unistr/test-u16-mbtouc.h: New file.
4141
4142         Tests for module 'unistr/u8-mbtouc-unsafe'.
4143         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
4144         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
4145         * tests/unistr/test-u8-mbtouc.h: New file.
4146
4147         Tests for module 'unistr/u32-mblen'.
4148         * modules/unistr/u32-mblen-tests: New file.
4149         * tests/unistr/test-u32-mblen.c: New file.
4150
4151         Tests for module 'unistr/u16-mblen'.
4152         * modules/unistr/u16-mblen-tests: New file.
4153         * tests/unistr/test-u16-mblen.c: New file.
4154
4155         Tests for module 'unistr/u8-mblen'.
4156         * modules/unistr/u8-mblen-tests: New file.
4157         * tests/unistr/test-u8-mblen.c: New file.
4158
4159         Tests for module 'unistr/u32-to-u16'.
4160         * modules/unistr/u32-to-u16-tests: New file.
4161         * tests/unistr/test-u32-to-u16.c: New file.
4162
4163         Tests for module 'unistr/u32-to-u8'.
4164         * modules/unistr/u32-to-u8-tests: New file.
4165         * tests/unistr/test-u32-to-u8.c: New file.
4166
4167         Tests for module 'unistr/u16-to-u32'.
4168         * modules/unistr/u16-to-u32-tests: New file.
4169         * tests/unistr/test-u16-to-u32.c: New file.
4170
4171         Tests for module 'unistr/u16-to-u8'.
4172         * modules/unistr/u16-to-u8-tests: New file.
4173         * tests/unistr/test-u16-to-u8.c: New file.
4174
4175         Tests for module 'unistr/u8-to-u32'.
4176         * modules/unistr/u8-to-u32-tests: New file.
4177         * tests/unistr/test-u8-to-u32.c: New file.
4178
4179         Tests for module 'unistr/u8-to-u16'.
4180         * modules/unistr/u8-to-u16-tests: New file.
4181         * tests/unistr/test-u8-to-u16.c: New file.
4182
4183         Tests for module 'unistr/u32-check'.
4184         * modules/unistr/u32-check-tests: New file.
4185         * tests/unistr/test-u32-check.c: New file.
4186
4187         Tests for module 'unistr/u16-check'.
4188         * modules/unistr/u16-check-tests: New file.
4189         * tests/unistr/test-u16-check.c: New file.
4190
4191         Tests for module 'unistr/u8-check'.
4192         * modules/unistr/u8-check-tests: New file.
4193         * tests/unistr/test-u8-check.c: New file.
4194
4195         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
4196         (category_equals): New function.
4197         (main): Add more tests.
4198         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
4199
4200         * tests/unictype/test-bidi_byname.c (main): Add more tests.
4201
4202 2010-01-10  Bruno Haible  <bruno@clisp.org>
4203
4204         unistr/u*-strcoll: Try harder to distinguish different strings.
4205         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
4206         compare s1 and s2 to see if they are different.
4207
4208 2010-01-10  Bruno Haible  <bruno@clisp.org>
4209
4210         unistr/u*-stpncpy: Fix the return value.
4211         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
4212         description of the return value consistent with stpncpy in glibc.
4213         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
4214         written non-NUL unit.
4215
4216 2010-01-10  Bruno Haible  <bruno@clisp.org>
4217
4218         unistr/u*-next: Add missing dependencies.
4219         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
4220         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
4221         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
4222
4223 2010-01-10  Bruno Haible  <bruno@clisp.org>
4224
4225         unistr/u8-mbsnlen: Fix return value for incomplete character.
4226         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
4227         u8_mblen.
4228         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
4229         Remove unistr/u8-mblen.
4230         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
4231         u16_mblen.
4232         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
4233         Remove unistr/u16-mblen.
4234
4235 2010-01-10  Bruno Haible  <bruno@clisp.org>
4236
4237         wchar: Fix compilation error when <wchar.h> is used from coreutils.
4238         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
4239         Reported by Brian Gough <bjg@gnu.org> and
4240         Chris Clayton <chris2553@googlemail.com> via
4241         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4242
4243 2010-01-09  Bruno Haible  <bruno@clisp.org>
4244
4245         unistr/u16-to-u32: Reject invalid input.
4246         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4247         u16_mbtouc.
4248         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4249         Remove unistr/u16-mbtouc.
4250
4251         unistr/u16-to-u8: Reject invalid input.
4252         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4253         u16_mbtouc.
4254         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4255         Remove unistr/u16-mbtouc.
4256
4257         unistr/u8-to-u32: Reject invalid input.
4258         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4259         u8_mbtouc.
4260         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
4261         Remove unistr/u8-mbtouc.
4262
4263         unistr/u8-to-u16: Reject invalid input.
4264         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
4265         u8_mbtouc.
4266         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
4267         Remove unistr/u8-mbtouc.
4268
4269 2010-01-09  Bruno Haible  <bruno@clisp.org>
4270
4271         Tests for module 'getlogin'.
4272         * modules/getlogin-tests: New file.
4273         * tests/test-getlogin.c: New file.
4274
4275         New module 'getlogin'.
4276         * lib/unistd.in.h (getlogin): New declaration.
4277         * lib/getlogin.c: New file.
4278         * m4/getlogin.m4: New file.
4279         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
4280         HAVE_GETLOGIN.
4281         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
4282         HAVE_GETLOGIN.
4283         * modules/getlogin: New file.
4284         * doc/posix-functions/getlogin.texi: Mention the new module.
4285         Reported by John W. Eaton <jwe@gnu.org>.
4286
4287 2010-01-09  Bruno Haible  <bruno@clisp.org>
4288
4289         getlogin_r: Support for native Windows.
4290         * lib/getlogin_r.c: Include <windows.h>
4291         (getlogin_r): Implement for native Windows.
4292         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
4293         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
4294         via John W. Eaton <jwe@gnu.org>.
4295
4296 2010-01-09  Bruno Haible  <bruno@clisp.org>
4297
4298         getlogin_r: Small fixes.
4299         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
4300         succeeds.
4301         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
4302         before testing whether getlogin_r is declared. No need to set
4303         HAVE_DECL_GETLOGIN_R to 1.
4304         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
4305
4306 2010-01-09  Bruno Haible  <bruno@clisp.org>
4307
4308         * lib/unistd.in.h (getlogin_r): Add comment.
4309
4310 2010-01-09  Bruno Haible  <bruno@clisp.org>
4311
4312         Tests for module 'getlogin_r'.
4313         * modules/getlogin_r-tests: New file.
4314         * tests/test-getlogin_r.c: New file.
4315
4316 2010-01-09  Jim Meyering  <meyering@redhat.com>
4317
4318         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4319         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4320         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4321
4322 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4323
4324         * lib/dup2.c (rpl_dup2): Improve comment.
4325
4326 2010-01-08  Eric Blake  <ebb9@byu.net>
4327
4328         maint.mk: allow packages to add makefile @@ exceptions
4329         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4330         (sc_makefile_check): Rename...
4331         (sc_makefile_at_at_check): ...to this, and use hook.
4332
4333         dup2: work around mingw bug
4334         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4335         Reported by Simon Josefsson.
4336
4337 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4338
4339         glob: Fix C++ compilation.
4340         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4341         C++.
4342
4343 2010-01-07  Bruno Haible  <bruno@clisp.org>
4344
4345         Fix indentation of wctype.in.h, broken since 2007-01-06.
4346         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4347
4348 2010-01-07  Bruno Haible  <bruno@clisp.org>
4349
4350         mbslen: Avoid collision with system function.
4351         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4352         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4353         * m4/mbslen.m4: New file.
4354         * modules/mbslen (Files): Add it.
4355         (configure.ac): Invoke gl_MBSLEN.
4356         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4357         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4358         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4359         via Ian Beckwith <ianb@erislabs.net>.
4360
4361 2010-01-07  Bruno Haible  <bruno@clisp.org>
4362
4363         dirent: Document the last fix.
4364         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4365
4366 2010-01-07  Bruno Haible  <bruno@clisp.org>
4367
4368         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4369         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4370         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4371         va_list are defined.
4372         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4373         Reported by Eric Blake.
4374
4375 2010-01-07  Bruno Haible  <bruno@clisp.org>
4376
4377         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4378         * modules/xlist (Depends-on): Add 'list',
4379         * modules/xoset (Depends-on): Add 'oset'.
4380         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4381
4382 2010-01-07  Bruno Haible  <bruno@clisp.org>
4383
4384         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4385         * doc/posix-functions/strncasecmp.texi: Likewise.
4386
4387 2010-01-07  Bruno Haible  <bruno@clisp.org>
4388
4389         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4390
4391 2010-01-07  John W. Eaton  <jwe@octave.org>
4392
4393         wctype: allow C++ use
4394         * lib/wctype.in.h: Add extern "C" block for C++.
4395
4396 2010-01-06  Eric Blake  <ebb9@byu.net>
4397
4398         maint.mk: detect incorrect GFDL usage
4399         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4400
4401 2010-01-06  Jim Meyering  <meyering@redhat.com>
4402         and Eric Blake  <ebb9@byu.net>
4403
4404         maint.mk: ignore multi-line copyright in NEWS
4405         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4406
4407 2010-01-06  Eric Blake  <ebb9@byu.net>
4408
4409         select: add missing dependency
4410         * modules/select-tests (Depends-on): Move sockets dependency...
4411         * modules/select (Depends-on): ...here.
4412         Reported by Ian Beckwith.
4413
4414         doc: regenerate INSTALL
4415         * doc/INSTALL: Reflect recent autoconf update.
4416         * doc/INSTALL.ISO: Likewise.
4417         * doc/INSTALL.UTF-8: Likewise.
4418
4419         pread: fix compilation on glibc
4420         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4421         Reported by Ralf Wildenhues.
4422
4423         dirent: fix test failure
4424         * lib/dirent.in.h (includes): Guarantee ino_t.
4425         Reported by Ralf Wildenhues.
4426
4427 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4428
4429         linkat, renameat: avoid bad free
4430         * lib/at-func2.c (at_func2): Fix typo.
4431         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4432
4433 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4434
4435         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4436         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4437         to avoid failure of symlink test later.
4438
4439 2010-01-06  Eric Blake  <ebb9@byu.net>
4440
4441         stdio, unistd: guarantee ssize_t
4442         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4443         2008 are exposed when needed.
4444         * lib/stdio.in.h (includes): Likewise.
4445         Reported by Ralf Wildenhues.
4446
4447 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4448
4449         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4450         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4451         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4452
4453 2010-01-06  Jim Meyering  <meyering@redhat.com>
4454
4455         readtokens: this module *does* require xalloc.h
4456         It uses only functions that were omitted by the old syntax-check rule.
4457         * lib/readtokens.c: Include "xalloc.h" once again.
4458         * modules/readtokens (Depends-on): Add xalloc.
4459         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4460
4461 2010-01-05  Eric Blake  <ebb9@byu.net>
4462
4463         maint: support 'make announcement' from a VPATH build
4464         * top/maint.mk (announcement): Look for correct NEWS file.
4465
4466 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4467
4468         utimens (fdutimens): ignore a negative FD, per contract
4469         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4470         when we have a valid file descriptor.  Otherwise, using a brand
4471         new glibc (with just-patched futimens that now fails with EBADF)
4472         would cause this function to fail with ENOSYS.
4473         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4474         See also http://bugzilla.redhat.com/552320.
4475
4476 2010-01-05  Eric Blake  <ebb9@byu.net>
4477
4478         strcase: document what it provides
4479         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4480         gnulib module.
4481         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4482         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4483
4484 2010-01-05  Jim Meyering  <meyering@redhat.com>
4485
4486         maint: remove useless inclusions of "xalloc.h"
4487         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4488         * lib/readtokens.c: Likewise.
4489         * lib/same.c: Likewise.
4490         * modules/getloadavg (Depends-on): Remove xalloc.
4491         * modules/readtokens: Likewise.
4492         * modules/same: Likewise.
4493
4494         maint.mk: include 4 more function names in alloca.h-checking regexp
4495         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4496         regexp.  Before, we would give a false-positive (saying alloca.h
4497         is included unnecessarily) when the only uses involved omitted symbols.
4498
4499         xalloc.h: use consistent formatting
4500         * lib/xalloc.h: Move declarations to start in the first column.
4501
4502 2010-01-05  Eric Blake  <ebb9@byu.net>
4503
4504         mkdir: avoid xalloc
4505         * lib/mkdir.c (includes): Drop unused header.
4506         Reported by John W. Eaton.
4507
4508 2010-01-04  Jim Meyering  <meyering@redhat.com>
4509
4510         nl_langinfo: avoid configure-time syntax error
4511         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4512         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4513         the empty string.  Don't let that provoke a shell syntax error.
4514
4515         regcomp, regexec, fnmatch: avoid array bounds read error
4516         * lib/regcomp.c (build_equiv_class): From glibc:
4517         Use only the low 24 bits of a findidx return value as an index
4518         into the weights array.  Patch by Ulrich Drepper:
4519         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4520         * lib/regexec.c (check_node_accept_bytes): Likewise.
4521         * lib/fnmatch_loop.c (FCT): Likewise.
4522
4523         regcomp: skip collseq lookup when there are no rules
4524         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4525         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4526
4527         regcomp: recognize ill-formed { } expressions
4528         * lib/regcomp.c (parse_dup_op): From glibc:
4529         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4530
4531         regcomp: fix typo in comment
4532         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4533         s/satisfy/satisfies/.
4534
4535         regcomp: sync from glibc: remove dead store
4536         * lib/regcomp.c (duplicate_node_closure): Remove useless
4537         search_duplicated_node call and dead store.
4538
4539         regcomp: sync from glibc; always use nl_langinfo
4540         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4541         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4542         * modules/regex (Depends-on): Add nl_langinfo.
4543
4544 2010-01-04  Eric Blake  <ebb9@byu.net>
4545
4546         fdopendir: fix configure test
4547         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4548
4549 2010-01-01  Bruno Haible  <bruno@clisp.org>
4550
4551         wchar: Remove unused configure check.
4552         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4553
4554 2010-01-01  Eric Blake  <ebb9@byu.net>
4555
4556         headers: make check of system header explicit
4557         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4558         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4559         ourselves.
4560         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4561         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4562         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4563         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4564         internals.
4565         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4566         missing.
4567         Suggested by Bruno Haible.
4568
4569 2010-01-01  Jim Meyering  <meyering@redhat.com>
4570
4571         ChangeLog: tweak to eliminate unnecessary copyright line
4572         * ChangeLog: Remove a copyright line that was mistakenly updated
4573         by today's update-copyright run.  Reported by Eric Blake.
4574
4575         test-update-copyright: don't let envvar setting cause test failure
4576         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4577
4578 2010-01-01  Bruno Haible  <bruno@clisp.org>
4579
4580         localename: Avoid gcc warning.
4581         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4582         function if it is not used.
4583
4584 2010-01-01  Jim Meyering  <meyering@redhat.com>
4585
4586         update nearly all FSF copyright year lists to include 2010
4587         Use the same procedure as for 2009, outlined in
4588         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4589
4590         version-etc: set COPYRIGHT_YEAR to 2010
4591         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4592
4593 2009-12-31  Eric Blake  <ebb9@byu.net>
4594
4595         doc: correct availability of cygwin 1.5.x getopt
4596         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4597         variables.
4598         * doc/posix-functions/opterr.texi (opterr): Likewise.
4599         * doc/posix-functions/optind.texi (optind): Likewise.
4600         * doc/posix-functions/optopt.texi (optopt): Likewise.
4601         * doc/posix-functions/tzname.texi (tzname): Likewise.
4602
4603         openat: update maintainer
4604         * modules/openat (Maintainer): Add myself.
4605
4606         utimens: avoid shadowing warning
4607         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4608         buffers into one, to avoid shadowing, as well as avoiding a
4609         redundant stat.
4610         Reported by Jim Meyering.
4611
4612         test-dup2: avoid compiler warning
4613         * tests/test-dup2.c (is_inheritable): Only define if used.
4614
4615 2010-01-01  Bruno Haible  <bruno@clisp.org>
4616
4617         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4618         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4619         defined, use wctomb instead of wcrtomb.
4620
4621 2010-01-01  Bruno Haible  <bruno@clisp.org>
4622
4623         iconv: Reject native Solaris iconv.
4624         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4625         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4626
4627 2009-12-31  Bruno Haible  <bruno@clisp.org>
4628
4629         * tests/test-signal.c (main): Remove test of 'SIG'.
4630
4631 2009-12-31  Bruno Haible  <bruno@clisp.org>
4632
4633         spawn: Fix incomplete fix.
4634         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4635         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4636         warnings for GNULIB_POSIXCHECK again.
4637         Reported by Eric Blake.
4638
4639 2009-12-31  Bruno Haible  <bruno@clisp.org>
4640
4641         Avoid namespace pollution on glibc systems.
4642         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4643         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4644         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4645         glibc systems.
4646
4647 2009-12-31  Bruno Haible  <bruno@clisp.org>
4648
4649         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4650         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4651         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4652         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4653         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4654         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4655         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4656
4657 2009-12-31  Bruno Haible  <bruno@clisp.org>
4658
4659         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4660         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4661         afterwards.
4662
4663 2009-12-31  Bruno Haible  <bruno@clisp.org>
4664
4665         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4666         SYS_UTSNAME_H.
4667
4668 2009-12-31  Bruno Haible  <bruno@clisp.org>
4669
4670         spawn: Fix misapplied patch.
4671         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4672         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4673         warnings for GNULIB_POSIXCHECK.
4674
4675 2009-12-31  Bruno Haible  <bruno@clisp.org>
4676
4677         times: Update after sys_times changed.
4678         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4679         * modules/times (Files): Add it.
4680         (configure.ac): Invoke gl_FUNC_TIMES.
4681
4682 2009-12-31  Bruno Haible  <bruno@clisp.org>
4683
4684         Use AC_C_INLINE where necessary.
4685         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4686         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4687         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4688         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4689         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4690         * m4/mbiter.m4 (gl_MBITER): Likewise.
4691         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4692         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4693         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4694         * modules/u64 (configure.ac): Likewise.
4695
4696 2009-12-31  Bruno Haible  <bruno@clisp.org>
4697
4698         Use AC_C_INLINE instead of module 'inline' where possible.
4699         * modules/inline (Description): Clarify purpose.
4700         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4701         * modules/count-one-bits (Depends-on): Remove inline.
4702         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4703         * modules/openat (Depends-on): Remove inline.
4704         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4705         instead of depending on module 'inline'.
4706         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4707         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4708         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4709         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4710         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4711         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4712         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4713         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4714         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4715         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4716         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4717         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4718         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4719         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4720         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4721         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4722         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4723         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4724         Likewise.
4725         * modules/unictype/property-ascii-hex-digit (Depends-on,
4726         configure.ac): Likewise.
4727         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4728         configure.ac): Likewise.
4729         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4730         configure.ac): Likewise.
4731         * modules/unictype/property-bidi-block-separator (Depends-on,
4732         configure.ac): Likewise.
4733         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4734         configure.ac): Likewise.
4735         * modules/unictype/property-bidi-common-separator (Depends-on,
4736         configure.ac): Likewise.
4737         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4738         Likewise.
4739         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4740         configure.ac): Likewise.
4741         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4742         configure.ac): Likewise.
4743         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4744         configure.ac): Likewise.
4745         * modules/unictype/property-bidi-european-digit (Depends-on,
4746         configure.ac): Likewise.
4747         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4748         configure.ac): Likewise.
4749         * modules/unictype/property-bidi-left-to-right (Depends-on,
4750         configure.ac): Likewise.
4751         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4752         configure.ac): Likewise.
4753         * modules/unictype/property-bidi-other-neutral (Depends-on,
4754         configure.ac): Likewise.
4755         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4756         Likewise.
4757         * modules/unictype/property-bidi-segment-separator (Depends-on,
4758         configure.ac): Likewise.
4759         * modules/unictype/property-bidi-whitespace (Depends-on,
4760         configure.ac): Likewise.
4761         * modules/unictype/property-combining (Depends-on, configure.ac):
4762         Likewise.
4763         * modules/unictype/property-composite (Depends-on, configure.ac):
4764         Likewise.
4765         * modules/unictype/property-currency-symbol (Depends-on,
4766         configure.ac): Likewise.
4767         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4768         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4769         Likewise.
4770         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4771         configure.ac): Likewise.
4772         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4773         Likewise.
4774         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4775         Likewise.
4776         * modules/unictype/property-extender (Depends-on, configure.ac):
4777         Likewise.
4778         * modules/unictype/property-format-control (Depends-on, configure.ac):
4779         Likewise.
4780         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4781         Likewise.
4782         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4783         Likewise.
4784         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4785         Likewise.
4786         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4787         Likewise.
4788         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4789         Likewise.
4790         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4791         Likewise.
4792         * modules/unictype/property-id-start (Depends-on, configure.ac):
4793         Likewise.
4794         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4795         Likewise.
4796         * modules/unictype/property-ids-binary-operator (Depends-on,
4797         configure.ac): Likewise.
4798         * modules/unictype/property-ids-trinary-operator (Depends-on,
4799         configure.ac): Likewise.
4800         * modules/unictype/property-ignorable-control (Depends-on,
4801         configure.ac): Likewise.
4802         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4803         Likewise.
4804         * modules/unictype/property-join-control (Depends-on, configure.ac):
4805         Likewise.
4806         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4807         Likewise.
4808         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4809         Likewise.
4810         * modules/unictype/property-logical-order-exception (Depends-on,
4811         configure.ac): Likewise.
4812         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4813         Likewise.
4814         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4815         * modules/unictype/property-non-break (Depends-on, configure.ac):
4816         Likewise.
4817         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4818         Likewise.
4819         * modules/unictype/property-numeric (Depends-on, configure.ac):
4820         Likewise.
4821         * modules/unictype/property-other-alphabetic (Depends-on,
4822         configure.ac): Likewise.
4823         * modules/unictype/property-other-default-ignorable-code-point
4824         (Depends-on, configure.ac): Likewise.
4825         * modules/unictype/property-other-grapheme-extend (Depends-on,
4826         configure.ac): Likewise.
4827         * modules/unictype/property-other-id-continue (Depends-on,
4828         configure.ac): Likewise.
4829         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4830         Likewise.
4831         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4832         Likewise.
4833         * modules/unictype/property-other-math (Depends-on, configure.ac):
4834         Likewise.
4835         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4836         Likewise.
4837         * modules/unictype/property-paired-punctuation (Depends-on,
4838         configure.ac): Likewise.
4839         * modules/unictype/property-paragraph-separator (Depends-on,
4840         configure.ac): Likewise.
4841         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4842         Likewise.
4843         * modules/unictype/property-pattern-white-space (Depends-on,
4844         configure.ac): Likewise.
4845         * modules/unictype/property-private-use (Depends-on, configure.ac):
4846         Likewise.
4847         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4848         Likewise.
4849         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4850         Likewise.
4851         * modules/unictype/property-radical (Depends-on, configure.ac):
4852         Likewise.
4853         * modules/unictype/property-sentence-terminal (Depends-on,
4854         configure.ac): Likewise.
4855         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4856         Likewise.
4857         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4858         * modules/unictype/property-terminal-punctuation (Depends-on,
4859         configure.ac): Likewise.
4860         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4861         Likewise.
4862         * modules/unictype/property-unassigned-code-value (Depends-on,
4863         configure.ac): Likewise.
4864         * modules/unictype/property-unified-ideograph (Depends-on,
4865         configure.ac): Likewise.
4866         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4867         Likewise.
4868         * modules/unictype/property-variation-selector (Depends-on,
4869         configure.ac): Likewise.
4870         * modules/unictype/property-white-space (Depends-on, configure.ac):
4871         Likewise.
4872         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4873         Likewise.
4874         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4875         Likewise.
4876         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4877         Likewise.
4878         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4879         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4880         Likewise.
4881
4882 2009-12-31  Bruno Haible  <bruno@clisp.org>
4883
4884         Remove unnecessary AC_C_INLINE invocation.
4885         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4886         since 2009-08-21.
4887
4888 2009-12-31  Jim Meyering  <meyering@redhat.com>
4889
4890         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4891         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4892         With this change, we can all remove the gpg_key_ID = ... definition
4893         from our respective cfg.mk files.
4894
4895         maint.mk: create announcement template in ~/, not in /tmp
4896         * top/maint.mk (emit_upload_commands): Adjust.
4897         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4898         Remove temporary file, .ci-msg.
4899
4900 2009-12-31  Eric Blake  <ebb9@byu.net>
4901
4902         link-warning: always build headers with link warnings
4903         * modules/arpa_inet (Makefile.am): Always build replacement
4904         header.
4905         * modules/ctype (Makefile.am): Likewise.
4906         * modules/dirent (Makefile.am): Likewise.
4907         * modules/inttypes (Makefile.am): Likewise.
4908         * modules/langinfo (Makefile.am): Likewise.
4909         * modules/locale (Makefile.am): Likewise.
4910         * modules/spawn (Makefile.am): Likewise.
4911         * modules/sys_file (Makefile.am): Likewise.
4912         * modules/sys_ioctl (Makefile.am): Likewise.
4913         * modules/sys_select (Makefile.am): Likewise.
4914         * modules/sys_socket (Makefile.am): Likewise.
4915         * modules/sys_times (Makefile.am): Likewise.
4916         * modules/sys_utsname (Makefile.am): Likewise.
4917         * modules/sys_wait (Makefile.am): Likewise.
4918         * modules/wchar (Makefile.am): Likewise.
4919         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4920         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4921         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4922         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4923         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4924         Likewise.
4925         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4926         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4927         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4928         Likewise.
4929         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4930         Likewise.
4931         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4932         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4933         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4934         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4935         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4936         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4937         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4938         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4939         (gl_WCHAR_H_DEFAULTS): Likewise.
4940
4941 2009-12-31  Eric Blake  <ebb9@byu.net>
4942
4943         signal, spawn: use link warnings
4944         * lib/signal.in.h (sigset_t): Make unconditional.
4945         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4946         (sigpending, sigprocmask, sigaction): Add link warnings.
4947         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4948         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4949         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4950         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4951         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4952         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4953         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4954         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4955         (posix_spawn_file_actions_destroy)
4956         (posix_spawn_file_actions_addopen)
4957         (posix_spawn_file_actions_addclose)
4958         (posix_spawn_file_actions_adddup2): Likewise.
4959         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4960         * tests/test-signal.c (main): Enhance test.
4961
4962         spawn: improve wrapper support
4963         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4964         (gl_SPAWN_H_DEFAULTS): New defaults.
4965         * modules/spawn (Makefile.am): Substitute them.
4966         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4967         Only declare if missing or broken.
4968
4969         sys_times, sys_utsname: use include_next
4970         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4971         header.
4972         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4973         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4974         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4975         * modules/sys_times (Depends-on): Add include_next.
4976         (Makefile.am): Substitute additional values.
4977         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4978         * lib/sys_times.in.h (includes): Include native header, if
4979         available.
4980         * lib/sys_utsname.in.h (includes): Likewise.
4981         * tests/test-sys_times.c (main): Enhance test.
4982
4983         fdutimensat: revert prior patch
4984         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4985         utimens.h.
4986         Reported by Bruno Haible.
4987
4988 2009-12-30  Eric Blake  <ebb9@byu.net>
4989
4990         sys_wait: drop link-warning dependency
4991         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4992         link-warning efforts.
4993         * lib/sys_wait.in.h: Likewise.
4994
4995         fdutimensat: remove bogus dependency
4996         * modules/fdutimensat (Depends-on): Drop inline.
4997
4998         unistd: fix typo
4999         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
5000
5001 2009-12-30  Bruno Haible  <bruno@clisp.org>
5002
5003         Fix compilation error with Solaris cc.
5004         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
5005         * lib/unicase/u16-is-invariant.c: Likewise.
5006         * lib/unicase/u32-is-invariant.c: Likewise.
5007         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5008
5009 2009-12-30  Bruno Haible  <bruno@clisp.org>
5010
5011         Fix test crash.
5012         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
5013         locales.
5014         Reported by Simon Josefsson <simon@josefsson.org>.
5015
5016 2009-12-30  Bruno Haible  <bruno@clisp.org>
5017
5018         Fix compilation error on most platforms.
5019         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
5020         Reported by Simon Josefsson <simon@josefsson.org>
5021         and Nelson H. F. Beebe <beebe@math.utah.edu>.
5022
5023 2009-12-30  Eric Blake  <ebb9@byu.net>
5024
5025         futimens, utimensat: work around ntfs-3g bug
5026         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
5027         a ctime bug is present, and expand workaround to cover ntfs-3g.
5028         * lib/utimens.c (fdutimens, lutimens): Likewise.
5029         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
5030         (validate_timespec): Adjust return value.
5031         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
5032         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5033         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
5034
5035 2009-12-29  Eric Blake  <ebb9@byu.net>
5036
5037         link-warning: make usage consistent
5038         * modules/ctype (Depends-on): Add link-warning.
5039         (Makefile.am): Update rules accordingly.
5040         * modules/langinfo (Depends-on, Makefile.am): Likewise.
5041         * modules/locale (Depends-on, Makefile.am): Likewise.
5042         * modules/sys_file (Makefile.am): Likewise.
5043         * modules/getopt-posix (Makefile.am): Delete unused link warning
5044         efforts.
5045         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
5046         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
5047         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
5048         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
5049
5050         stdio: remove unused variables
5051         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
5052         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
5053         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
5054
5055         tests: test more substitute headers
5056         * modules/ctype-tests: New file.
5057         * modules/dirent-tests: Likewise.
5058         * modules/spawn-tests: Likewise.
5059         * modules/sys_file-tests: Likewise.
5060         * modules/sys_ioctl-tests: Likewise.
5061         * modules/sys_wait-tests: Likewise.
5062         * tests/test-ctype.c: Likewise.
5063         * tests/test-dirent.c: Likewise.
5064         * tests/test-spawn.c: Likewise.
5065         * tests/test-sys_file.c: Likewise.
5066         * tests/test-sys_ioctl.c: Likewise.
5067         * tests/test-sys_wait.c: Likewise.
5068         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
5069         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
5070         whether or not flock is in use.
5071
5072         tests: remove License section from module
5073         * modules/arpa_inet-tests: Remove unneeded section.
5074         * modules/byteswap-tests: Likewise.
5075         * modules/ceilf-tests: Likewise.
5076         * modules/ceill-tests: Likewise.
5077         * modules/crypto/des-tests: Likewise.
5078         * modules/crypto/gc-arcfour-tests: Likewise.
5079         * modules/crypto/gc-arctwo-tests: Likewise.
5080         * modules/crypto/gc-des-tests: Likewise.
5081         * modules/crypto/gc-hmac-md5-tests: Likewise.
5082         * modules/crypto/gc-hmac-sha1-tests: Likewise.
5083         * modules/crypto/gc-md2-tests: Likewise.
5084         * modules/crypto/gc-md4-tests: Likewise.
5085         * modules/crypto/gc-md5-tests: Likewise.
5086         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
5087         * modules/crypto/gc-rijndael-tests: Likewise.
5088         * modules/crypto/gc-sha1-tests: Likewise.
5089         * modules/crypto/gc-tests: Likewise.
5090         * modules/crypto/md2-tests: Likewise.
5091         * modules/crypto/md4-tests: Likewise.
5092         * modules/fcntl-h-tests: Likewise.
5093         * modules/floorf-tests: Likewise.
5094         * modules/floorl-tests: Likewise.
5095         * modules/frexp-nolibm-tests: Likewise.
5096         * modules/frexp-tests: Likewise.
5097         * modules/frexpl-nolibm-tests: Likewise.
5098         * modules/frexpl-tests: Likewise.
5099         * modules/getaddrinfo-tests: Likewise.
5100         * modules/inttypes-tests: Likewise.
5101         * modules/isfinite-tests: Likewise.
5102         * modules/isinf-tests: Likewise.
5103         * modules/ldexpl-tests: Likewise.
5104         * modules/locale-tests: Likewise.
5105         * modules/math-tests: Likewise.
5106         * modules/netdb-tests: Likewise.
5107         * modules/netinet_in-tests: Likewise.
5108         * modules/printf-frexp-tests: Likewise.
5109         * modules/printf-frexpl-tests: Likewise.
5110         * modules/priv-set-tests: Likewise.
5111         * modules/random_r-tests: Likewise.
5112         * modules/round-tests: Likewise.
5113         * modules/roundf-tests: Likewise.
5114         * modules/roundl-tests: Likewise.
5115         * modules/search-tests: Likewise.
5116         * modules/select-tests: Likewise.
5117         * modules/signal-tests: Likewise.
5118         * modules/stdbool-tests: Likewise.
5119         * modules/stddef-tests: Likewise.
5120         * modules/stdint-tests: Likewise.
5121         * modules/stdio-tests: Likewise.
5122         * modules/stdlib-tests: Likewise.
5123         * modules/string-tests: Likewise.
5124         * modules/strings-tests: Likewise.
5125         * modules/sys_select-tests: Likewise.
5126         * modules/sys_socket-tests: Likewise.
5127         * modules/sys_stat-tests: Likewise.
5128         * modules/sys_time-tests: Likewise.
5129         * modules/sys_utsname-tests: Likewise.
5130         * modules/sysexits-tests: Likewise.
5131         * modules/time-tests: Likewise.
5132         * modules/trunc-tests: Likewise.
5133         * modules/truncf-tests: Likewise.
5134         * modules/truncl-tests: Likewise.
5135         * modules/tsearch-tests: Likewise.
5136         * modules/unistd-tests: Likewise.
5137         * modules/wchar-tests: Likewise.
5138         * modules/wctype-tests: Likewise.
5139
5140         tests: fix license on several tests
5141         * tests/test-des.c: Update to GPLv3+.
5142         * tests/test-flock.c: Likewise.
5143         * tests/test-fsync.c: Likewise.
5144         * tests/test-futimens.h: Likewise.
5145         * tests/test-gc-arcfour.c: Likewise.
5146         * tests/test-gc-arctwo.c: Likewise.
5147         * tests/test-gc-des.c: Likewise.
5148         * tests/test-gc-hmac-md5.c: Likewise.
5149         * tests/test-gc-hmac-sha1.c: Likewise.
5150         * tests/test-gc-md2.c: Likewise.
5151         * tests/test-gc-md4.c: Likewise.
5152         * tests/test-gc-md5.c: Likewise.
5153         * tests/test-gc-pbkdf2-sha1.c: Likewise.
5154         * tests/test-gc-rijndael.c: Likewise.
5155         * tests/test-gc-sha1.c: Likewise.
5156         * tests/test-gc.c: Likewise.
5157         * tests/test-getcwd.c: Likewise.
5158         * tests/test-link.c: Likewise.
5159         * tests/test-link.h: Likewise.
5160         * tests/test-lutimens.h: Likewise.
5161         * tests/test-md2.c: Likewise.
5162         * tests/test-md4.c: Likewise.
5163         * tests/test-mkdir.h: Likewise.
5164         * tests/test-rename.c: Likewise.
5165         * tests/test-rename.h: Likewise.
5166         * tests/test-safe-alloc.c: Likewise.
5167         * tests/test-utimens-common.h: Likewise.
5168         * tests/test-utimens.h: Likewise.
5169
5170         maint: sync license texts
5171         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
5172         * doc/gpl-3.0.texi: Revert copyright year update.
5173         * doc/lgpl-3.0.texi: Likewise.
5174
5175 2009-12-29  Jim Meyering  <meyering@redhat.com>
5176
5177         update nearly all FSF copyright year lists to include 2009
5178         The files named by the following are exempted:
5179             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
5180               test -f "$dst" && { echo "$dst"; continue; }
5181               test -d "$dst" || continue
5182               echo "$dst"/$(basename "$src")
5183             done > exempt
5184             git ls-files tests/unictype >> exempt
5185         In the remaining files, convert to all-interval notation if
5186         - there is already at least one year interval like 2000-2003
5187         - the file is maintained by me
5188         - the file is in lib/uni*/, where that style already prevails
5189         Otherwise, use update-copyright's default.
5190
5191 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5192         and Eric Blake  <ebb9@byu.net>
5193
5194         tests: don't require debug system() to pass
5195         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
5196         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5197         * tests/test-unlink.h (test_unlink_func): Likewise.
5198         * tests/test-fstatat.c (main): ...into callers.
5199         * tests/test-lstat.c (main): Likewise.
5200         * tests/test-rmdir.c (main): Likewise.
5201         * tests/test-unlink.c (main): Likewise.
5202         * tests/test-unlinkat.c (main): Likewise.
5203         * tests/test-areadlink-with-size.c (main): Don't require a
5204         debug-only system call to pass, aiding cross-testing to mingw.
5205         * tests/test-areadlink.c (main): Likewise.
5206         * tests/test-areadlinkat-with-size.c (main): Likewise.
5207         * tests/test-areadlinkat.c (main): Likewise.
5208         * tests/test-canonicalize-lgpl.c (main): Likewise.
5209         * tests/test-canonicalize.c (main): Likewise.
5210         * tests/test-chown.c (main): Likewise.
5211         * tests/test-fchownat.c (main): Likewise.
5212         * tests/test-lchown.c (main): Likewise.
5213         * tests/test-fdutimensat.c (main): Likewise.
5214         * tests/test-futimens.c (main): Likewise.
5215         * tests/test-link.c (main): Likewise.
5216         * tests/test-linkat.c (main): Likewise.
5217         * tests/test-mkdir.c (main): Likewise.
5218         * tests/test-mkdirat.c (main): Likewise.
5219         * tests/test-mkfifo.c (main): Likewise.
5220         * tests/test-mkfifoat.c (main): Likewise.
5221         * tests/test-mknod.c (main): Likewise.
5222         * tests/test-readlink.c (main): Likewise.
5223         * tests/test-remove.c (main): Likewise.
5224         * tests/test-rename.c (main): Likewise.
5225         * tests/test-renameat.c (main): Likewise.
5226         * tests/test-symlink.c (main): Likewise.
5227         * tests/test-symlinkat.c (main): Likewise.
5228         * tests/test-utimens.c (main): Likewise.
5229         * tests/test-utimensat.c (main): Likewise.
5230
5231 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5232
5233         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
5234         on $(UNUSED_PARAMETER_H) to avoid build failure.
5235
5236 2009-12-28  Jim Meyering  <meyering@redhat.com>
5237
5238         update-copyright: you may specify a max. line length other than 72
5239         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5240
5241         maint: use consistent FSF copyright line syntax
5242         * lib/posixtm.c: Add missing comma in FSF copyright line.
5243         * lib/posixtm.h: Likewise.
5244         * lib/getugroups.c: Add missing ", Inc.".
5245
5246         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5247         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5248         FSF copyright line.  Remove trailing blanks.
5249
5250 2009-12-28  Eric Blake  <ebb9@byu.net>
5251
5252         test-dup2: reduce dependencies
5253         * modules/cloexec (Configure.ac): Set witness.
5254         * modules/dup2-tests (Depends-on): Drop cloexec.
5255         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5256         not present.
5257         Suggested by Bruno Haible.
5258
5259 2009-12-26  Bruno Haible  <bruno@clisp.org>
5260
5261         Remove an unneeded dependency.
5262         * modules/fseterr (Depends-on): Remove dup2.
5263
5264 2009-12-26  Eric Blake  <ebb9@byu.net>
5265
5266         tests: use macros.h in more places
5267         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
5268         (ASSERT_STREAM): Provide default of stderr.
5269         * tests/test-dirent-safer.c: Include macros.h, using alternate
5270         stream for assertions.
5271         * tests/test-dup-safer.c: Likewise.
5272         * tests/test-freopen-safer.c: Likewise.
5273         * tests/test-getopt.c: Likewise.
5274         * tests/test-openat-safer.c: Likewise.
5275         * tests/test-pipe.c: Likewise.
5276         * tests/test-popen-safer.c: Likewise.
5277         * modules/dirent-safer-tests (Files): Include macros.h.
5278         * modules/unistd-safer-tests (Files): Likewise.
5279         * modules/freopen-safer-tests (Files): Likewise.
5280         * modules/getopt-posix-tests (Files): Likewise.
5281         * modules/openat-safer-tests (Files): Likewise.
5282         * modules/pipe-tests (Files): Likewise.
5283
5284 2009-12-26  Bruno Haible  <bruno@clisp.org>
5285
5286         javacomp: Portability fix.
5287         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
5288         that it also works on Solaris.
5289
5290 2009-12-26  Bruno Haible  <bruno@clisp.org>
5291
5292         localename: Fix storage allocation of gl_locale_name_thread's result.
5293         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
5294         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
5295         all platforms that have 'uselocale'.
5296         (gl_locale_name_thread_unsafe): New function, extracted from
5297         gl_locale_name_thread.
5298         (gl_locale_name_thread): Call struniq on all platforms that have
5299         'uselocale'.
5300         * tests/test-localename.c (test_locale_name_thread): Check that the
5301         resulting strings are permanently allocated.
5302         * modules/localename-tests (Depends-on): Add strdup.
5303
5304 2009-12-26  Bruno Haible  <bruno@clisp.org>
5305
5306         * tests/test-localename.c (categories): Fill in the strings.
5307
5308 2009-12-26  Jim Meyering  <meyering@redhat.com>
5309
5310         isdir: complete the removal of m4/isdir.m4
5311         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5312
5313         isdir: clean up, since at least grep still uses it
5314         * lib/isdir.c: Include "isdir.h".
5315         (S_ISDIR): Remove now-unneeded definition.
5316         * modules/isdir (Files): Add lib/isdir.h.
5317         * lib/isdir.h: New file, with declaration.
5318         * m4/isdir.m4: Remove file -- unneeded.
5319
5320 2009-12-25  Bruno Haible  <bruno@clisp.org>
5321
5322         selinux-h: Make generated .h files standalone.
5323         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5324         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5325         * lib/se-selinux.in.h: Likewise.
5326         * modules/selinux-h (Depends-on): Add unused-parameter.
5327         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5328         selinux/selinux.h and selinux/context.h.
5329         Suggested by Eric Blake.
5330
5331 2009-12-25  Bruno Haible  <bruno@clisp.org>
5332
5333         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5334         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5335         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5336         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5337         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5338
5339 2009-12-24  Bruno Haible  <bruno@clisp.org>
5340
5341         openat: Fix warning.
5342         * lib/openat-proc.c: Include <unistd.h>.
5343
5344 2009-12-24  Bruno Haible  <bruno@clisp.org>
5345
5346         New module 'unused-parameter'.
5347         * build-aux/unused-parameter.h: New file, extracted from earlier
5348         gnulib-common.m4.
5349         * modules/unused-parameter: New file.
5350         * lib/unistr.h: Include unused-parameter.h.
5351         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5352         _GL_UNUSED.
5353         * modules/unistr/base (Depends-on): Add unused-parameter.
5354
5355 2009-12-24  Bruno Haible  <bruno@clisp.org>
5356
5357         Add missing dependencies to 'extensions' module.
5358         * m4/extensions.m4: Add comment.
5359         * modules/accept4 (Depends-on): Add extensions.
5360         * modules/dup3 (Depends-on): Likewise.
5361         * modules/fcntl (Depends-on): Likewise.
5362         * modules/futimens (Depends-on): Likewise.
5363         * modules/mknod (Depends-on): Likewise.
5364         * modules/pipe2 (Depends-on): Likewise.
5365         * modules/stat-time (Depends-on): Likewise.
5366         * modules/strcasestr-simple (Depends-on): Likewise.
5367         * modules/strsignal (Depends-on): Likewise.
5368         * modules/utimensat (Depends-on): Likewise.
5369         * modules/localcharset (Depends-on): Likewise. Needed because of
5370         gl_FCNTL_O_FLAGS.
5371         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5372         AC_TYPE_MBSTATE_T.
5373         * modules/wcsnrtombs (Depends-on): Likewise.
5374         * modules/wcsrtombs (Depends-on): Likewise.
5375
5376 2009-12-24  Bruno Haible  <bruno@clisp.org>
5377
5378         binary-io: Avoid gcc warning due to SET_BINARY.
5379         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5380         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5381
5382 2009-12-24  Bruno Haible  <bruno@clisp.org>
5383
5384         Avoid future namespace pollution on glibc systems.
5385         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5386         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5387         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5388         glibc systems.
5389
5390 2009-12-24  Bruno Haible  <bruno@clisp.org>
5391
5392         Refactor common macros used in tests.
5393         * tests/macros.h: New file.
5394         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5395         and/or <stdlib.h>, if appropriate.
5396         (ASSERT, SIZEOF): Remove macros.
5397         * tests/test-areadlink-with-size.c: Likewise.
5398         * tests/test-areadlinkat.c: Likewise.
5399         * tests/test-areadlinkat-with-size.c: Likewise.
5400         * tests/test-argmatch.c: Likewise.
5401         * tests/test-argv-iter.c: Likewise.
5402         * tests/test-array-mergesort.c: Likewise.
5403         * tests/test-array_list.c: Likewise.
5404         * tests/test-array_oset.c: Likewise.
5405         * tests/test-avltree_list.c: Likewise.
5406         * tests/test-avltree_oset.c: Likewise.
5407         * tests/test-avltreehash_list.c: Likewise.
5408         * tests/test-base64.c: Likewise.
5409         * tests/test-binary-io.c: Likewise.
5410         * tests/test-bitrotate.c: Likewise.
5411         * tests/test-btowc.c: Likewise.
5412         * tests/test-byteswap.c: Likewise.
5413         * tests/test-c-ctype.c: Likewise.
5414         * tests/test-c-stack.c: Likewise.
5415         * tests/test-c-strcasecmp.c: Likewise.
5416         * tests/test-c-strcasestr.c: Likewise.
5417         * tests/test-c-strncasecmp.c: Likewise.
5418         * tests/test-c-strstr.c: Likewise.
5419         * tests/test-canonicalize-lgpl.c: Likewise.
5420         * tests/test-canonicalize.c: Likewise.
5421         * tests/test-carray_list.c: Likewise.
5422         * tests/test-ceilf1.c: Likewise.
5423         * tests/test-ceilf2.c: Likewise.
5424         * tests/test-ceill.c: Likewise.
5425         * tests/test-chown.c: Likewise.
5426         * tests/test-cloexec.c: Likewise.
5427         * tests/test-copy-acl.c: Likewise.
5428         * tests/test-copy-file.c: Likewise.
5429         * tests/test-count-one-bits.c: Likewise.
5430         * tests/test-dprintf-posix.c: Likewise.
5431         * tests/test-dup2.c: Likewise.
5432         * tests/test-dup3.c: Likewise.
5433         * tests/test-duplocale.c: Likewise.
5434         * tests/test-fbufmode.c: Likewise.
5435         * tests/test-fchdir.c: Likewise.
5436         * tests/test-fchownat.c: Likewise.
5437         * tests/test-fcntl-safer.c: Likewise.
5438         * tests/test-fcntl.c: Likewise.
5439         * tests/test-fdopendir.c: Likewise.
5440         * tests/test-fdutimensat.c: Likewise.
5441         * tests/test-fflush2.c: Likewise.
5442         * tests/test-file-has-acl.c: Likewise.
5443         * tests/test-filevercmp.c: Likewise.
5444         * tests/test-flock.c: Likewise.
5445         * tests/test-floorf1.c: Likewise.
5446         * tests/test-floorf2.c: Likewise.
5447         * tests/test-floorl.c: Likewise.
5448         * tests/test-fnmatch.c: Likewise.
5449         * tests/test-fopen.h: Likewise.
5450         * tests/test-fpending.c: Likewise.
5451         * tests/test-fprintf-posix.c: Likewise.
5452         * tests/test-fpurge.c: Likewise.
5453         * tests/test-freadable.c: Likewise.
5454         * tests/test-freadahead.c: Likewise.
5455         * tests/test-freading.c: Likewise.
5456         * tests/test-freadptr.c: Likewise.
5457         * tests/test-freadptr2.c: Likewise.
5458         * tests/test-freadseek.c: Likewise.
5459         * tests/test-freopen.c: Likewise.
5460         * tests/test-frexp.c: Likewise.
5461         * tests/test-frexpl.c: Likewise.
5462         * tests/test-fseek.c: Likewise.
5463         * tests/test-fseeko.c: Likewise.
5464         * tests/test-fstatat.c: Likewise.
5465         * tests/test-fstrcmp.c: Likewise.
5466         * tests/test-fsync.c: Likewise.
5467         * tests/test-ftell.c: Likewise.
5468         * tests/test-ftello.c: Likewise.
5469         * tests/test-func.c: Likewise.
5470         * tests/test-futimens.c: Likewise.
5471         * tests/test-fwritable.c: Likewise.
5472         * tests/test-fwriting.c: Likewise.
5473         * tests/test-getcwd.c: Likewise.
5474         * tests/test-getdate.c: Likewise.
5475         * tests/test-getdelim.c: Likewise.
5476         * tests/test-getdtablesize.c: Likewise.
5477         * tests/test-getgroups.c: Likewise.
5478         * tests/test-getline.c: Likewise.
5479         * tests/test-getndelim2.c: Likewise.
5480         * tests/test-glob.c: Likewise.
5481         * tests/test-hash.c: Likewise.
5482         * tests/test-i-ring.c: Likewise.
5483         * tests/test-iconv-utf.c: Likewise.
5484         * tests/test-iconv.c: Likewise.
5485         * tests/test-idpriv-drop.c: Likewise.
5486         * tests/test-idpriv-droptemp.c: Likewise.
5487         * tests/test-inet_ntop.c: Likewise.
5488         * tests/test-inet_pton.c: Likewise.
5489         * tests/test-isblank.c: Likewise.
5490         * tests/test-isfinite.c: Likewise.
5491         * tests/test-isinf.c: Likewise.
5492         * tests/test-isnan.c: Likewise.
5493         * tests/test-isnand.h: Likewise.
5494         * tests/test-isnanf.h: Likewise.
5495         * tests/test-isnanl.h: Likewise.
5496         * tests/test-lchown.c: Likewise.
5497         * tests/test-ldexpl.c: Likewise.
5498         * tests/test-link.c: Likewise.
5499         * tests/test-linkat.c: Likewise.
5500         * tests/test-linked_list.c: Likewise.
5501         * tests/test-linkedhash_list.c: Likewise.
5502         * tests/test-localename.c: Likewise.
5503         * tests/test-lseek.c: Likewise.
5504         * tests/test-lstat.c: Likewise.
5505         * tests/test-mbmemcasecmp.c: Likewise.
5506         * tests/test-mbmemcasecoll.c: Likewise.
5507         * tests/test-mbrtowc.c: Likewise.
5508         * tests/test-mbscasecmp.c: Likewise.
5509         * tests/test-mbscasestr1.c: Likewise.
5510         * tests/test-mbscasestr2.c: Likewise.
5511         * tests/test-mbscasestr3.c: Likewise.
5512         * tests/test-mbscasestr4.c: Likewise.
5513         * tests/test-mbschr.c: Likewise.
5514         * tests/test-mbscspn.c: Likewise.
5515         * tests/test-mbsinit.c: Likewise.
5516         * tests/test-mbsncasecmp.c: Likewise.
5517         * tests/test-mbsnrtowcs.c: Likewise.
5518         * tests/test-mbspbrk.c: Likewise.
5519         * tests/test-mbspcasecmp.c: Likewise.
5520         * tests/test-mbsrchr.c: Likewise.
5521         * tests/test-mbsrtowcs.c: Likewise.
5522         * tests/test-mbsspn.c: Likewise.
5523         * tests/test-mbsstr1.c: Likewise.
5524         * tests/test-mbsstr2.c: Likewise.
5525         * tests/test-mbsstr3.c: Likewise.
5526         * tests/test-memchr.c: Likewise.
5527         * tests/test-memchr2.c: Likewise.
5528         * tests/test-memcmp.c: Likewise.
5529         * tests/test-memmem.c: Likewise.
5530         * tests/test-memrchr.c: Likewise.
5531         * tests/test-mkdir.c: Likewise.
5532         * tests/test-mkdirat.c: Likewise.
5533         * tests/test-mkfifo.c: Likewise.
5534         * tests/test-mkfifoat.c: Likewise.
5535         * tests/test-mknod.c: Likewise.
5536         * tests/test-nanosleep.c: Likewise.
5537         * tests/test-nl_langinfo.c: Likewise.
5538         * tests/test-obstack-printf.c: Likewise.
5539         * tests/test-open.c: Likewise.
5540         * tests/test-openat.c: Likewise.
5541         * tests/test-pipe-filter-gi1.c: Likewise.
5542         * tests/test-pipe-filter-gi2-main.c: Likewise.
5543         * tests/test-pipe-filter-ii1.c: Likewise.
5544         * tests/test-pipe-filter-ii2-main.c: Likewise.
5545         * tests/test-pipe2.c: Likewise.
5546         * tests/test-popen.h: Likewise.
5547         * tests/test-posixtm.c: Likewise.
5548         * tests/test-pread.c: Likewise.
5549         * tests/test-printf-frexp.c: Likewise.
5550         * tests/test-printf-frexpl.c: Likewise.
5551         * tests/test-printf-posix.c: Likewise.
5552         * tests/test-priv-set.c: Likewise.
5553         * tests/test-quotearg.c: Likewise.
5554         * tests/test-random_r.c: Likewise.
5555         * tests/test-rawmemchr.c: Likewise.
5556         * tests/test-rbtree_list.c: Likewise.
5557         * tests/test-rbtree_oset.c: Likewise.
5558         * tests/test-rbtreehash_list.c: Likewise.
5559         * tests/test-readlink.c: Likewise.
5560         * tests/test-remove.c: Likewise.
5561         * tests/test-rename.c: Likewise.
5562         * tests/test-renameat.c: Likewise.
5563         * tests/test-rmdir.c: Likewise.
5564         * tests/test-round1.c: Likewise.
5565         * tests/test-roundf1.c: Likewise.
5566         * tests/test-roundl.c: Likewise.
5567         * tests/test-safe-alloc.c: Likewise.
5568         * tests/test-sameacls.c: Likewise.
5569         * tests/test-set-mode-acl.c: Likewise.
5570         * tests/test-setenv.c: Likewise.
5571         * tests/test-sigaction.c: Likewise.
5572         * tests/test-signbit.c: Likewise.
5573         * tests/test-sleep.c: Likewise.
5574         * tests/test-snprintf-posix.c: Likewise.
5575         * tests/test-snprintf.c: Likewise.
5576         * tests/test-sprintf-posix.c: Likewise.
5577         * tests/test-stat-time.c: Likewise.
5578         * tests/test-stat.c: Likewise.
5579         * tests/test-strcasestr.c: Likewise.
5580         * tests/test-strchrnul.c: Likewise.
5581         * tests/test-strerror.c: Likewise.
5582         * tests/test-striconv.c: Likewise.
5583         * tests/test-striconveh.c: Likewise.
5584         * tests/test-striconveha.c: Likewise.
5585         * tests/test-strsignal.c: Likewise.
5586         * tests/test-strstr.c: Likewise.
5587         * tests/test-strtod.c: Likewise.
5588         * tests/test-strverscmp.c: Likewise.
5589         * tests/test-symlink.c: Likewise.
5590         * tests/test-symlinkat.c: Likewise.
5591         * tests/test-trunc1.c: Likewise.
5592         * tests/test-trunc2.c: Likewise.
5593         * tests/test-truncf1.c: Likewise.
5594         * tests/test-truncf2.c: Likewise.
5595         * tests/test-truncl.c: Likewise.
5596         * tests/test-uname.c: Likewise.
5597         * tests/test-unlink.c: Likewise.
5598         * tests/test-unlinkat.c: Likewise.
5599         * tests/test-unsetenv.c: Likewise.
5600         * tests/test-usleep.c: Likewise.
5601         * tests/test-utimens.c: Likewise.
5602         * tests/test-utimensat.c: Likewise.
5603         * tests/test-vasnprintf-posix.c: Likewise.
5604         * tests/test-vasnprintf-posix2.c: Likewise.
5605         * tests/test-vasnprintf.c: Likewise.
5606         * tests/test-vasprintf-posix.c: Likewise.
5607         * tests/test-vasprintf.c: Likewise.
5608         * tests/test-vdprintf-posix.c: Likewise.
5609         * tests/test-vfprintf-posix.c: Likewise.
5610         * tests/test-vprintf-posix.c: Likewise.
5611         * tests/test-vsnprintf-posix.c: Likewise.
5612         * tests/test-vsnprintf.c: Likewise.
5613         * tests/test-vsprintf-posix.c: Likewise.
5614         * tests/test-wcrtomb.c: Likewise.
5615         * tests/test-wcsnrtombs.c: Likewise.
5616         * tests/test-wcsrtombs.c: Likewise.
5617         * tests/test-wctype.c: Likewise.
5618         * tests/test-wcwidth.c: Likewise.
5619         * tests/test-xfprintf-posix.c: Likewise.
5620         * tests/test-xmemdup0.c: Likewise.
5621         * tests/test-xprintf-posix.c: Likewise.
5622         * tests/test-xvasprintf.c: Likewise.
5623         * tests/unicase/test-locale-language.c: Likewise.
5624         * tests/unicase/test-mapping-part1.h: Likewise.
5625         * tests/unicase/test-predicate-part1.h: Likewise.
5626         * tests/unicase/test-u8-casecmp.c: Likewise.
5627         * tests/unicase/test-u8-casecoll.c: Likewise.
5628         * tests/unicase/test-u8-casefold.c: Likewise.
5629         * tests/unicase/test-u8-is-cased.c: Likewise.
5630         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5631         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5632         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5633         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5634         * tests/unicase/test-u8-tolower.c: Likewise.
5635         * tests/unicase/test-u8-totitle.c: Likewise.
5636         * tests/unicase/test-u8-toupper.c: Likewise.
5637         * tests/unicase/test-u16-casecmp.c: Likewise.
5638         * tests/unicase/test-u16-casecoll.c: Likewise.
5639         * tests/unicase/test-u16-casefold.c: Likewise.
5640         * tests/unicase/test-u16-is-cased.c: Likewise.
5641         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5642         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5643         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5644         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5645         * tests/unicase/test-u16-tolower.c: Likewise.
5646         * tests/unicase/test-u16-totitle.c: Likewise.
5647         * tests/unicase/test-u16-toupper.c: Likewise.
5648         * tests/unicase/test-u32-casecmp.c: Likewise.
5649         * tests/unicase/test-u32-casecoll.c: Likewise.
5650         * tests/unicase/test-u32-casefold.c: Likewise.
5651         * tests/unicase/test-u32-is-cased.c: Likewise.
5652         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5653         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5654         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5655         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5656         * tests/unicase/test-u32-tolower.c: Likewise.
5657         * tests/unicase/test-u32-totitle.c: Likewise.
5658         * tests/unicase/test-u32-toupper.c: Likewise.
5659         * tests/unicase/test-ulc-casecmp.c: Likewise.
5660         * tests/unicase/test-ulc-casecoll.c: Likewise.
5661         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5662         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5663         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5664         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5665         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5666         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5667         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5668         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5669         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5670         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5671         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5672         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5673         * tests/unictype/test-bidi_byname.c: Likewise.
5674         * tests/unictype/test-bidi_name.c: Likewise.
5675         * tests/unictype/test-bidi_of.c: Likewise.
5676         * tests/unictype/test-bidi_test.c: Likewise.
5677         * tests/unictype/test-block_list.c: Likewise.
5678         * tests/unictype/test-block_of.c: Likewise.
5679         * tests/unictype/test-block_test.c: Likewise.
5680         * tests/unictype/test-categ_and.c: Likewise.
5681         * tests/unictype/test-categ_and_not.c: Likewise.
5682         * tests/unictype/test-categ_byname.c: Likewise.
5683         * tests/unictype/test-categ_name.c: Likewise.
5684         * tests/unictype/test-categ_none.c: Likewise.
5685         * tests/unictype/test-categ_of.c: Likewise.
5686         * tests/unictype/test-categ_or.c: Likewise.
5687         * tests/unictype/test-categ_test_withtable.c: Likewise.
5688         * tests/unictype/test-combining.c: Likewise.
5689         * tests/unictype/test-decdigit.c: Likewise.
5690         * tests/unictype/test-digit.c: Likewise.
5691         * tests/unictype/test-mirror.c: Likewise.
5692         * tests/unictype/test-numeric.c: Likewise.
5693         * tests/unictype/test-pr_byname.c: Likewise.
5694         * tests/unictype/test-pr_test.c: Likewise.
5695         * tests/unictype/test-predicate-part1.h: Likewise.
5696         * tests/unictype/test-scripts.c: Likewise.
5697         * tests/unictype/test-sy_c_ident.c: Likewise.
5698         * tests/unictype/test-sy_java_ident.c: Likewise.
5699         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5700         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5701         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5702         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5703         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5704         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5705         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5706         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5707         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5708         * tests/uninorm/test-compat-decomposition.c: Likewise.
5709         * tests/uninorm/test-composition.c: Likewise.
5710         * tests/uninorm/test-decomposing-form.c: Likewise.
5711         * tests/uninorm/test-decomposition.c: Likewise.
5712         * tests/uninorm/test-u8-nfc.c: Likewise.
5713         * tests/uninorm/test-u8-nfd.c: Likewise.
5714         * tests/uninorm/test-u8-nfkc.c: Likewise.
5715         * tests/uninorm/test-u8-nfkd.c: Likewise.
5716         * tests/uninorm/test-u8-normcmp.c: Likewise.
5717         * tests/uninorm/test-u8-normcoll.c: Likewise.
5718         * tests/uninorm/test-u16-nfc.c: Likewise.
5719         * tests/uninorm/test-u16-nfd.c: Likewise.
5720         * tests/uninorm/test-u16-nfkc.c: Likewise.
5721         * tests/uninorm/test-u16-nfkd.c: Likewise.
5722         * tests/uninorm/test-u16-normcmp.c: Likewise.
5723         * tests/uninorm/test-u16-normcoll.c: Likewise.
5724         * tests/uninorm/test-u32-nfc.c: Likewise.
5725         * tests/uninorm/test-u32-nfd.c: Likewise.
5726         * tests/uninorm/test-u32-nfkc.c: Likewise.
5727         * tests/uninorm/test-u32-nfkd.c: Likewise.
5728         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5729         * tests/uninorm/test-u32-normcmp.c: Likewise.
5730         * tests/uninorm/test-u32-normcoll.c: Likewise.
5731         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5732         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5733         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5734         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5735         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5736         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5737         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5738         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5739         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5740         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5741         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5742         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5743         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5744         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5745         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5746         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5747         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5748         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5749         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5750         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5751         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5752         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5753         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5754         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5755         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5756         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5757         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5758         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5759         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5760         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5761         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5762         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5763         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5764         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5765         * tests/uniwidth/test-u8-width.c: Likewise.
5766         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5767         * tests/uniwidth/test-u16-width.c: Likewise.
5768         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5769         * tests/uniwidth/test-u32-width.c: Likewise.
5770         * tests/uniwidth/test-uc_width.c: Likewise.
5771         * tests/uniwidth/test-uc_width2.c: Likewise.
5772         * modules/acl-tests (Files): Add tests/macros.h.
5773         * modules/areadlink-tests (Files): Likewise.
5774         * modules/areadlink-with-size-tests (Files): Likewise.
5775         * modules/areadlinkat-tests (Files): Likewise.
5776         * modules/areadlinkat-with-size-tests (Files): Likewise.
5777         * modules/argmatch-tests (Files): Likewise.
5778         * modules/argv-iter-tests (Files): Likewise.
5779         * modules/array-list-tests (Files): Likewise.
5780         * modules/array-mergesort-tests (Files): Likewise.
5781         * modules/array-oset-tests (Files): Likewise.
5782         * modules/avltree-list-tests (Files): Likewise.
5783         * modules/avltree-oset-tests (Files): Likewise.
5784         * modules/avltreehash-list-tests (Files): Likewise.
5785         * modules/base64-tests (Files): Likewise.
5786         * modules/binary-io-tests (Files): Likewise.
5787         * modules/bitrotate-tests (Files): Likewise.
5788         * modules/btowc-tests (Files): Likewise.
5789         * modules/byteswap-tests (Files): Likewise.
5790         * modules/c-ctype-tests (Files): Likewise.
5791         * modules/c-stack-tests (Files): Likewise.
5792         * modules/c-strcase-tests (Files): Likewise.
5793         * modules/c-strcasestr-tests (Files): Likewise.
5794         * modules/c-strstr-tests (Files): Likewise.
5795         * modules/canonicalize-lgpl-tests (Files): Likewise.
5796         * modules/canonicalize-tests (Files): Likewise.
5797         * modules/carray-list-tests (Files): Likewise.
5798         * modules/ceilf-tests (Files): Likewise.
5799         * modules/ceill-tests (Files): Likewise.
5800         * modules/chown-tests (Files): Likewise.
5801         * modules/cloexec-tests (Files): Likewise.
5802         * modules/copy-file-tests (Files): Likewise.
5803         * modules/count-one-bits-tests (Files): Likewise.
5804         * modules/dprintf-posix-tests (Files): Likewise.
5805         * modules/dup2-tests (Files): Likewise.
5806         * modules/dup3-tests (Files): Likewise.
5807         * modules/duplocale-tests (Files): Likewise.
5808         * modules/fbufmode-tests (Files): Likewise.
5809         * modules/fchdir-tests (Files): Likewise.
5810         * modules/fcntl-safer-tests (Files): Likewise.
5811         * modules/fcntl-tests (Files): Likewise.
5812         * modules/fdopendir-tests (Files): Likewise.
5813         * modules/fdutimensat-tests (Files): Likewise.
5814         * modules/fflush-tests (Files): Likewise.
5815         * modules/filevercmp-tests (Files): Likewise.
5816         * modules/flock-tests (Files): Likewise.
5817         * modules/floorf-tests (Files): Likewise.
5818         * modules/floorl-tests (Files): Likewise.
5819         * modules/fnmatch-tests (Files): Likewise.
5820         * modules/fopen-safer-tests (Files): Likewise.
5821         * modules/fopen-tests (Files): Likewise.
5822         * modules/fpending-tests (Files): Likewise.
5823         * modules/fprintf-posix-tests (Files): Likewise.
5824         * modules/fpurge-tests (Files): Likewise.
5825         * modules/freadable-tests (Files): Likewise.
5826         * modules/freadahead-tests (Files): Likewise.
5827         * modules/freading-tests (Files): Likewise.
5828         * modules/freadptr-tests (Files): Likewise.
5829         * modules/freadseek-tests (Files): Likewise.
5830         * modules/freopen-tests (Files): Likewise.
5831         * modules/frexp-nolibm-tests (Files): Likewise.
5832         * modules/frexp-tests (Files): Likewise.
5833         * modules/frexpl-nolibm-tests (Files): Likewise.
5834         * modules/frexpl-tests (Files): Likewise.
5835         * modules/fseek-tests (Files): Likewise.
5836         * modules/fseeko-tests (Files): Likewise.
5837         * modules/fstrcmp-tests (Files): Likewise.
5838         * modules/fsync-tests (Files): Likewise.
5839         * modules/ftell-tests (Files): Likewise.
5840         * modules/ftello-tests (Files): Likewise.
5841         * modules/func-tests (Files): Likewise.
5842         * modules/futimens-tests (Files): Likewise.
5843         * modules/fwritable-tests (Files): Likewise.
5844         * modules/fwriting-tests (Files): Likewise.
5845         * modules/getcwd-tests (Files): Likewise.
5846         * modules/getdate-tests (Files): Likewise.
5847         * modules/getdelim-tests (Files): Likewise.
5848         * modules/getdtablesize-tests (Files): Likewise.
5849         * modules/getgroups-tests (Files): Likewise.
5850         * modules/getline-tests (Files): Likewise.
5851         * modules/getndelim2-tests (Files): Likewise.
5852         * modules/glob-tests (Files): Likewise.
5853         * modules/hash-tests (Files): Likewise.
5854         * modules/i-ring-tests (Files): Likewise.
5855         * modules/iconv-tests (Files): Likewise.
5856         * modules/iconv_open-utf-tests (Files): Likewise.
5857         * modules/idpriv-drop-tests (Files): Likewise.
5858         * modules/idpriv-droptemp-tests (Files): Likewise.
5859         * modules/inet_ntop-tests (Files): Likewise.
5860         * modules/inet_pton-tests (Files): Likewise.
5861         * modules/isblank-tests (Files): Likewise.
5862         * modules/isfinite-tests (Files): Likewise.
5863         * modules/isinf-tests (Files): Likewise.
5864         * modules/isnan-tests (Files): Likewise.
5865         * modules/isnand-nolibm-tests (Files): Likewise.
5866         * modules/isnand-tests (Files): Likewise.
5867         * modules/isnanf-nolibm-tests (Files): Likewise.
5868         * modules/isnanf-tests (Files): Likewise.
5869         * modules/isnanl-nolibm-tests (Files): Likewise.
5870         * modules/isnanl-tests (Files): Likewise.
5871         * modules/lchown-tests (Files): Likewise.
5872         * modules/ldexpl-tests (Files): Likewise.
5873         * modules/link-tests (Files): Likewise.
5874         * modules/linkat-tests (Files): Likewise.
5875         * modules/linked-list-tests (Files): Likewise.
5876         * modules/linkedhash-list-tests (Files): Likewise.
5877         * modules/localename-tests (Files): Likewise.
5878         * modules/lseek-tests (Files): Likewise.
5879         * modules/lstat-tests (Files): Likewise.
5880         * modules/mbmemcasecmp-tests (Files): Likewise.
5881         * modules/mbmemcasecoll-tests (Files): Likewise.
5882         * modules/mbrtowc-tests (Files): Likewise.
5883         * modules/mbscasecmp-tests (Files): Likewise.
5884         * modules/mbscasestr-tests (Files): Likewise.
5885         * modules/mbschr-tests (Files): Likewise.
5886         * modules/mbscspn-tests (Files): Likewise.
5887         * modules/mbsinit-tests (Files): Likewise.
5888         * modules/mbsncasecmp-tests (Files): Likewise.
5889         * modules/mbsnrtowcs-tests (Files): Likewise.
5890         * modules/mbspbrk-tests (Files): Likewise.
5891         * modules/mbspcasecmp-tests (Files): Likewise.
5892         * modules/mbsrchr-tests (Files): Likewise.
5893         * modules/mbsrtowcs-tests (Files): Likewise.
5894         * modules/mbsspn-tests (Files): Likewise.
5895         * modules/mbsstr-tests (Files): Likewise.
5896         * modules/memchr-tests (Files): Likewise.
5897         * modules/memchr2-tests (Files): Likewise.
5898         * modules/memcmp-tests (Files): Likewise.
5899         * modules/memmem-tests (Files): Likewise.
5900         * modules/memrchr-tests (Files): Likewise.
5901         * modules/mkdir-tests (Files): Likewise.
5902         * modules/mkfifo-tests (Files): Likewise.
5903         * modules/mkfifoat-tests (Files): Likewise.
5904         * modules/mknod-tests (Files): Likewise.
5905         * modules/nanosleep-tests (Files): Likewise.
5906         * modules/nl_langinfo-tests (Files): Likewise.
5907         * modules/obstack-printf-tests (Files): Likewise.
5908         * modules/open-tests (Files): Likewise.
5909         * modules/openat-tests (Files): Likewise.
5910         * modules/pipe-filter-gi-tests (Files): Likewise.
5911         * modules/pipe-filter-ii-tests (Files): Likewise.
5912         * modules/pipe2-tests (Files): Likewise.
5913         * modules/popen-safer-tests (Files): Likewise.
5914         * modules/popen-tests (Files): Likewise.
5915         * modules/posixtm-tests (Files): Likewise.
5916         * modules/pread-tests (Files): Likewise.
5917         * modules/printf-frexp-tests (Files): Likewise.
5918         * modules/printf-frexpl-tests (Files): Likewise.
5919         * modules/printf-posix-tests (Files): Likewise.
5920         * modules/priv-set-tests (Files): Likewise.
5921         * modules/quotearg-tests (Files): Likewise.
5922         * modules/random_r-tests (Files): Likewise.
5923         * modules/rawmemchr-tests (Files): Likewise.
5924         * modules/rbtree-list-tests (Files): Likewise.
5925         * modules/rbtree-oset-tests (Files): Likewise.
5926         * modules/rbtreehash-list-tests (Files): Likewise.
5927         * modules/readlink-tests (Files): Likewise.
5928         * modules/remove-tests (Files): Likewise.
5929         * modules/rename-tests (Files): Likewise.
5930         * modules/renameat-tests (Files): Likewise.
5931         * modules/rmdir-tests (Files): Likewise.
5932         * modules/round-tests (Files): Likewise.
5933         * modules/roundf-tests (Files): Likewise.
5934         * modules/roundl-tests (Files): Likewise.
5935         * modules/safe-alloc-tests (Files): Likewise.
5936         * modules/setenv-tests (Files): Likewise.
5937         * modules/sigaction-tests (Files): Likewise.
5938         * modules/signbit-tests (Files): Likewise.
5939         * modules/sleep-tests (Files): Likewise.
5940         * modules/snprintf-posix-tests (Files): Likewise.
5941         * modules/snprintf-tests (Files): Likewise.
5942         * modules/sprintf-posix-tests (Files): Likewise.
5943         * modules/stat-tests (Files): Likewise.
5944         * modules/stat-time-tests (Files): Likewise.
5945         * modules/strcasestr-tests (Files): Likewise.
5946         * modules/strchrnul-tests (Files): Likewise.
5947         * modules/strerror-tests (Files): Likewise.
5948         * modules/striconv-tests (Files): Likewise.
5949         * modules/striconveh-tests (Files): Likewise.
5950         * modules/striconveha-tests (Files): Likewise.
5951         * modules/strsignal-tests (Files): Likewise.
5952         * modules/strstr-tests (Files): Likewise.
5953         * modules/strtod-tests (Files): Likewise.
5954         * modules/strverscmp-tests (Files): Likewise.
5955         * modules/symlink-tests (Files): Likewise.
5956         * modules/symlinkat-tests (Files): Likewise.
5957         * modules/trunc-tests (Files): Likewise.
5958         * modules/truncf-tests (Files): Likewise.
5959         * modules/truncl-tests (Files): Likewise.
5960         * modules/uname-tests (Files): Likewise.
5961         * modules/unicase/cased-tests (Files): Likewise.
5962         * modules/unicase/ignorable-tests (Files): Likewise.
5963         * modules/unicase/locale-language-tests (Files): Likewise.
5964         * modules/unicase/tolower-tests (Files): Likewise.
5965         * modules/unicase/totitle-tests (Files): Likewise.
5966         * modules/unicase/toupper-tests (Files): Likewise.
5967         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5968         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5969         * modules/unicase/u8-casefold-tests (Files): Likewise.
5970         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5971         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5972         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5973         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5974         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5975         * modules/unicase/u8-tolower-tests (Files): Likewise.
5976         * modules/unicase/u8-totitle-tests (Files): Likewise.
5977         * modules/unicase/u8-toupper-tests (Files): Likewise.
5978         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5979         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5980         * modules/unicase/u16-casefold-tests (Files): Likewise.
5981         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5982         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5983         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5984         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5985         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5986         * modules/unicase/u16-tolower-tests (Files): Likewise.
5987         * modules/unicase/u16-totitle-tests (Files): Likewise.
5988         * modules/unicase/u16-toupper-tests (Files): Likewise.
5989         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5990         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5991         * modules/unicase/u32-casefold-tests (Files): Likewise.
5992         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5993         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5994         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5995         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5996         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5997         * modules/unicase/u32-tolower-tests (Files): Likewise.
5998         * modules/unicase/u32-totitle-tests (Files): Likewise.
5999         * modules/unicase/u32-toupper-tests (Files): Likewise.
6000         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
6001         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
6002         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
6003         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
6004         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
6005         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
6006         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
6007         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
6008         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
6009         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
6010         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
6011         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
6012         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
6013         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
6014         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
6015         * modules/unictype/bidicategory-name-tests (Files): Likewise.
6016         * modules/unictype/bidicategory-of-tests (Files): Likewise.
6017         * modules/unictype/bidicategory-test-tests (Files): Likewise.
6018         * modules/unictype/block-list-tests (Files): Likewise.
6019         * modules/unictype/block-of-tests (Files): Likewise.
6020         * modules/unictype/block-test-tests (Files): Likewise.
6021         * modules/unictype/category-C-tests (Files): Likewise.
6022         * modules/unictype/category-Cc-tests (Files): Likewise.
6023         * modules/unictype/category-Cf-tests (Files): Likewise.
6024         * modules/unictype/category-Cn-tests (Files): Likewise.
6025         * modules/unictype/category-Co-tests (Files): Likewise.
6026         * modules/unictype/category-Cs-tests (Files): Likewise.
6027         * modules/unictype/category-L-tests (Files): Likewise.
6028         * modules/unictype/category-Ll-tests (Files): Likewise.
6029         * modules/unictype/category-Lm-tests (Files): Likewise.
6030         * modules/unictype/category-Lo-tests (Files): Likewise.
6031         * modules/unictype/category-Lt-tests (Files): Likewise.
6032         * modules/unictype/category-Lu-tests (Files): Likewise.
6033         * modules/unictype/category-M-tests (Files): Likewise.
6034         * modules/unictype/category-Mc-tests (Files): Likewise.
6035         * modules/unictype/category-Me-tests (Files): Likewise.
6036         * modules/unictype/category-Mn-tests (Files): Likewise.
6037         * modules/unictype/category-N-tests (Files): Likewise.
6038         * modules/unictype/category-Nd-tests (Files): Likewise.
6039         * modules/unictype/category-Nl-tests (Files): Likewise.
6040         * modules/unictype/category-No-tests (Files): Likewise.
6041         * modules/unictype/category-P-tests (Files): Likewise.
6042         * modules/unictype/category-Pc-tests (Files): Likewise.
6043         * modules/unictype/category-Pd-tests (Files): Likewise.
6044         * modules/unictype/category-Pe-tests (Files): Likewise.
6045         * modules/unictype/category-Pf-tests (Files): Likewise.
6046         * modules/unictype/category-Pi-tests (Files): Likewise.
6047         * modules/unictype/category-Po-tests (Files): Likewise.
6048         * modules/unictype/category-Ps-tests (Files): Likewise.
6049         * modules/unictype/category-S-tests (Files): Likewise.
6050         * modules/unictype/category-Sc-tests (Files): Likewise.
6051         * modules/unictype/category-Sk-tests (Files): Likewise.
6052         * modules/unictype/category-Sm-tests (Files): Likewise.
6053         * modules/unictype/category-So-tests (Files): Likewise.
6054         * modules/unictype/category-Z-tests (Files): Likewise.
6055         * modules/unictype/category-Zl-tests (Files): Likewise.
6056         * modules/unictype/category-Zp-tests (Files): Likewise.
6057         * modules/unictype/category-Zs-tests (Files): Likewise.
6058         * modules/unictype/category-and-not-tests (Files): Likewise.
6059         * modules/unictype/category-and-tests (Files): Likewise.
6060         * modules/unictype/category-byname-tests (Files): Likewise.
6061         * modules/unictype/category-name-tests (Files): Likewise.
6062         * modules/unictype/category-none-tests (Files): Likewise.
6063         * modules/unictype/category-of-tests (Files): Likewise.
6064         * modules/unictype/category-or-tests (Files): Likewise.
6065         * modules/unictype/category-test-withtable-tests (Files): Likewise.
6066         * modules/unictype/combining-class-tests (Files): Likewise.
6067         * modules/unictype/ctype-alnum-tests (Files): Likewise.
6068         * modules/unictype/ctype-alpha-tests (Files): Likewise.
6069         * modules/unictype/ctype-blank-tests (Files): Likewise.
6070         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
6071         * modules/unictype/ctype-digit-tests (Files): Likewise.
6072         * modules/unictype/ctype-graph-tests (Files): Likewise.
6073         * modules/unictype/ctype-lower-tests (Files): Likewise.
6074         * modules/unictype/ctype-print-tests (Files): Likewise.
6075         * modules/unictype/ctype-punct-tests (Files): Likewise.
6076         * modules/unictype/ctype-space-tests (Files): Likewise.
6077         * modules/unictype/ctype-upper-tests (Files): Likewise.
6078         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
6079         * modules/unictype/decimal-digit-tests (Files): Likewise.
6080         * modules/unictype/digit-tests (Files): Likewise.
6081         * modules/unictype/mirror-tests (Files): Likewise.
6082         * modules/unictype/numeric-tests (Files): Likewise.
6083         * modules/unictype/property-alphabetic-tests (Files): Likewise.
6084         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
6085         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
6086         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
6087         Likewise.
6088         * modules/unictype/property-bidi-block-separator-tests (Files):
6089         Likewise.
6090         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
6091         Likewise.
6092         * modules/unictype/property-bidi-common-separator-tests (Files):
6093         Likewise.
6094         * modules/unictype/property-bidi-control-tests (Files): Likewise.
6095         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
6096         Likewise.
6097         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
6098         Likewise.
6099         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
6100         Likewise.
6101         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
6102         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
6103         Likewise.
6104         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
6105         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
6106         Likewise.
6107         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
6108         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
6109         * modules/unictype/property-bidi-segment-separator-tests (Files):
6110         Likewise.
6111         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
6112         * modules/unictype/property-byname-tests (Files): Likewise.
6113         * modules/unictype/property-combining-tests (Files): Likewise.
6114         * modules/unictype/property-composite-tests (Files): Likewise.
6115         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
6116         * modules/unictype/property-dash-tests (Files): Likewise.
6117         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
6118         * modules/unictype/property-default-ignorable-code-point-tests (Files):
6119         Likewise.
6120         * modules/unictype/property-deprecated-tests (Files): Likewise.
6121         * modules/unictype/property-diacritic-tests (Files): Likewise.
6122         * modules/unictype/property-extender-tests (Files): Likewise.
6123         * modules/unictype/property-format-control-tests (Files): Likewise.
6124         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
6125         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
6126         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
6127         * modules/unictype/property-hex-digit-tests (Files): Likewise.
6128         * modules/unictype/property-hyphen-tests (Files): Likewise.
6129         * modules/unictype/property-id-continue-tests (Files): Likewise.
6130         * modules/unictype/property-id-start-tests (Files): Likewise.
6131         * modules/unictype/property-ideographic-tests (Files): Likewise.
6132         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
6133         * modules/unictype/property-ids-trinary-operator-tests (Files):
6134         Likewise.
6135         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
6136         * modules/unictype/property-iso-control-tests (Files): Likewise.
6137         * modules/unictype/property-join-control-tests (Files): Likewise.
6138         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
6139         * modules/unictype/property-line-separator-tests (Files): Likewise.
6140         * modules/unictype/property-logical-order-exception-tests (Files):
6141         Likewise.
6142         * modules/unictype/property-lowercase-tests (Files): Likewise.
6143         * modules/unictype/property-math-tests (Files): Likewise.
6144         * modules/unictype/property-non-break-tests (Files): Likewise.
6145         * modules/unictype/property-not-a-character-tests (Files): Likewise.
6146         * modules/unictype/property-numeric-tests (Files): Likewise.
6147         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
6148         * modules/unictype/property-other-default-ignorable-code-point-tests
6149         (Files): Likewise.
6150         * modules/unictype/property-other-grapheme-extend-tests (Files):
6151         Likewise.
6152         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
6153         * modules/unictype/property-other-id-start-tests (Files): Likewise.
6154         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
6155         * modules/unictype/property-other-math-tests (Files): Likewise.
6156         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
6157         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
6158         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
6159         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
6160         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
6161         * modules/unictype/property-private-use-tests (Files): Likewise.
6162         * modules/unictype/property-punctuation-tests (Files): Likewise.
6163         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
6164         * modules/unictype/property-radical-tests (Files): Likewise.
6165         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
6166         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
6167         * modules/unictype/property-space-tests (Files): Likewise.
6168         * modules/unictype/property-terminal-punctuation-tests (Files):
6169         Likewise.
6170         * modules/unictype/property-test-tests (Files): Likewise.
6171         * modules/unictype/property-titlecase-tests (Files): Likewise.
6172         * modules/unictype/property-unassigned-code-value-tests (Files):
6173         Likewise.
6174         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
6175         * modules/unictype/property-uppercase-tests (Files): Likewise.
6176         * modules/unictype/property-variation-selector-tests (Files): Likewise.
6177         * modules/unictype/property-white-space-tests (Files): Likewise.
6178         * modules/unictype/property-xid-continue-tests (Files): Likewise.
6179         * modules/unictype/property-xid-start-tests (Files): Likewise.
6180         * modules/unictype/property-zero-width-tests (Files): Likewise.
6181         * modules/unictype/scripts-tests (Files): Likewise.
6182         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
6183         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
6184         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
6185         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
6186         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
6187         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
6188         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
6189         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
6190         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
6191         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
6192         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
6193         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
6194         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
6195         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
6196         * modules/uninorm/composition-tests (Files): Likewise.
6197         * modules/uninorm/decomposing-form-tests (Files): Likewise.
6198         * modules/uninorm/decomposition-tests (Files): Likewise.
6199         * modules/uninorm/filter-tests (Files): Likewise.
6200         * modules/uninorm/nfc-tests (Files): Likewise.
6201         * modules/uninorm/nfd-tests (Files): Likewise.
6202         * modules/uninorm/nfkc-tests (Files): Likewise.
6203         * modules/uninorm/nfkd-tests (Files): Likewise.
6204         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
6205         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
6206         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
6207         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
6208         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
6209         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
6210         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
6211         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6212         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
6213         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
6214         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
6215         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
6216         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6217         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
6218         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
6219         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
6220         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
6221         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6222         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
6223         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
6224         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
6225         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
6226         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6227         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
6228         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
6229         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
6230         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
6231         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
6232         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
6233         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
6234         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
6235         * modules/uniwidth/u8-width-tests (Files): Likewise.
6236         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
6237         * modules/uniwidth/u16-width-tests (Files): Likewise.
6238         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
6239         * modules/uniwidth/u32-width-tests (Files): Likewise.
6240         * modules/uniwidth/width-tests (Files): Likewise.
6241         * modules/unlink-tests (Files): Likewise.
6242         * modules/unsetenv-tests (Files): Likewise.
6243         * modules/usleep-tests (Files): Likewise.
6244         * modules/utimens-tests (Files): Likewise.
6245         * modules/utimensat-tests (Files): Likewise.
6246         * modules/vasnprintf-posix-tests (Files): Likewise.
6247         * modules/vasnprintf-tests (Files): Likewise.
6248         * modules/vasprintf-posix-tests (Files): Likewise.
6249         * modules/vasprintf-tests (Files): Likewise.
6250         * modules/vdprintf-posix-tests (Files): Likewise.
6251         * modules/vfprintf-posix-tests (Files): Likewise.
6252         * modules/vprintf-posix-tests (Files): Likewise.
6253         * modules/vsnprintf-posix-tests (Files): Likewise.
6254         * modules/vsnprintf-tests (Files): Likewise.
6255         * modules/vsprintf-posix-tests (Files): Likewise.
6256         * modules/wcrtomb-tests (Files): Likewise.
6257         * modules/wcsnrtombs-tests (Files): Likewise.
6258         * modules/wcsrtombs-tests (Files): Likewise.
6259         * modules/wctype-tests (Files): Likewise.
6260         * modules/wcwidth-tests (Files): Likewise.
6261         * modules/xmemdup0-tests (Files): Likewise.
6262         * modules/xprintf-posix-tests (Files): Likewise.
6263         * modules/xvasprintf-tests (Files): Likewise.
6264
6265 2009-12-24  Eric Blake  <ebb9@byu.net>
6266
6267         test-nanosleep: fix typo
6268         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
6269         patch.
6270         Reported by Bruno Haible.
6271
6272 2009-12-24  Bruno Haible  <bruno@clisp.org>
6273
6274         Reduce namespace pollution on glibc systems.
6275         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
6276         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
6277         systems.
6278         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
6279         <getopt.h> on glibc systems.
6280         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
6281         systems.
6282         * lib/fcntl.c: Include <unistd.h> here instead.
6283
6284 2009-12-24  Bruno Haible  <bruno@clisp.org>
6285
6286         * lib/stdlib.in.h (includes): Fix typo in today's commit.
6287
6288 2009-12-24  Eric Blake  <ebb9@byu.net>
6289
6290         tests: add signature checks
6291         * tests/signature.h (SIGNATURE_CHECK): New file.
6292         * modules/atexit-tests (Files): Use it.
6293         * modules/btowc-tests (Files): Likewise.
6294         * modules/canonicalize-lgpl-tests (Files): Likewise.
6295         * modules/ceilf-tests (Files): Likewise.
6296         * modules/ceill-tests (Files): Likewise.
6297         * modules/chown-tests (Files): Likewise.
6298         * modules/dprintf-posix-tests (Files): Likewise.
6299         * modules/dup2-tests (Files): Likewise.
6300         * modules/dup3-tests (Files): Likewise.
6301         * modules/duplocale-tests (Files): Likewise.
6302         * modules/fchdir-tests (Files): Likewise.
6303         * modules/fcntl-tests (Files): Likewise.
6304         * modules/fdopendir-tests (Files): Likewise.
6305         * modules/fflush-tests (Files): Likewise.
6306         * modules/flock-tests (Files): Likewise.
6307         * modules/floorf-tests (Files): Likewise.
6308         * modules/floorl-tests (Files): Likewise.
6309         * modules/fnmatch-tests (Files): Likewise.
6310         * modules/fopen-tests (Files): Likewise.
6311         * modules/fprintf-posix-tests (Files): Likewise.
6312         * modules/freopen-tests (Files): Likewise.
6313         * modules/frexp-nolibm-tests (Files): Likewise.
6314         * modules/frexp-tests (Files): Likewise.
6315         * modules/frexpl-nolibm-tests (Files): Likewise.
6316         * modules/frexpl-tests (Files): Likewise.
6317         * modules/fseek-tests (Files): Likewise.
6318         * modules/fseeko-tests (Files): Likewise.
6319         * modules/fsync-tests (Files): Likewise.
6320         * modules/ftell-tests (Files): Likewise.
6321         * modules/ftello-tests (Files): Likewise.
6322         * modules/futimens-tests (Files): Likewise.
6323         * modules/getaddrinfo-tests (Files): Likewise.
6324         * modules/getcwd-tests (Files): Likewise.
6325         * modules/getdelim-tests (Files): Likewise.
6326         * modules/getdtablesize-tests (Files): Likewise.
6327         * modules/getgroups-tests (Files): Likewise.
6328         * modules/gethostname-tests (Files): Likewise.
6329         * modules/getline-tests (Files): Likewise.
6330         * modules/getopt-posix-tests (Files): Likewise.
6331         * modules/gettimeofday-tests (Files): Likewise.
6332         * modules/glob-tests (Files): Likewise.
6333         * modules/iconv-tests (Files): Likewise.
6334         * modules/inet_ntop-tests (Files): Likewise.
6335         * modules/inet_pton-tests (Files): Likewise.
6336         * modules/isblank-tests (Files): Likewise.
6337         * modules/lchown-tests (Files): Likewise.
6338         * modules/ldexpl-tests (Files): Likewise.
6339         * modules/link-tests (Files): Likewise.
6340         * modules/linkat-tests (Files): Likewise.
6341         * modules/lseek-tests (Files): Likewise.
6342         * modules/lstat-tests (Files): Likewise.
6343         * modules/mbrtowc-tests (Files): Likewise.
6344         * modules/mbsinit-tests (Files): Likewise.
6345         * modules/mbsnrtowcs-tests (Files): Likewise.
6346         * modules/mbsrtowcs-tests (Files): Likewise.
6347         * modules/memchr-tests (Files): Likewise.
6348         * modules/memcmp-tests (Files): Likewise.
6349         * modules/memmem-tests (Files): Likewise.
6350         * modules/memrchr-tests (Files): Likewise.
6351         * modules/mkdir-tests (Files): Likewise.
6352         * modules/mkfifo-tests (Files): Likewise.
6353         * modules/mkfifoat-tests (Files): Likewise.
6354         * modules/mknod-tests (Files): Likewise.
6355         * modules/nanosleep-tests (Files): Likewise.
6356         * modules/nl_langinfo-tests (Files): Likewise.
6357         * modules/obstack-printf-tests (Files): Likewise.
6358         * modules/open-tests (Files): Likewise.
6359         * modules/openat-tests (Files): Likewise.
6360         * modules/perror-tests (Files): Likewise.
6361         * modules/pipe2-tests (Files): Likewise.
6362         * modules/poll-tests (Files): Likewise.
6363         * modules/popen-tests (Files): Likewise.
6364         * modules/posix_spawn-tests (Files): Likewise.
6365         * modules/posix_spawnp-tests (Files): Likewise.
6366         * modules/pread-tests (Files): Likewise.
6367         * modules/printf-posix-tests (Files): Likewise.
6368         * modules/pty-tests (Files): Likewise.
6369         * modules/random_r-tests (Files): Likewise.
6370         * modules/rawmemchr-tests (Files): Likewise.
6371         * modules/readlink-tests (Files): Likewise.
6372         * modules/remove-tests (Files): Likewise.
6373         * modules/rename-tests (Files): Likewise.
6374         * modules/renameat-tests (Files): Likewise.
6375         * modules/rmdir-tests (Files): Likewise.
6376         * modules/round-tests (Files): Likewise.
6377         * modules/roundf-tests (Files): Likewise.
6378         * modules/roundl-tests (Files): Likewise.
6379         * modules/select-tests (Files): Likewise.
6380         * modules/setenv-tests (Files): Likewise.
6381         * modules/sigaction-tests (Files): Likewise.
6382         * modules/sleep-tests (Files): Likewise.
6383         * modules/snprintf-posix-tests (Files): Likewise.
6384         * modules/snprintf-tests (Files): Likewise.
6385         * modules/sprintf-posix-tests (Files): Likewise.
6386         * modules/stat-tests (Files): Likewise.
6387         * modules/strcasestr-tests (Files): Likewise.
6388         * modules/strchrnul-tests (Files): Likewise.
6389         * modules/strerror-tests (Files): Likewise.
6390         * modules/strsignal-tests (Files): Likewise.
6391         * modules/strstr-tests (Files): Likewise.
6392         * modules/strtod-tests (Files): Likewise.
6393         * modules/strverscmp-tests (Files): Likewise.
6394         * modules/symlink-tests (Files): Likewise.
6395         * modules/symlinkat-tests (Files): Likewise.
6396         * modules/times-tests (Files): Likewise.
6397         * modules/trunc-tests (Files): Likewise.
6398         * modules/truncf-tests (Files): Likewise.
6399         * modules/truncl-tests (Files): Likewise.
6400         * modules/tsearch-tests (Files): Likewise.
6401         * modules/uname-tests (Files): Likewise.
6402         * modules/unlink-tests (Files): Likewise.
6403         * modules/unsetenv-tests (Files): Likewise.
6404         * modules/usleep-tests (Files): Likewise.
6405         * modules/utimensat-tests (Files): Likewise.
6406         * modules/vasprintf-tests (Files): Likewise.
6407         * modules/vdprintf-posix-tests (Files): Likewise.
6408         * modules/vfprintf-posix-tests (Files): Likewise.
6409         * modules/vprintf-posix-tests (Files): Likewise.
6410         * modules/vsnprintf-posix-tests (Files): Likewise.
6411         * modules/vsnprintf-tests (Files): Likewise.
6412         * modules/vsprintf-posix-tests (Files): Likewise.
6413         * modules/wcrtomb-tests (Files): Likewise.
6414         * modules/wcsnrtombs-tests (Files): Likewise.
6415         * modules/wcsrtombs-tests (Files): Likewise.
6416         * modules/wcwidth-tests (Files): Likewise.
6417         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6418         * tests/test-isinf.c (isinf): Likewise.
6419         * tests/test-isnan.c (isnan): Likewise.
6420         * tests/test-signbit.c (signbit): Likewise.
6421         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6422         declaration, either as macro or with correct signature.
6423         (select): Ensure function under test is declared with correct
6424         signature in correct header.
6425         * tests/test-atexit.c (atexit): Likewise.
6426         * tests/test-btowc.c (btowc): Likewise.
6427         * tests/test-canonicalize-lgpl.c (realpath)
6428         (canonicalize_file_name): Likewise.
6429         * tests/test-ceilf1.c (ceilf): Likewise.
6430         * tests/test-ceill.c (ceill): Likewise.
6431         * tests/test-chown.c (chown): Likewise.
6432         * tests/test-dprintf-posix.c (dprintf): Likewise.
6433         * tests/test-dup2.c (dup2): Likewise.
6434         * tests/test-dup3.c (dup3): Likewise.
6435         * tests/test-duplocale.c (duplocale): Likewise.
6436         * tests/test-fchdir.c (fchdir): Likewise.
6437         * tests/test-fchownat.c (fchownat): Likewise.
6438         * tests/test-fcntl.c (fcntl): Likewise.
6439         * tests/test-fdopendir.c (fdopendir): Likewise.
6440         * tests/test-fflush.c (fflush): Likewise.
6441         * tests/test-flock.c (flock): Likewise.
6442         * tests/test-floorf1.c (floorf): Likewise.
6443         * tests/test-floorl.c (floorl): Likewise.
6444         * tests/test-fnmatch.c (fnmatch): Likewise.
6445         * tests/test-fopen.c (fopen): Likewise.
6446         * tests/test-fprintf-posix.c (fprintf): Likewise.
6447         * tests/test-freopen.c (freopen): Likewise.
6448         * tests/test-frexp.c (frexp): Likewise.
6449         * tests/test-frexpl.c (frexpl): Likewise.
6450         * tests/test-fseek.c (fseek): Likewise.
6451         * tests/test-fseeko.c (fseeko): Likewise.
6452         * tests/test-fstatat.c (fstatat): Likewise.
6453         * tests/test-fsync.c (fsync): Likewise.
6454         * tests/test-ftell.c (ftell): Likewise.
6455         * tests/test-ftello.c (ftello): Likewise.
6456         * tests/test-futimens.c (futimens): Likewise.
6457         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6458         (gai_strerror): Likewise.
6459         * tests/test-getcwd.c (getcwd): Likewise.
6460         * tests/test-getdelim.c (getdelim): Likewise.
6461         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6462         * tests/test-getgroups.c (getgroups): Likewise.
6463         * tests/test-gethostname.c (gethostname): Likewise.
6464         * tests/test-getline.c (getline): Likewise.
6465         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6466         Likewise.
6467         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6468         * tests/test-glob.c (glob, globfree): Likewise.
6469         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6470         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6471         * tests/test-inet_pton.c (inet_pton): Likewise.
6472         * tests/test-isblank.c (isblank): Likewise.
6473         * tests/test-lchown.c (lchown): Likewise.
6474         * tests/test-ldexpl.c (ldexpl): Likewise.
6475         * tests/test-link.c (link): Likewise.
6476         * tests/test-linkat.c (linkat): Likewise.
6477         * tests/test-lseek.c (lseek): Likewise.
6478         * tests/test-lstat.c (lstat): Likewise.
6479         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6480         * tests/test-mbsinit.c (mbsinit): Likewise.
6481         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6482         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6483         * tests/test-memchr.c (memchr): Likewise.
6484         * tests/test-memcmp.c (memcmp): Likewise.
6485         * tests/test-memmem.c (memmem): Likewise.
6486         * tests/test-memrchr.c (memrchr): Likewise.
6487         * tests/test-mkdir.c (mkdir): Likewise.
6488         * tests/test-mkdirat.c (mkdirat): Likewise.
6489         * tests/test-mkfifo.c (mkfifo): Likewise.
6490         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6491         * tests/test-mknod.c (mknod): Likewise.
6492         * tests/test-nanosleep.c (nanosleep): Likewise.
6493         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6494         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6495         Likewise.
6496         * tests/test-open.c (open): Likewise.
6497         * tests/test-openat.c (openat): Likewise.
6498         * tests/test-perror.c (perror): Likewise.
6499         * tests/test-pipe2.c (pipe2): Likewise.
6500         * tests/test-poll.c (poll): Likewise.
6501         * tests/test-popen.c (popen, pclose): Likewise.
6502         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6503         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6504         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6505         (posix_spawn_file_actions_destroy)
6506         (posix_spawn_file_actions_addclose)
6507         (posix_spawn_file_actions_addopen)
6508         (posix_spawn_file_actions_adddup2): Likewise.
6509         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6510         * tests/test-pread.c (pread): Likewise.
6511         * tests/test-printf-posix.c (printf): Likewise.
6512         * tests/test-pty.c (openpty, forkpty): Likewise.
6513         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6514         (random_r): Likewise.
6515         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6516         * tests/test-readlink.c (readlink): Likewise.
6517         * tests/test-remove.c (remove): Likewise.
6518         * tests/test-rename.c (rename): Likewise.
6519         * tests/test-renameat.c (renameat): Likewise.
6520         * tests/test-rmdir.c (rmdir): Likewise.
6521         * tests/test-round1.c (round): Likewise.
6522         * tests/test-roundf1.c (roundf): Likewise.
6523         * tests/test-roundl.c (roundl): Likewise.
6524         * tests/test-setenv.c (setenv): Likewise.
6525         * tests/test-sigaction.c (sigaction): Likewise.
6526         * tests/test-sleep.c (sleep): Likewise.
6527         * tests/test-snprintf.c (snprintf): Likewise.
6528         * tests/test-sprintf-posix.c (sprintf): Likewise.
6529         * tests/test-stat.c (stat): Likewise.
6530         * tests/test-stpncpy.c (stpncpy): Likewise.
6531         * tests/test-strcasestr.c (strcasestr): Likewise.
6532         * tests/test-strchrnul.c (strchrnul): Likewise.
6533         * tests/test-strerror.c (strerror): Likewise.
6534         * tests/test-strsignal.c (strsignal): Likewise.
6535         * tests/test-strstr.c (strstr): Likewise.
6536         * tests/test-strtod.c (strtod): Likewise.
6537         * tests/test-strverscmp.c (strverscmp): Likewise.
6538         * tests/test-symlink.c (symlink): Likewise.
6539         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6540         * tests/test-times.c (times): Likewise.
6541         * tests/test-trunc1.c (trunc): Likewise.
6542         * tests/test-truncf1.c (truncf): Likewise.
6543         * tests/test-truncl.c (truncl): Likewise.
6544         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6545         Likewise.
6546         * tests/test-uname.c (uname): Likewise.
6547         * tests/test-unlink.c (unlink): Likewise.
6548         * tests/test-unlinkat.c (unlinkat): Likewise.
6549         * tests/test-unsetenv.c (unsetenv): Likewise.
6550         * tests/test-usleep.c (usleep): Likewise.
6551         * tests/test-utimensat.c (utimensat): Likewise.
6552         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6553         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6554         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6555         * tests/test-vprintf-posix.c (vprintf): Likewise.
6556         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6557         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6558         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6559         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6560         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6561         * tests/test-wcwidth.c (wcwidth): Likewise.
6562
6563         build: pull in conditional headers during GNULIB_POSIXCHECK
6564         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6565         definitions from any conditionally-included headers.
6566         * lib/stdlib.in.h (includes): Likewise.
6567         * lib/unistd.in.h (includes): Likewise.
6568
6569 2009-12-24  Bruno Haible  <bruno@clisp.org>
6570
6571         * tests/test-argv-iter.c: Include header file being tested immediately
6572         after config.h.
6573         * tests/test-base64.c: Likewise.
6574         * tests/test-flock.c: Likewise.
6575         * tests/test-fsync.c: Likewise.
6576         * tests/test-getdate.c: Likewise.
6577         * tests/test-getndelim2.c: Likewise.
6578         * tests/test-isfinite.c: Likewise.
6579         * tests/test-isinf.c: Likewise.
6580         * tests/test-strerror.c: Likewise.
6581         * tests/test-strsignal.c: Likewise.
6582
6583 2009-12-23  Eric Blake  <ebb9@byu.net>
6584
6585         unistd: work around cygwin bug
6586         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6587         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6588         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6589
6590 2009-12-23  Bruno Haible  <bruno@clisp.org>
6591
6592         localename: More tests.
6593         * tests/test-localename.c (SIZEOF): New macro.
6594         (categories): New variable.
6595         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6596         test_locale_name_default): Add test w.r.t. thread locale.
6597         (test_locale_name_thread): New function.
6598         (main): Invoke it.
6599
6600         localename: Make aware of thread locale.
6601         * lib/localename.h (gl_locale_name_thread): New declaration.
6602         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6603         behaviour with respect to thread locale.
6604         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6605         <langinfo.h>, glthread/lock.h.
6606         (SIZE_BITS): New macro.
6607         (string_hash): New function.
6608         (struct hash_node): New type.
6609         (HASH_TABLE_SIZE): New macro.
6610         (struniq_hash_table, struniq_lock): New variables.
6611         (struniq): New function.
6612         (gl_locale_name_thread): New function.
6613         (gl_locale_name): Invoke it.
6614         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6615         * modules/localename (Depends-on): Add lock.
6616         Reported by Mike Gran <spk121@yahoo.com>.
6617
6618 2009-12-23  Eric Blake  <ebb9@byu.net>
6619
6620         va-args: new module
6621         * modules/va-args: New file.
6622         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6623         * MODULES.html.sh (Core language properties): Mention it.
6624
6625         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6626         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6627         named alias for __attribute__((__unused__)).
6628         * lib/chown.c: Update client.
6629         * lib/fchmodat.c: Likewise.
6630         * lib/fts.c: Likewise.
6631         * lib/getdate.y: Likewise.
6632         * lib/getgroups.c: Likewise.
6633         * lib/getopt.c: Likewise.
6634         * lib/getugroups.c: Likewise.
6635         * lib/mkdir.c: Likewise.
6636         * lib/mkfifo.c: Likewise.
6637         * lib/mkfifoat.c: Likewise.
6638         * lib/mknod.c: Likewise.
6639         * lib/mknodat.c: Likewise.
6640         * lib/readlink.c: Likewise.
6641         * lib/se-context.in.h: Likewise.
6642         * lib/se-selinux.in.h: Likewise.
6643         * lib/sockets.c: Likewise.
6644         * lib/symlink.c: Likewise.
6645         * lib/symlinkat.c: Likewise.
6646         * lib/unicodeio.c: Likewise.
6647         * lib/unistr.h: Likewise.
6648         * tests/test-areadlink.c: Likewise.
6649         * tests/test-areadlinkat.c: Likewise.
6650         * tests/test-filenamecat.c: Likewise.
6651         * tests/test-fseeko.c: Likewise.
6652         * tests/test-ftello.c: Likewise.
6653         * tests/test-getdate.c: Likewise.
6654         * tests/test-getgroups.c: Likewise.
6655         * tests/test-gethostname.c: Likewise.
6656         * tests/test-quotearg.c: Likewise.
6657         * tests/test-version-etc.c: Likewise.
6658         * tests/test-xalloc-die.c: Likewise.
6659         * tests/test-xfprintf-posix.c: Likewise.
6660         * tests/test-xprintf-posix.c: Likewise.
6661         * tests/test-xvasprintf.c: Likewise.
6662
6663         tests: avoid compiler warnings
6664         * tests/test-fcntl.c (main): Delete unused parameters.
6665         * tests/test-freopen-safer.c (main): Likewise.
6666         * tests/test-xalloc-die.c (main): Mark unused parameters.
6667         * tests/test-fseeko.c (main): Likewise.
6668         * tests/test-ftello.c (main): Likewise.
6669         * tests/test-nanosleep.c (main): Avoid declaration warning.
6670         * tests/test-sleep.c (main): Likewise.
6671         * tests/test-unsetenv.c (main): Silence warning about string
6672         literal.
6673         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6674
6675 2009-12-23  Bruno Haible  <bruno@clisp.org>
6676
6677         * tests/test-localename.c (test_locale_name): New function, extracted
6678         from main. Also test mixed situations.
6679         (test_locale_name_posix, test_locale_name_environ,
6680         test_locale_name_default): New functions.
6681         (main): Invoke them all.
6682         * modules/localename-tests (configure.ac): Test for newlocale.
6683
6684 2009-12-23  Bruno Haible  <bruno@clisp.org>
6685
6686         unistd: Ensure getcwd gets declared before being overridden.
6687         * lib/unistd.in.h: Conditionally include <io.h>.
6688
6689 2009-12-22  Bruno Haible  <bruno@clisp.org>
6690
6691         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6692         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6693         (gl_WCHAR_H): Invoke it.
6694         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6695         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6696         Reported by Karl Berry <karl@freefriends.org>.
6697
6698 2009-12-22  Eric Blake  <ebb9@byu.net>
6699
6700         math, unistd: avoid redundant includes
6701         * lib/math.in.h (isnan): No need to re-include <math.h>.
6702         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6703
6704         getsubopt: work around cygwin bug
6705         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6706         avoid conflicting with system getsubopt.
6707         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6708         bug.
6709
6710         getopt: synchronize from glibc
6711         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6712         parameter order.  Adjust all callers.
6713         (_getopt_internal_r, main): Adjust quoting in error messages.
6714         Drop considerations for outdated POSIX 1003.2 error message.
6715         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6716         callers.
6717         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6718
6719         test-getopt: test stderr behavior
6720         * modules/getopt-posix-tests (Depends-on): Add dup2.
6721         * tests/test-getopt.c (ASSERT): Avoid stderr.
6722         (main): Move stderr to a temporary file.
6723         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6724         Instead, add parameter to inform caller if output occurred.
6725         (test_getopt): Adjust all existing tests to expect silence, and
6726         add new tests of leading ":".
6727         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6728         glibc shortcomings with leading "-:" or "+:" in optstring.
6729         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6730         Likewise.
6731         * doc/posix-functions/getopt.texi (getopt): Likewise.
6732
6733         test-getopt: enhance test
6734         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6735         supports optind=0.
6736         * tests/test-getopt.c (OPTIND_MIN): Move...
6737         * tests/test-getopt.h (OPTIND_MIN): ...here.
6738         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6739         Require that optind=0 works, since modern BSD supports it in
6740         addition to optreset, and since coreutils expects it.
6741         (test_getopt_long_only): New test.
6742         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6743         glibc shortcomings with 'W;', and enforcement of optind=0.
6744         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6745         Likewise.
6746
6747 2009-12-21  Bruno Haible  <bruno@clisp.org>
6748
6749         localename: Improvements for MacOS X and Cygwin.
6750         * lib/localename.h (gl_locale_name_environ): New declaration.
6751         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6752         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6753         (gl_locale_name_posix): Invoke it.
6754         (gl_locale_name_default): Add comments. Use Windows native API also on
6755         Cygwin.
6756
6757 2009-12-21  Bruno Haible  <bruno@clisp.org>
6758
6759         Update list of Win32 locale ids.
6760         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6761         (LANG_SAMI): Renamed from LANG_SAAMI.
6762         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6763         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6764         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6765         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6766         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6767         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6768         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6769         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6770         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6771         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6772         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6773         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6774         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6775         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6776         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6777         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6778         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6779         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6780         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6781         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6782         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6783         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6784         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6785         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6786         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6787         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6788         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6789         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6790         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6791         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6792         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6793         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6794         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6795         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6796         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6797         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6798         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6799         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6800         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6801         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6802         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6803         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6804         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6805         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6806         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6807         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6808         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6809         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6810         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6811         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6812         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6813         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6814         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6815         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6816         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6817         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6818         Add more languages and countries for Sami, Sorbian. Add more countries
6819         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6820         for Pashto. Change country for Syriac, Tswana.
6821
6822 2009-12-21  Eric Blake  <ebb9@byu.net>
6823
6824         test-utimens: avoid spurious failure
6825         * tests/test-chown.h (nap): Factor...
6826         * tests/nap.h: ...into new file.
6827         * tests/test-lchown.h (nap): Avoid duplication.
6828         * tests/test-utimens-common.h (nap): Use shared implementation,
6829         necessary on file systems with 1-second resolution.
6830         * modules/chown-tests (Files): Include new file.
6831         * modules/fdutimensat-tests (Files): Likewise.
6832         * modules/futimens-tests (Files): Likewise.
6833         * modules/lchown-tests (Files): Likewise.
6834         * modules/openat-tests (Files): Likewise.
6835         * modules/utimens-tests (Files): Likewise.
6836         * modules/utimensat-tests (Files): Likewise.
6837
6838 2009-12-19  Eric Blake  <ebb9@byu.net>
6839
6840         futimens, utimensat: work around Linux bug
6841         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6842         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6843         * lib/utimensat.c (rpl_utimensat): Work around it.
6844         * lib/futimens.c (rpl_futimens): Adjust comment.
6845
6846         utimens: work around Linux ctime bug
6847         * lib/utimens.c (detect_ctime_bug): New helper function.
6848         (update_timespec): Differentiate between workaround needed for
6849         this bug vs. what is needed for systems that lack utimensat.
6850         (fdutimens, lutimens): Work around bug.
6851
6852         utimens: check for ctime update
6853         * tests/test-utimens-common.h (check_ctime): Define.
6854         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6855         * tests/test-futimens.h (test_futimens): Likewise.
6856         * tests/test-lutimens.h (test_lutimens): Likewise.
6857         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6858         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6859
6860 2009-12-19  Bruno Haible  <bruno@clisp.org>
6861
6862         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6863         * tests/test-dprintf-posix2.sh: New file.
6864         * tests/test-dprintf-posix2.c: New file.
6865         * modules/dprintf-posix-tests (Files): Add them.
6866         (configure.ac): Check for getrlimit and setrlimit.
6867         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6868
6869 2009-12-19  Bruno Haible  <bruno@clisp.org>
6870
6871         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6872         * tests/test-fprintf-posix3.sh: New file.
6873         * tests/test-fprintf-posix3.c: New file.
6874         * modules/fprintf-posix-tests (Files): Add them.
6875         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6876
6877 2009-12-19  Eric Blake  <ebb9@byu.net>
6878
6879         dirfd: fix prototype
6880         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6881         * lib/dirfd.c (dirfd): Likewise.
6882
6883         canonicalize: reduce memory usage
6884         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6885         allocation to size.
6886         Reported by Solar Designer <solar@openwall.com>.
6887
6888 2009-12-19  Bruno Haible  <bruno@clisp.org>
6889
6890         New module attribute 'Applicability'.
6891         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6892         * gnulib-tool: New option --extract-applicability.
6893         (func_usage): Document it.
6894         (sed_extract_prog): Recognize it.
6895         (func_get_applicability): New function.
6896         (func_import): Generalize handling of 'link-warning' module.
6897         * modules/link-warning (Applicability): New section.
6898         * modules/arg-nonnull (Applicability): New section.
6899         Repoted by Simon Josefsson <simon@josefsson.org>.
6900
6901 2009-12-19  Bruno Haible  <bruno@clisp.org>
6902
6903         fflush: tweak
6904         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6905         * lib/fseeko.c (rpl_fseeko): Likewise.
6906
6907 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6908
6909         * lib/gl_list.h: Fix typo in comment.
6910
6911 2009-12-16  Eric Blake  <ebb9@byu.net>
6912
6913         fcntl: use to simplify other modules
6914         * modules/cloexec (Depends-on): Add fcntl.
6915         * modules/fchdir (Depends-on): Likewise.
6916         * modules/fd-safer-flag (Depends-on): Likewise.
6917         * modules/unistd-safer (Depends-on): Likewise.
6918         * modules/dup3 (configure.ac): Set module indicator.
6919         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6920         missing.
6921         * lib/fchdir.c (_gl_register_dup): Fix comment.
6922         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6923         * lib/dup-safer.c (dup_safer): Likewise.
6924         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6925         * lib/dup3.c (dup3): Likewise.
6926         * tests/test-fchdir.c (main): Enhance test.
6927         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
6928
6929         fcntl: port portions of fcntl to mingw
6930         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6931         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6932         replacement for mingw.
6933         * modules/fcntl (Description): Update.
6934         (Depends-on): Add dup2.
6935         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6936         * modules/fcntl-h (Makefile.am): Substitute it.
6937         * lib/fcntl.in.h (fcntl): Update declaration.
6938         (F_DUPFD, F_GETFD): New macros, when needed.
6939         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6940         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6941         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6942         we now guarantee.
6943
6944         fcntl: work around cygwin bug in F_DUPFD
6945         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6946         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6947         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6948         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6949         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6950
6951         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6952         * modules/fcntl (Files): List new files.
6953         (configure.ac): Run a test.
6954         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6955         * lib/fcntl.c (rpl_fcntl): Likewise.
6956         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6957         (gl_FCNTL_H): Always replace fcntl.h.
6958         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6959         * lib/fcntl.in.h (fcntl): Declare replacement.
6960         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6961         needed, plus a witness.
6962         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6963         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6964         * tests/test-fcntl.c: New file.
6965         * modules/fcntl-tests: Likewise.
6966
6967         binary-io: avoid potential compilation warning
6968         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6969         directives.
6970
6971         fflush: avoid compilation error on NetBSD
6972         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6973         between off_t and fpos_t, since the latter is sometimes a struct.
6974         * lib/fseeko.c (rpl_fseeko): Likewise.
6975         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6976
6977 2009-12-15  Eric Blake  <ebb9@byu.net>
6978
6979         fcntl-h, stdio, sys_ioctl: fix declarations
6980         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6981         function must not take arguments.
6982         * lib/sys_ioctl.in.h (ioctl): Likewise.
6983         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6984         (open): Add a link warning.
6985
6986 2009-12-15  Jim Meyering  <meyering@redhat.com>
6987
6988         areadlink, areadlink-with-size: relax license to LGPLv2+
6989         * modules/areadlink (License): Relax to LGPLv2+.
6990         * modules/areadlink-with-size (License): Likewise.
6991
6992 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6993             Bruno Haible  <bruno@clisp.org>
6994
6995         *printf: Fix memory leak.
6996         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6997         * lib/vfprintf.c (vfprintf): Likewise.
6998         * lib/dprintf.c (dprintf): Likewise.
6999         * lib/vdprintf.c (vdprintf): Likewise.
7000
7001 2009-12-14  Eric Blake  <ebb9@byu.net>
7002
7003         accept4: adjust module dependencies
7004         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
7005
7006         utimens: one more try at avoiding compiler warning
7007         * lib/utimens.c (lutimens): Lower scope of result.
7008
7009 2009-12-13  Bruno Haible  <bruno@clisp.org>
7010
7011         Move the malloc checking from module 'list' to new module 'xlist'.
7012         * modules/xlist: New file.
7013         * lib/gl_xlist.h: New file.
7014         * lib/gl_xlist.c: New file.
7015         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
7016         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
7017         gl_list_add_last, gl_list_add_before, gl_list_add_after,
7018         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
7019         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
7020         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
7021         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
7022         gl_sortedlist_nx_add): New declarations.
7023         (struct gl_list_implementation): Rename and change methods accordingly.
7024         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
7025         (gl_list_nx_create): Renamed from gl_list_create.
7026         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7027         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7028         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7029         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7030         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7031         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7032         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7033         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7034         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
7035         gl_list_create_empty.
7036         (gl_list_nx_create): Renamed from gl_list_create.
7037         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7038         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7039         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7040         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7041         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7042         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7043         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7044         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7045         * lib/gl_array_list.c: Don't include xalloc.h.
7046         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
7047         NULL upon out-of-memory.
7048         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
7049         out-of-memory.
7050         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
7051         Change return type to 'int'.
7052         (gl_array_nx_set_at): Renamed from gl_array_set_at.
7053         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7054         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
7055         upon out-of-memory.
7056         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
7057         upon out-of-memory.
7058         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
7059         upon out-of-memory.
7060         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
7061         upon out-of-memory.
7062         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
7063         out-of-memory.
7064         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
7065         Update.
7066         (gl_array_list_implementation): Update.
7067         * lib/gl_carray_list.c: Don't include xalloc.h.
7068         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
7069         Return NULL upon out-of-memory.
7070         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
7071         out-of-memory.
7072         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
7073         Change return type to 'int'.
7074         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
7075         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7076         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
7077         upon out-of-memory.
7078         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
7079         upon out-of-memory.
7080         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
7081         out-of-memory.
7082         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
7083         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
7084         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
7085         Update.
7086         (gl_carray_list_implementation): Update.
7087         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
7088         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
7089         gl_linked_create_empty. Return NULL upon out-of-memory.
7090         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
7091         out-of-memory.
7092         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
7093         Change return type to 'int'. Return -1 upon out-of-memory.
7094         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
7095         out-of-memory.
7096         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
7097         upon out-of-memory.
7098         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
7099         upon out-of-memory.
7100         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
7101         NULL upon out-of-memory.
7102         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
7103         upon out-of-memory.
7104         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
7105         out-of-memory.
7106         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
7107         Update.
7108         * lib/gl_linked_list.c: Don't include xalloc.h.
7109         (gl_linked_list_implementation): Update.
7110         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
7111         (add_to_bucket): Change return type to 'int'.
7112         (gl_linkedhash_list_implementation): Update.
7113         * lib/gl_anytree_list1.h (free_subtree): New function.
7114         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
7115         gl_tree_create_empty. Return NULL upon out-of-memory.
7116         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
7117         Change return type to 'int'. Return -1 upon out-of-memory.
7118         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
7119         out-of-memory.
7120         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
7121         (gl_tree_remove_node): New function, moved here from
7122         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
7123         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
7124         Update.
7125         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
7126         malloc, not xmalloc. Return NULL upon out-of-memory.
7127         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7128         out-of-memory.
7129         (gl_tree_remove_node_from_tree): New function, extracted from
7130         gl_tree_remove_node.
7131         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7132         upon out-of-memory.
7133         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7134         out-of-memory.
7135         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7136         upon out-of-memory.
7137         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7138         upon out-of-memory.
7139         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7140         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
7141         not xmalloc. Return NULL upon out-of-memory.
7142         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7143         out-of-memory.
7144         (gl_tree_remove_node_from_tree): New function, extracted from
7145         gl_tree_remove_node.
7146         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7147         upon out-of-memory.
7148         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7149         out-of-memory.
7150         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7151         upon out-of-memory.
7152         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7153         upon out-of-memory.
7154         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7155         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
7156         gl_anytree_list1.h before gl_anyavltree_list2.h.
7157         (gl_avltree_list_implementation): Update.
7158         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
7159         gl_anytree_list1.h before gl_anyavltree_list2.h.
7160         (gl_rbtree_list_implementation): Update.
7161         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
7162         Change return type to 'int'. Return -1 upon out-of-memory. Use
7163         __builtin_expect.
7164         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
7165         (gl_avltreehash_list_implementation): Update.
7166         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
7167         (gl_rbtreehash_list_implementation): Update.
7168         * modules/array-list (Depends-on): Remove xalloc.
7169         * modules/carray-list (Depends-on): Likewise.
7170         * modules/linked-list (Depends-on): Likewise.
7171         * modules/linkedhash-list (Depends-on): Likewise.
7172         * modules/avltree-list (Depends-on): Likewise.
7173         * modules/rbtree-list (Depends-on): Likewise.
7174         * modules/avltreehash-list (Depends-on): Likewise.
7175         * modules/rbtreehash-list (Depends-on): Likewise.
7176
7177         * modules/xsublist: New file.
7178         * lib/gl_xsublist.h: New file.
7179         * lib/gl_xsublist.c: New file.
7180         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
7181         (gl_sublist_nx_create): New declaration.
7182         * lib/gl_sublist.c: Don't include xalloc.h.
7183         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
7184         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
7185         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
7186         Change return type to 'int'. Return -1 upon out-of-memory.
7187         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
7188         upon out-of-memory.
7189         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
7190         NULL upon out-of-memory.
7191         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
7192         upon out-of-memory.
7193         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
7194         NULL upon out-of-memory.
7195         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
7196         NULL upon out-of-memory.
7197         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
7198         upon out-of-memory.
7199         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
7200         (gl_sublist_list_implementation): Update.
7201         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
7202         upon out-of-memory.
7203         * modules/sublist (Depends-on): Remove xalloc.
7204
7205         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
7206         * tests/test-carray_list.c: Likewise.
7207         * tests/test-linked_list.c: Likewise.
7208         * tests/test-linkedhash_list.c: Likewise.
7209         * tests/test-avltree_list.c: Likewise.
7210         * tests/test-rbtree_list.c: Likewise.
7211         * tests/test-avltreehash_list.c: Likewise.
7212         * tests/test-rbtreehash_list.c: Likewise.
7213         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
7214         * modules/carray-list-tests (Makefile.am): Likewise.
7215         * modules/linked-list-tests (Makefile.am): Likewise.
7216         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7217         * modules/avltree-list-tests (Makefile.am): Likewise.
7218         * modules/rbtree-list-tests (Makefile.am): Likewise.
7219         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7220         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7221
7222         * NEWS: Mention the changes.
7223
7224         * lib/clean-temp.c: Include gl_xlist.h.
7225         * modules/clean-temp (Depends-on): Add xlist.
7226
7227         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
7228         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
7229
7230         * tests/test-array_oset.c: Include gl_xlist.h.
7231         * modules/array-oset-tests (Depends-on): Add xlist.
7232
7233         Reported by José E. Marchesi <jemarch@gnu.org>.
7234
7235 2009-12-13  Bruno Haible  <bruno@clisp.org>
7236
7237         Move the malloc checking from module 'oset' to new module 'xoset'.
7238         * modules/xoset: New file.
7239         * lib/gl_xoset.h: New file.
7240         * lib/gl_xoset.c: New file.
7241         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7242         declarations.
7243         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7244         (struct gl_oset_implementation): Rename and change methods accordingly.
7245         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7246         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7247         'int'. Mark as __warn_unused_result__.
7248         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7249         gl_oset_create_empty.
7250         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7251         'int'.
7252         * lib/gl_array_oset.c: Don't include xalloc.h.
7253         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7254         malloc, not xmalloc.
7255         (grow): Change return type to 'int'. Don't call xalloc_die.
7256         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7257         to 'int'.
7258         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7259         'int'.
7260         (gl_array_oset_implementation): Update.
7261         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
7262         gl_tree_create_empty.
7263         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7264         'int'.
7265         * lib/gl_avltree_oset.c: Don't include xalloc.h.
7266         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7267         xmalloc.
7268         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7269         not xmalloc.
7270         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7271         xmalloc.
7272         (gl_avltree_oset_implementation): Update.
7273         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
7274         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7275         xmalloc.
7276         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7277         not xmalloc.
7278         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7279         xmalloc.
7280         (gl_rbtree_oset_implementation): Update.
7281         * modules/array-oset (Depends-on): Remove xalloc.
7282         * modules/avltree-oset (Depends-on): Likewise.
7283         * modules/rbtree-oset (Depends-on): Likewise.
7284         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
7285         * tests/test-avltree_oset.c: Likewise.
7286         * tests/test-rbtree_oset.c: Likewise.
7287         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7288         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
7289         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7290         * NEWS: Mention the change.
7291
7292 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
7293
7294         maint.mk: allow a project to override release-prep commands
7295         * top/maint.mk (alpha, beta, stable): Move release-preparatory
7296         commands into a new rule.
7297         (release-prep): New rule.
7298         (release-prep-hook): New overridable variable.
7299
7300 2009-12-13  Bruno Haible  <bruno@clisp.org>
7301
7302         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
7303
7304 2009-12-13  Jim Meyering  <meyering@redhat.com>
7305
7306         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7307         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7308
7309 2009-12-12  Bruno Haible  <bruno@clisp.org>
7310
7311         duplocale: Tweak.
7312         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7313
7314 2009-12-12  Karl Berry  <karl@gnu.org>
7315
7316         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7317
7318 2009-12-12  Bruno Haible  <bruno@clisp.org>
7319
7320         * m4/po.m4: Undo incorrect untabification.
7321
7322 2009-12-12  Bruno Haible  <bruno@clisp.org>
7323
7324         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7325         * modules/c-strtod (Depends-on): Add locale.
7326         * modules/c-strtold (Depends-on): Likewise.
7327
7328 2009-12-12  Bruno Haible  <bruno@clisp.org>
7329
7330         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7331
7332 2009-12-11  Eric Blake  <ebb9@byu.net>
7333
7334         setenv: relax requirement in light of POSIX ruling
7335         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7336         not NULL.
7337         * tests/test-setenv.c (main): Relax test.
7338         * tests/test-unsetenv.c (main): Likewise.
7339         * doc/posix-functions/setenv.texi (setenv): Document this.
7340         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7341
7342 2009-12-11  Bruno Haible  <bruno@clisp.org>
7343
7344         New module 'fd-safer-flag'.
7345         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7346         * lib/dup-safer.c (dup_safer_flag): Remove function.
7347         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7348         * lib/fd-safer.c (fd_safer_flag): Remove function.
7349         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7350         * modules/cloexec (configure.ac): Drop indicator macro.
7351         * modules/fd-safer-flag: New file.
7352         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7353         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7354         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7355
7356 2009-12-11  Bruno Haible  <bruno@clisp.org>
7357
7358         Tests for module 'nl_langinfo'.
7359         * modules/nl_langinfo-tests: New file.
7360         * tests/test-nl_langinfo.sh: New file.
7361         * tests/test-nl_langinfo.c: New file.
7362
7363         New module 'nl_langinfo'.
7364         * lib/nl_langinfo.c: New file.
7365         * m4/nl_langinfo.m4: New file.
7366         * modules/nl_langinfo: New file.
7367         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7368
7369 2009-12-11  Bruno Haible  <bruno@clisp.org>
7370
7371         Tests for module 'langinfo'.
7372         * modules/langinfo-tests: New file.
7373         * tests/test-langinfo.c: New file.
7374
7375         New module 'langinfo'.
7376         * lib/langinfo.in.h: New file.
7377         * m4/langinfo_h.m4: New file.
7378         * modules/langinfo: New file.
7379         * doc/posix-headers/langinfo.texi: Mention the new module.
7380
7381 2009-12-11  Bruno Haible  <bruno@clisp.org>
7382
7383         * lib/config.charset: Untabify.
7384
7385 2009-12-11  Bruno Haible  <bruno@clisp.org>
7386
7387         * modules/unistd-safer (configure.ac): Drop indicator macro.
7388
7389 2009-12-11  Bruno Haible  <bruno@clisp.org>
7390
7391         Move pipe2-safer code to its own file.
7392         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7393         * lib/pipe-safer.c (pipe2_safer): Remove function.
7394         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7395         (Makefile.am): Add it to lib_SOURCES.
7396
7397 2009-12-10  Bruno Haible  <bruno@clisp.org>
7398
7399         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7400
7401 2009-12-10  Bruno Haible  <bruno@clisp.org>
7402
7403         Declare which arguments expect non-NULL values, for GCC and clang.
7404         * build-aux/arg-nonnull.h: New file.
7405         * modules/arg-nonnull: New file.
7406         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7407         (inet_ntop, inet_pton): Use it.
7408         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7409         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7410         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7411         (open, openat): Use it.
7412         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7413         (fnmatch): Use it.
7414         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7415         (getopt, getopt_long, getopt_long_only): Use it.
7416         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7417         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7418         Use it.
7419         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7420         (iconv_open): Use it.
7421         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7422         (strtoimax, strtoumax): Use it.
7423         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7424         (duplocale): Use it.
7425         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7426         (frexp, frexpl): Use it.
7427         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7428         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7429         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7430         (tsearch, tfind, tdelete, twalk): Use it.
7431         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7432         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7433         sigpending): Use it.
7434         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7435         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7436         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7437         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7438         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7439         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7440         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7441         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7442         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7443         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7444         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7445         Use it.
7446         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7447         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7448         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7449         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7450         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7451         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7452         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7453         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7454         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7455         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7456         strtoull, unsetenv): Use it.
7457         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7458         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7459         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7460         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7461         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7462         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7463         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7464         (strcasecmp, strncasecmp): Use it.
7465         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7466         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7467         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7468         rpl_setsockopt): Use it.
7469         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7470         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7471         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7472         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7473         (gettimeofday): Use it.
7474         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7475         (times): Use it.
7476         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7477         (uname): Use it.
7478         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7479         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7480         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7481         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7482         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7483         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7484         unlinkat, write): Use it.
7485         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7486         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7487         * lib/argv-iter.h: Include arg-nonnull.h.
7488         (_ATTRIBUTE_NONNULL_): Remove macro.
7489         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7490         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7491         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7492         optimization.
7493         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7494         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7495         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7496         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7497         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7498         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7499         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7500         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7501         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7502         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7503         * modules/dirent (Depends-on): Add arg-nonnull.
7504         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7505         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7506         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7507         * modules/fnmatch (Depends-on): Add arg-nonnull.
7508         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7509         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7510         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7511         * modules/glob (Depends-on): Add arg-nonnull.
7512         (Makefile.am): Insert arg-nonnull.h into glob.h.
7513         * modules/iconv_open (Depends-on): Add arg-nonnull.
7514         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7515         * modules/inttypes (Depends-on): Add arg-nonnull.
7516         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7517         * modules/locale (Depends-on): Add arg-nonnull.
7518         (Makefile.am): Insert arg-nonnull.h into locale.h.
7519         * modules/math (Depends-on): Add arg-nonnull.
7520         (Makefile.am): Insert arg-nonnull.h into math.h.
7521         * modules/netdb (Depends-on): Add arg-nonnull.
7522         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7523         * modules/search (Depends-on): Add arg-nonnull.
7524         (Makefile.am): Insert arg-nonnull.h into search.h.
7525         * modules/signal (Depends-on): Add arg-nonnull.
7526         (Makefile.am): Insert arg-nonnull.h into signal.h.
7527         * modules/spawn (Depends-on): Add arg-nonnull.
7528         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7529         * modules/stdio (Depends-on): Add arg-nonnull.
7530         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7531         * modules/stdlib (Depends-on): Add arg-nonnull.
7532         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7533         * modules/string (Depends-on): Add arg-nonnull.
7534         (Makefile.am): Insert arg-nonnull.h into string.h.
7535         * modules/strings (Depends-on): Add arg-nonnull.
7536         (Makefile.am): Insert arg-nonnull.h into strings.h.
7537         * modules/sys_socket (Depends-on): Add arg-nonnull.
7538         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7539         * modules/sys_stat (Depends-on): Add arg-nonnull.
7540         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7541         * modules/sys_time (Depends-on): Add arg-nonnull.
7542         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7543         * modules/sys_times (Depends-on): Add arg-nonnull.
7544         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7545         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7546         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7547         * modules/time (Depends-on): Add arg-nonnull.
7548         (Makefile.am): Insert arg-nonnull.h into time.h.
7549         * modules/unistd (Depends-on): Add arg-nonnull.
7550         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7551         * modules/wchar (Depends-on): Add arg-nonnull.
7552         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7553         * modules/argv-iter (Depends-on): Add arg-nonnull.
7554         * tests/test-canonicalize.c (null_ptr): New function.
7555         (main): Use it.
7556         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7557         (main): Use it.
7558         * tests/test-memmem.c (null_ptr): New function.
7559         (main): Use it.
7560         Reported by Jim Meyering.
7561
7562 2009-12-10  Bruno Haible  <bruno@clisp.org>
7563
7564         Use spaces for indentation, not tabs.
7565         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7566         * m4/*.m4: Untabify.
7567         * build-aux/*.h: Untabify.
7568         * tests/**/*.[hc]: Untabify.
7569         * README: New section "Indent with spaces, not TABs", based on
7570         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7571         * NEWS: Mention the change.
7572
7573 2009-12-10  Bruno Haible  <bruno@clisp.org>
7574
7575         pty test: Fix link error.
7576         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7577         test_pty_LDADD.
7578
7579 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7580
7581         * modules/pty: New file.
7582         * modules/pty-tests: New file.
7583         * m4/pty.m4: New file.
7584         * tests/test-pty.c: New file.
7585         * doc/glibc-headers/pty.texi: Modified.
7586         * doc/glibc-functions/forkpty.texi: Modified.
7587         * doc/glibc-functions/openpty.texi: Modified.
7588
7589 2009-12-10  Bruno Haible  <bruno@clisp.org>
7590
7591         Avoid syntax error in C++ mode.
7592         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7593
7594 2009-12-10  Bruno Haible  <bruno@clisp.org>
7595
7596         Use sed with option -e.
7597         * gnulib-tool (func_version, func_emit_copyright_notice,
7598         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7599         option -e to sed.
7600         * modules/link-warning (Makefile.am): Likewise.
7601
7602 2009-12-10  Jim Meyering  <meyering@redhat.com>
7603
7604         mgetgroups: do not write bytes beyond end of malloc'd buffer
7605         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7606         username, we call getgroups with a one-element-shorter buffer,
7607         but still told it the length was original, max_n_groups.
7608
7609 2009-12-09  Eric Blake  <ebb9@byu.net>
7610
7611         cloexec: relax license
7612         * modules/cloexec (Maintainer): Add myself.
7613         (License): Use LGPL, not GPL.
7614
7615         link-warning: optimize generation
7616         * modules/link-warning (Makefile.am): Reduce process usage.
7617
7618 2009-12-09  Bruno Haible  <bruno@clisp.org>
7619
7620         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7621         workaround was added on 2009-11-17.
7622
7623 2009-12-09  Jim Meyering  <meyering@redhat.com>
7624             Bruno Haible  <bruno@clisp.org>
7625
7626         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7627         * modules/link-warning (Makefile.am): Make the comment-removing sed
7628         command more robust in the face of bootstrap-prepended comment lines.
7629
7630 2009-12-09  Bruno Haible  <bruno@clisp.org>
7631
7632         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7633         most one group.
7634
7635 2009-12-09  Simon Josefsson <simon@josefsson.org>
7636             Bruno Haible  <bruno@clisp.org>
7637
7638         * build-aux/link-warning.h: Add copyright notice.
7639         * modules/link-warning (Makefile.am): Generate link-warning.h from
7640         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7641         * NEWS: Mention change in link-warning module.
7642         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7643         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7644         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7645         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7646         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7647         * modules/math (Makefile.am): Add dependency to math.h.
7648         * modules/search (Makefile.am): Add dependency to search.h.
7649         * modules/signal (Makefile.am): Add dependency to signal.h.
7650         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7651         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7652         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7653         * modules/string (Makefile.am): Add dependency to string.h.
7654         * modules/strings (Makefile.am): Add dependency to strings.h.
7655         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7656         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7657         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7658         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7659         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7660         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7661         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7662         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7663         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7664
7665 2009-12-09  Bruno Haible  <bruno@clisp.org>
7666
7667         fchdir: Optimize away rpl_fstat when possible.
7668         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7669         REPLACE_OPEN_DIRECTORY.
7670         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7671
7672 2009-12-09  Bruno Haible  <bruno@clisp.org>
7673
7674         * lib/fchdir.c: Update comment.
7675
7676 2009-12-09  Bruno Haible  <bruno@clisp.org>
7677
7678         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7679
7680 2009-12-08  Eric Blake  <ebb9@byu.net>
7681
7682         fchdir: avoid memory leak on re-registration.
7683         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7684
7685 2009-12-08  Jim Meyering  <meyering@redhat.com>
7686
7687         init.sh: avoid Solaris 10 /bin/sh portability problem
7688         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7689         sourced script:
7690           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7691           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7692           bar
7693         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7694         and two tests used that idiom.
7695         * tests/init.sh: Update suggested usage comments.
7696         (path_prepend_): New function, to be used in place
7697         of the --src-path=DIR option.
7698         (setup_): Move PATH-prepending code into path_prepend_.
7699         * tests/test-pread.sh: Adapt to new usage.
7700         * tests/test-xalloc-die.sh: Likewise.
7701
7702 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7703
7704         * doc/gnulib.texi (Glibc pty.h): Add.
7705         * doc/glibc-functions/forkpty.texi: Add.
7706         * doc/glibc-functions/openpty.texi: Add.
7707         Suggested by Bruno Haible.
7708
7709 2009-12-08  Eric Blake  <ebb9@byu.net>
7710
7711         fchdir: fix logic bugs
7712         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7713         * tests/test-fchdir.c (main): Enhance test.
7714         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7715         is in use.
7716
7717         dup2: fix logic bugs
7718         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7719         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7720         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7721         exists.
7722         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7723
7724 2009-12-07  Eric Blake  <ebb9@byu.net>
7725
7726         unlink: fix m4 detection
7727         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7728
7729         unistd-safer: add unit test
7730         * modules/unistd-safer-tests: New file.
7731         * tests/test-dup-safer.c: Likewise.
7732         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7733         * tests/test-dup2.c (setmode): Likewise.
7734         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7735
7736         cloexec: preserve text vs. binary across dup_cloexec
7737         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7738         mode.
7739         * modules/dup2-tests (Depends-on): Add binary-io.
7740         * modules/cloexec-tests (Depends-on): Likewise.
7741         * tests/test-dup2.c (setmode, is_mode): New helpers.
7742         (main): Add tests that translation mode is preserved.
7743         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7744         Reported by Bruno Haible.
7745
7746         mgetgroups: reduce duplicate listings
7747         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7748         resulting array.
7749         * tests/test-chown.h (test_chown): Simplify client.
7750         * tests/test-lchown.h (test_lchown): Likewise.
7751
7752 2009-12-06  Bruno Haible  <bruno@clisp.org>
7753
7754         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7755         value.
7756
7757 2009-12-06  Bruno Haible  <bruno@clisp.org>
7758
7759         * lib/progname.c: Include stdio.h, stdlib.h.
7760         (set_program_name): Reject a NULL argument.
7761
7762 2009-12-05  Eric Blake  <ebb9@byu.net>
7763
7764         pipe2-safer: new module
7765         * modules/pipe2-safer: New file.
7766         * lib/unistd-safer.h (pipe2_safer): New prototype.
7767         * lib/unistd--.h (pipe2): New wrapper.
7768         * lib/pipe-safer.c (pipe2_safer): New function.
7769         * modules/pipe (Depends-on): Add pipe2-safer.
7770         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7771
7772         stdlib-safer: preserve cloexec flag for mkostemp[s]
7773         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7774         fd_safer_flag.
7775
7776         unistd-safer: allow preservation of cloexec status via flag
7777         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7778         prototypes.
7779         * lib/dup-safer.c (dup_safer_flag): New function.
7780         * lib/fd-safer.c (fd_safer_flag): Likewise.
7781         * modules/cloexec (configure.ac): Set witness.
7782
7783         test-dup2: enhance test
7784         * modules/dup2-tests (Depends-on): Add cloexec.
7785         * tests/test-dup2.c (main): Enhance test.
7786
7787         cloexec: add dup_cloexec
7788         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7789         header and comments.
7790         * lib/cloexec.c (set_cloexec_flag): Add comments.
7791         (dup_cloexec): New function, with mingw implementation borrowed
7792         from...
7793         * lib/w32spawn.h (dup_noinherit): ...here.
7794         * modules/execute (Depends-on): Add cloexec.
7795         * modules/pipe (Depends-on): Likewise.
7796         * modules/cloexec (Depends-on): Add dup2.
7797         * modules/cloexec-tests (Files): New file.
7798         * tests/test-cloexec.c: Likewise.
7799
7800         test-xalloc-die: fix test for mingw
7801         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7802         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7803         directory and .exe suffix off argv[0] output.
7804
7805         test-fseeko: fix test for mingw
7806         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7807         than undefining fseek, so test will pass on mingw.
7808
7809 2009-12-05  Bruno Haible  <bruno@clisp.org>
7810
7811         * lib/progname.h (set_program_name): Clarify specification.
7812         * lib/progname.c (set_program_name): Likewise.
7813         Reported by Jim Meyering.
7814
7815 2009-12-05  Jim Meyering  <meyering@redhat.com>
7816
7817         maint.mk: backslash-escape parens in default regexp
7818         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7819         backslash-escape the literal parentheses.
7820
7821         maint.mk: news-date-check: use grep -E
7822         * top/maint.mk (today): Define a Make variable, not a...
7823         (news-date-check): ...shell variable.
7824         (news-date-regexp): Use the Make variable.
7825         Use grep's -E option.  Change the failing diagnostic to mention
7826         the variable, $(news-date-regexp).
7827
7828 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7829
7830         maintainer-makefile: allow customization of NEWS entry format
7831         * top/maint.mk (news-date-regexp): New overridable variable.
7832         (news-date-check): Use it.
7833
7834 2009-12-04  Eric Blake  <ebb9@byu.net>
7835
7836         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7837         * lib/mgetgroups.h (xgetgroups): New prototype.
7838         * lib/mgetgroups.c (xgetgroups): New wrapper.
7839         (mgetgroups): Handle ENOSYS.
7840         * modules/mgetgroups (Depends-on): Add realloc.
7841         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7842
7843         mgetgroups: avoid argument promotion issues with -1
7844         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7845         for invalid gid_t.
7846         * tests/test-chown.h (getegid, test_chown): Likewise.
7847         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7848
7849 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7850
7851         exclude: Fix header file problems.
7852         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7853
7854 2009-12-01  Jim Meyering  <meyering@redhat.com>
7855
7856         fts: fts_open: do not let an empty string cause immediate failure
7857         This is required in support of GNU rm, for which the command
7858         "rm A '' B" must process and remove both A and B, in spite of
7859         the empty string argument.
7860         * lib/fts.c (fts_open): Do not let the presence of an empty string
7861         cause fts_open to fail immediately.  Most fts-using tools must be
7862         able to process all arguments, in order, and can be expected to
7863         diagnose such arguments themselves.
7864
7865 2009-11-30  Eric Blake  <ebb9@byu.net>
7866
7867         utimens: fix compilation error
7868         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7869         Declare variable at right scope.
7870
7871 2009-11-29  Jim Meyering  <meyering@redhat.com>
7872
7873         bootstrap: handle perl-5.11's changed --version output
7874         * build-aux/bootstrap (get_version): Handle perl separately,
7875         since perl-5.11's --version output is different.
7876
7877 2009-11-28  Jim Meyering  <meyering@redhat.com>
7878
7879         userspec: depend on the inttostr module, too
7880         * modules/userspec (Depends-on): Add inttostr.
7881
7882         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7883         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7884         number of MAXUID when it evaluates to (uid_t) -1.
7885         Likewise for group ID.  Reported by Matt McCutchen in
7886         <http://savannah.gnu.org/bugs/?28113>
7887
7888         userspec: reformat to use spaces, not TABs
7889         * lib/userspec.c: Expand TABs to spaces.
7890         Add Emacs' "indent-tabs-mode: nil" hint.
7891
7892 2009-11-27  Eric Blake  <ebb9@byu.net>
7893
7894         getopt-gnu: flush out another BSD bug
7895         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7896         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7897         flush out BSD bug.
7898         * tests/test-getopt.h (test_getopt): End lists with NULL.
7899         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7900         (test_getopt_long_posix): Enhance test.
7901         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7902         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7903         getopt-gnu.
7904         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7905         Likewise.
7906
7907 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7908
7909         * modules/idpriv-droptemp-tests (Notice): Fix text.
7910
7911 2009-11-27  Jim Meyering  <meyering@redhat.com>
7912
7913         test-xalloc-die: avoid spurious failure due to libtool argv difference
7914         In a libtool-enabled project, this test would fail due to a difference
7915         in the emitted program name, e.g.,
7916         -test-xalloc-die: memory exhausted
7917         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7918         Use program to avoid that.
7919         * modules/xalloc-die-tests (Depends-on): Add progname.
7920         * tests/test-xalloc-die.c: Include progname.h".
7921         (program_name): Remove decl.
7922         (main): Call set_program_name.
7923         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7924
7925 2009-11-26  Richard Jones  <rjones@redhat.com>
7926
7927         w32sock: leave win32 error in place.
7928         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7929
7930 2009-11-26  Eric Blake  <ebb9@byu.net>
7931
7932         init.sh: suggest to use skip_ and fail_ functions in comments
7933         * tests/init.sh: Add a sentence.
7934
7935 2009-11-25  Bruno Haible  <bruno@clisp.org>
7936
7937         init.sh: add documentation in comments
7938         * tests/init.sh: Add some developer and user documentation.
7939
7940 2009-11-26  Jim Meyering  <meyering@redhat.com>
7941
7942         init.sh: accommodate even those who specify bogus srcdir manually
7943         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7944         configure-time tests to be sanitized, so that there is no need to
7945         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7946         (with no double quotes) suffices.  However, since tests may be
7947         invoked manually, and since you may explicitly set srcdir to the
7948         name of a directory containing spaces, do quote its uses here.
7949         * tests/test-pread.sh: Likewise.
7950         Suggested by Bruno Haible.
7951
7952         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7953         * tests/test-pread.sh: Write no data into the pipe, because
7954         test-pread actually reads none.  This avoids a diagnostic,
7955         "bash: echo: write error: Broken pipe", that arises in the unusual
7956         event something is ignoring SIGPIPE, and might be interpreted
7957         as some sort of failure.  Reported by Bruno Haible.
7958
7959 2009-11-25  Jim Meyering  <meyering@redhat.com>
7960
7961         test-pread: cover failure with ESPIPE and EINVAL
7962         * tests/test-pread.c (main): Test for failure, too.
7963         * tests/test-pread.sh: Invoke with stdin on a pipe.
7964         Suggested by Eric Blake.
7965
7966         pread: improvement and fix
7967         * modules/pread (Depends-on): Depend on lseek, for portability to
7968         e.g., mingw.  Suggested by Eric Blake.
7969         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7970
7971         unistd.in.h: correct declaration of pread
7972         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7973         Reported by Richard W.M. Jones.
7974
7975         test-pread.sh: distribute the test script
7976         * modules/pread-tests (Files): Include test-pread.sh.
7977
7978         test-pread.sh: clean up
7979         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7980         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7981         That is unnecessary, since it's always ".".
7982         Suggestion from Eric Blake.
7983
7984         test-pread.sh: make executable
7985         * tests/test-pread.sh: Set executable bit.
7986         Reported by Eric Blake.
7987
7988         correct typo in test-pread.sh
7989         * tests/test-pread.sh: Add #! line.
7990
7991         test pread
7992         * tests/test-pread.c: New file.
7993         * tests/test-pread.sh: Likewise.
7994         * modules/pread-tests: Likewise.
7995
7996         pread: new module
7997         * modules/pread: New file.
7998         * lib/unistd.in.h (pread): Define/declare.
7999         * lib/pread.c (pread): New file.
8000         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
8001         * modules/unistd (Makefile.am): Substitute witnesses.
8002         * doc/posix-functions/pread.texi (pread): Update.
8003         * MODULES.html.sh: Add pread.
8004
8005 2009-11-25  Jim Meyering  <meyering@redhat.com>
8006
8007         tests/init.sh: new file to be used via most *.sh tests
8008         * tests/init.sh: New file.
8009
8010 2009-11-25  Eric Blake  <ebb9@byu.net>
8011
8012         utimens: work around older Linux failure with symlinks
8013         * lib/utimens.c (lutimensat_works_really): New variable.
8014         (fdutimens, lutimens): Use it to manage kernels that support
8015         nanosecond times on files, but not on symlinks.
8016         Reported by OndÅ™ej Vašík.
8017
8018         utimes: fix configure grammar
8019         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
8020
8021 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
8022
8023         regex: Fix fastmap for multibyte character ranges.
8024         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
8025         characters when a multibyte character range is included.
8026
8027 2009-11-22  Andy Wingo  <wingo@pobox.com>
8028
8029         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
8030         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
8031
8032 2009-11-24  Bruno Haible  <bruno@clisp.org>
8033
8034         doc: Most *_l functions exist in MacOS X 10.5.
8035         * doc/posix-functions/duplocale.texi: Update platforms list.
8036         * doc/posix-functions/freelocale.texi: Likewise.
8037         * doc/posix-functions/newlocale.texi: Likewise.
8038         * doc/posix-functions/uselocale.texi: Likewise.
8039         * doc/posix-functions/isalnum_l.texi: Likewise.
8040         * doc/posix-functions/isalpha_l.texi: Likewise.
8041         * doc/posix-functions/isblank_l.texi: Likewise.
8042         * doc/posix-functions/iscntrl_l.texi: Likewise.
8043         * doc/posix-functions/isdigit_l.texi: Likewise.
8044         * doc/posix-functions/isgraph_l.texi: Likewise.
8045         * doc/posix-functions/islower_l.texi: Likewise.
8046         * doc/posix-functions/isprint_l.texi: Likewise.
8047         * doc/posix-functions/ispunct_l.texi: Likewise.
8048         * doc/posix-functions/isspace_l.texi: Likewise.
8049         * doc/posix-functions/isupper_l.texi: Likewise.
8050         * doc/posix-functions/iswalnum_l.texi: Likewise.
8051         * doc/posix-functions/iswalpha_l.texi: Likewise.
8052         * doc/posix-functions/iswblank_l.texi: Likewise.
8053         * doc/posix-functions/iswcntrl_l.texi: Likewise.
8054         * doc/posix-functions/iswctype_l.texi: Likewise.
8055         * doc/posix-functions/iswdigit_l.texi: Likewise.
8056         * doc/posix-functions/iswgraph_l.texi: Likewise.
8057         * doc/posix-functions/iswlower_l.texi: Likewise.
8058         * doc/posix-functions/iswprint_l.texi: Likewise.
8059         * doc/posix-functions/iswpunct_l.texi: Likewise.
8060         * doc/posix-functions/iswspace_l.texi: Likewise.
8061         * doc/posix-functions/iswupper_l.texi: Likewise.
8062         * doc/posix-functions/iswxdigit_l.texi: Likewise.
8063         * doc/posix-functions/isxdigit_l.texi: Likewise.
8064         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
8065         * doc/posix-functions/strcasecmp_l.texi: Likewise.
8066         * doc/posix-functions/strcoll_l.texi: Likewise.
8067         * doc/posix-functions/strfmon_l.texi: Likewise.
8068         * doc/posix-functions/strftime_l.texi: Likewise.
8069         * doc/posix-functions/strncasecmp_l.texi: Likewise.
8070         * doc/posix-functions/strxfrm_l.texi: Likewise.
8071         * doc/posix-functions/tolower_l.texi: Likewise.
8072         * doc/posix-functions/toupper_l.texi: Likewise.
8073         * doc/posix-functions/towctrans_l.texi: Likewise.
8074         * doc/posix-functions/towlower_l.texi: Likewise.
8075         * doc/posix-functions/towupper_l.texi: Likewise.
8076         * doc/posix-functions/wcscoll_l.texi: Likewise.
8077         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
8078         * doc/posix-functions/wctrans_l.texi: Likewise.
8079         * doc/posix-functions/wctype_l.texi: Likewise.
8080         * doc/glibc-functions/strptime_l.texi: Likewise.
8081         * doc/glibc-functions/strtod_l.texi: Likewise.
8082         * doc/glibc-functions/strtof_l.texi: Likewise.
8083         * doc/glibc-functions/strtol_l.texi: Likewise.
8084         * doc/glibc-functions/strtold_l.texi: Likewise.
8085         * doc/glibc-functions/strtoll_l.texi: Likewise.
8086         * doc/glibc-functions/strtoul_l.texi: Likewise.
8087         * doc/glibc-functions/strtoull_l.texi: Likewise.
8088         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8089         * doc/glibc-functions/wcstod_l.texi: Likewise.
8090         * doc/glibc-functions/wcstof_l.texi: Likewise.
8091         * doc/glibc-functions/wcstol_l.texi: Likewise.
8092         * doc/glibc-functions/wcstold_l.texi: Likewise.
8093         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8094         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8095         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8096
8097 2009-11-24  Bruno Haible  <bruno@clisp.org>
8098
8099         duplocale: Fix logic bug.
8100         * lib/duplocale.c: Don't include <langinfo.h>.
8101         (_NL_LOCALE_NAME): Remove macro.
8102         (rpl_duplocale): Use setlocale instead of nl_langinfo.
8103         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
8104
8105 2009-11-23  Jim Meyering  <meyering@redhat.com>
8106
8107         test-update-copyright: don't hard-code /usr/bin/perl
8108         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
8109         perl to print the current year.  Gilles Espinasse reported that
8110         the replaced use of perl was hard-coded as /usr/bin/perl.
8111
8112 2009-11-23  Bruno Haible  <bruno@clisp.org>
8113
8114         duplocale: Add support for glibc 2.3.x.
8115         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
8116
8117 2009-11-22  Bruno Haible  <bruno@clisp.org>
8118
8119         vasnprintf: Tiny optimization.
8120         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
8121         MacOS X.
8122
8123 2009-11-22  Bruno Haible  <bruno@clisp.org>
8124
8125         Tests for module 'duplocale'.
8126         * modules/duplocale-tests: New file.
8127         * tests/test-duplocale.c: New file.
8128
8129         New module 'duplocale'.
8130         * m4/duplocale.m4: New file.
8131         * lib/locale.in.h (duplocale): New declaration.
8132         * lib/duplocale.c: New file.
8133         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
8134         gl_LOCALE_H_DEFAULTS): New macros.
8135         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
8136         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
8137         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
8138         REPLACE_DUPLOCALE.
8139         * modules/duplocale: New file.
8140         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
8141
8142 2009-11-22  Bruno Haible  <bruno@clisp.org>
8143
8144         * modules/locale-tests (configure.ac): Test for newlocale function.
8145         * tests/test-locale.c: When the system has extended locale functions,
8146         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
8147
8148         locale: Make locale_t available when possible.
8149         * lib/locale.in.h: Include <xlocale.h> when it exists.
8150         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
8151         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
8152         * modules/locale (Depends-on): Add extensions.
8153         (Makefile.am): Also substitute HAVE_XLOCALE_H.
8154         * doc/posix-headers/locale.texi: Document the problem with locale_t.
8155
8156 2009-11-22  Bruno Haible  <bruno@clisp.org>
8157
8158         Add comments.
8159         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
8160         invocation.
8161         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8162         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
8163         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8164
8165 2009-11-22  Bruno Haible  <bruno@clisp.org>
8166
8167         error: account for the possibility of freopen (stdout).
8168         * lib/error.c: Include <unistd.h>.
8169         (flush_stdout): New function, extracted from error and error_at_line.
8170         Determine stdout's fd dynamically.
8171         (error, error_at_line): Invoke flush_stdout.
8172         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
8173         * modules/error (Depends-on): Add unistd.
8174
8175 2009-11-22  Bruno Haible  <bruno@clisp.org>
8176
8177         diffseq: Add comment.
8178         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
8179
8180 2009-11-22  Jim Meyering  <meyering@redhat.com>
8181
8182         c-stack: avoid defining an unused static function
8183         * lib/c-stack.c (find_stack_direction): Do not define this function
8184         when it will not be used.
8185
8186         diffseq: avoid spurious gcc warnings
8187         * lib/diffseq.h (IF_LINT2): Define.
8188         (compareseq): Use it to initialize two members of "part".
8189         This avoids two used-uninitialized warnings.
8190
8191 2009-11-21  Jim Meyering  <meyering@redhat.com>
8192
8193         c-stack: avoid "ignoring return value of `write'" warning
8194         * lib/c-stack.c: Include "ignore-value.h".
8195         (die): Explicitly ignore each write return value.
8196         * modules/c-stack (Depends-on): Add ignore-value.
8197
8198 2009-11-21  Bruno Haible  <bruno@clisp.org>
8199
8200         diffseq: reduce scope of variable 'best'.
8201         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
8202         variable, earlier used for two different purposes.
8203
8204 2009-11-21  Jim Meyering  <meyering@redhat.com>
8205
8206         diffseq: remove useless assignment to "best"
8207         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
8208         assignment.  At that point "best" is already guaranteed to be zero.
8209
8210 2009-11-20  Eric Blake  <ebb9@byu.net>
8211
8212         build: mention ftp redirector in release announcements
8213         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
8214         values that used to come from cfg.mk; mention FTP redirect URL.
8215         * build-aux/announce-gen: Mention the mirror list.
8216         Suggested by Karl Berry.
8217
8218         nanosleep: improve port to mingw
8219         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
8220         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
8221         LIB_NANOSLEEP, but only when needed.
8222         * modules/select (Link): Document LIBSOCKET.
8223         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
8224         enough.
8225
8226         nanosleep: work around cygwin bug
8227         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
8228         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
8229         bug.
8230         (getnow): Delete, not needed.
8231         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
8232         LIB_CLOCK_GETTIME.
8233         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
8234         clock-time, gettime.
8235         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
8236         bug.
8237         * modules/nanosleep-tests: New test.
8238         * tests/test-nanosleep.c: New file.
8239
8240         sleep: work around cygwin bug
8241         * lib/sleep.c (rpl_sleep): Work around the bug.
8242         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8243         (gl_PREREQ_SLEEP): Delete unused macro.
8244         * modules/sleep (Depends-on): Add verify.
8245         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8246         * modules/unistd (Makefile.am): Substitute witness.
8247         * lib/unistd.in.h (sleep): Update prototype.
8248         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8249         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8250         * modules/sleep-tests (Depends-on): Check for alarm.
8251
8252 2009-11-20  Jim Meyering  <meyering@redhat.com>
8253
8254         maint.mk: improve sc_prohibit_magic_number_exit
8255         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8256         so it does not match uses like System.exit(1).
8257         Add comments showing how to correct all offenders.
8258
8259 2009-11-19  Eric Blake  <ebb9@byu.net>
8260
8261         xalloc-die-tests: add missing library
8262         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
8263
8264         test-xvasprintf: silence compiler warnings
8265         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
8266         empty string from gcc.
8267
8268 2009-11-19  Jim Meyering  <meyering@redhat.com>
8269
8270         xfreopen: new module, from coreutils
8271         * modules/xfreopen: New module.
8272         * lib/xfreopen.c: New file.
8273         * lib/xfreopen.h: New file.
8274         * MODULES.html.sh (File stream based Input/Output"): Add it.
8275
8276 2009-11-19  Eric Blake  <ebb9@byu.net>
8277
8278         manywarnings: depend on warnings
8279         * modules/manywarnings (Depends-on): Add warnings.
8280
8281         build: avoid compiler warnings
8282         * lib/select.c (rpl_select): Delete unused variable.
8283         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
8284
8285 2009-11-18  Eric Blake  <ebb9@byu.net>
8286
8287         tests: avoid false negative with --with-packager
8288         * tests/test-version-etc.sh: Discard packager information.
8289         * tests/test-argp-version-etc-1.sh: Likewise.
8290         Reported by Mike Frysinger.
8291
8292         utimens: fix regression on Solaris
8293         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
8294         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
8295         can only change fd timestamps via futimesat.  Instead, use an
8296         additional witness macro to avoid BSD bug.
8297         Reported by Jim Meyering.
8298
8299 2009-11-17  Eric Blake  <ebb9@byu.net>
8300
8301         usleep: use it to simplify tests
8302         * modules/stat-time-tests (Depends-on): Add usleep.
8303         (configure.ac): Drop usleep check.
8304         * modules/chown-tests (Depends-on, configure.ac): Likewise.
8305         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8306         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8307         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8308         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8309         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8310         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
8311         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8312         Likewise.
8313         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8314         * tests/test-lchown.h (nap): Likewise.
8315         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8316         * tests/test-stat-time.c (nap): Likewise.
8317         * tests/test-utimens-common.h (nap): Update comments.
8318
8319         usleep: new module
8320         * modules/usleep: New file.
8321         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8322         * lib/usleep.c (usleep): Likewise.
8323         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8324         * modules/unistd (Makefile.am): Substitute witnesses.
8325         * lib/unistd.in.h (usleep): Add declaration.
8326         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8327         * MODULES.html.sh (Date and time): Likewise.
8328         * modules/usleep-tests (Depends-on): New test.
8329         * tests/test-usleep.c: New file.
8330
8331         chown: work around OpenBSD bug
8332         * lib/chown.c (rpl_chown): Work around the bug.
8333         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8334         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8335         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8336         * modules/chown (Depends-on): Add stdbool.
8337         * modules/lchown (Depends-on): Likewise.
8338         * doc/posix-functions/chown.texi (chown): Document the bug.
8339         * doc/posix-functions/lchown.texi (lchown): Likewise.
8340         * tests/test-lchown.h (test_chown): Relax test.
8341
8342         mkstemp: avoid conflict with C++ keyword template
8343         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8344         * lib/mkostemp.c (mkostemp): Likewise.
8345         * lib/mkostemps.c (mkostemps): Likewise.
8346         * lib/mkstemp.c (mkstemp): Likewise.
8347         * lib/mkstemps.c (mkstemps): Likewise.
8348
8349         xalloc-die-tests: optimize
8350         * tests/test-xalloc-die.sh: Reduce number of processes.
8351
8352 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8353
8354         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8355         patch from ludo@gnu.org (Ludovic Courtès).
8356
8357 2009-11-17  Jim Meyering  <meyering@redhat.com>
8358
8359         version-etc: use proper license string
8360         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8361         * modules/version-etc-fsf: Likewise.
8362
8363 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8364
8365         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8366         printed to stdout.  Deal with EOL differences.
8367
8368 2009-11-17  Eric Blake  <ebb9@byu.net>
8369
8370         unsetenv: work around Solaris bug
8371         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8372         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8373         Reported by Jim Meyering.
8374
8375         vasnprintf: avoid compiler warnings
8376         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8377         variables.
8378         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8379
8380 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8381
8382         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8383         settings since xalloc-die is no longer the self test,
8384         xalloc-die.sh is.
8385
8386 2009-11-17  Jim Meyering  <meyering@redhat.com>
8387
8388         test-xalloc-die.sh: make the code agree with the commit log
8389         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8390         at the end, just in case you happen to have a test-xalloc-die
8391         program in some other PATH directory.
8392
8393         test-xalloc-die.sh: fix a portability bug
8394         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8395         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8396         Otherwise, argv[0] (as often seen in diagnostics) would be too
8397         system-dependent, sometimes with, and sometimes without the leading "./".
8398
8399         version-etc-fsf: relax license to LGPLv3+
8400         * modules/version-etc-fsf (License): Relax license.
8401
8402 2009-11-16  Eric Blake  <ebb9@byu.net>
8403
8404         xalloc-die-tests: avoid printing null pointer
8405         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8406         shell script.
8407         * tests/test-xalloc-die.c (program_name): Declare.
8408         * tests/test-xalloc-die.sh (tmpfiles): New file.
8409
8410         setenv, unsetenv: work around various bugs
8411         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8412         (setenv) [HAVE_SETENV]: Work around bugs.
8413         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8414         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8415         for bugs.
8416         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8417         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8418         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8419         * modules/stdlib (Makefile.am): Update substitutions.
8420         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8421         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8422         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8423         * modules/setenv-tests: New test.
8424         * modules/unsetenv-tests: Likewise.
8425         * tests/test-setenv.c: New file.
8426         * tests/test-unsetenv.c: Likewise.
8427
8428 2009-11-16  Jim Meyering  <meyering@redhat.com>
8429
8430         version-etc: relax license to LGPLv3+
8431         * modules/version-etc (License): Relax license.
8432
8433         better AC_REQUIRE expanded-before-required-warning avoidance
8434         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8435         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8436         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8437         which is no longer needed.
8438
8439 2009-11-16  Eric Blake  <ebb9@byu.net>
8440
8441         test-freading: clean up temporary file
8442         * tests/test-freading.c (main): Remove file on success, and use
8443         ASSERT more liberally.
8444         Reported by Jim Meyering.
8445
8446 2009-11-16  Jim Meyering  <meyering@redhat.com>
8447
8448         avoid new AC_REQUIRE expanded-before-required warnings
8449         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8450         merely using it.
8451         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8452         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8453
8454 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8455
8456         * tests/test-xalloc-die.c: New file.
8457         * modules/xalloc-die-tests: New file.
8458         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8459         XFAIL_TESTS so it can be appended by modules.
8460
8461 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8462
8463         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8464         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8465
8466 2009-11-14  Eric Blake  <ebb9@byu.net>
8467
8468         fnmatch: avoid compiler warning
8469         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8470         to silence compiler warning about mismatch signedness in ?:.
8471         Reported by Robert Millan.
8472
8473         intprops: add double-inclusion guard
8474         * lib/intprops.h: Allow idempotent includes.
8475         Suggested by Bruce Korb.
8476
8477         openat: detect Solaris fchownat bug
8478         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8479         penalizing glibc chownat when only lchownat is broken.
8480         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8481         trailing slash bugs.
8482         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8483         * modules/openat-tests (Files): Include more files.
8484         (Depends-on): Add mgetgroups, sleep, stat-time.
8485         (configure.ac): Add additional checks.
8486         (Makefile.am): Build new test.
8487         * tests/test-fchownat.c: New file.
8488
8489         lchown: detect Solaris and FreeBSD bug
8490         * lib/lchown.c (rpl_lchown): Work around bug.
8491         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8492         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8493         * modules/unistd (Makefile.am): Populate it.
8494         * lib/unistd.in.h (lchown): Update declaration.
8495         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8496         * modules/lchown-tests: New file.
8497         * tests/test-lchown.h (test_lchown): Likewise.
8498         * tests/test-lchown.c (main): Likewise.
8499
8500         chown: detect Solaris and FreeBSD bug
8501         * lib/chown.c (rpl_chown): Work around bug.
8502         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8503         (gl_PREREQ_CHOWN): Delete.
8504         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8505         * modules/unistd (Makefile.am): Populate it.
8506         * lib/unistd.in.h (chown): Update declaration.
8507         * lib/lchown.c (chown): Update client.
8508         * modules/lchown (Depends-on): Add lstat.
8509         * doc/posix-functions/chown.texi (chown): Document the bug.
8510         * doc/posix-functions/getgroups.texi (getgroups): Document
8511         getgroups pitfall.
8512         * modules/chown-tests: New file.
8513         * tests/test-chown.h (test_chown): Likewise.
8514         * tests/test-chown.c (main): Likewise.
8515
8516 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8517
8518         gnulib-tool: correctly detect absence of m4 directories
8519         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8520
8521 2009-11-14  Jim Meyering  <meyering@redhat.com>
8522
8523         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8524         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8525
8526 2009-11-14  John W. Eaton  <jwe@gnu.org>
8527
8528         strftime.h: wrap funtion declaration in extern "C" block
8529         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8530
8531 2009-11-13  Eric Blake  <ebb9@byu.net>
8532
8533         getgroups: avoid compiler warning
8534         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8535
8536         getgroups: work around FreeBSD bug
8537         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8538         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8539         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8540         * tests/test-getgroups.c (main): Fix buffer overrun.
8541
8542         getgroups: avoid compilation failure
8543         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8544         * modules/getgroups (Depends-on): Add stdint.
8545
8546 2009-11-13  Jim Meyering  <meyering@redhat.com>
8547
8548         test-getgroups: avoid compilation failure
8549         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8550
8551 2009-11-13  Eric Blake  <ebb9@byu.net>
8552
8553         mgetgroups: new module, taken from coreutils
8554         * modules/mgetgroups: New file.
8555         * lib/mgetgroups.h: Likewise.
8556         * lib/mgetgroups.c (mgetgroups): Likewise.
8557         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8558         * MODULES.html.sh (Users and groups): Mention it.
8559
8560         getgroups: don't expose GETGROUPS_T to user
8561         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8562         an element at a time if GETGROUPS_T is wrong size.
8563         * lib/getugroups.h (getugroups): Change signature.
8564         * lib/unistd.in.h (getgroups): Likewise.
8565         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8566         signature needs fixing.
8567         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8568         AC_TYPE_GETGROUPS.
8569         * modules/group-member (Depends-on): Add getgroups.
8570         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8571         (group_member): Rely on getgroups replacement.
8572         * lib/getugroups.c (getugroups): Use gid_t.
8573         * tests/test-getgroups.c (main): Likewise.
8574         * NEWS: Mention the signature change.
8575         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8576         problem with signature.
8577         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8578         GETGROUPS_T is still useful for setgroups.
8579
8580         getgroups, getugroups: provide stubs for mingw
8581         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8582         * lib/getugroups.c (getugroups): Likewise.
8583         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8584         function.  Modernize replacement scheme.
8585         (gl_PREREQ_GETGROUPS): Delete.
8586         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8587         * modules/getgroups (configure.ac): Declare witness.
8588         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8589         * modules/unistd (Depends-on): Substitute witness.
8590         * lib/unistd.in.h (getgroups): Declare replacement.
8591
8592         getgroups: avoid calling exit
8593         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8594         drop xalloc.
8595         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8596         dependencies.
8597         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8598         exiting, in the rare case of malloc failure.
8599
8600         getgroups: fix logic error
8601         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8602         has more than 20 groups.
8603         * modules/getgroups-tests: New test.
8604         * tests/test-getgroups.c: New file.
8605
8606 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8607
8608         * tests/test-base64.c: Improve.
8609
8610 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8611
8612         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8613         Blake <ebb9@byu.net>.
8614
8615 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8616
8617         * tests/test-xvasprintf.c: Add %s%s related checks.
8618
8619 2009-11-12  Eric Blake  <ebb9@byu.net>
8620
8621         version-etc: match standards.texi style
8622         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8623         and use <> only for URLs.
8624
8625 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8626
8627         fts: do not fail on a submount during traversal
8628         * lib/fts.c (fts_build): Read the stat info again after opening
8629         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8630         Original report at http://bugzilla.redhat.com/501848.
8631
8632 2009-11-12  Jim Meyering  <meyering@redhat.com>
8633
8634         bootstrap: sync from coreutils
8635         * build-aux/bootstrap (bootstrap_epilogue): New function.
8636         Use git_modules_config in one more place.  This make bootstrap's
8637         --gnulib-srcdir option more useful for testing.
8638
8639         bootstrap: generalize autoheader check
8640         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8641         AC_CONFIG_HEADERS.
8642
8643 2009-11-11  Eric Blake  <ebb9@byu.net>
8644
8645         mkfifoat: use new modules for Solaris and BSD bugs
8646         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8647         * lib/mkfifoat.c (mknodat): Split...
8648         * lib/mknodat.c (mknodat): ...into new file.
8649         * modules/mkfifoat (Files): Ship new file.
8650         (Depends-on): Add mkfifo, mknod.
8651         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8652         (Depends-on): Add symlink.
8653         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8654         redundant with test_mkfifo.h.
8655         (do_mkfifoat, do_mknodat): New helpers.
8656
8657         mknod: new module
8658         * modules/mknod: New file.
8659         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8660         * lib/mknod.c (mknod): Likewise.
8661         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8662         defaults.
8663         * modules/sys_stat (Makefile.am): Substitute them.
8664         * lib/sys_stat.in.h (mknod): Declare replacement.
8665         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8666         Document it.
8667         * doc/posix-functions/mknod.texi (mknod): Likewise.
8668         * modules/mknod-tests: New test.
8669         * tests/test-mknod.c: Likewise.
8670
8671         mkfifo: new module
8672         * modules/mkfifo: New file.
8673         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8674         * lib/mkfifo.c (mkfifo): Likewise.
8675         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8676         defaults.
8677         * modules/sys_stat (Makefile.am): Substitute them.
8678         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8679         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8680         Document it.
8681         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8682         * modules/mkfifo-tests: New test.
8683         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8684         from test-mkfifoat.c.
8685         * tests/test-mkfifo.c: New file.
8686
8687         readlink: detect FreeBSD bug
8688         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8689         slash on symlink.
8690         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8691         * tests/test-readlink.h (test_readlink): Enhance test.
8692
8693         symlink: detect FreeBSD bug
8694         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8695         slash on symlink.
8696         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8697         * tests/test-symlink.h (test_symlink): Enhance test.
8698
8699 2009-11-10  Eric Blake  <ebb9@byu.net>
8700
8701         link: detect FreeBSD bug
8702         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8703         symlink.
8704         * doc/posix-functions/link.texi (link): Document the bug.
8705         * tests/test-link.h (test_link): Enhance test.
8706         * tests/test-linkat.c (main): Update caller.
8707
8708         unlink, remove: detect FreeBSD bug
8709         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8710         slash on symlink.
8711         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8712         * doc/posix-functions/remove.texi (remove): Likewise.
8713         * tests/test-unlink.h (test_unlink): Enhance test.
8714         * tests/test-remove.c (main): Likewise.
8715
8716 2009-11-09  Eric Blake  <ebb9@byu.net>
8717
8718         rename: detect FreeBSD bug
8719         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8720         slash on symlink.
8721         * modules/renameat-tests (Depends-on): Add filenamecat.
8722         * tests/test-rename.h (test_rename): Allow one more errno.
8723         * tests/test-renameat.c (main): Likewise.
8724         * doc/posix-functions/rename.texi (rename): Document the bug.
8725
8726         open: detect FreeBSD bug
8727         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8728         symlink.
8729         * doc/posix-functions/open.texi (open): Document the bug.
8730         * doc/posix-functions/utimes.texi (utimes): Likewise.
8731         * tests/test-open.h (test_open): Add parameters, and test symlink
8732         handling.
8733         * tests/test-open.c (main): Adjust caller.
8734         * tests/test-fcntl-safer.c (main): Likewise.
8735         * modules/open-tests (Depends-on): Add stdbool, symlink.
8736         * modules/fcntl-safer-tests (Depends-on): Likewise.
8737         * tests/test-openat.c (main): Add test-open tests.
8738
8739         stat: detect FreeBSD bug
8740         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8741         symlink.
8742         * doc/posix-functions/stat.texi (stat): Document the bug.
8743         * tests/test-stat.h (test_stat_func): Add argument.
8744         * tests/test-stat.c (main): Adjust caller.
8745         * tests/test-fstatat.c (main): Likewise.
8746         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8747         Reported by Jim Meyering.
8748
8749 2009-11-09  James Youngman  <jay@gnu.org>
8750
8751         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8752         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8753
8754 2009-11-08  Jim Meyering  <meyering@redhat.com>
8755
8756         utimens: remove invalid futimesat call
8757         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8758         It used the file descriptor of the target file as the DIR_FD
8759         parameter and NULL as the file name.  That caused failure with
8760         errno == EFAULT on FreeBSD-8.0-rc2
8761
8762 2009-11-07  Eric Blake  <ebb9@byu.net>
8763
8764         fflush, freadseek: use fseeko, not fseek
8765         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8766         (clear_ungetc_buffer): Avoid potential problems on large files.
8767         * lib/freadseek.c (freadseek): Likewise.
8768         * modules/freadseek (Depends-on): Add fseeko.
8769         * modules/fseek (configure.ac): Set a witness.
8770         * tests/test-fflush.c (main): Use fseeko.
8771         * tests/test-fpurge.c (fseek): Disable link warning.
8772         * tests/test-freadable.c (fseek): Likewise.
8773         * tests/test-freading.c (fseek): Likewise.
8774         * tests/test-fseeko.c (fseek): Likewise.
8775         * tests/test-ftell.c (fseek): Likewise.
8776         * tests/test-ftello.c (fseek): Likewise.
8777         * tests/test-fwritable.c (fseek): Likewise.
8778         * tests/test-fwriting.c (fseek): Likewise.
8779
8780 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8781
8782         * modules/memchr (Depends-on): Drop getpagesize dependency.
8783
8784 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8785
8786         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8787         Reported by Ludovic Courtès.
8788         * build-aux/pmccabe2html: Improve example usage.
8789         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8790
8791 2009-11-06  Jim Meyering  <meyering@redhat.com>
8792
8793         do-release-commit-and-tag: New module.
8794         Automate the release-commit and tag process.
8795         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8796         * modules/do-release-commit-and-tag: New file.
8797         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8798
8799 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8800
8801         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8802         because test-select.c uses inet_pton.
8803
8804 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8805
8806         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8807         GETADDRINFO_LIB.  Bump serial number.
8808         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8809         Suggested by Eric Blake <ebb9@byu.net>.
8810
8811 2009-11-05  Eric Blake  <ebb9@byu.net>
8812
8813         strtod: detect darwin bug
8814         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8815         Reported by Leo Davis.
8816
8817         freopen-safer: new module
8818         * modules/freopen-safer: New module.
8819         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8820         * lib/freopen-safer.c (freopen_safer): New file.
8821         * lib/stdio-safer.h (freopen_safer): New declaration.
8822         * lib/stdio--.h (freopen): New override.
8823         * MODULES.html.sh (File stream based Input/Output): Mention it.
8824         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8825         freopen-safer module.
8826         * doc/posix-functions/stderr.texi (stderr): Likewise.
8827         * doc/posix-functions/stdin.texi (stdin): Likewise.
8828         * doc/posix-functions/stdout.texi (stdout): Likewise.
8829         * modules/freopen-safer-tests: New test.
8830         * tests/test-reopen-safer.c: New file.
8831
8832 2009-11-05  Jim Meyering  <meyering@redhat.com>
8833
8834         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8835         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8836
8837 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8838
8839         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8840
8841 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8842
8843         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8844
8845 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8846
8847         Fix link error.
8848         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8849         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8850
8851 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8852
8853         * tests/test-func.c: Also test value of __func__.
8854
8855 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8856
8857         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8858         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8859
8860 2009-11-05  Bruno Haible  <bruno@clisp.org>
8861
8862         Fix link error.
8863         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8864         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8865         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8866
8867 2009-11-05  Bruno Haible  <bruno@clisp.org>
8868
8869         Tests for module 'inet_pton'.
8870         * modules/inet_pton-tests: New file.
8871         * tests/test-inet_pton.c: New file.
8872
8873 2009-11-05  Bruno Haible  <bruno@clisp.org>
8874
8875         Tests for module 'inet_ntop'.
8876         * modules/inet_ntop-tests: New file.
8877         * tests/test-inet_ntop.c: New file.
8878
8879 2009-11-04  Eric Blake  <ebb9@byu.net>
8880
8881         stdlib-safer: wrap all mkstemp variants
8882         * modules/mkostemp (configure.ac): Set witness.
8883         * modules/mkostemps (configure.ac): Likewise.
8884         * modules/mkstemps (configure.ac): Likewise.
8885         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8886         (mkstemps_safer): Wrap more functions.
8887         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8888         wrapping.
8889         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8890         (mkstemps_safer): Implement the wrappers.
8891
8892         mkstemps, mkostemps: new modules
8893         * modules/mkostemps: New module.
8894         * modules/mkstemps: Likewise.
8895         * lib/mkostemps.c (mkostemps): New file.
8896         * lib/mkstemps.c (mkstemps): Likewise.
8897         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8898         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8899         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8900         * modules/stdlib (Makefile.am): Substitute them.
8901         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8902         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8903         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8904         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8905         * MODULES.html.sh (File system functions): Mention them.
8906
8907         tempname: resync from glibc
8908         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8909         same values for __GT_FILE as glibc.  Abort even when assertions
8910         are disabled.
8911         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8912         match its value otherwise.  Allow idempotent inclusion.
8913         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8914         * lib/mkostemp.c (mkostemp): Likewise.
8915         * lib/mkstemp.c (mkstemp): Likewise.
8916         * lib/tmpfile.c (tmpfile): Likewise.
8917         * NEWS: Document this.
8918
8919         utimens: fix use of futimens on older Linux
8920         * lib/utimens.c (fdutimens): Use updated, rather than original,
8921         timespec to avoid bug in older Linux kernel.
8922         Reported by Simon Josefsson.
8923
8924 2009-11-04  Bruno Haible  <bruno@clisp.org>
8925
8926         Make num_processors more flexible and consistent.
8927         * lib/nproc.h (enum nproc_query): New type.
8928         (num_processors): Add a 'query' argument.
8929         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8930         (num_processors): Add a 'query' argument. Test the value of the
8931         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8932         mingw, count the number of CPUs available for the current process.
8933         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8934         Check for sched_getaffinity and sched_getaffinity_np.
8935         * modules/nproc (Depends-on): Add c-ctype, extensions.
8936         * NEWS: Mention the change.
8937
8938 2009-11-03  Bruno Haible  <bruno@clisp.org>
8939
8940         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8941
8942 2009-11-03  Jim Meyering  <meyering@redhat.com>
8943
8944         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8945         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8946         if it is defined.
8947
8948 2009-11-02  Eric Blake  <ebb9@byu.net>
8949
8950         mktime, timegm: share common declaration
8951         * lib/mktime-internal.h: New file.
8952         * lib/mktime.c: Use it rather than open-coding a declaration.
8953         * lib/timegm.c: Likewise.
8954         * modules/mktime (Files): Ship it.
8955         * modules/timegm (Files): Likewise.
8956         Suggested by Bruno Haible.
8957
8958         test-update-copyright: update test to match script changes
8959         * tests/test-update-copyright.sh: Avoid hard-coding perl
8960         location.  Don't update *.bak created by earlier runs.
8961
8962 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8963             Simon Josefsson  <simon@josefsson.org>
8964             Bruno Haible  <bruno@clisp.org>
8965
8966         Fix link error on Solaris 8.
8967         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8968         also in libnsl. Define also INET_PTON_LIB.
8969         * modules/inet_pton (Link): New section.
8970
8971 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8972             Bruno Haible  <bruno@clisp.org>
8973
8974         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8975         * modules/inet_ntop (Link): New section.
8976         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8977
8978 2009-11-02  Eric Blake  <ebb9@byu.net>
8979
8980         maint: avoid compiler warnings in m4 macros
8981         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8982         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8983
8984 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8985
8986         * m4/pmccabe2html.m4: Remove file.
8987         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8988         function.  Change maintainer.
8989         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8990         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8991         Courtès).
8992
8993 2009-10-31  Eric Blake  <ebb9@byu.net>
8994
8995         fseeko: fix m4 regression
8996         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8997         regression from 2009-10-27.
8998         Reported by Ralf Wildenhues.
8999
9000 2009-10-31  Jim Meyering  <meyering@redhat.com>
9001
9002         inttostr: aesthetics and improved (compile-time) safety
9003         Define inttype_is_signed rather than inttype_is_unsigned,
9004         since the sole use is via "#if inttype_is_signed".
9005         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
9006         inttype_is_unsigned.
9007         * lib/offtostr.c (inttype_is_signed): Likewise.
9008         * lib/uinttostr.c (inttype_is_signed): Likewise.
9009         * lib/umaxtostr.c (inttype_is_signed): Likewise.
9010         * lib/inttostr.c (inttostr): Use verify to cross-check the
9011         inttype_is_signed value and the signedness of the actual type.
9012         * modules/inttostr (Depends-on): Add verify.
9013
9014 2009-10-30  Eric Blake  <ebb9@byu.net>
9015
9016         build: avoid compiler warnings
9017         * lib/fchmodat.c (lchmod): Mark unused variables.
9018         * lib/getopt.c (_getopt_initialize): Likewise.
9019         * lib/mktime.c (__mktime_internal): Provide prototype.
9020         * lib/inttostr.c (inttostr): Avoid compiler warning even with
9021         older gcc that do not understand #pragma GCC diagnostic.
9022         * lib/uinttostr.c (inttype_is_unsigned): Define.
9023         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
9024
9025 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
9026
9027         stat: fix compilation on AIX
9028         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
9029         only see struct stat64.
9030
9031 2009-10-30  Eric Blake  <ebb9@byu.net>
9032
9033         exclude: make more robust
9034         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
9035         rather than masking a coding bug.
9036         Suggested by Bruno Haible.
9037
9038 2009-10-30  Jim Meyering  <meyering@redhat.com>
9039
9040         perl scripts: remove #!/usr/bin/perl in favor of more portable...
9041         Rather than putting #!/usr/bin/perl on the first line,
9042         start with a variant of what's recommended by "man perlrun" that
9043         invokes the first "perl" program from your shell's search path.
9044         * build-aux/gitlog-to-changelog: Replace #!... as above.
9045         Add a "Local Variables" perl mode setting.
9046         Prompted by a patch from Ludovic Courtès.
9047         Improved by Eric Blake.
9048         * build-aux/useless-if-before-free: Likewise.
9049         * build-aux/announce-gen: Likewise.
9050         * build-aux/update-copyright: Likewise.
9051
9052 2009-10-29  Eric Blake  <ebb9@byu.net>
9053
9054         filenamecat-lgpl: adjust clients
9055         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
9056         filenamecat.
9057         * modules/renameat (Depends-on): Likewise.
9058
9059         filenamecat: split into filenamecat-lgpl
9060         * modules/filenamecat-lgpl: New module.
9061         * modules/filenamecat (Files): Move library-safe files into
9062         filenamecat-lgpl.
9063         (Depends-on): Add filenamecat-lgpl.
9064         (configure.ac): Declare witness.
9065         * lib/filenamecat.h (file_name_concat): Only declare when using
9066         GPL module.
9067         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
9068         Move...
9069         * lib/filenamecat-lgpl.c: ...into new file.
9070         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
9071         (gl_FILE_NAME_CONCAT): Use it.
9072         * MODULES.html.sh (File system functions): Mention new module.
9073
9074         argp: avoid memory leak
9075         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
9076         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
9077         base_name, since the latter malloc()s and can call exit().
9078         Leak introduced 2006-07-03.
9079
9080         dirname-lgpl: adjust clients that don't need full dirname
9081         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
9082         * modules/filenamecat (Depends-on): Likewise.
9083         * modules/linkat (Depends-on): Likewise.
9084         * modules/mkancesdirs (Depends-on): Likewise.
9085         * modules/mkdir (Depends-on): Likewise.
9086         * modules/openat (Depends-on): Likewise.
9087         * modules/savewd (Depends-on): Likewise.
9088         * modules/rename (Depends-on): Likewise.
9089         (License): Relax license.
9090         * modules/mkdir-tests (Depends-on): Drop progname.
9091         (Makefile.am): Delete unneeded LDADD.
9092         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
9093
9094         dirname: split into dirname-lgpl
9095         * modules/dirname-lgpl: New module.
9096         * modules/dirname (Files): Move library-safe files into
9097         dirname-lgpl.
9098         (Depends-on): Add dirname-lgpl.
9099         (configure.ac): Declare witness.
9100         * modules/double-slash-root (License): Relax license.
9101         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
9102         module.
9103         * lib/dirname.c (dir_len, mdir_name): Move...
9104         * lib/dirname-lgpl.c: ...into new file.
9105         * lib/basename.c (last_component, base_len): Move...
9106         * lib/basename-lgpl.c: ...into new file.
9107         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
9108         (gl_DIRNAME): Use it.
9109         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
9110         Mention new module.
9111         * modules/dirname-tests (Depends-on): Add progname.
9112         * tests/test-dirname.c (program_name): Delete.
9113
9114         mkdir: make safe for libraries
9115         * modules/mkdir (Depends-on): Drop xalloc.
9116         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
9117         exit.
9118
9119         tests: avoid some compiler warnings
9120         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
9121         literals.
9122         * tests/test-memchr.c (main): Avoid type mismatch.
9123         * tests/test-arpa_inet.c (main): Avoid unused parameters.
9124         * tests/test-base64.c (main): Likewise.
9125         * tests/test-getdelim.c (main): Likewise.
9126         * tests/test-gethostname.c (main): Likewise.
9127         * tests/test-getline.c (main): Likewise.
9128         * tests/test-netinet_in.c (main): Likewise.
9129         * tests/test-select.c (open_server_socket, main): Likewise.
9130         * tests/test-select-stdin.c (main): Likewise.
9131         * tests/test-sockets.c (main): Likewise.
9132         * tests/test-strsignal.c (main): Likewise.
9133         * tests/test-sys_select.c (main): Likewise.
9134         * tests/test-sys_socket.c (main): Likewise.
9135         * tests/test-u64.c (main): Likewise.
9136         * tests/test-xfprintf-posix.c (main): Likewise.
9137         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
9138
9139         sockets: avoid compiler warning
9140         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
9141
9142         maint: detect usage(1) and other suspicious exits
9143         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
9144
9145 2009-10-29  Jim Meyering  <meyering@redhat.com>
9146
9147         timespec: long-to-int truncation could make timespec_cmp malfunction
9148         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
9149         a multiple of 2^32 nanoseconds as no difference.
9150
9151 2009-10-28  Jim Meyering  <meyering@redhat.com>
9152
9153         fprintftime: wrap macro code argument in "do {...} while(0)"
9154         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
9155         cpy macro must be a statement that can be followed by a semicolon.
9156         Now that the else clause contains a comment and is hence longer
9157         than one line, I require curly braces.  That in turn requires
9158         that we wrap this code block in the standard do...while(0).
9159
9160         fprintftime: remove stray semicolon from previous change
9161         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
9162
9163         fprintftime: avoid a warning about ignored fwrite return value
9164         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
9165         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
9166         that is unsafe.
9167         * modules/fprintftime (Depends-on): Add ignore-value.
9168
9169         exclude: avoid an unwarranted warning
9170         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
9171
9172 2009-10-27  Eric Blake  <ebb9@byu.net>
9173
9174         fseek: avoid compilation failure when fflush is replaced
9175         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
9176         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
9177         module is in use.
9178         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
9179         module is not in use; since REPLACE_FSEEK worked otherwise.
9180         (GNULIB_FTELLO): Likewise for ftell.
9181         Reported by Ian Beckwith and others.
9182
9183 2009-10-27  Bruno Haible  <bruno@clisp.org>
9184
9185         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
9186         Reported by Jim Meyering.
9187
9188 2009-10-27  Jim Meyering  <jim@meyering.net>
9189             Bruno Haible  <bruno@clisp.org>
9190
9191         Avoid warning despite dropping the return value of fwrite.
9192         * lib/unicodeio.c: Include ignore-value.h.
9193         (fwrite_success_callback): Explicitly ignore fwrite's return value.
9194         * modules/unicodeio (Depends-on): Add ignore-value.
9195
9196 2009-10-26  Eric Blake  <ebb9@byu.net>
9197
9198         areadlinkat: fix fallback path
9199         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
9200         pointer and zero.
9201
9202 2009-10-22  Pádraig Brady  <P@draigBrady.com>
9203
9204         Use a better IO block size for modern systems
9205         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
9206         * lib/md2.c: Likewise.
9207         * lib/md4.c: Likewise.
9208         * lib/md5.c: Likewise.
9209         * lib/sha1.c: Likewise.
9210         * lib/sha256.c: Likewise.
9211         * lib/sha512.c: Likewise.
9212
9213 2009-10-22  Eric Blake  <ebb9@byu.net>
9214
9215         tests: avoid several compiler warnings
9216         * tests/test-getcwd.c (main): Avoid buffer underflow.
9217         * tests/test-getdate.c (main): String literals are not safe with
9218         putenv, so use setenv.  Declare unused argument.
9219         * modules/getdate-tests (Depends-on): Add setenv.
9220         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
9221         problems with string literals in char *.
9222         * tests/test-hash.c (main): Avoid shadowing declaration.
9223         (insert_new): Treat string literals as char const *.
9224         * tests/test-getopt.h (test_getopt): Likewise.
9225         (getopt_loop): Alter types to minimize casting elsewhere.
9226         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
9227         (test_getopt_long_posix): Likewise.
9228         (do_getopt_long): Add wrapper to minimize casting.
9229         * tests/test-atexit.c (clear_temp_file): Use void.
9230         * tests/test-areadlink-with-size.c (main): Declare unused
9231         arguments.
9232         * tests/test-areadlink.c (main): Likewise.
9233         * tests/test-areadlinkat-with-size.c (main): Likewise.
9234         * tests/test-areadlinkat.c (main): Likewise.
9235         * tests/test-canonicalize-lgpl.c (main): Likewise.
9236         * tests/test-canonicalize.c (main): Likewise.
9237         * tests/test-dirent-safer.c (main): Likewise.
9238         * tests/test-dirname.c (main): Likewise.
9239         * tests/test-dup2.c (main): Likewise.
9240         * tests/test-fchdir.c (main): Likewise.
9241         * tests/test-fcntl-h.c (main): Likewise.
9242         * tests/test-fcntl-safer.c (main): Likewise.
9243         * tests/test-fdopendir.c (main): Likewise.
9244         * tests/test-fdutimensat.c (main): Likewise.
9245         * tests/test-fflush.c (main): Likewise.
9246         * tests/test-filenamecat.c (main): Likewise.
9247         * tests/test-filevercmp.c (main): Likewise.
9248         * tests/test-fopen-safer.c (main): Likewise.
9249         * tests/test-fopen.c (main): Likewise.
9250         * tests/test-fpending.c (main): Likewise.
9251         * tests/test-fpurge.c (main): Likewise.
9252         * tests/test-freading.c (main): Likewise.
9253         * tests/test-fstatat.c (main): Likewise.
9254         * tests/test-fsync.c (main): Likewise.
9255         * tests/test-futimens.c (main): Likewise.
9256         * tests/test-getndelim2.c (main): Likewise.
9257         * tests/test-gettimeofday.c (main): Likewise.
9258         * tests/test-getopt.c (main): Likewise.
9259         * tests/test-i-ring.c (main): Likewise.
9260         * tests/test-inttypes.c (main): Likewise.
9261         * tests/test-link.c (main): Likewise.
9262         * tests/test-lstat.c (main): Likewise.
9263         * tests/test-math.c (main): Likewise.
9264         * tests/test-md5.c (main): Likewise.
9265         * tests/test-memchr2.c (main): Likewise.
9266         * tests/test-memrchr.c (main): Likewise.
9267         * tests/test-mkdir.c (main): Likewise.
9268         * tests/test-mkdirat.c (main): Likewise.
9269         * tests/test-mkfifoat.c (main): Likewise.
9270         * tests/test-open.c (main): Likewise.
9271         * tests/test-openat-safer.c (main): Likewise.
9272         * tests/test-openat.c (main): Likewise.
9273         * tests/test-quotearg.c (main): Likewise.
9274         * tests/test-rawmemchr.c (main): Likewise.
9275         * tests/test-readlink.c (main): Likewise.
9276         * tests/test-remove.c (main): Likewise.
9277         * tests/test-rename.c (main): Likewise.
9278         * tests/test-renameat.c (main): Likewise.
9279         * tests/test-rmdir.c (main): Likewise.
9280         * tests/test-sha1.c (main): Likewise.
9281         * tests/test-signal.c (main): Likewise.
9282         * tests/test-sigaction.c (main): Likewise.
9283         * tests/test-stat.c (main): Likewise.
9284         * tests/test-stat-time.c (main): Likewise.
9285         * tests/test-stddef.c (main): Likewise.
9286         * tests/test-stdint.c (main): Likewise.
9287         * tests/test-stdio.c (main): Likewise.
9288         * tests/test-stdlib.c (main): Likewise.
9289         * tests/test-strchrnul.c (main): Likewise.
9290         * tests/test-strerror.c (main): Likewise.
9291         * tests/test-string.c (main): Likewise.
9292         * tests/test-strtod.c (main): Likewise.
9293         * tests/test-strverscmp.c (main): Likewise.
9294         * tests/test-symlink.c (main): Likewise.
9295         * tests/test-symlinkat.c (main): Likewise.
9296         * tests/test-sys_stat.c (main): Likewise.
9297         * tests/test-sys_time.c (main): Likewise.
9298         * tests/test-time.c (main): Likewise.
9299         * tests/test-unistd.c (main): Likewise.
9300         * tests/test-unlink.c (main): Likewise.
9301         * tests/test-unlinkat.c (main): Likewise.
9302         * tests/test-utimens.c (main): Likewise.
9303         * tests/test-utimensat.c (main): Likewise.
9304         * tests/test-version-etc.c (main): Likewise.
9305         * tests/test-wchar.c (main): Likewise.
9306         * tests/test-wctype.c (main): Likewise.
9307         * tests/test-xprintf-posix.c (main): Likewise.
9308         * tests/test-posixtm.c (main): Likewise.
9309         (STREQ): Delete unused macro.
9310         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
9311         shadowed variables.
9312         * tests/test-memchr.c (main): Likewise.
9313
9314 2009-10-21  Eric Blake  <ebb9@byu.net>
9315
9316         areadlinkat: avoid failure on older glibc
9317         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9318         rather than mis-comparing 0 against FUNC_RESULT of char*.
9319
9320 2009-10-21  Bruno Haible  <bruno@clisp.org>
9321
9322         * modules/stpncpy (License): Relicense under LGPLv2+.
9323         Reported by David Lutterkort <lutter@redhat.com>.
9324
9325 2009-10-20  Eric Blake  <ebb9@byu.net>
9326
9327         utimensat: work around Solaris 9 bug
9328         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9329         has trailing slash bugs.
9330         * tests/test-lutimens.h (test_lutimens): Enhance test.
9331         * tests/test-utimens.h (test_utimens): Likewise.
9332         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9333         * doc/posix-functions/utimes.texi (utimes): Likewise.
9334         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9335         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9336         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9337         * doc/posix-functions/futimens.texi (futimens): Likewise.
9338
9339         fdutimensat: new module
9340         * modules/fdutimensat: New file.
9341         * lib/fdutimensat.c (fdutimensat): Likewise.
9342         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9343         * MODULES.html.sh (File system functions): Mention module.
9344         * modules/fdutimensat-tests: New test.
9345         * tests/test-fdutimensat.c: Likewise.
9346
9347         doc: regenerate INSTALL
9348         * doc/INSTALL: Reflect recent autoconf update.
9349         * doc/INSTALL.ISO: Likewise.
9350         * doc/INSTALL.UTF-8: Likewise.
9351
9352 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9353
9354         acl: warn if ACL support is not detected
9355         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9356
9357 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9358
9359         * lib/nproc.h: Add extern "C" block for C++.
9360
9361 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9362             Bruno Haible  <bruno@clisp.org>
9363
9364         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9365         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9366         * doc/posix-functions/isalpha.texi: Likewise.
9367         * doc/posix-functions/isblank.texi: Likewise.
9368         * doc/posix-functions/iscntrl.texi: Likewise.
9369         * doc/posix-functions/isdigit.texi: Likewise.
9370         * doc/posix-functions/isgraph.texi: Likewise.
9371         * doc/posix-functions/islower.texi: Likewise.
9372         * doc/posix-functions/isprint.texi: Likewise.
9373         * doc/posix-functions/ispunct.texi: Likewise.
9374         * doc/posix-functions/isspace.texi: Likewise.
9375         * doc/posix-functions/isupper.texi: Likewise.
9376         * doc/posix-functions/isxdigit.texi: Likewise.
9377
9378 2009-10-18  Bruno Haible  <bruno@clisp.org>
9379
9380         Tests for module 'isblank'.
9381         * modules/isblank-tests: New file.
9382         * tests/test-isblank.c: New file.
9383
9384         New module 'isblank'.
9385         * lib/isblank.c: New file.
9386         * m4/isblank.m4: New file.
9387         * modules/isblank: New file.
9388         * doc/posix-functions/isblank.texi: Mention the new module.
9389
9390 2009-10-18  Bruno Haible  <bruno@clisp.org>
9391
9392         New module 'ctype'.
9393         * lib/ctype.in.h: New file.
9394         * m4/ctype.m4: New file.
9395         * modules/ctype: New file.
9396         * doc/posix-headers/ctype.texi: Mention the new module.
9397
9398 2009-10-18  Jim Meyering  <meyering@redhat.com>
9399
9400         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9401         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9402         right after its initialization, rather than farther down.
9403         Keeping these in close proximity makes it easier to ensure
9404         that each such variable is initialized.  E.g.,
9405
9406             LIB_CLOCK_GETTIME=
9407             AC_SUBST([LIB_CLOCK_GETTIME])
9408
9409         This change also increments these serial numbers.
9410         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9411         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9412         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9413
9414 2009-10-18  Bruno Haible  <bruno@clisp.org>
9415
9416         Don't let environment variables perturb build.
9417         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9418         (gl_PREREQ_GETHRXTIME): ... not here.
9419
9420 2009-10-18  Bruno Haible  <bruno@clisp.org>
9421
9422         Avoid symlink attack in localcharset module.
9423         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9424         (O_NOFOLLOW): Define fallback.
9425         (get_charset_aliases): Don't open the file if it is a symbolic link.
9426         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9427         gl_FCNTL_H.
9428         (gl_FCNTL_H): Require it.
9429         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9430         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9431         Reported by Fergal Glynn <fglynn@veracode.com>.
9432
9433 2009-10-18  Bruno Haible  <bruno@clisp.org>
9434
9435         Implement nproc for mingw.
9436         * lib/nproc.c: Include <windows.h>
9437         (num_processors): On native Windows platforms, try GetSystemInfo.
9438
9439 2009-10-18  Bruno Haible  <bruno@clisp.org>
9440
9441         Implement nproc for IRIX.
9442         * lib/nproc.c: Include <sys/sysmp.h>.
9443         (num_processors): On IRIX systems, try sysmp.
9444         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9445
9446 2009-10-18  Bruno Haible  <bruno@clisp.org>
9447
9448         Implement nproc for HP-UX.
9449         * lib/nproc.c: Include <sys/pstat.h>
9450         (num_processors): On HP-UX systems, try pstat_getdynamic.
9451         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9452         pstat_getdynamic.
9453
9454 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9455             Bruno Haible  <bruno@clisp.org>
9456
9457         Implement nproc for NetBSD, OpenBSD.
9458         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9459         (ARRAY_SIZE): New macro.
9460         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9461         * m4/nproc.m4: New file.
9462         * modules/nproc (Files): Add m4/nproc.m4.
9463         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9464         (Makefile.am): Instead, augment lib_SOURCES.
9465
9466 2009-10-18  Bruno Haible  <bruno@clisp.org>
9467
9468         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9469         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9470         sys/param.h.
9471
9472 2009-10-16  Eric Blake  <ebb9@byu.net>
9473
9474         utimensat: new module
9475         * modules/utimensat: New file.
9476         * lib/utimensat.c (utimensat): Likewise.
9477         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9478         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9479         so we can work around Linux bugs.
9480         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9481         * modules/sys_stat (Makefile.am): Substitute them.
9482         * lib/sys_stat.in.h (utimensat): Declare it.
9483         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9484         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9485         * modules/utimensat-tests: New test.
9486         * tests/test-utimensat.c: Likewise.
9487
9488         utimens: let lutimens work on non-symlinks
9489         * lib/utimens.c (lutimens): Fall back to utimens rather than
9490         failing with ENOSYS, when file is not a symlink.
9491         (utimens): Reduce redirection.
9492         * tests/test-lutimens.h (test_lutimens): Update test to cover
9493         non-symlinks.
9494         * tests/test-utimens.h (test_utimens): Update test to cover
9495         symlinks.
9496         * tests/test-utimens.c (main): Update caller.
9497
9498         utimens: cache whether utimensat syscall works
9499         * lib/utimens.c (utimensat_works_really): New cache variable.
9500         (fdutimens, lutimens): Use it to avoid failing syscall.
9501
9502         test-stat-time, test-utimens: improve portability
9503         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9504         ext4 on alpha, and for cygwin.
9505         * tests/test-utimens-common.h: New file.
9506         (nap): Factor delays into single function.
9507         * tests/test-lutimens.h (test_lutimens): Use new header.
9508         * tests/test-futimens.h (test_futimens): Likewise.
9509         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9510         timestamps to occur from same machine, as was done previously for
9511         test_utimens.
9512         * modules/utimens-tests (Files): Ship new file.
9513         * modules/futimens-tests (Files): Likewise.
9514         Reported in part by Jim Meyering.
9515
9516         sys_stat: sort replacement declarations
9517         * lib/sys_stat.in.h: Sort declarations.
9518         * lib/futimens.c (futimens): Fix typo.
9519
9520 2009-10-15  Jim Meyering  <meyering@redhat.com>
9521
9522         don't let environment settings perturb build
9523         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9524         could cause a configure-time and/or build-time malfunction.
9525         Typically, a configure-time function-in-library test is performed
9526         via code like this:
9527
9528           LIB_VAR=
9529           AC_SUBST([LIB_VAR])
9530           prefix_saved_LIBS=$LIBS
9531             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9532                        [test "$ac_cv_search_FUNC" = "none required" ||
9533                         LIB_VAR=$ac_cv_search_FUNC])
9534           LIBS=$prefix_saved_LIBS
9535
9536         However, in each of the files affected by this change, the LIB_VAR=
9537         initialization was omitted.  Thus, when set in the environment, its
9538         value would propagate into generated Makefiles when FUNC is not found
9539         in LIB_NAME.
9540         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9541         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9542         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9543
9544 2009-10-14  Eric Blake  <ebb9@byu.net>
9545
9546         fchdir: avoid infinite recursion in mingw
9547         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9548         recursing.
9549
9550         test-stat-time: port to mingw
9551         * tests/test-stat-time.c (force_unlink): Return a value.
9552         (test_ctime) [W32]: Fix compilation error.
9553         (nap): Don't call usleep with too large an argument.  Use
9554         force_unlink.
9555         * doc/pastposix-functions/usleep.texi (usleep): Document the
9556         portability issue.
9557
9558 2009-10-13  Jim Meyering  <meyering@redhat.com>
9559
9560         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9561         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9562         * modules/pipe-filter-ii: Likewise.
9563         * modules/sys_socket-tests: Likewise.
9564         * modules/tsearch-tests: Likewise.
9565         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9566         (check): Depend on it.
9567
9568 2009-10-12  Eric Blake  <ebb9@byu.net>
9569
9570         utimens-tests: port to NFS file systems
9571         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9572         comparisons to avoid spurious failures from timestamp drift
9573         between NFS machines.
9574
9575 2009-10-12  Eric Blake  <ebb9@byu.net>
9576
9577         stat-time-tests: minor cleanups
9578         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9579         * tests/test-stat-time.c (nap): Separate assignment from call.
9580         Suggested by Paolo Bonzini and Bruno Haible.
9581
9582         sys_stat: guarantee struct timespec
9583         * lib/sys_stat.in.h (includes): Always include <time.h>
9584         * modules/sys_stat (Depends-on): Add time.
9585         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9586         mode_t permission values.
9587         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9588         get at subsecond timestamps.
9589
9590 2009-10-10  Eric Blake  <ebb9@byu.net>
9591
9592         futimens: new module
9593         * modules/futimens: New file.
9594         * lib/futimens.c (futimens): Likewise.
9595         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9596         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9597         we can work around Linux bugs.
9598         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9599         * modules/sys_stat (Makefile.am): Substitute them.
9600         * lib/sys_stat.in.h (futimens): Declare it.
9601         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9602         * doc/posix-functions/futimens.texi (futimens): Likewise.
9603         * modules/futimens-tests: New test.
9604         * tests/test-futimens.c: Likewise.
9605
9606         utimens: introduce fdutimens
9607         * lib/utimens.h (fdutimens): New prototype.
9608         * lib/utimens.c (gl_futimens): Move guts...
9609         (fdutimens): ...to new interface.
9610         * tests/test-utimens.c (do_fdutimens): Use it.
9611
9612         utimens: add UTIME_NOW and UTIME_OMIT support
9613         * lib/utimens.c (validate_timespec, update_timespec): New helper
9614         functions.
9615         (gl_futimens, lutimens): Use them.
9616         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9617         stdbool, sys_stat.
9618         (Link): Mention resulting library dependency.
9619         * modules/utimecmp (Link): Likewise.
9620         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9621         (Makefile.am): Pick up library dependency.
9622         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9623         definition.
9624         * tests/test-sys_stat.c: Test the definitions.
9625         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9626         * NEWS: Document library dependency.
9627
9628         utimecmp: support symlink timestamps
9629         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9630         hashing when possible.  Use pathconf when available.
9631         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9632         * modules/utimecmp (Depends-on): Add lstat.
9633
9634         utimens: add lutimens interface
9635         * lib/utimens.c (lutimens): New function.
9636         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9637         * lib/utimens.h (lutimens): Declare new interface.
9638         * tests/test-utimens.c (main): Enhance test.
9639         * tests/test-lutimens.h (test_lutimens): New file.
9640         * modules/utimens-tests (Files): Distribute it.
9641         (Depends-on): Add symlink.
9642         (configure.ac): Check for usleep.
9643
9644         utimens: validate futimens usage
9645         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9646         fewer syscalls on failure later on.  Avoid compiler warning on
9647         mingw.
9648         * modules/utimens (Depends-on): Add dup2.
9649
9650         utimens: add test
9651         * modules/utimens-tests: New test.
9652         * tests/test-utimens.h: New file.
9653         * tests/test-futimens.h: Likewise.
9654         * tests/test-utimens.c: Likewise.
9655
9656         doc: mention timestamp portability issues
9657         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9658         instead.
9659         * doc/posix-functions/utime.texi (utime): Likewise.
9660         * doc/posix-functions/utimes.texi (utimes): Likewise.
9661         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9662         instead.
9663         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9664         module.
9665         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9666         Mention weakness with symlink timestamps.
9667         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9668         to utimensat/futimens instead.
9669         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9670
9671         test-dup2: enhance test
9672         * tests/test-dup2.c (main): Also check AT_FDCWD.
9673
9674         test-stat-time: avoid more spurious failures
9675         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9676         xfs; and avoid race if the two timestamps cross quantization edge.
9677
9678         relocatable: prefer 'file system' over 'filesystem'
9679         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9680         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9681         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9682         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9683         * lib/relocatable.c (compute_curr_prefix): Likewise.
9684
9685 2009-10-10  Jim Meyering  <meyering@redhat.com>
9686
9687         stat-time-tests: check for the usleep function
9688         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9689
9690 2009-10-10  Bruno Haible  <bruno@clisp.org>
9691
9692         * modules/xnanosleep: Put the Link section after the Include section.
9693
9694 2009-10-09  Eric Blake  <ebb9@byu.net>
9695
9696         dup2: work around FreeBSD 6.1 bug
9697         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9698         * doc/posix-functions/dup2.texi (dup2): Document it.
9699         Reported by Nelson H. F. Beebe and Jim Meyering.
9700
9701         test-stat-time: port to buggy NFS clients
9702         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9703         (test_ctime): Also skip test if mtime and ctime are skewed.
9704
9705         maint: prefer 'file system' over 'filesystem'
9706         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9707         * doc/posix-functions/lstat.texi (lstat): Likewise.
9708         * lib/file-has-acl.c (file_has_acl): Likewise.
9709         * lib/fwriteerror.c [TEST]: Likewise.
9710         * tests/test-areadlink.h (test_areadlink): Likewise.
9711         * tests/test-areadlinkat-with-size.c (main): Likewise.
9712         * tests/test-areadlinkat.c (main): Likewise.
9713         * tests/test-canonicalize-lgpl.c (main): Likewise.
9714         * tests/test-canonicalize.c (main): Likewise.
9715         * tests/test-fstatat.c (main): Likewise.
9716         * tests/test-linkat.c (main): Likewise.
9717         * tests/test-lstat.h (test_lstat_func): Likewise.
9718         * tests/test-mkdir.h (test_mkdir): Likewise.
9719         * tests/test-readlink.h (test_readlink): Likewise.
9720         * tests/test-remove.c (main): Likewise.
9721         * tests/test-rename.h (test_rename): Likewise.
9722         * tests/test-renameat.c (main): Likewise.
9723         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9724         * tests/test-symlink.h (test_symlink): Likewise.
9725         * tests/test-symlinkat.c (main): Likewise.
9726         * tests/test-unlink.h (test_unlink_func): Likewise.
9727         * tests/test-unlinkat.c (main): Likewise.
9728
9729         maint: make realtime library usage explicit
9730         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9731         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9732         * modules/settime (Link): Likewise.
9733         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9734
9735         test-stat-time: speed up execution
9736         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9737         warning on mingw.
9738         (nap): New helper function.
9739         (prepare_test): Use it to reduce sleep time.
9740         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9741         execution.
9742         * modules/stat-time-tests (configure.ac): Check for usleep.
9743
9744 2009-10-09  Jim Meyering  <meyering@redhat.com>
9745
9746         selinux-h: always use getfilecon wrappers
9747         * lib/getfilecon.c: New file.
9748         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9749         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9750         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9751         (fgetfilecon): Provide a stub.
9752         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9753         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9754         file unconditionally.
9755         When <selinux/selinux.h> is found, arrange to use wrappers.
9756         * modules/selinux-h (Files): Add getfilecon.c.
9757         (Makefile.am): Substitute include-next-related bits
9758         into the now-always-generated selinux/selinux.h file.
9759         * doc/glibc-functions/lgetfilecon.texi: New file.
9760         * doc/glibc-functions/fgetfilecon.texi: New file.
9761         * doc/glibc-functions/getfilecon.texi: New file.
9762         * doc/glibc-functions/getfilecon-desc.texi: New file.
9763         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9764         which to pull in the new files.
9765         * MODULES.html.sh (Misc): Add selinux-h.
9766
9767 2009-10-08  Jim Meyering  <meyering@redhat.com>
9768
9769         unistd: fix comment typo
9770         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9771
9772 2009-10-08  Eric Blake  <ebb9@byu.net>
9773
9774         areadlink: use SIZE_MAX consistently
9775         * modules/areadlink (Depends-on): Add stdint.
9776         * modules/areadlink-with-size (Depends-on): Likewise.
9777         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9778         gives NULL; drop sys/types, since unistd gives size_t; and add
9779         stdint for SIZE_MAX.
9780         (SIZE_MAX): Rely on headers.
9781         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9782         and add stdint.
9783         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9784         (SIZE_MAX): Likewise.
9785         (INITIAL_BUF_SIZE): Turn into enum.
9786         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9787
9788 2009-10-08  Jim Meyering  <meyering@redhat.com>
9789
9790         areadlinkat: avoid compilation failure
9791         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9792         Fix typo in comment.
9793
9794 2009-10-07  Eric Blake  <ebb9@byu.net>
9795
9796         areadlinkat-with-size: new module
9797         * modules/areadlinkat-with-size: New module.
9798         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9799         * lib/areadlink.h (areadlinkat): Declare it.
9800         * MODULES.html.sh (File system functions): Mention it.
9801         * modules/areadlinkat-with-size-tests: New test.
9802         * tests/test-areadlinkat-with-size.c: New file.
9803
9804         xreadlinkat: new module
9805         * modules/xreadlinkat: New module.
9806         * lib/xreadlinkat.c (xreadlinkat): New file.
9807         * lib/xreadlink.h (xreadlinkat): Declare it.
9808         * MODULES.html.sh (File system functions): Mention it.
9809
9810         areadlinkat: new module
9811         * lib/at-func.c (FUNC_FAIL): New define.
9812         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9813         * modules/areadlinkat: New module.
9814         * lib/linkat.c (areadlinkat): Move...
9815         * lib/areadlinkat.c (areadlinkat): ...to new file.
9816         * lib/areadlink.h (areadlinkat): Declare it.
9817         * modules/linkat (Depends-on): Add areadlinkat.
9818         * MODULES.html.sh (File system functions): Mention it.
9819         * modules/areadlinkat-tests: New test.
9820         * tests/test-areadlinkat.c: New file.
9821
9822         areadlink, areadlink-with-size: add tests
9823         * modules/areadlink-tests: New test.
9824         * modules/areadlink-with-size-tests: Likewise.
9825         * tests/test-areadlink.h: New file.
9826         * tests/test-areadlink.c: Likewise.
9827         * tests/test-areadlink-with-size.c: Likewise.
9828
9829         maint: minor cleanups
9830         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9831         _UNUSED_PARAMETER_ instead.
9832         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9833         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9834         * modules/linkat-tests (Files): Distribute test-link.h.
9835
9836         openat, utimens: whitespace cleanup
9837         * lib/openat.c: Prefer space throughout, rather than mix of 8
9838         spaces vs. tabs.
9839         * lib/at-func.c: Likewise.
9840         * lib/utimens.c: Likewise.
9841
9842         openat: avoid using wrong fd
9843         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9844         working directory chooses same fd.
9845         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9846
9847         mkdir, mkdirat: fix cygwin 1.5.x bug
9848         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9849         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9850         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9851         bug.
9852         (gl_PREREQ_MKDIR): Delete unused macro.
9853         * modules/mkdir (Files): Track file rename.
9854         (configure.ac): Update macro name.
9855         * modules/openat (Depends-on): Add mkdir.
9856         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9857
9858         mkdir, mkdirat: add tests
9859         * modules/mkdir-tests: New test.
9860         * tests/test-mkdir.h: New file.
9861         * tests/test-mkdir.c: Likewise.
9862         * tests/test-mkdirat.c: Likewise.
9863         * modules/openat-tests (Files): Add new files.
9864         (Makefile.am): Run new test.
9865
9866 2009-10-06  Eric Blake  <ebb9@byu.net>
9867
9868         doc: tweak *at function documentation
9869         * doc/posix-functions/faccessat.texi (faccessat): Mention
9870         known issue with replacement.
9871         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9872         * doc/posix-functions/linkat.texi (linkat): Likewise.
9873         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9874         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9875         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9876         * doc/posix-functions/renameat.texi (renameat): Likewise.
9877         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9878
9879         openat: fix GNU/Hurd bug in unlinkat
9880         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9881         broken.
9882         * doc/posix-functions/unlink.texi (unlink): Document this.
9883         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9884
9885         fdopendir: fix GNU/Hurd bug
9886         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9887         allowing non-directory fds.
9888         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9889         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9890         * modules/dirent (Makefile.am): Substitute it.
9891         * lib/dirent.in.h (fdopendir): Declare replacement.
9892         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9893         * tests/test-fdopendir.c (main): Test something other than
9894         /dev/null, since on Hurd that behaves like a directory.
9895
9896         test-symlink: port to GNU/Hurd
9897         * tests/test-symlink.h (test_symlink): Relax expected errno.
9898
9899         doc: tweak more cygwin information
9900         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9901         now compatible with glibc.
9902         * doc/posix-functions/getopt.texi (getopt): Likewise.
9903
9904         getopt-gnu: add another test
9905         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9906         guarantee behavior relied on by m4.
9907         * tests/test-getopt.c (main): Use it.
9908         * modules/getopt-posix-tests (Depends-on): Add setenv.
9909         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9910
9911         getopt: fix compilation on darwin
9912         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9913         include.
9914         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9915         Reported by Ludovic Courtès.
9916
9917 2009-10-06  Bruno Haible  <bruno@clisp.org>
9918
9919         * modules/size_max (Description): Discourage its use.
9920         Reported by Simon Josefsson.
9921
9922 2009-10-06  Jim Meyering  <meyering@redhat.com>
9923
9924         linkat: avoid compilation failure
9925         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9926
9927 2009-10-05  Eric Blake  <ebb9@byu.net>
9928
9929         linkat: support Linux 2.6.17
9930         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9931         linkat on Linux, but allow cache variable override.
9932         * lib/linkat.c (rpl_linkat): Define override.
9933         * modules/linkat (Depends-on): Add symlinkat.
9934         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9935         * modules/unistd (Makefile.am): Substitute it.
9936         * lib/unistd.in.h (linkat): Declare replacement.
9937         Reported by Pádraig Brady.
9938
9939         quotearg: port test to systems with C.UTF-8 locale
9940         * tests/test-quotearg.c (struct result_strings): Add another
9941         member, differentiating between C.ASCII and C.UTF-8 handling.
9942         (compare_strings): Add parameter.
9943         (main): Adjust all callers.
9944
9945         getopt: avoid clash with FreeBSD _getopt_internal
9946         * lib/getopt.in.h (_getopt_internal): Override the name.
9947         * lib/getopt_int.h (includes): Pick up any overrides.
9948         Reported by Reuben Thomas.
9949
9950         hash: allow C89 compilation
9951         * lib/hash.c (check_tuning): Move declaration before statement.
9952         Reported by Reuben Thomas.
9953
9954 2009-10-05  Karl Berry  <karl@gnu.org>
9955
9956         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9957
9958 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9959             Bruno Haible  <bruno@clisp.org>
9960
9961         * lib/uname.c (uname): Use a table-driven algorithm to compute
9962         Windows NT versions.
9963
9964 2009-10-04  Bruno Haible  <bruno@clisp.org>
9965
9966         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9967         program_invocation_short_name.
9968         * modules/progname (configure.ac): Test for presence of
9969         program_invocation_short_name.
9970         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9971
9972 2009-10-04  Bruno Haible  <bruno@clisp.org>
9973
9974         * lib/progname.c (set_program_name): Fix comment.
9975         Reported by Jim Meyering.
9976
9977 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9978             Bruno Haible  <bruno@clisp.org>
9979
9980         * lib/uname.c: Include <string.h>.
9981         (uname): Do only one call to GetVersionEx in the common case.
9982
9983 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9984             Bruno Haible  <bruno@clisp.org>
9985
9986         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9987         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9988         (uname): Add support for Windows CE and various non-x86 CPU types.
9989
9990 2009-10-03  Bruno Haible  <bruno@clisp.org>
9991
9992         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9993         invocation to tests/configure.ac.
9994         Reported by Ian Beckwith <ianb@erislabs.net>.
9995
9996 2009-10-02  Eric Blake  <ebb9@byu.net>
9997
9998         fchdir: avoid compiler warning
9999         * lib/fchdir.c (canonicalize_file_name)
10000         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
10001
10002         test-open: support mingw errno values
10003         * tests/test-open.h (test_open): Relax test.
10004         * tests/test-fopen.h (test_fopen): Likewise.
10005         * tests/test-openat-safer.c (main): Likewise.
10006
10007         open: fix opening directory on mingw
10008         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
10009
10010         test-open: on GNU/Hurd, /dev/null is a directory
10011         * tests/test-fopen.h (main): Rename...
10012         (test_fopen): ...to this.  Use a guaranteed non-directory when
10013         confirming open behavior on trailing slash.
10014         * tests/test-openat-safer.c (main): Likewise.
10015         * tests/test-open.h (main): Likewise....
10016         (test_open): ...to this.
10017         * tests/test-fopen.c (main): Adjust caller.
10018         * tests/test-fopen-safer.c (main): Likewise.
10019         * tests/test-open.c (main): Likewise.
10020         * tests/test-fcntl-safer.c (main): Likewise.
10021         Reported by Samuel Thibault.
10022
10023         rename, fchdir: don't ignore chdir failure
10024         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
10025         * lib/rename.c (rpl_rename) [W32]: Likewise.
10026         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
10027         an empty destination directory if source cannot be renamed,
10028         although there is still possibility for failure.
10029         * doc/posix-functions/rename.texi (rename): Document the race.
10030         Reported by Jim Meyering.
10031
10032         maint: cleanup whitespace in recent commits
10033         * lib/rename.c (rpl_rename): Remove tabs.
10034         * tests/test-link.h (test_link): Likewise.
10035         * lib/fchdir.c (get_name): Likewise.
10036         Reported by Jim Meyering.
10037
10038 2009-10-02  Ben Pfaff  <blp@gnu.org>
10039
10040         relocatable-prog-wrapper: Add missing dependency on
10041         double-slash-root.
10042         * modules/relocatable-prog-wrapper: Add dependency.
10043         Reported by Ian Beckwith <ianb@erislabs.net>.
10044
10045 2009-10-02  Eric Blake  <ebb9@byu.net>
10046
10047         renameat: fix Solaris bugs
10048         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
10049         needed fixing.
10050         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
10051         * modules/stdio (Makefile.am): Substitute it.
10052         * lib/stdio.in.h (renameat): Declare replacement.
10053         * lib/renameat.c (rpl_renameat): Implement fix.
10054
10055         renameat: new module
10056         * modules/renameat: New file.
10057         * lib/renameat.c (renameat): Likewise.
10058         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
10059         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10060         * modules/stdio (Makefile.am): Substitute them.
10061         * lib/stdio.in.h (renameat): Declare it.
10062         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10063         * doc/posix-functions/renameat.texi (renameat): Likewise.
10064         * modules/renameat-tests: New test.
10065         * tests/test-renameat.c: Likewise.
10066
10067         rename: fix mingw bugs
10068         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
10069         directory overwrite bugs.
10070
10071         rename: fix another cygwin 1.5 bug
10072         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
10073         checks.
10074         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
10075         unnecessary cygwin workarounds.  Also work around bug with moving
10076         full directory onto an empty one.
10077         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
10078
10079         rename-dest-slash: merge into rename module
10080         * modules/rename-dest-slash (Status): Mark obsolete.
10081         (Depends-on): Add rename.
10082         (Files): Let rename do it all.
10083         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
10084         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
10085         * m4/rename-dest-slash.m4: ...so this file can be deleted.
10086         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
10087         * lib/rename.c (rpl_rename): Update comments.
10088
10089         rename: fix cygwin 1.5.x bugs
10090         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
10091         * lib/rename.c (rpl_rename): Work around them.
10092         * modules/rename (Depends-on): Add same-inode.
10093
10094         rename: fix Solaris 10 bug
10095         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10096         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
10097         was the only bug.
10098
10099         rename: fix Solaris 9 bug
10100         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
10101         on non-directory.  Avoid calling exit.
10102         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
10103         strdup.
10104         * modules/rename-tests (Depends-on): Drop lstat.
10105         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10106         (gl_PREREQ_RENAME): Delete unused macro.
10107
10108         rename-dest-slash: fix NetBSD bug
10109         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
10110         links.
10111         * modules/rename-dest-slash (Depends-on): Add same-inode.
10112
10113         rename-tests: new test, exposes several platform bugs
10114         * modules/rename-tests: New file.
10115         * tests/test-rename.h: Likewise.
10116         * tests/test-rename.c: Likewise.
10117         * doc/posix-functions/rename.texi (rename): Improve documentation,
10118         including bugs that will eventually be fixed in gnulib.
10119
10120 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
10121
10122         * lib/uname.c: Include <stdlib.h>
10123         (uname): Assume version info is available.
10124
10125 2009-10-02  Jim Meyering  <meyering@redhat.com>
10126
10127         gnu-web-doc-update: correct --help output
10128         * build-aux/gnu-web-doc-update: Make --help output relevant.
10129
10130         gnu-web-doc-update: add standard options
10131         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
10132
10133         gnu-web-doc-update: New module.
10134         Use this script to automatically update the on-line web documentation
10135         for your GNU project at http://www.gnu.org/software/$pkg/manual/
10136         * modules/gnu-web-doc-update: New file, from coreutils.
10137         * build-aux/gnu-web-doc-update: New script.
10138
10139 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
10140
10141         link: LoadLibrary is not needed.
10142         * lib/link.c: Use GetModuleHandle.
10143
10144 2009-10-01  Eric Blake  <ebb9@byu.net>
10145
10146         getopt: bump serial number
10147         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
10148         change.
10149
10150         tests: tighten link, rmdir, and remove tests
10151         * tests/test-link.h (includes): No need to use <config.h> here.
10152         Clean up if directory hard link was created, otherwise test for
10153         trailing '.'.
10154         * tests/test-linkat.c (main): Simplify.
10155         * tests/test-remove.c (main): Enhance test for trailing '.'.
10156         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10157
10158 2009-10-01  Jim Meyering  <meyering@redhat.com>
10159
10160         maint.mk: requiring "make major" was annoying, for a "minor" release.
10161         What is intended is "stable", to contrast with alpha and beta,
10162         so require "make stable", not "make major".
10163         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
10164         (get_tool_versions): Likewise.
10165         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
10166
10167 2009-09-30  Ben Pfaff  <blp@gnu.org>
10168
10169         Fix broken build of replacement for Windows tmpfile().
10170         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
10171         flags argument added along with the 'mkostemp' module.
10172
10173 2009-09-28  Bruno Haible  <bruno@clisp.org>
10174
10175         Avoid identifier clash with POSIX function 'remove' defined as a macro.
10176         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
10177         to 'remove_elt'.
10178         (gl_list_remove): Update.
10179         * lib/gl_list.c (gl_list_remove): Update.
10180         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
10181         to 'remove_elt'.
10182         (gl_oset_remove): Update.
10183         * lib/gl_list.c (gl_oset_remove): Update.
10184         Reported by Eric Blake.
10185
10186 2009-09-28  Eric Blake  <ebb9@byu.net>
10187
10188         doc: mention yet more cygwin 1.7 status
10189         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
10190         cygwin.
10191         * doc/glibc-functions/execvpe.texi (execvpe): New file.
10192         * doc/gnulib.texi (Glibc unistd.h): Mention it.
10193
10194         argp: fix test failure
10195         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
10196         that are not upper-case.  Pass correct range to tolower.
10197
10198 2009-09-27  Jim Meyering  <meyering@redhat.com>
10199
10200         test-yesno: work around sparc-dash here-document infelicity
10201         Without this change, the literal \177 byte in a here document
10202         would make dash 0.5.5.1-3 access uninitialized memory.
10203         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
10204         Instead, use a marker, "@", and filter through tr to create the desired
10205         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
10206
10207 2009-09-27  Bruno Haible  <bruno@clisp.org>
10208
10209         Disable untested support for new flavours of ACLs on AIX.
10210         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
10211         progress.
10212         * lib/set-mode-acl.c (qset_acl): Likewise.
10213
10214 2008-12-07  Bruno Haible  <bruno@clisp.org>
10215
10216         Add support for new flavours of ACLs on AIX. (Untested.)
10217         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
10218         (file_has_acl): Add support for newer AIX.
10219         * lib/set-mode-acl.c (qset_acl): Likewise.
10220         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
10221         Rainer Tammer <tammer@tammer.net>.
10222
10223 2009-09-26  Eric Blake  <ebb9@byu.net>
10224
10225         argp: fix compilation of getopt
10226         * lib/getopt.in.h (includes): Use different guard than glibc.
10227         Reported by Sergey Poznyakoff.
10228
10229         doc: mention more cygwin 1.7 status
10230         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
10231         bug.
10232         * doc/posix-functions/execl.texi (execl): Likewise.
10233         * doc/posix-functions/execle.texi (execle): Likewise.
10234         * doc/posix-functions/execlp.texi (execlp): Likewise.
10235         * doc/posix-functions/execv.texi (execv): Likewise.
10236         * doc/posix-functions/execve.texi (execve): Likewise.
10237         * doc/posix-functions/execvp.texi (execvp): Likewise.
10238         * doc/glibc-functions/canonicalize_file_name.texi
10239         (canonicalize_file_name): Cygwin 1.7 now provides this.
10240         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10241         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10242         on AT_SYMLINK_NOFOLLOW.
10243
10244 2009-09-24  Eric Blake  <ebb9@byu.net>
10245
10246         test-linkat: make test more robust
10247         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10248
10249         getopt: fix inclusion guards for cygwin
10250         * modules/getopt-posix (Depends-on): Add include-next.
10251         (Makefile.am): Substitute more items in replacement header.
10252         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10253         <getopt.h>.
10254         * lib/getopt.in.h (includes): Use split inclusion guard, and
10255         prefer <getopt.h> over include <unistd.h> when one is present.
10256         (option): Also override name of 'struct option'.
10257
10258         same-inode: revert prior change; it is not yet ready
10259         * NEWS: Undo mention of this change.
10260         * lib/same-inode.h (same-inode.h): Undo tri-state change.
10261         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10262         * lib/cycle-check.c (cycle_check): Likewise.
10263         * lib/same.c (same_name): Likewise.
10264         * lib/at-func2.c (at_func2): Likewise.
10265
10266 2009-09-23  Eric Blake  <ebb9@byu.net>
10267
10268         linkat: new module
10269         * modules/linkat: New file.
10270         * lib/at-func2.c (at_func2): Likewise.
10271         * lib/linkat.c (linkat): Likewise.
10272         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
10273         * lib/openat-priv.h (at_func2): Add declaration.
10274         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10275         * modules/unistd (Makefile.am): Substitute them.
10276         * lib/unistd.in.h (linkat): Declare it.
10277         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10278         * doc/posix-functions/linkat.texi (linkat): Likewise.
10279         * doc/posix-functions/link.texi (link): Tweak wording.
10280         * tests/test-link.c (main): Move guts...
10281         * tests/test-link.h (test_link): ...into new file.
10282         * modules/linkat-tests: New test.
10283         * tests/test-linkat.c: Likewise.
10284         * modules/link-tests (Files): Ship new file.
10285         (Depends-on): Add stdbool.
10286
10287         dirname: add library-safe mdir_name
10288         * lib/dirname.h (mdir_name): New prototype.
10289         * lib/dirname.c (dir_name): Move guts...
10290         (mdir_name): ...to new function that avoids xalloc_die.
10291
10292         fchdir: another mingw fix
10293         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
10294         * lib/fchdir.c (get_name): New helper method; skips canonicalize
10295         on mingw (where it has not yet been ported), and make it optional
10296         elsewhere.
10297         (_gl_register_fd): Use it.
10298
10299         same-inode: make SAME_INODE tri-state, to port to mingw
10300         * NEWS: Mention this change.
10301         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
10302         st_ino always being 0.
10303         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10304         * lib/cycle-check.c (cycle_check): Likewise.
10305         * lib/same.c (same_name): Likewise.
10306
10307         lstat: avoid mingw compilation error
10308         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10309         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10310         lstat ourselves.
10311         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10312         was adequate.
10313         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10314         the checks for lstat.
10315         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10316
10317         link: fix test failure on Solaris 9
10318         * lib/link.c (rpl_link): Don't assume link will catch bogus
10319         trailing slash on source.
10320
10321         test-symlinkat: enhance test
10322         * tests/test-readlink.c (main): Move guts...
10323         * tests/test-readlink.h (test_readlink): ...into new file.
10324         * tests/test-symlink.c (main): Move guts...
10325         * tests/test-symlink.h (test_symlink): ...into new file.
10326         * tests/test-symlinkat.c (main): Use new files for further
10327         coverage.
10328         (do_symlink, do_readlink): New helper functions.
10329         * modules/symlink-tests (Files): Ship new file.
10330         (Depends-on): Add stdbool.
10331         * modules/readlink-tests (Files): Ship new file.
10332         (Depends-on): Add stdbool.
10333         * modules/symlinkat-tests (Files): Use new files.
10334
10335 2009-09-23  Eric Blake  <ebb9@byu.net>
10336
10337         readlink: document portability issue with symlink length
10338         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10339         systems have bogus st_size on symlinks, and mention the
10340         areadlink-with-size module.
10341         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10342         * doc/posix-functions/readlink.texi (readlink): Mention the
10343         areadlink module, and ERANGE failure.
10344         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10345         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10346
10347         readlink: fix Solaris 9 bug with trailing slash
10348         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10349         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10350         * doc/posix-functions/readlink.texi (readlink): Document this.
10351         * modules/readlink-tests: New test.
10352         * tests/test-readlink.c: Likewise.
10353
10354         readlink: fix cygwin 1.5.x bug with return type
10355         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10356         * lib/unistd.in.h (readlink): Use ssize_t.
10357         * lib/readlink.c (readlink): Likewise.
10358         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10359         * modules/unistd (Makefile.am): Substitute it.
10360         * lib/unistd.in.h (readlink): Declare replacement.
10361         * doc/posix-functions/readlink.texi (readlink): Document this.
10362
10363         symlink: use throughout gnulib
10364         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10365         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10366         symlink is not used.
10367         * modules/symlinkat (Depends-on): Add symlink.
10368         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10369         * modules/canonicalize-tests (Depends-on): Likewise.
10370         * modules/lstat-tests (Depends-on): Likewise.
10371         * modules/openat-tests (Depends-on): Likewise.
10372         * modules/remove-tests (Depends-on): Likewise.
10373         * modules/rmdir-tests (Depends-on): Likewise.
10374         * modules/unlink-tests (Depends-on): Likewise.
10375         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10376         * tests/test-canonicalize.c (symlink): Likewise.
10377         * tests/test-fstatat.c (symlink): Likewise.
10378         * tests/test-lstat.c (symlink): Likewise.
10379         * tests/test-remove.c (symlink): Likewise.
10380         * tests/test-rmdir.c (symlink): Likewise.
10381         * tests/test-unlink.c (symlink): Likewise.
10382         * tests/test-unlinkat.c (symlink): Likewise.
10383
10384         symlink: new module, for Solaris 9 bug
10385         * modules/symlink: New file.
10386         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10387         * lib/symlink.c: Likewise.
10388         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10389         * modules/unistd (Makefile.am): Substitute them.
10390         * lib/unistd.in.h (symlink): Declare replacement.
10391         * MODULES.html.sh (File system functions): Mention it.
10392         * doc/posix-functions/symlink.texi (symlink): Likewise.
10393         * modules/symlink-tests: New test.
10394         * tests/test-symlink.c: Likewise.
10395
10396 2009-09-23  Bruno Haible  <bruno@clisp.org>
10397
10398         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10399         when needed.
10400         Test case: gnulib-tool --import --with-tests atexit inttypes.
10401         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10402
10403 2009-09-23  Bruno Haible  <bruno@clisp.org>
10404
10405         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10406         subcommand, not in a subshell.
10407
10408 2009-09-22  Eric Blake  <ebb9@byu.net>
10409
10410         unistd: sort replacement declarations
10411         * lib/unistd.in.h: Sort declarations.
10412
10413         open, openat: minor optimization
10414         * lib/open.c (open): If open succeeded, len is non-zero.
10415         * lib/openat.c (rpl_openat): Likewise.
10416
10417         link-follow: ensure correct result
10418         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10419         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10420         distinguish between possible failures.
10421
10422 2009-09-21  Eric Blake  <ebb9@byu.net>
10423
10424         fts: avoid compiler warning
10425         * lib/fts.c (dirent_inode_sort_may_be_useful)
10426         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10427
10428 2009-09-19  Bruno Haible  <bruno@clisp.org>
10429
10430         * lib/progreloc.c (canonicalize_file_name): New declaration.
10431
10432 2009-09-19  Eric Blake  <ebb9@byu.net>
10433
10434         link: fix quoting
10435         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10436
10437         openat: fix openat bugs on Solaris 9
10438         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10439         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10440         * modules/openat (Depends-on): Add open.
10441         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10442         * modules/fcntl-h (Makefile.am): Substitute it.
10443         * lib/fcntl.in.h (openat): Declare replacement.
10444         * doc/posix-functions/openat.texi (openat): Document this.
10445
10446         openat: move fstatat and unlinkat into correct files
10447         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10448         compiled.
10449         * lib/openat.c (fstatat, unlinkat): Move...
10450         * lib/fstatat.c (fstatat): ...into correct files.
10451         * lib/unlinkat.c (unlinkat): Likewise.
10452
10453         openat: fix unlinkat bugs on Solaris 9
10454         * lib/unlinkat.c (unlinkat): New file.
10455         * modules/openat (Depends-on): Add unlink.
10456         (Files): Distribute it.
10457         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10458         trailing slash behavior is broken.
10459         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10460         * modules/unistd (Makefile.am): Substitute it.
10461         * lib/unistd.in.h (unlinkat): Declare replacement.
10462         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10463
10464         openat: fix fstatat bugs on Solaris 9
10465         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10466         stat.
10467         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10468
10469         test-unlinkat: enhance test, to expose Solaris 9 bug
10470         * tests/test-unlink.c (main): Factor guts...
10471         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10472         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10473         * tests/test-rmdir.c (main): Adjust caller.
10474         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10475         (unlinker): New helper function.
10476         (rmdirat): Enhance check.
10477         * modules/rmdir-tests (Depends-on): Add stdbool.
10478         * modules/unlink-tests (Depends-on): Likewise.
10479         (Files): Add test-unlink.h.
10480         * modules/openat-tests (Files): Likewise.
10481         (Depends-on): Add unlinkdir.
10482
10483         test-fstatat: new test, to expose Solaris 9 bugs
10484         * tests/test-stat.c (main): Factor guts...
10485         * tests/test-stat.h (test_stat_func): ...into new file.
10486         * tests/test-lstat.c (main): Factor guts...
10487         * tests/test-lstat.h (test_lstat_func): ...into new file.
10488         * tests/test-fstatat.c: New file.
10489         * modules/stat-tests (Files): Add test-stat.h.
10490         * modules/lstat-tests (Files): Add test-lstat.h.
10491         (Depends-on): Add stdbool.
10492         * modules/openat-tests (Depends-on): Add pathmax.
10493         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10494         (Makefile.am): Run new test.
10495
10496         remove: new module, for mingw and Solaris 9 bugs
10497         * modules/remove: New file.
10498         * lib/remove.c: Likewise.
10499         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10500         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10501         * modules/stdio (Makefile.am): Use them.
10502         * lib/stdio.in.h (remove): Declare replacement.
10503         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10504         * doc/posix-functions/remove.texi (remove): Likewise.
10505         * modules/remove-tests: New test.
10506         * tests/test-remove.c: Likewise.
10507
10508         unlink: new module, for Solaris 9 bug
10509         * modules/unlink: New file.
10510         * lib/unlink.c: Likewise.
10511         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10512         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10513         * modules/unistd (Makefile.am): Use them.
10514         * lib/unistd.in.h (stat): Declare replacement.
10515         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10516         * doc/posix-functions/unlink.texi (unlink): Likewise.
10517         * modules/unlink-tests: New test.
10518         * tests/test-unlink.c: Likewise.
10519
10520         lstat: fix Solaris 9 bug
10521         * lib/lstat.c (lstat): Also check for trailing slash on
10522         non-symlink, non-directories.  Use stat module to simplify logic.
10523         * doc/posix-functions/lstat.texi (lstat): Document it.
10524         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10525         (configure.ac): Check for symlink.
10526         * tests/test-lstat.c (main): Add more tests.
10527
10528         stat: add as dependency to other modules
10529         * modules/chown (Depends-on): Add stat.
10530         * modules/euidaccess (Depends-on): Likewise.
10531         * modules/fchdir (Depends-on): Likewise.
10532         * modules/isdir (Depends-on): Likewise.
10533         * modules/link (Depends-on): Likewise.
10534         * modules/lstat (Depends-on): Likewise.
10535         * modules/mkdir-p (Depends-on): Likewise.
10536         * modules/modechange (Depends-on): Likewise.
10537         * modules/open (Depends-on): Likewise.
10538         * modules/readlink (Depends-on): Likewise.
10539         * modules/same (Depends-on): Likewise.
10540
10541         stat: fix Solaris 9 bug
10542         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10543         slash.
10544         * lib/stat.c (rpl_stat): Work around it.
10545         * doc/posix-functions/stat.texi (stat): Update documentation.
10546
10547         stat: new module, for mingw bug
10548         * modules/stat: New file.
10549         * lib/stat.c: Likewise.
10550         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10551         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10552         * modules/sys_stat (Makefile.am): Use them.
10553         * lib/sys_stat.in.h (stat): Declare replacement.
10554         * lib/openat.c (fstatat): Deal with lstat and stat being function
10555         macros.
10556         * modules/openat (Depends-on): Add inline.
10557         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10558         * doc/posix-functions/stat.texi (stat): Likewise.
10559         * modules/stat-tests: New test.
10560         * tests/test-stat.c: Likewise.
10561
10562 2009-09-19  Jim Meyering  <meyering@redhat.com>
10563
10564         syntax-check: detect unnecessary inclusion of canonicalize.h
10565         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10566
10567 2009-09-19  Eric Blake  <ebb9@byu.net>
10568
10569         canonicalize-lgpl: adjust clients to use correct header
10570         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10571         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10572         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10573         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10574         * lib/progreloc.c (includes): Likewise.
10575
10576 2009-09-19  Jim Meyering  <meyering@redhat.com>
10577
10578         test-posixtm.c: correct a comment
10579         * tests/test-posixtm.c: Correct first-line comment.
10580         Spotted by Eric Blake.
10581
10582 2009-09-16  Jim Meyering  <meyering@redhat.com>
10583
10584         posixtm-tests: make T const-correct; add a test case
10585         * tests/test-posixtm.c (T): Declare const.
10586         Add a test for -(2^31+1).
10587         Remove useless can-succeed-only-in-2002 test.
10588
10589         posixtm-tests: adjust the sole failing test
10590         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10591         expected output matches what mktime now produces.  Cross-checked via
10592         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10593
10594         posixtm: move #ifdef'd tests into a new module
10595         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10596         * tests/test-posixtm.c: ... this new file.
10597         * modules/posixtm-tests: New module.
10598
10599 2009-09-19  Eric Blake  <ebb9@byu.net>
10600
10601         openat: simplify use of at-func.c
10602         * lib/at-func.c (includes): Include prerequisites here, to
10603         simplify requirements on client files.
10604         * lib/openat-priv.h: Add double-inclusion guard.
10605         * lib/faccessat.c (includes): Simplify.
10606         * lib/fchmodat.c (includes): Likewise.
10607         * lib/fchownat.c (includes): Likewise.
10608         * lib/mkdirat.c (includes): Likewise.
10609         * lib/mkfifoat.c (includes): Likewise.
10610         * lib/symlinkat.c (includes): Likewise.
10611
10612         openat: allow return of fd 0
10613         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10614         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10615         unistd-safer.
10616         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10617         <fcntl.h>; this module does not leak fds.
10618         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10619         must be allowed to return 0, leaving openat_safer to add the
10620         safety.
10621         (openat_permissive): Avoid writing to just-opened fd 2 if
10622         restoring the current directory fails.
10623         * lib/openat-die.c (openat_restore_fail): Add comment.
10624         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10625         (save_cwd): Guarantee safe fd, but without use of open_safer.
10626         * tests/test-openat.c: New test.
10627         * modules/openat-tests (Files, Makefile.am): Distribute and build
10628         new file.
10629
10630         relocatable-prog-wrapper: fix build
10631         * modules/relocatable-prog-wrapper (Files): Update name of
10632         canonicalize m4 file, broken on 2009-09-17.
10633         Reported by emad hajjar <aleppos@hotmail.com>.
10634
10635 2009-09-19  Bruno Haible  <bruno@clisp.org>
10636
10637         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10638         * lib/safe-alloc.c: Likewise.
10639         Reported by Ian Beckwith <ianb@erislabs.net>.
10640
10641 2009-09-18  Bruno Haible  <bruno@clisp.org>
10642
10643         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10644         Reported by <erobles@sensacd.com.mx>.
10645
10646 2009-09-17  Eric Blake  <ebb9@byu.net>
10647
10648         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10649         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10650         slashes when checking if last component is missing.
10651         * tests/test-canonicalize.c (main): Test this.
10652
10653         canonicalize, canonicalize-lgpl: honor // if distinct from /
10654         * modules/canonicalize (Files): Add double-slash-root.m4.
10655         * modules/canonicalize-lgpl (Files): Likewise.
10656         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10657         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10658         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10659         fallback definition.
10660         (canonicalize_filename_mode): Use it to protect //.
10661         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10662         (__realpath): Likewise.
10663         * tests/test-canonicalize.c (main): Test this.
10664         * tests/test-canonicalize-lgpl.c (main): Likewise.
10665         * modules/canonicalize-tests (Depends-on): Add same-inode.
10666         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10667
10668         canonicalize-lgpl: fix glibc bug with trailing slash
10669         * m4/canonicalize-lgpl.m4: Move contents...
10670         * m4/canonicalize.m4: ...here.
10671         (gl_CANONICALIZE_LGPL): Factor realpath check...
10672         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10673         glibc 2.3.5 bug, fixed 2005-04-27.
10674         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10675         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10676         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10677         * modules/canonicalize-lgpl (Files): Manage file rename.
10678         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10679         * modules/stdlib (Makefile.am): Substitute witness.
10680         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10681         is needed.
10682         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10683         replacement is required.
10684         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10685         * doc/glibc-functions/canonicalize_file_name.texi
10686         (canonicalize_file_name): Document this.
10687         * doc/posix-functions/realpath.texi (realpath): Likewise.
10688
10689         canonicalize-lgpl: reject non-directory with trailing slash
10690         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10691         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10692         catches failures in glibc 2.3.5.
10693         * tests/test-canonicalize.c (main): Likewise.
10694
10695         canonicalize-lgpl: use native realpath if it works
10696         * lib/canonicalize-lgpl.c (realpath): Guard with
10697         FUNC_REALPATH_WORKS.
10698         * lib/stdlib.in.h (realpath): Make declaration optional based on
10699         HAVE_REALPATH.
10700         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10701         native realpath works.
10702         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10703         * modules/stdlib (Makefile.am): Substitute witness.
10704
10705         canonicalize, canonicalize-lgpl: use <stdlib.h>
10706         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10707         (Include): Mention <stdlib.h>.
10708         (configure.ac): Mention functions we provide.
10709         * modules/canonicalize (configure.ac): Likewise.
10710         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10711         realpath if canonicalize_file_name is missing.
10712         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10713         * modules/stdlib (Makefile.am): Substitute witnesses.
10714         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10715         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10716         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10717         * NEWS: Document this.
10718         * doc/glibc-functions/canonicalize_file_name.texi
10719         (canonicalize_file_name): Likewise.
10720         * doc/posix-functions/realpath.texi (realpath): Likewise.
10721         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10722
10723         test-canonicalize: consolidate into single C program
10724         * tests/test-canonicalize.sh: Delete; move setup into...
10725         * tests/test-canonicalize.c (main): ...the program, making it
10726         easier to run in debugger.  Add some tests.
10727         * modules/canonicalize-tests (Files): Remove unused file.
10728         (Depends-on): Add progname.
10729         (configure.ac, Makefile.am): Simplify.
10730
10731         test-canonicalize-lgpl: consolidate into single C program
10732         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10733         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10734         easier to run in debugger.  Add some tests.
10735         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10736         (configure.ac, Makefile.am): Simplify.
10737
10738         canonicalize: avoid resolvepath
10739         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10740         unnecessary checks.
10741         * lib/canonicalize.c (includes): Simplify.
10742         (canonicalize_file_name): Drop resolvepath implementation.
10743         * modules/canonicalize (Depends-on): Drop filenamecat.
10744
10745         canonicalize: don't lose errno
10746         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10747         over calls to free.
10748
10749         canonicalize: simplify errno handling
10750         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10751         assignment.
10752
10753         canonicalize, canonicalize-lgpl: update module dependencies
10754         * modules/canonicalize (Depends-on): Add extensions, lstat,
10755         pathmax, stdlib.
10756         (Files): Drop pathmax.h.
10757         (configure.ac): Adjust macro name.
10758         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10759         lstat, stdlib, sys_stat.
10760         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10761         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10762         extensions.
10763         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10764         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10765         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10766         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10767         declaration, if available.
10768         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10769         we can rely on the readlink module.
10770         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10771         (includes): Use <unistd.h> unconditionally.
10772
10773 2009-09-17  Eric Blake  <ebb9@byu.net>
10774
10775         maint: make Include sections of modules consistent
10776         * modules/alloca: Use only header name; no need to list #include.
10777         * modules/alloca-opt: Likewise.
10778         * modules/arpa_inet: Likewise.
10779         * modules/canon-host: Likewise.
10780         * modules/configmake: Likewise.
10781         * modules/dirent: Likewise.
10782         * modules/eealloc: Likewise.
10783         * modules/environ: Likewise.
10784         * modules/fchdir: Likewise.
10785         * modules/fcntl: Likewise.
10786         * modules/fcntl-h: Likewise.
10787         * modules/gethrxtime: Likewise.
10788         * modules/gettime: Likewise.
10789         * modules/ignore-value: Likewise.
10790         * modules/inet_ntop: Likewise.
10791         * modules/inet_pton: Likewise.
10792         * modules/inttypes: Likewise.
10793         * modules/isnand-nolibm: Likewise.
10794         * modules/isnanf-nolibm: Likewise.
10795         * modules/mbchar: Likewise.
10796         * modules/mbfile: Likewise.
10797         * modules/mbiter: Likewise.
10798         * modules/mbuiter: Likewise.
10799         * modules/netdb: Likewise.
10800         * modules/netinet_in: Likewise.
10801         * modules/nproc: Likewise.
10802         * modules/pagealign_alloc: Likewise.
10803         * modules/poll: Likewise.
10804         * modules/printf-frexp: Likewise.
10805         * modules/pthread: Likewise.
10806         * modules/putenv: Likewise.
10807         * modules/random_r: Likewise.
10808         * modules/relocatable-prog: Likewise.
10809         * modules/search: Likewise.
10810         * modules/select: Likewise.
10811         * modules/selinux-h: Likewise.
10812         * modules/settime: Likewise.
10813         * modules/signal: Likewise.
10814         * modules/size_max: Likewise.
10815         * modules/socklen: Likewise.
10816         * modules/ssize_t: Likewise.
10817         * modules/stdarg: Likewise.
10818         * modules/stdbool: Likewise.
10819         * modules/stddef: Likewise.
10820         * modules/stdint: Likewise.
10821         * modules/stdio: Likewise.
10822         * modules/stdlib: Likewise.
10823         * modules/string: Likewise.
10824         * modules/strings: Likewise.
10825         * modules/sys_file: Likewise.
10826         * modules/sys_ioctl: Likewise.
10827         * modules/sys_select: Likewise.
10828         * modules/sys_socket: Likewise.
10829         * modules/sys_stat: Likewise.
10830         * modules/sys_time: Likewise.
10831         * modules/sys_times: Likewise.
10832         * modules/sys_utsname: Likewise.
10833         * modules/sys_wait: Likewise.
10834         * modules/sysexits: Likewise.
10835         * modules/time: Likewise.
10836         * modules/times: Likewise.
10837         * modules/tmpfile: Likewise.
10838         * modules/trim: Likewise.
10839         * modules/unistd: Likewise.
10840         * modules/wchar: Likewise.
10841         * modules/wctype: Likewise.
10842
10843 2009-09-17  Bruno Haible  <bruno@clisp.org>
10844
10845         Make getdate.y compile on QNX and NetBSD 5 / i386.
10846         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10847         TIME_T_FITS_IN_LONG_INT.
10848         * lib/getdate.y (long_time_t): New type.
10849         (relative_time): Change type of 'seconds' field to long_time_t.
10850         (get_date): Update types of local variables. Check against overflow
10851         during conversion from long_time_t to time_t.
10852         Reported by Matt Kraai <kraai@ftbfs.org>
10853         and Hasso Tepper <hasso@netbsd.org>.
10854
10855 2009-09-17  Bruno Haible  <bruno@clisp.org>
10856
10857         * modules/COPYING: Update copyright years.
10858         * modules/README: Likeiwse.
10859         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10860         Reported by Ian Beckwith <ianb@erislabs.net>.
10861
10862 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10863
10864         * users.txt: Update references for gnuit package.
10865
10866 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10867
10868         * m4/getdelim.m4: Fix typo in copyright line.
10869
10870 2009-09-17  Bruno Haible  <bruno@clisp.org>
10871
10872         * lib/atoll.c: Use the standard header with GPL copyright.
10873         * lib/argz.in.h: Likewise.
10874         * lib/glob.c: Likewise.
10875         * lib/glob-libc.h: Likewise.
10876         * lib/random_r.c: Likewise.
10877         * lib/siglist.h: Likewise.
10878         * lib/strsignal.c: Likewise.
10879         Reported by Ian Beckwith <ianb@erislabs.net>.
10880
10881 2009-09-17  Eric Blake  <ebb9@byu.net>
10882
10883         rmdir: ensure correct dependency order
10884         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10885
10886 2009-09-17  Bruno Haible  <bruno@clisp.org>
10887
10888         Disable assertion that fails on NetBSD 5 / i386.
10889         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10890         Reported by Sam Steingold <sds@gnu.org>
10891         and Hasso Tepper <hasso@netbsd.org>.
10892
10893 2009-09-16  Eric Blake  <ebb9@byu.net>
10894
10895         unlinkdir: port to mingw
10896         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10897         on which no one can unlink a directory.
10898
10899         stdlib: sort witness names
10900         * modules/stdlib (Makefile.am): Sort replacements.
10901         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10902         * lib/stdlib.in.h: Likewise.
10903
10904         parse-duration-tests: avoid link failure
10905         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10906         LIBINTL.
10907         Reported by Tom G. Christensen.
10908
10909         openat-tests: ensure unlinkat behaves like rmdir
10910         * tests/test-rmdir.c (main): Factor guts...
10911         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10912         * modules/rmdir-tests (Files): Ship new file.
10913         * modules/openat-tests: New test.
10914         * tests/test-unlinkat.c: Likewise.
10915
10916         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10917         * modules/rmdir-errno (Status, Notice): Now obsolete.
10918
10919         rmdir: work around cygwin 1.5.x and mingw bugs
10920         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10921         * lib/rmdir.c (rmdir): Work around it.
10922         * modules/rmdir (Status, Notice): No longer obsolete.
10923         (Files): Add dos.m4.
10924         (Depends-on): Add unistd.
10925         (configure.ac): Set witnesses.
10926         (License): Relax to LGPLv2+.
10927         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10928         * modules/unistd (Makefile.am): Substitute witnesses.
10929         * lib/unistd.in.h (rmdir): Declare replacement.
10930         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10931         * modules/rmdir-tests: New tests.
10932         * tests/test-rmdir.c: Likewise.
10933
10934 2009-09-15  Eric Blake  <ebb9@byu.net>
10935
10936         fchdir: improve use of replacement functions
10937         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10938         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10939         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10940         REPLACE_CLOSEDIR.
10941         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10942         * modules/sys_stat (Makefile.am): Substitute correct witness.
10943         * modules/dirent (Makefile.am): Likewise.
10944         * modules/unistd (Makefile.am): Likewise.
10945         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10946         * lib/unistd.in.h (dup): Likewise.
10947         * lib/sys_stat.in.h (fstat): Likewise.
10948
10949         maint: ignore gnulib-tool temp files
10950         * .gitignore: Ignore files created during gnulib-tool --test.
10951
10952 2009-09-13  Jim Meyering  <meyering@redhat.com>
10953
10954         posixtm: don't reject a time that specify "60" as the number of seconds
10955         * lib/posixtm.c (posixtime): The code to reject invalid dates
10956         would also reject a time specified with the .60 suffix.
10957         But POSIX allows that, in order to accommodate leap seconds.
10958         So don't reject it.
10959         (main): Adjust tests accordingly.
10960         * modules/posixtm (Depends-on): Add stpcpy.
10961
10962 2009-09-11  Jim Meyering  <meyering@redhat.com>
10963
10964         announce-gen: include [$release_type] in emitted Subject:
10965         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10966         e.g., [stable] in the emitted Subject: line.
10967
10968 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10969
10970         Remove obsolete macros from several modules.
10971         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10972         obsolete Autoconf macros with their modern counterparts.
10973         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10974         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10975         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10976         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10977         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10978         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10979         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10980         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10981         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10982         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10983         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10984         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10985         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10986         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10987         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10988         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10989         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10990         * m4/time_r.m4 (gl_TIME_R): Likewise.
10991         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10992         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10993         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10994
10995         Fix copyright header in build-aux scripts.
10996         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10997         recommendation.
10998         * build-aux/ncftpput-ftp: Likewise.
10999         * build-aux/update-copyright: Likewise.
11000
11001 2009-09-09  Eric Blake  <ebb9@byu.net>
11002
11003         test-link: allow Linux choice of errno
11004         * tests/test-link.c (main): Relax test for alternate error.
11005
11006         strndup: fix improper m4 caching
11007         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
11008         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
11009         (gl_PREREQ_STRNDUP): Delete.
11010         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
11011         * modules/string (Makefile.am): Substitute it.
11012         * lib/string.in.h (strndup): Modernize prototype.
11013
11014         getcwd: port to mingw
11015         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
11016         different from the POSIX assumptions made throughout the getcwd
11017         module; fortunately, the mingw getcwd does not need replacement.
11018         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
11019         * modules/getcwd-tests: New test.
11020         * tests/test-getcwd.c: Likewise.
11021
11022         link: fix platform bugs
11023         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
11024         * lib/link.c (link): Work around them.  Fix related mingw bug.
11025         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
11026         * modules/unistd (Makefile.am): Substitute it.
11027         * lib/unistd.in.h (link): Declare replacement.
11028         * doc/posix-functions/link.texi (link): Document this.
11029         * modules/link (Depends-on): Add strdup-posix, sys_stat.
11030
11031         test-link: consolidate into single C program, test more cases
11032         * tests/test-link.sh: Delete.
11033         * tests/test-link.c: Test more error conditions.  Exposes bugs on
11034         at least Cygwin and Solaris.
11035         * modules/link-tests (Files): Remove unused file.
11036         (Depends-on): Add errno, sys_stat.
11037         (Makefile.am): Simplify.
11038
11039 2009-09-08  Bruno Haible  <bruno@clisp.org>
11040
11041         Work around towlower, towupper bug on mingw.
11042         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
11043         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
11044         * doc/posix-functions/towlower.texi: Mention the mingw bug.
11045         * doc/posix-functions/towupper.texi: Likewise.
11046         Reported by Eric Blake.
11047
11048 2009-09-08  Jim Meyering  <meyering@redhat.com>
11049
11050         build: don't try to run autoheader if we don't use it
11051         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
11052         is not used in configure.ac.
11053
11054 2009-09-08  Eric Blake  <ebb9@byu.net>
11055
11056         euidaccess: fix compilation error
11057         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
11058
11059         rawmemchr: relax license
11060         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
11061         okay.
11062         Reported by Jim Meyering.
11063
11064         mkfifoat: new module
11065         * modules/mkfifoat: New file.
11066         * lib/mkfifoat.c: Likewise.
11067         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
11068         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11069         * modules/sys_stat (Makefile.am): Use them.
11070         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
11071         * MODULES.html.sh (File system functions): Mention module.
11072         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
11073         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
11074         * modules/mkfifoat-tests: New test.
11075         * tests/test-mkfifoat.c: Likewise.
11076
11077         strchrnul: relax license
11078         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
11079         okay.
11080         Reported by Jim Meyering.
11081
11082 2009-09-08  Eric Blake  <ebb9@byu.net>
11083
11084         fstatat: fix compilation on Solaris
11085         * lib/fstatat.c (includes): Add fcntl.h.
11086         Reported by Pádraig Brady.
11087
11088 2009-09-07  Eric Blake  <ebb9@byu.net>
11089
11090         rename: modernize replacement
11091         * modules/rename (Depends-on): Add stdio.
11092         (configure.ac): Declare witness.
11093         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
11094         stdio take care of replacement.
11095         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11096         * modules/stdio (Makefile.am): Substitute them.
11097         * lib/stdio.in.h (rename): Declare replacement.
11098         * lib/rename.c (includes): Allow cross-compilation to non-windows
11099         machines.
11100         * doc/posix-functions/rename.texi (rename): Improve
11101         documentation.
11102
11103         stdio: sort witness names
11104         * modules/stdio (Makefile.am): Sort replacements.
11105         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11106         * lib/stdio.in.h: Likewise.
11107
11108         getcwd: minor cleanups
11109         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
11110         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
11111
11112         openat: provide more convenience names
11113         * modules/faccessat (configure.ac): Add C witness.
11114         * lib/unistd.in.h (readlinkat): Fix typo.
11115         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
11116         convenience wrappers.
11117         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
11118         wrappers in syntax checks.
11119
11120 2009-09-06  Eric Blake  <ebb9@byu.net>
11121
11122         doc: fix comments in recent patches
11123         * lib/faccessat.c: Mention correct function.
11124         * lib/fchmodat.c: Likewise.
11125         * lib/fchownat.c: Likewise.
11126         * lib/symlinkat.c: Likewise.
11127         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
11128         constants.
11129
11130         faccessat, symlinkat: continue cleanup of previous patch
11131         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
11132         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11133         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
11134         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
11135         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
11136         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
11137         set.
11138
11139 2009-09-06  Bruno Haible  <bruno@clisp.org>
11140
11141         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
11142         (fstatat): Declare if GNULIB_FSTATAT is set.
11143         (mkdirat): Declare if GNULIB_MKDIRAT is set.
11144         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
11145         (unlinkat): Declare if GNULIB_UNLINKAT is set.
11146         * modules/fcntl-h (Files): Remove m4/openat.m4.
11147         * modules/sys_stat (Files): Remove m4/openat.m4.
11148         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
11149         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
11150         * modules/unistd (Files): Remove m4/openat.m4.
11151         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
11152         GNULIB_OPENAT.
11153         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
11154         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
11155         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
11156         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
11157         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
11158         gl_OPENAT_DEFAULTS.
11159         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
11160         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
11161         Don't require gl_OPENAT_DEFAULTS.
11162         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
11163         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
11164         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
11165         (gl_OPENAT_DEFAULTS): Remove macro.
11166
11167 2009-09-06  Bruno Haible  <bruno@clisp.org>
11168
11169         * modules/openat (configure.ac): Remove unneeded witness.
11170
11171 2009-09-06  Bruno Haible  <bruno@clisp.org>
11172
11173         Set errno to ENOSYS when a function is entirely unsupported.
11174         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
11175         EOPNOTSUPP.
11176         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11177         * modules/chown (Depends-on): Remove errno.
11178
11179 2009-09-06  Bruno Haible  <bruno@clisp.org>
11180
11181         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
11182
11183 2009-09-06  Bruno Haible  <bruno@clisp.org>
11184
11185         * lib/sys_stat.in.h: Fix preprocessor command indentation.
11186
11187 2009-09-06  Ben Pfaff  <blp@gnu.org>
11188             Bruno Haible  <bruno@clisp.org>
11189
11190         Work around a glibc bug in strtok_r.
11191         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
11192         Undefine if UNDEFINE_STRTOK_R is set.
11193         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
11194         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11195         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
11196         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
11197         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
11198         UNDEFINE_STRTOK_R.
11199         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
11200
11201 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
11202
11203         exclude: minor fix
11204         * lib/exclude.c: Include wctype.h
11205
11206 2009-09-06  Akim Demaille  <demaille@gostai.com>
11207
11208         bootstrap: improve error message
11209         * build-aux/bootstrap (find_tool): Upon failure, report the list
11210         of candidates.
11211         Honor the initial value of the envvar.
11212
11213 2009-09-05  Eric Blake  <ebb9@byu.net>
11214
11215         symlinkat: new module
11216         * modules/symlinkat: New file.
11217         * lib/symlinkat.c: Likewise.
11218         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
11219         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11220         * modules/unistd (Makefile.am): Use them.
11221         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
11222         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
11223         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
11224         * MODULES.html.sh (File system functions): Mention module.
11225         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11226         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11227         * modules/symlinkat-tests: New test.
11228         * tests/test-symlinkat.c: Likewise.
11229
11230         test-openat-safer: add more checks
11231         * tests/test-openat-safer.c (main): Check more code paths.
11232
11233 2009-09-05  Jim Meyering  <meyering@redhat.com>
11234
11235         syntax-check: detect unnecessary inclusion of openat.h
11236         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
11237
11238 2009-09-05  Bruno Haible  <bruno@clisp.org>
11239
11240         Support towlower, towupper.
11241         * doc/posix-functions/towlower.texi: Mention module wctype.
11242         * doc/posix-functions/towupper.texi: Likewise.
11243         * lib/wctype.in.h (towlower, towupper): New functions.
11244         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11245         (ASSERT): New macro.
11246         (e): New variable.
11247         (main): Test also towlower, towupper. Test WEOF argument.
11248         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11249
11250 2009-09-05  Bruno Haible  <bruno@clisp.org>
11251
11252         Fix conversion behaviour when the input is invalid.
11253         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11254         mark occurring in first pass of indirect conversion.
11255         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11256         input.
11257         Found by clang's static analyzer.
11258
11259 2009-09-05  Bruno Haible  <bruno@clisp.org>
11260
11261         * tests/test-striconveh.c (main): Test indirect conversion on platforms
11262         where direct conversion is possible.
11263
11264 2009-09-04  Eric Blake  <ebb9@byu.net>
11265
11266         openat: fail with ENOENT on empty name
11267         * lib/openat-proc.c (openat_proc_name): Special-case the empty
11268         buffer.
11269
11270         link-follow: fix logic bug in prior patch
11271         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
11272         reversed sense of yes and no in prior patch.  Avoid confusing
11273         compilation failure with desired semantics.
11274
11275         link-follow: accomodate mingw and cross-compilation
11276         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
11277         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
11278         cross-compilation results to -1, to make linkat easier to
11279         implement when cross-compiling.  Trivially support mingw.
11280         * modules/link-follow (configure.ac): Call new name.
11281         * NEWS: Mention this.
11282
11283 2009-09-03  Eric Blake  <ebb9@byu.net>
11284
11285         faccessat: compile replacement
11286         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
11287         needed.
11288
11289         fts: fix compilation error
11290         * lib/fts.c (includes): Re-add "openat.h", for
11291         openat_needs_fchdir.
11292
11293         faccessat: new module
11294         * modules/faccessat: New file.
11295         * lib/faccessat.c: Likewise.
11296         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11297         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11298         * modules/unistd (Makefile.am): Use it.
11299         * lib/unistd.in.h (faccessat): Declare it.
11300         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
11301         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
11302         * MODULES.html.sh (File system functions): Mention it.
11303         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
11304         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
11305
11306         euidaccess: prefer POSIX over non-standard implementation
11307         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11308         * lib/euidaccess.c (euidaccess): Use it if available.
11309
11310         openat: make template easier to use
11311         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11312         AT_FUNC_F2 to be undefined.
11313         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11314         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11315         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11316         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11317         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11318         Likewise.
11319         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11320         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11321         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11322         Likewise.
11323
11324         openat: declare in POSIX headers
11325         * NEWS: Mention this.
11326         * modules/openat (configure.ac): Declare witnesses.
11327         (Depends-on): Add fcntl-h, sys_stat, unistd.
11328         (Include): Mention correct headers.
11329         * modules/fcntl-h (Depends-on): Add link-warning.
11330         (Files): Add openat.m4.
11331         (Makefile.am): Substitute witnesses.
11332         * modules/sys_stat (Files, Makefile.am): Likewise.
11333         * modules/unistd (Files, Makefile.am): Likewise.
11334         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11335         (gl_OPENAT_DEFAULTS): New macro.
11336         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11337         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11338         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11339         (SYS_STAT_H): Remove unused variable.
11340         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11341         * lib/fcntl--.h (includes): Remove unneeded header.
11342         * lib/openat-safer.c (includes): Likewise.
11343         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11344         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11345         appropriate headers.
11346         (__OPENAT_PREFIX): Delete.
11347         * lib/fcntl.in.h (openat): Provide declaration.
11348         (AT_FDCWD): Fix Solaris bug.
11349         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11350         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11351         * lib/fchmodat.c (includes):  Adjust to find declaration.
11352         * lib/fchownat.c (includes): Likewise.
11353         * lib/mkdirat.c (includes): Likewise.
11354         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11355         still visible.
11356
11357 2009-09-02  Eric Blake  <ebb9@byu.net>
11358
11359         errno: use consistently
11360         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11361         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11362         * lib/canonicalize.c (ELOOP): Likewise.
11363         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11364         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11365         * lib/lchown.c (EOPNOTSUPP): Likewise.
11366         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11367         * lib/savewd.c (ESTALE): Likewise.
11368         * lib/settime.c (ENOSYS): Likewise.
11369         * lib/utimens.c (ENOSYS): Likewise.
11370         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11371         * lib/chdir-safer.c (ELOOP): Likewise.
11372         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11373         * modules/c-stack (Depends-on): Add errno.
11374         * modules/canonicalize (Depends-on): Likewise.
11375         * modules/chdir-safer (Depends-on): Likewise.
11376         * modules/fdopendir (Depends-on): Likewise.
11377         * modules/inet_ntop (Depends-on): Likewise.
11378         * modules/inet_pton (Depends-on): Likewise.
11379         * modules/lchown (Depends-on): Likewise.
11380         * modules/openat (Depends-on): Likewise.
11381         * modules/savewd (Depends-on): Likewise.
11382         * modules/settime (Depends-on): Likewise.
11383         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11384
11385         fts: avoid leaking fds
11386         * modules/fts (Depends-on): Add cloexec.
11387         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11388         flag.
11389
11390         fts: make directory fds more robust
11391         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11392         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11393
11394         backupfile, chdir-long, fts, savedir: make safer
11395         * lib/backupfile.c (includes): Use "dirent--.h", since
11396         numbered_backup can write to stderr during readdir.
11397         * lib/savedir.c (includes): Likewise.
11398         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11399         emulation can write to stderr on failure.
11400         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11401         * lib/getcwd.c: Document why opendir_safer is unused.
11402         * lib/glob.c: Likewise.
11403         * lib/scandir.c: Likewise.
11404         * lib/openat-proc.c: Likewise, for open_safer.
11405         * modules/backupfile (Depends-on): Add dirent-safer.
11406         * modules/savedir (Depends-on): Likewise.
11407         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11408         * modules/chdir-long (Depends-on): Add openat-safer.
11409
11410         openat-safer: new module
11411         * modules/openat-safer: New file.
11412         * lib/openat-safer.c: Likewise.
11413         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11414         * lib/fcntl-safer.h (openat_safer): Declare.
11415         * lib/fcntl--.h (openat): Override.
11416         * MODULES.html.sh (File descriptor based I/O): Mention it.
11417         * lib/openat.h: Add double-inclusion guards.
11418         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11419         "fcntl--.h", so we can implement openat.
11420         * modules/openat-safer-tests: New test.
11421         * tests/test-openat-safer.c: New file.
11422
11423         dirent-safer: new module
11424         * modules/dirent-safer: New file.
11425         * lib/dirent--.h: Likewise.
11426         * lib/dirent-safer.h: Likewise.
11427         * lib/opendir-safer.c: Likewise.
11428         * m4/dirent-safer.m4: Likewise.
11429         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11430         * modules/dirent-safer-tests: New test.
11431         * tests/test-dirent-safer.c: New file.
11432         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11433
11434         fdopendir: optimize on mingw
11435         * lib/unistd.in.h (_gl_directory_name): New prototype.
11436         * lib/fchdir.c (_gl_directory_name): Implement it.
11437         (fchdir): Use it to simplify implementation.
11438         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11439         fchdir, when available, to avoid calling [f]chdir().
11440
11441         fdopendir: split into its own module
11442         * lib/openat.c (fdopendir): Move...
11443         * lib/fdopendir.c: ...into new file.
11444         * modules/fdopendir: New module.
11445         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11446         * modules/openat (Depends-on): Add fdopendir.
11447         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11448         fdopendir here.
11449         * modules/savedir (Depends-on): Only need fdopendir, not full
11450         openat.
11451         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11452         * lib/openat.h (fdopendir): Drop prototype.
11453         * lib/dirent.in.h (fdopendir): Provide prototype.
11454         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11455         * modules/dirent (Makefile.am): Substitute them.
11456         * MODULES.html.sh (File system functions): Mention it.
11457         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11458         * modules/fdopendir-tests: New file.
11459         * tests/test-fdopendir.c: Likewise.
11460
11461         fchdir: use more consistent macro convention
11462         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11463         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11464         REPLACE_FCHDIR, rather than relying on config.h macros.
11465         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11466         inside a single make-time REPLACE_FCHDIR block, rather than using
11467         the config.h FCHDIR_REPLACEMENT.
11468         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11469         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11470         Manage fstat replacement.
11471         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11472         REPLACE_FCHDIR.
11473         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11474         (Makefile.am): Substitute REPLACE_FCHDIR.
11475         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11476         FCHDIR_REPLACEMENT.
11477         * lib/dup-safer.c (dup_safer): Likewise.
11478         * lib/dup2.c (rpl_dup2): Likewise.
11479         * lib/dup3.c (rpl_dup3): Likewise.
11480         * lib/open.c (rpl_open): Likewise.
11481
11482         fchdir: simplify error handling, and support dup3
11483         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11484         stdbool, malloc-posix, realloc-posix.
11485         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11486         (ensure_dirs_slot): Return false on allocation failure.
11487         (rpl_dup2): Delete.
11488         (_gl_register_dup): New function.
11489         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11490         (_gl_register_fd): Close fd on allocation failure.
11491         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11492         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11493         prototype.
11494         (rpl_dup2_fchdir): Delete prototype.
11495         * lib/open.c (open): Update caller.
11496         * lib/dup2.c (dup2): Track fchdir metadata.
11497         * lib/dup3.c (dup3): Likewise.
11498         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11499         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11500
11501 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11502
11503         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11504         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11505         don't pass arguments to AC_OUTPUT.
11506
11507 2009-09-02  Bruno Haible  <bruno@clisp.org>
11508
11509         * modules/mkdtemp (License): Relicense under LGPLv2+.
11510         Reported by Paolo Bonzini.
11511
11512 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11513
11514         Replace uses of obsolete autoconf macros in Jim's modules.
11515         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11516         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11517         can evoke a warning from autoconf when run with -Wobsolete
11518         enabled.  They were declared obsolete for good reasons (see
11519         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11520         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11521         should not continue using the deprecated macros.
11522         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11523         obsolete Autoconf macros with modern counterparts.
11524         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11525         * m4/dos.m4 (gl_AC_DOS): Likewise.
11526         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11527         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11528         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11529         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11530         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11531         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11532         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11533         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11534         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11535         Likewise.
11536         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11537         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11538         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11539         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11540         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11541         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11542
11543 2009-09-01  Eric Blake  <ebb9@byu.net>
11544
11545         fchdir: fix off-by-one bug in previous patch
11546         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11547         (_gl_unregister_fd): Delete useless if.
11548
11549 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11550
11551         maint.mk: sort the list of syntax-check rules
11552         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11553         easier to get a sense of progress when the rules are run sequentially
11554         and take a long time.
11555
11556 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11557
11558         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11559         * modules/netinet_in: Likewise.
11560         * modules/sys_file: Likewise.
11561         * modules/sys_ioctl: Likewise.
11562         * modules/sys_select: Likewise.
11563         * modules/sys_socket: Likewise.
11564         * modules/sys_stat: Likewise.
11565         * modules/sys_time: Likewise.
11566         * modules/sys_times: Likewise.
11567         * modules/sys_utsname: Likewise.
11568         * modules/sys_wait: Likewise.
11569
11570 2009-09-01  Jim Meyering  <meyering@redhat.com>
11571
11572         fts: help ensure that return values are not ignored
11573         * lib/fts_.h (__GNUC_PREREQ): Define.
11574         (__attribute_warn_unused_result__): Define.
11575         (fts_children, fts_close, fts_open, fts_read): Declare with
11576         __attribute_warn_unused_result__.
11577
11578         fts: fts_close now fails also when closing a dir file descriptor fails
11579         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11580         and propagate to caller, along with errno.
11581
11582         announce-gen: correct formatting in --help output
11583         * build-aux/announce-gen (usage): Move the one-line description in
11584         --help output "up", to where it belongs, just after Usage:.
11585
11586 2009-08-31  Eric Blake  <ebb9@byu.net>
11587
11588         fchdir: port to mingw
11589         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11590         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11591         opened, then use a substitute.
11592         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11593         replacement.
11594         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11595         (_gl_register_fd): No need to check stat if open already filters
11596         all directories.
11597         (fchdir): Fix error condition to match POSIX.
11598         * modules/fchdir (Depends-on): Add sys_stat.
11599         * doc/posix-functions/open.texi (open): Document the limitation.
11600         * modules/fchdir-tests: New file.
11601         * tests/test-fchdir.c: Likewise.
11602
11603         canonicalize: allow cross-testing from cygwin to mingw
11604         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11605         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11606         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11607         Likewise.
11608         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11609         target does not support symlinks.
11610         * tests/test-canonicalize-lgpl.sh: Likewise.
11611
11612         chown: avoid compilation warning on mingw
11613         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11614         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11615         mingw.
11616         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11617         * modules/chown (Depends-on): Add errno.
11618
11619 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11620
11621         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11622         command.
11623
11624 2009-08-31  Jim Meyering  <meyering@redhat.com>
11625
11626         canonicalize: remove useless initialization
11627         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11628         initialization of local, "end".
11629
11630 2009-08-30  Bruno Haible  <bruno@clisp.org>
11631
11632         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11633         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11634         ENOSYS.
11635
11636 2009-08-30  Bruno Haible  <bruno@clisp.org>
11637
11638         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11639         /usr/xpg4/bin/tr when it exists.
11640         * tests/test-pipe-filter-gi1.sh: Likewise.
11641
11642 2009-08-30  Bruno Haible  <bruno@clisp.org>
11643
11644         Work around deficient /usr/bin/id program on Solaris.
11645         * tests/test-file-has-acl.sh (ID): New variable.
11646         * tests/test-set-mode-acl.sh (ID): Likewise.
11647         * tests/test-copy-acl.sh (ID): Likewise.
11648         * tests/test-copy-file.sh (ID): Likewise.
11649
11650 2009-08-30  Bruno Haible  <bruno@clisp.org>
11651
11652         New module 'xstriconveh'.
11653         * lib/xstriconveh.h: New file.
11654         * lib/xstriconveh.c: New file.
11655         * modules/xstriconveh: New file.
11656
11657 2009-08-30  Bruno Haible  <bruno@clisp.org>
11658
11659         Make it easier to use mem_cd_iconveh.
11660         * lib/striconveh.h (iconveh_t): New type.
11661         (iconveh_open, iconveh_close): New declarations.
11662         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11663         with a single 'const iconveh_t *' argument.
11664         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11665         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11666         with a single 'const iconveh_t *' argument.
11667         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11668         * tests/test-striconveh.c (main): Update.
11669         * NEWS: Mention the change.
11670
11671 2009-08-30  Bruno Haible  <bruno@clisp.org>
11672
11673         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11674         problem.
11675
11676 2009-08-30  Bruno Haible  <bruno@clisp.org>
11677
11678         Work around iconv_open problem on Solaris.
11679         * lib/iconv_open-solaris.gperf: New file.
11680         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11681         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11682         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11683         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11684         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11685         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11686
11687 2009-08-29  Jim Meyering  <meyering@redhat.com>
11688
11689         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11690         * top/maint.mk (cvs-check): Remove target; it was just an alias
11691         to the better-named vc-diff-check.
11692         (maintainer-distcheck): Remove rule.  It was used only from
11693         the (alpha/beta/major) target, and all of its commands but one
11694         were coreutils-specific.
11695         (vc-dist): Remove rule.
11696         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11697         Run vc-diff-check, not vc-dist.
11698         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11699
11700 2009-08-27  Bruno Haible  <bruno@clisp.org>
11701
11702         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11703         of 0.
11704
11705 2009-08-27  Bruno Haible  <bruno@clisp.org>
11706
11707         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11708         compilers.
11709         * doc/func.texi: Document the SunPRO C bug.
11710
11711 2009-08-27  Bruno Haible  <bruno@clisp.org>
11712
11713         Fix link error on Solaris.
11714         * tests/test-parse-duration.c (xstrdup): Remove function.
11715
11716 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11717
11718         ignore-value: handle pointer types, too
11719         * lib/ignore-value.h (__attribute__): Remove definition.
11720         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11721         of a more concise and more-often effective "(void) i" statement.
11722         (ignore_ptr): New function to suppress warnings from functions that
11723         return pointers, and to make it explicit that one function doesn't
11724         handle all cases.
11725
11726 2009-08-25  Bruno Haible  <bruno@clisp.org>
11727
11728         dup2: work around a Linux bug.
11729         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11730         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11731         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11732         Reported by Simon Josefsson.
11733
11734 2009-08-25  Jim Meyering  <meyering@redhat.com>
11735
11736         libguestfs uses gnulib
11737         * users.txt: Add libguestfs.
11738
11739 2009-08-24  Eric Blake  <ebb9@byu.net>
11740
11741         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11742         * lib/pipe2.c (includes): Add binary-io.h.
11743         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11744
11745 2009-08-24  Bruno Haible  <bruno@clisp.org>
11746
11747         Tolerate declared but missing accept4 syscall.
11748         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11749         available.
11750         * lib/sys_socket.in.h (accept4): If the function is already present,
11751         override it.
11752         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11753         * modules/accept4 (Makefile.am): Compile accept4.c always.
11754         Reported by Paolo Bonzini and Eric Blake.
11755
11756 2009-08-23  Bruno Haible  <bruno@clisp.org>
11757
11758         New module 'accept4'.
11759         * lib/sys_socket.in.h (accept4): New declaration.
11760         * lib/accept4.c: New file.
11761         * m4/accept4.m4: New file.
11762         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11763         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11764         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11765         HAVE_ACCEPT4.
11766         * modules/accept4: New file.
11767         * doc/glibc-functions/accept4.texi: Mention the new module.
11768
11769 2009-08-24  Jim Meyering  <meyering@redhat.com>
11770
11771         progname: also set global program_invocation_name, when possible
11772         Before this change, a libtool-enabled program that calls glibc's
11773         error function would report the program name as
11774         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11775         * modules/progname (configure.ac): Check for a declaration of
11776         program_invocation_name.
11777         * lib/progname.c:  Include <errno.h>.
11778         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11779         Set program_invocation_name.
11780
11781 2009-08-23  Bruno Haible  <bruno@clisp.org>
11782
11783         * lib/dup3.c: Include <string.h>.
11784
11785 2009-08-23  Bruno Haible  <bruno@clisp.org>
11786
11787         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11788         * lib/pipe2.c (pipe2): Likewise.
11789         Suggested by Eric Blake.
11790
11791 2009-08-23  Bruno Haible  <bruno@clisp.org>
11792
11793         Tolerate declared but missing dup3 syscall.
11794         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11795         * lib/unistd.in.h (dup3): If the function is already present,
11796         override it.
11797         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11798         * modules/dup3 (Makefile.am): Compile dup3.c always.
11799         Reported by Paolo Bonzini.
11800
11801 2009-08-23  Bruno Haible  <bruno@clisp.org>
11802
11803         Tolerate declared but missing pipe2 syscall.
11804         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11805         available.
11806         * lib/unistd.in.h (pipe2): If the function is already present,
11807         override it.
11808         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11809         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11810         Reported by Paolo Bonzini.
11811
11812 2009-08-23  Bruno Haible  <bruno@clisp.org>
11813
11814         * lib/pipe2.c (pipe2): Move #ifs inside function.
11815
11816 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11817
11818         quotearg: document limitations of quote_these_too
11819         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11820         those limitations are created.
11821         * lib/quotearg.h (set_char_quoting): Document that digits and
11822         letters that are special after backslash are not permitted.
11823         (quotearg_char): Cross-reference set_char_quoting documentation.
11824
11825 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11826
11827         quotearg: implement custom_quoting_style
11828         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11829         right_quote fields.
11830         (set_custom_quoting): New public function.
11831         (quotearg_buffer_restyled): Add left_quote and right_quote
11832         arguments, handle them very much like locale quoting, and update
11833         all uses.
11834         (quotearg_n_custom): New public function.
11835         (quotearg_n_custom_mem): New public function.
11836         (quotearg_custom): New public function.
11837         (quotearg_custom_mem): New public function.
11838         * lib/quotearg.h: Prototype and document new public functions.
11839         (enum quoting_style): For escape_quoting_style and
11840         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11841         ignored even though they're otherwise like c_quoting_style.
11842         Add custom_quoting_style member and document with comparison to
11843         clocale_quoting_style.
11844         * tests/test-quotearg.c (custom_quotes): New array.
11845         (custom_results): New array.
11846         (main): Extend to test custom quoting.
11847
11848 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11849
11850         quotearg: fix right quote escaping when it's in quote_these_too
11851         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11852         quote, be sure to prepend only one backslash.
11853         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11854         (main): Test it.
11855
11856 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11857
11858         quotearg-tests: test escaping of embedded locale quotes
11859         * tests/test-quotearg.c (struct result_strings): Add member for
11860         new input.
11861         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11862         (inputs): Add new input.
11863         (results_g): Add expected results.
11864         (flag_results): Likewise.
11865         (locale_results): Likewise.
11866         (compare_strings): Check those.
11867
11868 2009-08-23  Bruno Haible  <bruno@clisp.org>
11869
11870         Tests for module 'dup3'.
11871         * modules/dup3-tests: New file.
11872         * tests/test-dup3.c: New file.
11873
11874         New module 'dup3'.
11875         * lib/unistd.in.h (dup3): New declaration.
11876         * lib/dup3.c: New file.
11877         * m4/dup3.m4: New file.
11878         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11879         HAVE_DUP3.
11880         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11881         * modules/dup3: New file.
11882         * doc/glibc-functions/dup3.texi: Mention the new module.
11883
11884 2009-08-23  Bruno Haible  <bruno@clisp.org>
11885
11886         Tweak the dup2 test.
11887         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11888         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11889         the test file is still empty. Fix argument order of lseek.
11890
11891 2009-08-23  Bruno Haible  <bruno@clisp.org>
11892
11893         Avoid test link errors when the modules getopt-gnu, gettext are used.
11894         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11895         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11896
11897 2009-08-23  Bruno Haible  <bruno@clisp.org>
11898
11899         Fix getdtablesize() on mingw.
11900         * lib/getdtablesize.c (getdtablesize): Implement differently.
11901         * lib/unistd.in.h (getdtablesize): Improve comment.
11902
11903 2009-08-23  Bruno Haible  <bruno@clisp.org>
11904
11905         New module 'mkostemp'.
11906         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11907         * lib/stdlib.in.h (mksotemp): New declaration.
11908         * lib/mkostemp.c: New file, from glibc with modifications.
11909         * lib/tempname.h (GT_FILE): Remove outdated comment.
11910         (gen_tempname): Add flags argument.
11911         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11912         (__GT_FILE): Map to 1.
11913         (small_open, large_open): Remove macros.
11914         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11915         * lib/mkstemp.c (mkstemp): Update.
11916         * lib/mkdtemp.c (mkdtemp): Likewise.
11917         * m4/mkostemp.m4: New file.
11918         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11919         HAVE_MKOSTEMP.
11920         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11921         HAVE_MKOSTEMP.
11922         * modules/mkostemp: New file, based on modules/mkstemp.
11923         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11924         * NEWS: Mention the change.
11925
11926 2009-08-23  Bruno Haible  <bruno@clisp.org>
11927
11928         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11929         Reported by Eric Blake.
11930
11931 2009-08-23  Bruno Haible  <bruno@clisp.org>
11932
11933         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11934         Reported by Eric Blake.
11935
11936 2009-08-23  Bruno Haible  <bruno@clisp.org>
11937
11938         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11939         * modules/pipe2 (Depends-on): Likewise.
11940
11941 2009-08-23  Eric Blake  <ebb9@byu.net>
11942
11943         fcntl-h: add O_TTY_INIT support
11944         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11945         * tests/test-fcntl-h.c (o): Test it.
11946         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11947
11948         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11949         * modules/fcntl: Move <fcntl.h> header replacement...
11950         * modules/fcntl-h: ...to new name, so as not to collide with
11951         like-named function.
11952         * tests/test-fcntl.c: Rename...
11953         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11954         * modules/fcntl-tests: Rename...
11955         * modules/fcntl-h-tests: ...to this.  Update test file name.
11956         * modules/chdir-long (Depends-on): Update clients.
11957         * modules/chdir-safer (Depends-on): Likewise.
11958         * modules/fcntl-safer (Depends-on): Likewise.
11959         * modules/fts (Depends-on): Likewise.
11960         * modules/mkancesdirs (Depends-on): Likewise.
11961         * modules/mkdir-p (Depends-on): Likewise.
11962         * modules/open (Depends-on): Likewise.
11963         * modules/savewd (Depends-on): Likewise.
11964         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11965         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11966
11967 2009-08-22  Bruno Haible  <bruno@clisp.org>
11968
11969         * modules/binary-io (License): Relicense under LGPL.
11970         * modules/pipe2 (License): Likewise.
11971
11972 2009-08-22  Bruno Haible  <bruno@clisp.org>
11973
11974         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11975         return value.
11976         * lib/pipe-filter-gi.c (filter_init): Likewise.
11977         Reported by Eric Blake.
11978
11979 2009-08-22  Bruno Haible  <bruno@clisp.org>
11980
11981         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11982         * modules/pipe (Depends-on): Add pipe2.
11983
11984 2009-08-22  Bruno Haible  <bruno@clisp.org>
11985
11986         Tests for module 'pipe2'.
11987         * modules/pipe2-tests: New file.
11988         * tests/test-pipe2.c: New file.
11989
11990         New module 'pipe2'.
11991         * lib/unistd.in.h (pipe2): New declaration.
11992         * lib/pipe2.c: New file.
11993         * m4/pipe2.m4: New file.
11994         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11995         HAVE_PIPE2.
11996         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11997         * modules/pipe2: New file.
11998         * doc/glibc-functions/pipe2.texi: Mention the new module.
11999
12000 2009-08-22  Bruno Haible  <bruno@clisp.org>
12001
12002         Reference some new glibc functions.
12003         * doc/glibc-functions/accept4.texi: New file.
12004         * doc/glibc-functions/dup3.texi: New file.
12005         * doc/glibc-functions/mkostemp.texi: New file.
12006         * doc/glibc-functions/pipe2.texi: New file.
12007         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
12008         (Glibc sys/socket.h): Refer to accept4.
12009         (Glibc unistd.h): Refer to dup3, pipe2.
12010         Reported by Eric Blake.
12011
12012 2009-08-22  Jim Meyering  <meyering@redhat.com>
12013             Bruno Haible  <bruno@clisp.org>
12014
12015         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
12016         This makes it so packages using automake-1.11's silent-rules option
12017         can print e.g., a single "GEN    configmake.h" line, rather than
12018         the 30+ statements that perform the job.  If you want to see the
12019         actual commands, you can still run "make V=1".
12020         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
12021         so that make output is abbreviated when those variables are defined
12022         appropriately.
12023         * modules/argz: Likewise.
12024         * modules/arpa_inet: Likewise.
12025         * modules/byteswap: Likewise.
12026         * modules/configmake: Likewise.
12027         * modules/dirent: Likewise.
12028         * modules/errno: Likewise.
12029         * modules/fcntl: Likewise.
12030         * modules/float: Likewise.
12031         * modules/fnmatch: Likewise.
12032         * modules/getopt-posix: Likewise.
12033         * modules/glob: Likewise.
12034         * modules/iconv_open: Likewise.
12035         * modules/inttypes: Likewise.
12036         * modules/localcharset: Likewise.
12037         * modules/locale: Likewise.
12038         * modules/math: Likewise.
12039         * modules/netdb: Likewise.
12040         * modules/netinet_in: Likewise.
12041         * modules/poll: Likewise.
12042         * modules/posix_spawnp-tests: Likewise.
12043         * modules/sched: Likewise.
12044         * modules/search: Likewise.
12045         * modules/selinux-h: Likewise.
12046         * modules/signal: Likewise.
12047         * modules/spawn: Likewise.
12048         * modules/stdarg: Likewise.
12049         * modules/stdbool: Likewise.
12050         * modules/stddef: Likewise.
12051         * modules/stdint: Likewise.
12052         * modules/stdio: Likewise.
12053         * modules/stdlib: Likewise.
12054         * modules/string: Likewise.
12055         * modules/strings: Likewise.
12056         * modules/sys_file: Likewise.
12057         * modules/sys_ioctl: Likewise.
12058         * modules/sys_select: Likewise.
12059         * modules/sys_socket: Likewise.
12060         * modules/sys_stat: Likewise.
12061         * modules/sys_time: Likewise.
12062         * modules/sys_times: Likewise.
12063         * modules/sys_utsname: Likewise.
12064         * modules/sys_wait: Likewise.
12065         * modules/sysexits: Likewise.
12066         * modules/time: Likewise.
12067         * modules/unistd: Likewise.
12068         * modules/wchar: Likewise.
12069         * modules/wctype: Likewise.
12070
12071 2009-08-22  Jim Meyering  <meyering@redhat.com>
12072
12073         announce-gen: detect write failure
12074         * build-aux/announce-gen: Add Coda at end.
12075         Remove equivalent-but-more-verbose block at top.
12076
12077 2009-08-19  Akim Demaille  <demaille@gostai.com>
12078
12079         bootstrap: --help to stdout.
12080         * bootstrap (usage): Don't send --help to stderr.
12081         Use a here doc instead of a long string.
12082
12083 2009-08-21  Eric Blake  <ebb9@byu.net>
12084
12085         test-popen-safer: split from test-popen
12086         * tests/test-popen.c (main): Move...
12087         * tests/test-popen.h: ...into new file.
12088         * tests/test-popen-safer2.c: New file.
12089         * modules/popen-tests (Files): Add test-popen.h.
12090         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
12091         Suggested by Bruno Haible.
12092
12093         test-fcntl-safer: split from test-open
12094         * tests/test-open.c (main): Move...
12095         * tests/test-open.h: ...into new file.
12096         * tests/test-fcntl-safer.c: New file.
12097         * modules/open-tests (Files): Add test-open.h.
12098         * modules/fcntl-safer-tests: New file.
12099         Suggested by Bruno Haible.
12100
12101         test-fopen-safer: split from test-fopen
12102         * tests/test-fopen.c (main): Move...
12103         * tests/test-fopen.h: ...into new file.
12104         * tests/test-fopen-safer.c: New file.
12105         * modules/fopen-tests (Files): Add test-fopen.h.
12106         * modules/fopen-safer-tests: New file.
12107         Suggested by Bruno Haible.
12108
12109 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12110
12111         popen-safer: test O_CLOEXEC at run-time.
12112         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
12113
12114 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12115
12116         fcntl: move more flags to the header
12117         * lib/cloexec.c: Do not define FD_CLOEXEC here.
12118         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
12119         * lib/fcntl.in.h: Do both things here.
12120
12121 2009-08-21  Jim Meyering  <meyering@redhat.com>
12122
12123         consistently remove $@-t before redirecting to it
12124         * modules/argz: Remove $@-t and $@ before redirecting to the former.
12125         * modules/alloca-opt: Likewise.
12126         * modules/byteswap: Likewise.
12127         * modules/fnmatch: Likewise.
12128         * modules/getopt-posix: Likewise.
12129         * modules/glob: Likewise.
12130         * modules/poll: Likewise.
12131         * modules/posix_spawnp-tests: Likewise.
12132         * modules/sys_socket: Likewise.
12133         * modules/sysexits: Likewise.
12134
12135 2009-08-21  Eric Blake  <ebb9@byu.net>
12136
12137         popen: simplify access to original popen
12138         * lib/popen.c (rpl_popen): No need to worry about popen being a
12139         macro.
12140         Reported by Bruno Haible.
12141
12142 2009-08-20  Eric Blake  <ebb9@byu.net>
12143
12144         build: avoid some compiler warnings
12145         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
12146         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
12147         type.
12148         (new_exclude_segment, excluded_file_pattern_p)
12149         (excluded_file_name_p): Reduce scope.
12150         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
12151         old-style declaration.
12152
12153 2009-08-20  Simon Josefsson  <simon@josefsson.org>
12154
12155         * tests/test-exclude1.sh: Handle Windows EOL.
12156         * tests/test-exclude2.sh: Likewise.
12157         * tests/test-exclude3.sh: Likewise.
12158         * tests/test-exclude4.sh: Likewise.
12159         * tests/test-exclude5.sh: Likewise.
12160         * tests/test-exclude6.sh: Likewise.
12161         * tests/test-exclude7.sh: Likewise.
12162
12163 2009-08-19  Akim Demaille  <demaille@gostai.com>
12164
12165         bootstrap: find sha1sum when named gsha1sum.
12166         * bootstrap (find_tool): New.
12167         ($SHA1SUM): New.
12168         Use it.
12169
12170 2009-08-20  Jim Meyering  <meyering@redhat.com>
12171
12172         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
12173         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
12174         expression that converts "." in a file name to "\." in the resulting
12175         regexp.  Start with a dummy statement, so that prior shell variable
12176         definitions are expanded portably.  Reported by Simon Josefsson.
12177
12178 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
12179
12180         Fix polling for writeability of a screen buffer.
12181         * lib/poll.c: Distinguish input and screen buffers for the
12182         Win32 implementation.
12183         * lib/select.c: Likewise.
12184
12185 2009-08-19  Eric Blake  <ebb9@byu.net>
12186
12187         popen-safer: prevent popen from clobbering std descriptors
12188         * modules/popen-safer: New file.
12189         * lib/popen-safer.c: Likewise.
12190         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
12191         * lib/stdio--.h (popen): Provide override.
12192         * lib/stdio-safer.h (popen_safer): Provide declaration.
12193         * tests/test-popen.c (includes): Partially test this.
12194         * modules/popen-safer-tests: New file, for more tests.
12195         * tests/test-popen-safer.c: Likewise.
12196         * MODULES.html.sh (file stream based Input/Output): Mention it.
12197
12198         tests: test some of the *-safer modules
12199         * modules/fopen-safer (Depends-on): Add fopen.
12200         * modules/fcntl-safer (Depends-on): Add fcntl.
12201         * modules/stdlib-safer (Depends-on): Add stdlib.
12202         (configure.ac): Set indicator.
12203         * modules/unistd-safer (configure.ac): Likewise.
12204         * modules/tmpfile-safer (configure.ac): Likewise.
12205         (Depends-on): Add tmpfile.
12206         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
12207         active.
12208         * tests/test-fopen.c (includes): Test safer versions when they are
12209         in use.
12210         * tests/test-open.c (includes): Likewise.
12211
12212         popen: fix cygwin 1.5 bug when stdin closed
12213         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
12214         * modules/popen: New file.
12215         * modules/popen-tests: Likewise.
12216         * tests/test-popen.c: Likewise.
12217         * m4/popen.m4: Likewise.
12218         * lib/popen.c: Likewise.
12219         * lib/stdio.in.h (popen): New declaration.
12220         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
12221         * modules/stdio (Makefile.am): Likewise.
12222         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
12223
12224 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
12225
12226         maint.mk: give full control over update-copyright exclusions
12227         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
12228         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
12229         (update-copyright): Don't force inclusion of top-level
12230         ChangeLog.  Don't force exclusion of all COPYING files, but make
12231         them the default exclusion instead.
12232
12233 2009-08-16  Bruno Haible  <bruno@clisp.org>
12234
12235         Fix test failures on Solaris 10.
12236         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
12237         tests when Solaris iconv() is used.
12238         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12239         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12240         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12241         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12242         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12243
12244 2009-08-16  Bruno Haible  <bruno@clisp.org>
12245
12246         Fix test failures on Solaris 10.
12247         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12248         'tr' program and pass it as first argument.
12249         * tests/test-pipe-filter-gi1.sh: Likewise.
12250         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12251         program as first argument.
12252         * tests/test-pipe-filter-gi1.c (main): Likewise.
12253
12254 2009-08-16  Eric Blake  <ebb9@byu.net>
12255
12256         fpurge: fix previous commits
12257         * modules/fpurge (Makefile.am): Make replacement conditional,
12258         partially reverting 2007-04-29 change; missed in previous
12259         attempt.
12260         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
12261         is missing.
12262
12263 2009-08-16  Bruno Haible  <bruno@clisp.org>
12264
12265         Clarify fpurge's effect on the file position.
12266         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
12267         * tests/test-fpurge.c (main): Make a second pass for checking the file
12268         position.
12269
12270 2009-08-16  Bruno Haible  <bruno@clisp.org>
12271
12272         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
12273         declaration of fpurge is missing.
12274         * tests/test-fpurge.c (main): Check that the file has not more contents
12275         than expected. Close the file before removing it.
12276
12277 2009-08-15  Eric Blake  <ebb9@byu.net>
12278
12279         fpurge: don't wrap working cygwin implementation
12280         * lib/fpurge.c (fpurge): Fix comment typo.
12281         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
12282         1.7 to avoid replacement.
12283         * tests/test-fpurge.c (main): Enhance test.
12284
12285 2009-08-15  Eric Blake  <ebb9@byu.net>
12286         and Jim Meyering  <meyering@redhat.com>
12287
12288         test-update-copyright: skip if perl is insufficient
12289         * tests/test-update-copyright.sh: Failure to run maintainer tool
12290         should not cause testsuite failure on cygwin 1.5.
12291
12292 2009-08-14  Eric Blake  <ebb9@byu.net>
12293
12294         doc: mention more functions added in cygwin 1.7.0
12295         * doc/posix-headers/limits.texi (limits.h): Update for recent
12296         cygwin additions.
12297         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
12298         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
12299         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
12300         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
12301         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
12302
12303 2009-08-14  Eric Blake  <ebb9@byu.net>
12304
12305         maint.mk: simplify update-copyright rule
12306         * top/maint.mk (update-copyright-local): Delete, and document how
12307         to do it in cfg.mk instead.
12308         (update-copyright-exclude-regexp): Delete, and document how to do
12309         it in .x-update-copyright instead.
12310         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
12311         exclude ChangeLog.
12312
12313 2009-08-14  Bruno Haible  <bruno@clisp.org>
12314
12315         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12316
12317 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12318
12319         maint.mk: support update-copyright-env
12320         * top/maint.mk (update-copyright-env): Define place-holder.
12321         (update-copyright): Expand $(update-copyright-env) before
12322         invoking update-copyright.
12323
12324 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12325
12326         update-copyright: implement forced reformatting
12327         * build-aux/update-copyright: Implement and document
12328         UPDATE_COPYRIGHT_FORCE.
12329         * tests/test-update-copyright.sh: Test it.
12330
12331 2009-08-14  Eric Blake  <ebb9@byu.net>
12332         and Bruno Haible  <bruno@clisp.org>
12333
12334         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12335         * tests/test-locale.c: Revert previous patch related to NULL.
12336         * tests/test-stdio.c: Likewise.
12337         * tests/test-stdlib.c: Likewise.
12338         * tests/test-string.c: Likewise.
12339         * tests/test-unistd.c: Likewise.
12340         * modules/time-tests (Depends-on): Add verify.
12341         * modules/wchar-tests (Depends-on): Likewise.
12342         * tests/test-time.c: Test for NULL compliance.
12343         * tests/test-wchar.c: Likewise.
12344         * modules/locale (Depends-on): Add stddef.
12345         * modules/stdio (Depends-on): Likewise.
12346         * modules/stdlib (Depends-on): Likewise.
12347         * modules/string (Depends-on): Likewise.
12348         * modules/time (Depends-on): Likewise.
12349         * modules/unistd (Depends-on): Likewise.
12350         * modules/wchar (Depends-on): Likewise.
12351         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12352         * lib/stdlib.in.h (includes): Likewise.
12353         * lib/string.in.h (includes): Likewise.
12354         * lib/time.in.h (includes): Likewise.
12355         * lib/unistd.in.h (includes): Likewise.
12356         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12357         replaced.
12358         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12359         * m4/stddef_h.m4: New file.
12360         * modules/stddef: Likewise.
12361         * lib/stddef.in.h: Likewise.
12362         * modules/stddef-tests: Likewise.
12363         * tests/test-stddef.c: Likewise.
12364         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12365         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12366         * doc/posix-headers/locale.texi (locale.h): Likewise.
12367         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12368         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12369         * doc/posix-headers/string.texi (string.h): Likewise.
12370         * doc/posix-headers/time.texi (time.h): Likewise.
12371         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12372         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12373
12374 2009-08-14  Eric Blake  <ebb9@byu.net>
12375
12376         doc: improve git diff of texinfo files
12377         * .gitattributes: Add rule for *.texi files, with hint on how to
12378         use it.
12379         Copied from m4, and based on a report by Bruno Haible.
12380
12381 2009-08-14  Bruno Haible  <bruno@clisp.org>
12382
12383         Disable multithread support by default on Cygwin 1.5.x for real.
12384         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12385
12386 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12387
12388         update-copyright: much ado about intervals
12389         * build-aux/update-copyright: Implement and document
12390         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12391         of copyright year intervals.
12392         Also, document UPDATE_COPYRIGHT_YEAR.
12393         * tests/test-update-copyright.sh: Test it.
12394
12395         update-copyright: convert 2-digit to 4-digit years
12396         * build-aux/update-copyright: Implement and document.
12397         * tests/test-update-copyright.sh: Update.
12398
12399 2009-08-14  Jim Meyering  <meyering@redhat.com>
12400
12401         test-exclude: avoid coreutils "make check" failure
12402         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12403         just as in test-argmatch.c.
12404
12405 2009-08-13  Eric Blake  <ebb9@byu.net>
12406
12407         test-dup2: fix bad assumption
12408         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12409         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12410
12411         test-version-etc: fix CRLF portability issue
12412         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12413         recognize \r.
12414         * tests/test-argp-version-etc-1.sh: Likewise.
12415
12416         getopt: update client modules
12417         * modules/argp (Depends-on): Use getopt-gnu.
12418         * modules/git-merge-changelog (Depends-on): Likewise.
12419         * modules/long-options (Depends-on): Likewise.
12420         * modules/xstrtol (Depends-on): Likewise.
12421
12422 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12423
12424         * tests/test-version-etc.sh: Don't fail on different
12425         project/version.  Don't fail on CRLF differences.  Rewrite to use
12426         multiple -e instead of multiple sed forks, suggested by Eric Blake
12427         <ebb9@byu.net>.
12428         * tests/test-argp-version-etc-1.sh: Likewise.
12429
12430 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12431
12432         * tests/test-version-etc.sh: Don't fail on different
12433         project/version.
12434
12435 2009-08-12  Bruno Haible  <bruno@clisp.org>
12436
12437         Tests for modules 'getopt-posix', 'getopt-gnu'.
12438         * modules/getopt-posix-tests: New file.
12439         * tests/test-getopt.c: New file.
12440         * tests/test-getopt.h: New file.
12441         * tests/test-getopt_long.h: New file.
12442
12443         New modules 'getopt-posix', 'getopt-gnu'.
12444         * modules/getopt-gnu: New file, renamed from modules/getopt.
12445         * modules/getopt-posix: New file.
12446         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12447         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12448         (gl_GETOPT): Remove macro.
12449         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12450         Disable the test against BSD systems that declare optreset. Test
12451         against mingw bug. Test against lack of support of optional arguments
12452         on many platforms.
12453         * doc/glibc-headers/getopt.texi: Update module name and list of
12454         relevant platforms.
12455         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12456         'getopt-gnu' and more portability problems.
12457         * NEWS: Mention the changes.
12458
12459 2009-08-12  Bruno Haible  <bruno@clisp.org>
12460
12461         Ensure that optarg etc. get declared by <unistd.h>.
12462         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12463         AC_USE_SYSTEM_EXTENSIONS.
12464         * modules/getopt (Depends-on): Add 'extensions'.
12465
12466 2009-08-12  Bruno Haible  <bruno@clisp.org>
12467
12468         Avoid test link errors.
12469         * modules/pipe-filter-ii-tests (Makefile.am): Define
12470         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12471         * modules/pipe-filter-gi-tests (Makefile.am): Define
12472         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12473         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12474
12475 2009-08-12  Bruno Haible  <bruno@clisp.org>
12476
12477         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12478         gl_GETOPT_SUBSTITUTE before.
12479         (gl_GETOPT): Use it.
12480         * m4/argp.m4 (gl_ARGP): Update.
12481         Reported by Sergey Poznyakoff.
12482
12483         * m4/getopt.m4: Reorder macros.
12484         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12485         (gl_GETOPT_SUBSTITUTE): Remove macro.
12486
12487 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12488
12489         Minor improvement in gitlog-to-changelog
12490
12491         * build-aux/gitlog-to-changelog: New option `--format' makes
12492         output format string configurable.
12493
12494 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12495
12496         Optimize exclude: use hash tables for non-wildcard patterns.
12497
12498         * lib/exclude.c: Include hash.h and mbuiter.h
12499         (struct exclude_pattern, exclude_segment): New data types.
12500         (struct exclude): Rewrite.
12501         (fnmatch_pattern_has_wildcards): New function.
12502         (new_exclude_segment, free_exclude_segment): New functions.
12503         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12504         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12505         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12506         * modules/exclude: Depend on hash and mbuiter.
12507
12508         * modules/exclude-tests: New file.
12509         * tests/test-exclude.c: New file.
12510         * tests/test-exclude1.sh: New file.
12511         * tests/test-exclude2.sh: New file.
12512         * tests/test-exclude3.sh: New file.
12513         * tests/test-exclude4.sh: New file.
12514         * tests/test-exclude5.sh: New file.
12515         * tests/test-exclude6.sh: New file.
12516         * tests/test-exclude7.sh: New file.
12517
12518 2009-08-12  Bruno Haible  <bruno@clisp.org>
12519
12520         Ensure that getopt() gets declared by <unistd.h>.
12521         * lib/unistd.in.h: Conditionally include getopt.h.
12522         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12523         Set GNULIB_UNISTD_H_GETOPT.
12524         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12525         GNULIB_UNISTD_H_GETOPT.
12526         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12527
12528 2009-08-12  Bruno Haible  <bruno@clisp.org>
12529
12530         Clarify logic.
12531         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12532         gl_replace_getopt instead of GETOPT_H.
12533
12534 2009-08-12  Bruno Haible  <bruno@clisp.org>
12535
12536         * m4/getopt.m4: Add comments.
12537
12538 2009-08-12  Bruno Haible  <bruno@clisp.org>
12539
12540         Disable multithread support by default on Cygwin 1.5.x.
12541         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12542         set gl_use_threads=no if not specified otherwise.
12543
12544 2009-08-11  Bruno Haible  <bruno@clisp.org>
12545
12546         Avoid compilation error on NetBSD 5.0.
12547         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12548         * tests/test-stdio.c: Likewise.
12549         * tests/test-stdlib.c: Likewise.
12550         * tests/test-string.c: Likewise.
12551         * tests/test-unistd.c: Likewise.
12552         Reported by Greg Troxel <gdt@ir.bbn.com>
12553         at <https://savannah.gnu.org/support/?106973>.
12554
12555 2009-08-11  Bruno Haible  <bruno@clisp.org>
12556
12557         * modules/dup2-tests (Depends-on): Remove close.
12558
12559         Undo 2009-07-19 commit.
12560         * modules/acl-tests (Depends-on): Remove close.
12561         * modules/binary-io-tests (Depends-on): Likewise.
12562         * modules/closein-tests (Depends-on): Likewise.
12563         * modules/flock-tests (Depends-on): Likewise.
12564         * modules/fsync-tests (Depends-on): Likewise.
12565         * modules/lseek-tests (Depends-on): Likewise.
12566         * modules/pipe-tests (Depends-on): Likewise.
12567         * modules/posix_spawn-tests (Depends-on): Likewise.
12568         * modules/posix_spawnp-tests (Depends-on): Likewise.
12569         * modules/stat-time-tests (Depends-on): Likewise.
12570         * modules/yesno-tests (Depends-on): Likewise.
12571
12572 2009-08-10  Bruno Haible  <bruno@clisp.org>
12573
12574         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12575
12576 2009-08-10  Bruno Haible  <bruno@clisp.org>
12577
12578         Fix a gcc warning.
12579         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12580
12581 2009-08-10  Bruno Haible  <bruno@clisp.org>
12582
12583         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12584         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12585         not only the first time.
12586         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12587         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12588         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12589         is 1, not only the the first time.
12590
12591 2009-08-10  Bruno Haible  <bruno@clisp.org>
12592
12593         Make it possible to use module 'gethostname' without module 'close'.
12594         * lib/unistd.in.h (close): Evoke a link error only if
12595         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12596         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12597         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12598         * modules/unistd (Makefile.am): Substitute
12599         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12600         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12601         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12602         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12603         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12604         * modules/sys_ioctl (Makefile.am): Substitute
12605         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12606         * modules/socket (configure.ac): On native Windows, set
12607         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12608         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12609         Reported by Sam Steingold <sds@gnu.org>.
12610
12611 2009-08-10  Bruno Haible  <bruno@clisp.org>
12612
12613         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12614         * modules/ioctl (configure.ac): Likewise.
12615
12616 2009-08-10  Bruno Haible  <bruno@clisp.org>
12617
12618         Avoid collision between gnulib wrapper and libintl wrapper.
12619         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12620         already defined in intl/printf.c.
12621         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12622         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12623
12624 2009-08-09  Bruno Haible  <bruno@clisp.org>
12625
12626         Make <sys/select.h> really self-contained, also on Solaris 10.
12627         * lib/sys_select.in.h: Include <string.h>.
12628         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12629         Solaris 10 problem.
12630         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12631         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12632         Reported by Jim Meyering.
12633
12634 2009-08-09  Bruno Haible  <bruno@clisp.org>
12635
12636         Avoid warnings from 'aclocal' that are due to a use of macro name
12637         AM_XGETTEXT_OPTION that is not defined in automake.
12638         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12639         automake.
12640         * modules/error (configure.ac): Likewise.
12641         * modules/propername (configure.ac): Likewise.
12642         * modules/vasprintf (configure.ac): Likewise.
12643         * modules/verror (configure.ac): Likewise.
12644         * modules/xprintf (configure.ac): Likewise.
12645         * modules/xvasprintf (configure.ac): Likewise.
12646
12647 2009-08-08  Bruno Haible  <bruno@clisp.org>
12648
12649         Avoid compilation error in C++ mode.
12650         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12651         Reported by Sam Steingold <sds@gnu.org>.
12652
12653 2009-08-08  Bruno Haible  <bruno@clisp.org>
12654
12655         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12656         for the various Unix platforms.
12657         * doc/posix-headers/limits.texi: Update platforms list regarding
12658         HOST_NAME_MAX.
12659         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12660
12661 2009-08-07  Jim Meyering  <meyering@redhat.com>
12662
12663         selinux-at: fix typo in a comment
12664         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12665         Spotted by Paolo Bonzini.
12666
12667         selinux-at: remove redundant m4 code, add documentation
12668         * modules/selinux-at (configure.ac): Remove redundant code.
12669         LIB_SELINUX is already set via the dependent module, selinux-h.
12670         (Include): Add quotes around selinux-at.h.
12671         * lib/selinux-at.h: Add documentation.
12672         Reported by Bruno Haible in
12673         http://marc.info/?l=gnulib-bug&m=124958988300749
12674
12675 2009-08-07  Bruno Haible  <bruno@clisp.org>
12676
12677         Avoid link error on MacOS X 10.3 and 10.4.
12678         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12679         on non-ELF systems.
12680         * lib/argp-pv.c (argp_program_version): Likewise.
12681         Reported by Simon Josefsson.
12682
12683 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12684
12685         * tests/test-version-etc.sh: Use $EXEEXT.
12686
12687 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12688
12689         update-copyright: update documentation to point to maint.mk
12690         * build-aux/update-copyright: Here.
12691
12692 2009-08-06  Jim Meyering  <meyering@redhat.com>
12693
12694         maint.mk: support update-copyright-local
12695         * top/maint.mk (update-copyright-local): Define place-holder.
12696         (update-copyright): Depend on $(update-copyright-local).
12697
12698 2009-08-06  Jim Meyering  <meyering@redhat.com>
12699
12700         selinux-at: new module
12701         Initially written for coreutils, this module will soon be
12702         used by findutils, too.
12703         * MODULES.html.sh [Misc]: Add selinux-at.
12704         * lib/selinux-at.h: New file, from coreutils.
12705         * lib/selinux-at.c: Likewise.
12706         * modules/selinux-at: Likewise.
12707         (License): Change from LGPL to GPL, since it depends
12708         on the GPL'd openat module.
12709
12710         doc: update README
12711         * README: Remove references to cogito.
12712         Remove cvs-repo-updating instructions from 2007.
12713         Don't imply that CVS is better if you have limited disk space.
12714
12715 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12716
12717         update-copyright: support C-style comments
12718         * build-aux/update-copyright: Implement and document.
12719         * tests/test-update-copyright.sh: Test.
12720
12721 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12722
12723         update-copyright: support omitted "(C)"
12724         * build-aux/update-copyright: Implement and document.  Also,
12725         allow variable whitespace before "(C)".
12726         * tests/test-update-copyright.sh: Test.
12727
12728 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12729
12730         update-copyright: don't trip on non-FSF copyright statements
12731         * build-aux/update-copyright: Fix so that the first correctly
12732         formatted FSF copyright statement is recognized no matter what
12733         appears before it.  Update documentation.
12734         * tests/test-update-copyright.sh: Test that.
12735
12736 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12737
12738         update-copyright: clean up code a little
12739         * build-aux/update-copyright: Append "_re" to the name of any
12740         variable holding a regular expression.
12741         Replace "old" and "new" with "stmt" in variable names.
12742         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12743         handled correctly.
12744         Format code more consistently.
12745
12746 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12747
12748         update-copyright-tests: improve portability
12749         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12750         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12751
12752 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12753
12754         update-copyright: support @copyright{} and &copy;
12755         * build-aux/update-copyright: Implement and document.
12756         * tests/test-update-copyright.sh: Test.
12757
12758 2009-08-04  Jim Meyering  <meyering@redhat.com>
12759
12760         update-copyright-tests: correctly test EOL=\r\n handling
12761         * tests/test-update-copyright.sh: Put \r at the end of some lines
12762         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12763
12764         maint.mk: make update-copyright exclusion list more configurable
12765         * top/maint.mk (update-copyright): Default to excluding COPYING,
12766         but allow an override, in case someone does want to update that file.
12767
12768         maint.mk: don't update copyright date in COPYING
12769         * top/maint.mk (update-copyright): Exclude COPYING.
12770
12771         maint.mk: add a copyright-updating rule
12772         * top/maint.mk (update-copyright): New rule.
12773         Derived from coreutils/Makefile.am.
12774
12775         update-copyright: rename some variables
12776         * build-aux/update-copyright: Rename a few variables for clarity.
12777         Tweak syntax.  List Joel E. Denny as coauthor.
12778
12779 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12780
12781         update-copyright: fix bug for 2-digit last year and add tests
12782         * build-aux/update-copyright: Fix bug.
12783         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12784         specified.
12785         * modules/update-copyright-tests: New
12786         * tests/test-update-copyright.sh: New.
12787
12788 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12789
12790         update-copyright: handle leading tabs in line prefix
12791         * build-aux/update-copyright: Count leading tabs as 8 spaces
12792         when computing margin.  This helps with the formatting of
12793         ChangeLogs, for example.
12794         Fix documentation a little.
12795
12796 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12797
12798         update-copyright: support EOL=\r\n
12799         * build-aux/update-copyright: Implement that.
12800
12801 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12802
12803         update-copyright: automatically format copyright statements
12804         * build-aux/update-copyright: Implement that.
12805         Also, be a little more predictable and safer by always failing
12806         when the full copyright format is not perfectly recognized as an
12807         unbroken whole.  Discussed at
12808         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12809         Rewrite documentation.
12810
12811 2009-08-03  Bruno Haible  <bruno@clisp.org>
12812
12813         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12814
12815 2009-08-02  Bruno Haible  <bruno@clisp.org>
12816
12817         Tests for module 'uname'.
12818         * modules/uname-tests: New file.
12819         * tests/test-uname.c: New file.
12820
12821         New module 'uname'.
12822         * lib/uname.c: New file.
12823         * m4/uname.m4: New file.
12824         * modules/uname: New file.
12825         * doc/posix-functions/uname.texi: Mention the new module.
12826
12827 2009-08-02  Bruno Haible  <bruno@clisp.org>
12828
12829         Tests for module 'sys_utsname'.
12830         * modules/sys_utsname-tests: New file.
12831         * tests/test-sys_utsname.c: New file.
12832
12833         New module 'sys_utsname'.
12834         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12835         * m4/sys_utsname_h.m4: New file.
12836         * modules/sys_utsname: New file.
12837         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12838
12839 2009-08-02  Bruno Haible  <bruno@clisp.org>
12840
12841         Implicitly initialize the sockets library.
12842         * lib/gethostname.c: Include sockets.h.
12843         (rpl_gethostname): Invoke gl_sockets_startup.
12844         * lib/socket.c: Include sockets.h.
12845         (rpl_socket): Invoke gl_sockets_startup.
12846         * modules/gethostname (Depends-on): Add sockets.
12847         * modules/socket (Depends-on): Likewise.
12848         * tests/test-poll.c: Don't include sockets.h.
12849         (main): Don't invoke gl_sockets_startup.
12850         * tests/test-select.c: Don't include sockets.h.
12851         (main): Don't invoke gl_sockets_startup.
12852
12853 2009-08-02  Bruno Haible  <bruno@clisp.org>
12854
12855         Allow multiple calls to gl_sockets_startup.
12856         * lib/sockets.c (initialized_sockets_version): New variable.
12857         (gl_sockets_startup): Do nothing if already called for this or a higher
12858         version.
12859         (gl_sockets_cleanup): Reset initialized_sockets_version.
12860
12861 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12862
12863         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12864         different project/version.
12865
12866 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12867             Bruno Haible  <bruno@clisp.org>
12868
12869         Tests for module 'pipe-filter-gi'.
12870         * modules/pipe-filter-gi-tests: New file.
12871         * tests/test-pipe-filter-gi1.sh: New file.
12872         * tests/test-pipe-filter-gi1.c: New file.
12873         * tests/test-pipe-filter-gi2.sh: New file.
12874         * tests/test-pipe-filter-gi2-main.c: New file.
12875         * tests/test-pipe-filter-gi2-child.c: New file.
12876
12877         New module 'pipe-filter-gi'.
12878         * lib/pipe-filter-gi.c: New file.
12879         * modules/pipe-filter-gi: New file.
12880
12881 2009-08-02  Bruno Haible  <bruno@clisp.org>
12882             Paolo Bonzini  <bonzini@gnu.org>
12883
12884         Tests for module 'pipe-filter-ii'.
12885         * modules/pipe-filter-ii-tests: New file.
12886         * tests/test-pipe-filter-ii1.sh: New file.
12887         * tests/test-pipe-filter-ii1.c: New file.
12888         * tests/test-pipe-filter-ii2.sh: New file.
12889         * tests/test-pipe-filter-ii2-main.c: New file.
12890         * tests/test-pipe-filter-ii2-child.c: New file.
12891
12892         New module 'pipe-filter-ii'.
12893         * lib/pipe-filter.h: New file.
12894         * lib/pipe-filter-ii.c: New file.
12895         * lib/pipe-filter-aux.h: New file.
12896         * modules/pipe-filter-ii: New file.
12897
12898 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12899
12900         * lib/gc-libgcrypt.c: Change copyright to FSF.
12901         * lib/gc-gnulib.c: Likewise.
12902
12903 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12904
12905         * lib/gethostname.c: Include limits.h.
12906
12907 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12908             Bruno Haible  <bruno@clisp.org>
12909
12910         Ensure HOST_NAME_MAX as part of the gethostname module.
12911         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12912         define also HOST_NAME_MAX.
12913         * tests/test-gethostname.c: Include <limits.h>.
12914         (main): Check also HOST_NAME_MAX.
12915         * doc/posix-headers/limits.texi: Document the mingw problem.
12916
12917 2009-08-02  Bruno Haible  <bruno@clisp.org>
12918
12919         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12920         Add comments.
12921
12922 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12923
12924         * lib/gethostname.c: Add Windows wrapper.
12925         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12926         * modules/gethostname: Depend on sys_socket & errno, for also
12927         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12928         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12929
12930 2009-07-31  Jim Meyering  <meyering@redhat.com>
12931
12932         getloadavg: fix symbol name in comment
12933         * lib/getloadavg.c: Correct a typo I introduced when adding
12934         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12935         Matt Kraai spotted the problem.
12936
12937 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12938
12939         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12940         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12941         code also if ! defined N_NAME_POINTER.
12942         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12943         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12944         but the n_name member is a 12-byte array.
12945
12946 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12947
12948         update-copyright: generalize comment handling
12949         * build-aux/update-copyright: Handle copyright statements
12950         within more comment styles.
12951         Document usage.
12952         Report any file with an external copyright holder or parse failure.
12953
12954 2009-07-29  Jim Meyering  <meyering@redhat.com>
12955
12956         mktime: correct setting of REPLACE_MKTIME
12957         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12958
12959         update-copyright: new module
12960         * modules/update-copyright: New file.
12961         * build-aux/update-copyright: New file.
12962         * MODULES.html.sh (maint+release support): Add update-copyright.
12963
12964 2009-07-27  Bruno Haible  <bruno@clisp.org>
12965
12966         Fix compilation error when <ctime> is used and mktime is replaced.
12967         * lib/time.in.h (mktime): New declaration.
12968         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12969         REPLACE_MKTIME instead of defining mktime in config.h.
12970         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12971         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12972         Reported by Ross McFarland <rwmcfa1@neces.com>.
12973
12974 2009-07-27  Bruno Haible  <bruno@clisp.org>
12975
12976         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12977         Reported by Matt Kraai <mkraai@beckman.com>.
12978
12979 2009-07-25  Jim Meyering  <meyering@redhat.com>
12980
12981         maint.mk: avoid warnings about missing files
12982         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12983         diagnostic when .prev-version does not exist.
12984         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12985         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12986         nonexistent cfg.mk.
12987         Suggestions from Simon Josefsson.
12988
12989 2009-07-25  Bruno Haible  <bruno@clisp.org>
12990
12991         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12992         defined as macros. Needed on QNX 6.4.1.
12993         Reported by Matt Kraai <mkraai@beckman.com>.
12994
12995 2009-07-23  Jim Meyering  <meyering@redhat.com>
12996
12997         maint.mk: invoke "make dist" with a working value of XZ_OPT
12998         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12999
13000 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
13001
13002         Make fseeko.c compile on QNX.
13003         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
13004
13005 2009-07-22  Peter Simons  <simons@cryp.to>
13006
13007         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
13008         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
13009         * lib/md4.h: Likewise.
13010         * lib/md5.h: Likewise.
13011         * lib/sha1.h: Likewise.
13012         * lib/sha256.h: Likewise.
13013         * lib/sha512.h: Likewise.
13014
13015         tests-sha1: don't assign literal string to 'char *' variable
13016         * tests/test-sha1.c (main): Declare locals with "const" to match
13017         attributes of the right hand side.
13018
13019 2009-07-21  Eric Blake  <ebb9@byu.net>
13020
13021         dup2: fix more mingw problems
13022         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
13023         fd to itself.
13024         * doc/posix-functions/dup2.texi (dup2): Document the bug.
13025         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
13026         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
13027         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
13028         care of mingw bugs.
13029
13030 2009-07-21  Jim Meyering  <meyering@redhat.com>
13031
13032         vc-list-files: avoid failure when /bin/sh is dash
13033         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
13034         On some Debian based systems, /bin/sh is a symlink to dash, and running
13035         this command would omit the "/" following each 'tests' prefix:
13036           dash -x build-aux/vc-list-files -C . tests
13037         That is because bash and dash work differently:
13038           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
13039           bash ok
13040           dash odd
13041
13042 2009-07-21  Eric Blake  <ebb9@byu.net>
13043
13044         dup2-tests: test previous patch
13045         * modules/dup2-tests: New file.
13046         * tests/test-dup2.c: Likewise.
13047         * tests/test-open.c (main): Avoid unspecified behavior.
13048         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
13049         test.
13050
13051         dup2: work around mingw and cygwin 1.5 bug
13052         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
13053         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
13054         * modules/unistd (Makefile.am): Substitute it.
13055         * lib/unistd.in.h (dup2): Declare the replacement.
13056         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
13057         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
13058         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
13059         * modules/execute (Depends-on): Add dup2.
13060         * modules/fseterr (Depends-on): Likewise.
13061         * modules/pipe (Depends-on): Likewise.
13062         * modules/posix_spawn-internal (Depends-on): Likewise.
13063
13064 2009-07-21  Bruno Haible  <bruno@clisp.org>
13065
13066         * modules/.gitattributes: New file.
13067
13068 2009-07-20  Bruno Haible  <bruno@clisp.org>
13069
13070         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
13071         (main): Use it.
13072
13073 2009-07-20  Eric Blake  <ebb9@byu.net>
13074
13075         test-pipe: make a bit more robust.
13076         * tests/test-pipe.c (myerr): Allow error messages regardless of
13077         what we do to stderr.
13078         (test_pipe): Rearrange to avoid deadlock.
13079         (child_main): Try a larger read, to ensure we avoided deadlock.
13080         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
13081         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
13082         if misused.
13083
13084 2009-07-19  Jim Meyering  <meyering@redhat.com>
13085
13086         fts: avoid false-positive cycle-detection
13087         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
13088         for each new command line argument.
13089
13090 2009-07-19  Bruno Haible  <bruno@clisp.org>
13091
13092         Fix build error on mingw with the modules sys_select and unistd.
13093         * modules/acl-tests (Depends-on): Add close.
13094         * modules/binary-io-tests (Depends-on): Likewise.
13095         * modules/closein-tests (Depends-on): Likewise.
13096         * modules/flock-tests (Depends-on): Likewise.
13097         * modules/fsync-tests (Depends-on): Likewise.
13098         * modules/lseek-tests (Depends-on): Likewise.
13099         * modules/pipe-tests (Depends-on): Likewise.
13100         * modules/posix_spawn-tests (Depends-on): Likewise.
13101         * modules/posix_spawnp-tests (Depends-on): Likewise.
13102         * modules/stat-time-tests (Depends-on): Likewise.
13103         * modules/yesno-tests (Depends-on): Likewise.
13104
13105 2009-07-19  Bruno Haible  <bruno@clisp.org>
13106
13107         Unify conditionals.
13108         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
13109         macros, not at the compiler macros.
13110         * lib/pipe.c: Likewise.
13111         * lib/execute.c: Likewise.
13112         * lib/spawni.c: Likewise.
13113
13114 2009-07-19  Bruno Haible  <bruno@clisp.org>
13115
13116         Fix handling of closed stdin/stdout/stderr on mingw.
13117         * lib/w32spawn.h: Include unistd.h.
13118         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
13119         file descriptor with O_NOINHERIT flag.
13120         (fd_safer_noinherit): New function, based on fd-safer.c.
13121         (dup_safer_noinherit): New function, based on dup-safer.c.
13122         (undup_safer_noinherit): New function.
13123         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
13124         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
13125         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
13126         instead of fd_safer.
13127         * tests/test-pipe.c: Include <windows.h>.
13128         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
13129
13130         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
13131         from main.
13132         (test_pipe): Pass an extra argument for disambiguation.
13133         (main): Invoke parent_main or child_main.
13134
13135         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
13136         consistently.
13137
13138 2009-07-18  Eric Blake  <ebb9@byu.net>
13139
13140         test-pipe: fix mingw build
13141         * tests/test-pipe.c (main): Avoid fcntl on mingw.
13142
13143 2009-07-18  Bruno Haible  <bruno@clisp.org>
13144
13145         * modules/pipe-tests (Makefile.am): Fix typo.
13146
13147 2009-07-18  Eric Blake  <ebb9@byu.net>
13148
13149         error: fix mingw build
13150         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
13151         Reported by Bruno Haible.
13152
13153         error: avoid undefined use of stdout
13154         * lib/error.c (error, error_at_line): Check that fd 1 is open
13155         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
13156         is handling faults and the close_stdout module wants to report the
13157         detection of closed stdout as an error.
13158
13159 2009-07-17  Eric Blake  <ebb9@byu.net>
13160
13161         pipe: be robust in face of closed fds
13162         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
13163         should cause child to misbehave.
13164         * modules/pipe-tests: New module.
13165         * tests/test-pipe.c: New file.
13166         * tests/test-pipe.sh: New file.
13167         Reported by Akim Demaille.
13168
13169 2009-07-14  Bruno Haible  <bruno@clisp.org>
13170
13171         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
13172         Reported by anonymous kc.
13173
13174 2009-07-07  Jim Meyering  <meyering@redhat.com>
13175
13176         maint.mk: don't look for translatable strings in *.m4 or *.mk
13177         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
13178         when searching for translatable strings.
13179
13180 2009-07-05  Jim Meyering  <meyering@redhat.com>
13181
13182         remove superfluous parentheses in STREQ definition
13183         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
13184         * lib/getugroups.c (STREQ): Likewise.
13185         * lib/fnmatch.c (STREQ): Likewise.
13186         Spotted by Bruno Haible.
13187
13188 2009-07-04  Jim Meyering  <meyering@redhat.com>
13189
13190         argv-iter: new module
13191         * MODULES.html.sh: Add argv-iter.
13192         * lib/argv-iter.c, lib/argv-iter.h: New files.
13193         * modules/argv-iter: New file.
13194         * modules/argv-iter-tests: New file.
13195         * tests/test-argv-iter.c: Test it.
13196
13197 2009-07-04  Bruno Haible  <bruno@clisp.org>
13198
13199         Fix assertion.
13200         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
13201         contains more exact copies of a given entry than file2, leave the extra
13202         copies unpaired rather than aborting.
13203         Reported by Eric Blake.
13204
13205 2009-07-02  Bruno Haible  <bruno@clisp.org>
13206
13207         Speedup git-merge-changelog for git cherry-pick.
13208         * lib/git-merge-changelog.c (struct entries_mapping): New type.
13209         (entries_mapping_get): New function, extracted from compute_mapping.
13210         (entries_mapping_reverse_get): New function.
13211         (compute_mapping): Add a 'full' argument. Return the result in a
13212         'struct entries_mapping'.
13213         (main): Update. Access the mappings through entries_mapping_get.
13214         Reported by Eric Blake.
13215
13216 2009-07-02  Bruno Haible  <bruno@clisp.org>
13217
13218         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
13219         best_i.
13220
13221 2009-07-02  Bruno Haible  <bruno@clisp.org>
13222
13223         Speed up approximate search for matching ChangeLog entries.
13224         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
13225         argument. Call fstrcmp_bounded instead of fstrcmp.
13226         (compute_mapping, try_split_merged_entry, main): Update callers.
13227
13228 2009-07-02  Bruno Haible  <bruno@clisp.org>
13229
13230         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
13231
13232 2009-06-30  Bruno Haible  <bruno@clisp.org>
13233
13234         Reduce the number of uc_is_cased calls.
13235         * lib/unicase.h (casing_suffix_context_t): Add
13236         'first_char_except_ignorable' field.
13237         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
13238         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
13239         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13240         Update initializer.
13241         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13242         case-ignorable characters.
13243         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13244         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13245         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13246         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13247         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13248
13249 2009-06-30  Bruno Haible  <bruno@clisp.org>
13250
13251         Tests for module 'unicase/ignorable'.
13252         * modules/unicase/ignorable-tests: New file.
13253         * tests/unicase/test-ignorable.c: New file, generated by
13254         gen-uni-tables.
13255
13256         Tests for module 'unicase/cased'.
13257         * modules/unicase/cased-tests: New file.
13258         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13259         * tests/unicase/test-predicate-part1.h: New file, derived from
13260         tests/unictype/test-predicate-part1.h.
13261         * tests/unicase/test-predicate-part2.h: New file, same as
13262         tests/unictype/test-predicate-part2.h.
13263
13264         Fix evaluation of "Before C" condition of FINAL_SIGMA.
13265         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
13266         (output_casing_properties): New function.
13267         (main): Call it.
13268         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
13269         * lib/unicase/cased.c: Include unictype/bitmap.h.
13270         (uc_is_cased): Define through a bitmap lookup.
13271         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
13272         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
13273         (uc_is_case_ignorable): Define through a bitmap lookup.
13274         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
13275         lib/unictype/bitmap.h.
13276         (Depends-on): Add inline. Clean up.
13277         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
13278         lib/unictype/bitmap.h.
13279         (Depends-on): Add inline. Clean up.
13280         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
13281         recognition.
13282         * tests/unicase/test-u16-tolower.c (main): Likewise.
13283         * tests/unicase/test-u32-tolower.c (main): Likewise.
13284
13285 2009-06-30  Bruno Haible  <bruno@clisp.org>
13286
13287         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
13288         * lib/unicase/u16-casemap.c: Likewise.
13289         * lib/unicase/u32-casemap.c: Likewise.
13290
13291 2009-06-29  Bruno Haible  <bruno@clisp.org>
13292
13293         Define u32_casefold as a wrapper around u32_ct_casefold.
13294         * lib/unicase/u32-casefold.c: Update.
13295         * modules/unicase/u32-casefold (Depends-on): Add
13296         unicase/u32-ct-casefold, unicase/empty-prefix-context,
13297         unicase/empty-suffix-context. Clean up.
13298
13299         Define u16_casefold as a wrapper around u16_ct_casefold.
13300         * lib/unicase/u16-casefold.c: Update.
13301         * modules/unicase/u16-casefold (Depends-on): Add
13302         unicase/u16-ct-casefold, unicase/empty-prefix-context,
13303         unicase/empty-suffix-context. Clean up.
13304
13305         Define u8_casefold as a wrapper around u8_ct_casefold.
13306         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13307         * lib/unicase/u8-casefold.c: Update.
13308         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13309         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13310
13311         Define u32_totitle as a wrapper around u32_ct_totitle.
13312         * lib/unicase/u32-totitle.c: Update.
13313         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13314         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13315
13316         Define u16_totitle as a wrapper around u16_ct_totitle.
13317         * lib/unicase/u16-totitle.c: Update.
13318         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13319         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13320
13321         Define u8_totitle as a wrapper around u8_ct_totitle.
13322         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13323         functions.
13324         (FUNC): Delegate to U_CT_TOTITLE.
13325         * lib/unicase/u8-totitle.c: Update.
13326         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13327         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13328
13329         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13330         invocation.
13331         * modules/unicase/u32-tolower (Depends-on): Add
13332         unicase/empty-prefix-context, unicase/empty-suffix-context.
13333
13334         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13335         invocation.
13336         * modules/unicase/u16-tolower (Depends-on): Add
13337         unicase/empty-prefix-context, unicase/empty-suffix-context.
13338
13339         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13340         * modules/unicase/u8-tolower (Depends-on): Add
13341         unicase/empty-prefix-context, unicase/empty-suffix-context.
13342
13343         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13344         invocation.
13345         * modules/unicase/u32-toupper (Depends-on): Add
13346         unicase/empty-prefix-context, unicase/empty-suffix-context.
13347
13348         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13349         invocation.
13350         * modules/unicase/u16-toupper (Depends-on): Add
13351         unicase/empty-prefix-context, unicase/empty-suffix-context.
13352
13353         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13354         * modules/unicase/u8-toupper (Depends-on): Add
13355         unicase/empty-prefix-context, unicase/empty-suffix-context.
13356
13357         New module 'unicase/u32-ct-casefold'.
13358         * lib/unicase/u32-ct-casefold.c: New file.
13359         * modules/unicase/u32-ct-casefold: New file.
13360
13361         New module 'unicase/u16-ct-casefold'.
13362         * lib/unicase/u16-ct-casefold.c: New file.
13363         * modules/unicase/u16-ct-casefold: New file.
13364
13365         New module 'unicase/u8-ct-casefold'.
13366         * lib/unicase/u8-ct-casefold.c: New file.
13367         * lib/unicase/u-ct-casefold.h: New file, derived from
13368         lib/unicase/u-casefold.h.
13369         * modules/unicase/u8-ct-casefold: New file.
13370
13371         New module 'unicase/u32-ct-totitle'.
13372         * lib/unicase/u32-ct-totitle.c: New file.
13373         * modules/unicase/u32-ct-totitle: New file.
13374
13375         New module 'unicase/u16-ct-totitle'.
13376         * lib/unicase/u16-ct-totitle.c: New file.
13377         * modules/unicase/u16-ct-totitle: New file.
13378
13379         New module 'unicase/u8-ct-totitle'.
13380         * lib/unicase/u8-ct-totitle.c: New file.
13381         * lib/unicase/u-ct-totitle.h: New file, derived from
13382         lib/unicase/u-totitle.h.
13383         * modules/unicase/u8-ct-totitle: New file.
13384
13385         New module 'unicase/u32-ct-tolower'.
13386         * lib/unicase/u32-ct-tolower.c: New file.
13387         * modules/unicase/u32-ct-tolower: New file.
13388
13389         New module 'unicase/u16-ct-tolower'.
13390         * lib/unicase/u16-ct-tolower.c: New file.
13391         * modules/unicase/u16-ct-tolower: New file.
13392
13393         New module 'unicase/u8-ct-tolower'.
13394         * lib/unicase/u8-ct-tolower.c: New file.
13395         * modules/unicase/u8-ct-tolower: New file.
13396
13397         New module 'unicase/u32-ct-toupper'.
13398         * lib/unicase/u32-ct-toupper.c: New file.
13399         * modules/unicase/u32-ct-toupper: New file.
13400
13401         New module 'unicase/u16-ct-toupper'.
13402         * lib/unicase/u16-ct-toupper.c: New file.
13403         * modules/unicase/u16-ct-toupper: New file.
13404
13405         New module 'unicase/u8-ct-toupper'.
13406         * lib/unicase/u8-ct-toupper.c: New file.
13407         * modules/unicase/u8-ct-toupper: New file.
13408
13409         Add context arguments to u*_casemap functions.
13410         * lib/unicase/unicasemap.h: Include unicase.h.
13411         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13412         suffix_context arguments.
13413         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13414         functions.
13415         (FUNC): Add prefix_context and suffix_context arguments. Use
13416         uc_is_cased and uc_is_case_ignorable.
13417         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13418         * lib/unicase/u16-casemap.c: Likewise.
13419         * lib/unicase/u32-casemap.c: Likewise.
13420         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13421         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13422         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13423         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13424         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13425         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13426
13427         New module 'unicase/u32-suffix-context'.
13428         * lib/unicase/u32-suffix-context.c: New file.
13429         * modules/unicase/u32-suffix-context: New file.
13430
13431         New module 'unicase/u16-suffix-context'.
13432         * lib/unicase/u16-suffix-context.c: New file.
13433         * modules/unicase/u16-suffix-context: New file.
13434
13435         New module 'unicase/u8-suffix-context'.
13436         * lib/unicase/u8-suffix-context.c: New file.
13437         * lib/unicase/u-suffix-context.h: New file.
13438         * modules/unicase/u8-suffix-context: New file.
13439
13440         New module 'unicase/empty-suffix-context'.
13441         * lib/unicase/empty-suffix-context.c: New file.
13442         * modules/unicase/empty-suffix-context: New file.
13443
13444         New module 'unicase/u32-prefix-context'.
13445         * lib/unicase/u32-prefix-context.c: New file.
13446         * modules/unicase/u32-prefix-context: New file.
13447
13448         New module 'unicase/u16-prefix-context'.
13449         * lib/unicase/u16-prefix-context.c: New file.
13450         * modules/unicase/u16-prefix-context: New file.
13451
13452         New module 'unicase/u8-prefix-context'.
13453         * lib/unicase/u8-prefix-context.c: New file.
13454         * lib/unicase/u-prefix-context.h: New file.
13455         * lib/unicase/context.h: New file.
13456         * modules/unicase/u8-prefix-context: New file.
13457
13458         New module 'unicase/empty-prefix-context'.
13459         * lib/unicase/empty-prefix-context.c: New file.
13460         * modules/unicase/empty-prefix-context: New file.
13461
13462         New module 'unicase/ignorable'.
13463         * lib/unicase/ignorable.c: New file.
13464         * modules/unicase/ignorable: New file.
13465
13466         New module 'unicase/cased'.
13467         * lib/unicase/caseprop.h: New file.
13468         * lib/unicase/cased.c: New file.
13469         * modules/unicase/cased: New file.
13470
13471         New functions for case mapping of substrings.
13472         * lib/unicase.h (casing_prefix_context_t): New type.
13473         (unicase_empty_prefix_context): New variable.
13474         (u8_casing_prefix_context, u16_casing_prefix_context,
13475         u32_casing_prefix_context, u8_casing_prefixes_context,
13476         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13477         declarations.
13478         (casing_suffix_context_t): New type.
13479         (unicase_empty_suffix_context): New variable.
13480         (u8_casing_suffix_context, u16_casing_suffix_context,
13481         u32_casing_suffix_context, u8_casing_suffixes_context,
13482         u16_casing_suffixes_context, u32_casing_suffixes_context,
13483         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13484         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13485         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13486         declarations.
13487
13488 2009-06-28  Jim Meyering  <meyering@redhat.com>
13489
13490         boostrap: indent only with spaces
13491         * build-aux/bootstrap: Indent only with spaces, never TABs.
13492
13493         bootstrap: split long lines
13494         * build-aux/bootstrap: Keep line length < 80.
13495
13496         bootstrap: sync from coreutils
13497         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13498         just as autoreconf does.  Verify a list of prerequisite
13499         package-name,version-number pairs if defined in bootstrap.conf.
13500         Refer to README-prereq, if prerequisites are not satisfied.
13501
13502 2009-06-27  Eric Blake  <ebb9@byu.net>
13503
13504         tests: add test for bogus NULL definition
13505         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13506         * tests/test-stdlib.c: Likewise.
13507         * tests/test-string.c: Likewise.
13508         * tests/test-locale.c: Likewise.
13509         * tests/test-unistd.c: Likewise.
13510         * modules/stdio-tests (Depends-on): Add verify.
13511         * modules/stdlib-tests (Depends-on): Likewise.
13512         * modules/string-tests (Depends-on): Likewise.
13513         * modules/locale-tests (Depends-on): Likewise.
13514         * modules/unistd-tests (Depends-on): Likewise.
13515
13516 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13517
13518         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13519         self-explaining comment.
13520         * m4/selinux-selinux-h: Update serial.
13521         (gl_LIBSELINUX): New macro, adding a warning for missing development
13522         packages to code extracted from...
13523         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13524         Add warning for missing development packages here, too.
13525
13526 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13527
13528         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13529
13530 2009-06-25  Eric Blake  <ebb9@byu.net>
13531
13532         version-etc: fix regression
13533         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13534         gcc.
13535         (version_etc): Use it, to catch bugs with trailing NULL.
13536         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13537         (version_etc_va): Fix logic bug.
13538         * modules/version-etc-tests: Add test.
13539         * tests/test-version-etc.c: New file.
13540         * tests/test-version-etc.sh: Likewise.
13541
13542 2009-06-25  Sam Steingold  <sds@gnu.org>
13543
13544         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13545         mbtowc declaration.
13546
13547 2009-06-25  Eric Blake  <ebb9@byu.net>
13548
13549         fpurge: migrate into <stdio.h>
13550         * lib/fpurge.h: Delete...
13551         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13552         * lib/fpurge.c (fpurge): Change declaring header.
13553         * modules/fpurge (Files): Drop deleted file.
13554         (Depends-on): Add stdio.
13555         (configure.ac): Set witness.
13556         * modules/stdio (Makefile.am): Support fpurge macros.
13557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13558         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13559         * lib/fflush.c: Update client.
13560         * tests/test-fpurge.c: Likewise.
13561         * NEWS: Mention the change.
13562
13563 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13564
13565         * lib/argp-version-etc.c (program_authors): Add const
13566         qualifier.
13567         * lib/version-etc.c: Fix typos in the comments.
13568         * modules/argp-version-etc: Depends on version-etc.
13569
13570 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13571
13572         argp-version-etc: new module.
13573
13574         * lib/argp-version-etc.c: New file.
13575         * lib/argp-version-etc.h: New file.
13576         * modules/argp-version-etc: New file.
13577         * modules/argp-version-etc-tests: New file.
13578         * tests/test-argp-version-etc.c: New test.
13579         * tests/test-argp-version-etc-1.sh: New test.
13580
13581 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13582
13583         Provide additional interfaces and documentation for version-etc
13584         module.
13585
13586         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13587         interfaces.
13588         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13589         prototypes.
13590
13591 2009-06-24  Bruno Haible  <bruno@clisp.org>
13592
13593         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13594         HAVE_LIB${NAME} macro.
13595         Reported by Sam Steingold <sds@gnu.org>.
13596
13597 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13598
13599         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13600         needed.
13601
13602 2009-06-21  Bruno Haible  <bruno@clisp.org>
13603
13604         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13605         work.
13606         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13607         together with LIB${NAME}, LTLIB${NAME}.
13608         Reported by Sam Steingold <sds@gnu.org>.
13609
13610 2009-06-20  Jim Meyering  <meyering@redhat.com>
13611
13612         tests: make sc_require_test_exit_idiom more generic
13613         * top/maint.mk (Exit_witness_file): New overridable variable.
13614         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13615         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13616
13617 2009-06-19  Jim Meyering  <meyering@redhat.com>
13618
13619         hash: reverse order of src/dst parameters in an internal interface
13620         * lib/hash.c (transfer_entries): Reverse order of parameters to
13621         put DST before SRC.  Adjust callers.
13622
13623         tests: test-hash: avoid wholesale duplication
13624         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13625         Instead, use a loop and add a single conditional.
13626
13627         tests: test-hash: allow seed selection via a command line argument
13628         * tests/test-hash.c (get_seed): New function.
13629         (main): Use it.
13630
13631 2009-06-19  Eric Blake  <ebb9@byu.net>
13632
13633         hash: avoid memory leak on allocation failure
13634         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13635         failure.  Factor repeated algorithm...
13636         (transfer_entries): ...into new helper routine.
13637         (hash_delete): React to hash_rehash return value.
13638
13639         hash: reduce memory pressure in hash_rehash no-op case
13640         * lib/hash.c (next_prime): Avoid overflow.
13641         (hash_initialize): Factor bucket size computation...
13642         (compute_bucket_size): ...into new helper function.
13643         (hash_rehash): Use new function and open coding to reduce memory
13644         pressure, and avoid a memory leak in USE_OBSTACK code.
13645         Reported by Jim Meyering.
13646
13647 2009-06-18  Eric Blake  <ebb9@byu.net>
13648
13649         hash: make rotation more obvious
13650         * modules/hash (Depends-on): Add bitrotate and stdint.
13651         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13652         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13653         (SIZE_MAX): Rely on headers for definition.
13654         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13655         (raw_hasher): Use rotr_sz.
13656         Suggested by Jim Meyering.
13657
13658         hash: fix memory leak in last patch
13659         * lib/hash.c (hash_rehash): Avoid memory leak.
13660
13661         hash: avoid no-op rehashing
13662         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13663
13664         hash: provide default callback functions
13665         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13666         (hash_initialize): Use them as defaults.
13667         * tests/test-hash.c (main): Test this.
13668
13669         hash: minor optimization
13670         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13671         when possible.
13672         (hash_initialize): Document this promise.
13673         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13674         * tests/test-hash.c (hash_compare_strings): Test this.
13675
13676 2009-06-18  Bruno Haible  <bruno@clisp.org>
13677
13678         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13679         going to be replaced anyway.
13680
13681 2009-06-18  Bruno Haible  <bruno@clisp.org>
13682
13683         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13684         in one place.
13685         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13686         be replaced anyway.
13687
13688 2009-06-18  Eric Blake  <ebb9@byu.net>
13689
13690         hash: check for resize before insertion
13691         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13692         threshold before insertion, so that a pathological hash_rehash
13693         that fills every bucket can still trigger another rehash.
13694
13695 2009-06-18  Jim Meyering  <meyering@redhat.com>
13696
13697         hash-tests: add a loop around the small tests
13698         * tests/test-hash.c (main): Repeat small tests with selected
13699         small initial table sizes.
13700
13701 2009-06-17  Eric Blake  <ebb9@byu.net>
13702
13703         hash: minor cleanups
13704         * lib/hash.h (hash_entry): Make opaque, by moving...
13705         * lib/hash.c (hash_entry): ...here.
13706         (hash_insert): Clarify restrictions on what can be inserted.
13707         (hash_get_next): Clarify when it is safe to remove an element
13708         during traversal.
13709         (check_tuning): Skip verification when tuning is known safe.
13710         (hash_initialize): Clarify restrictions on tuning.
13711
13712 2009-06-17  Jim Meyering  <jim@meyering.net>
13713         and Eric Blake  <ebb9@byu.net>
13714
13715         hash-tests: new module
13716         * modules/hash-tests: New file.
13717         * tests/test-hash.c: New file.
13718
13719 2009-06-17  Eric Blake  <ebb9@byu.net>
13720
13721         strstr-simple: document new module
13722         * MODULES.html.sh: Document new module.
13723
13724         strstr, strcasestr: replace on platforms with broken memchr
13725         * modules/strstr: Split into...
13726         * modules/strstr-simple: ...new module that does not care about
13727         performance, but does care about glibc bug.
13728         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13729         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13730         if platform memchr is broken, per Debian bug 521737.
13731         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13732         memchr.
13733         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13734         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13735         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13736         * modules/mountlist (Depends-on): Add strstr-simple.
13737         * modules/gen-uni-tables (Depends-on): Likewise.
13738         * modules/argz (Depends-on): Add strstr.
13739
13740 2009-06-17  Bruno Haible  <bruno@clisp.org>
13741
13742         * modules/posix_spawn-internal (Depends-on): Add errno.
13743
13744 2009-06-17  Bruno Haible  <bruno@clisp.org>
13745
13746         Define missing ESTALE on Interix 3.5.
13747         * lib/errno.in.h (ESTALE): Assign a value if missing.
13748         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13749         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13750         missing.
13751         * doc/posix-headers/errno.texi: Mention the Interix bug.
13752         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13753
13754 2009-06-15  Eric Blake  <ebb9@byu.net>
13755
13756         memchr, memchr2: add valgrind exception
13757         * lib/memchr.valgrind: New file.
13758         * lib/memchr2.valgrind: New file.
13759         * modules/memchr (Files): Distribute valgrind file.
13760         * modules/memchr2 (Files): Likewise.
13761
13762         docs: memchr is no longer obsolete
13763         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13764         * lib/string.in.h (memchr): Simplify logic.
13765
13766 2009-06-14  Jim Meyering  <meyering@redhat.com>
13767
13768         link-follow: fix the "checking..." message to not mention trailing slash
13769         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13770         never considered trailing slashes.
13771
13772 2009-06-14  Bruno Haible  <bruno@clisp.org>
13773
13774         * m4/memchr.m4: Mention also the bug on IA-64.
13775         * doc/posix-functions/memchr.texi: Likewise.
13776
13777 2009-06-12  Eric Blake  <ebb9@byu.net>
13778
13779         memchr: detect broken x86_64 and alpha implementations
13780         * modules/memchr-tests (Depends-on): Move mmap detection...
13781         * modules/memchr (Depends-on): ...here.
13782         (configure.ac): Set indicator.
13783         * lib/string.in.h (memchr): Declare replacement.
13784         * modules/string (Makefile.am): Trigger replacement.
13785         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13786         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13787         bugs.
13788         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13789         * modules/getpagesize (License): Relax license.
13790
13791 2009-06-11  Bruno Haible  <bruno@clisp.org>
13792
13793         * lib/idpriv.h: Add more references.
13794
13795 2009-06-08  Bruno Haible  <bruno@clisp.org>
13796
13797         Tests for module 'idpriv-droptemp'.
13798         * modules/idpriv-droptemp-tests: New file.
13799         * tests/test-idpriv-droptemp.sh: New file.
13800         * tests/test-idpriv-droptemp.su.sh: New file.
13801         * tests/test-idpriv-droptemp.c: New file.
13802
13803         New module 'idpriv-droptemp'.
13804         * lib/idpriv-droptemp.c: New file.
13805         * modules/idpriv-droptemp: New file.
13806
13807 2009-06-08  Bruno Haible  <bruno@clisp.org>
13808
13809         Tests for module 'idpriv-drop'.
13810         * modules/idpriv-drop-tests: New file.
13811         * tests/test-idpriv-drop.sh: New file.
13812         * tests/test-idpriv-drop.su.sh: New file.
13813         * tests/test-idpriv-drop.c: New file.
13814
13815         New module 'idpriv-drop'.
13816         * lib/idpriv.h: New file.
13817         * lib-idpriv-drop.c: New file.
13818         * m4/idpriv.m4: New file.
13819         * modules/idpriv-drop: New file.
13820
13821 2009-06-08  Bruno Haible  <bruno@clisp.org>
13822
13823         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13824         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13825         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13826         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13827         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13828         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13829         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13830
13831 2009-06-08  Eric Blake  <ebb9@byu.net>
13832
13833         test-strstr: use memory fence, when possible
13834         * tests/test-strstr.c (main): Use memory fence, in order to be
13835         more likely to trigger Debian bug 521737.
13836         * modules/strstr-tests (Files): Pull in additional files.
13837
13838         memchr: no longer obsolete, for wider field testing
13839         * modules/memchr (Status, Notice): Delete, this module is no
13840         longer obsolete.
13841         * modules/vasnprintf (Depends-on): Add memchr.
13842
13843 2009-06-07  Jim Meyering  <meyering@redhat.com>
13844
13845         hash: declare some functions with the warn_unused_result attribute
13846         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13847
13848 2009-06-07  Bruno Haible  <bruno@clisp.org>
13849
13850         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13851         Reported by Eric Blake.
13852
13853 2009-06-06  Eric Blake  <ebb9@byu.net>
13854
13855         test-alignof: fix typo with long double
13856         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13857         compiler error.
13858
13859 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13860
13861         Escape non-texinfo { and }s.
13862         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13863         markup error.
13864
13865 2009-06-04  Jim Meyering  <meyering@redhat.com>
13866
13867         gitlog-to-changelog: don't infloop on an empty commit log
13868         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13869         Reported by Boris Petersen <transacid@centerim.org>.
13870
13871 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13872
13873         version-etc: extend for packagers
13874         Add three new configure options, intended for packagers:
13875           --with-packager="packager name"
13876           --with-packager-version="packager-specific version"
13877           --with-packager-bug-reports="packager bug reporting"
13878         An example with coreutils:
13879           $ ./configure \
13880             --with-packager=Gentoo \
13881             --with-packager-bug-report=http://bugs.gentoo.org/ \
13882             --with-packager-version="patchset 1.6"
13883           $ ./src/ls --version | head -n2
13884           ls (GNU coreutils) 7.1-dirty
13885           Packaged by Gentoo (patchset 1.6)
13886         Note that the bug reporting info via --help doesn't show up because
13887         coreutils uses its own custom emit_bug_reporting_address() implementation
13888         in src/system.h.  If it didn't, it'd look like:
13889           $ ./src/ls --help | tail -n4
13890           Report bugs to <bug-coreutils@gnu.org>.
13891           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13892           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13893           General help using GNU software: <http://www.gnu.org/gethelp/>.
13894         * lib/version-etc.c: Print new information, if provided.
13895         * m4/version-etc.m4: New file.
13896         * modules/version-etc (Files): Add m4/version-etc.m4.
13897         (configure.ac): Add gl_VERSION_ETC.
13898
13899 2009-05-31  Bruno Haible  <bruno@clisp.org>
13900
13901         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13902         and 'int64_t'.
13903         * modules/alignof-tests (Dependencies): Add stdint.
13904         Reported by Eric Blake.
13905
13906 2009-05-31  Bruno Haible  <bruno@clisp.org>
13907
13908         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13909         restriction due to compiler bugs.
13910         Reported by Eric Blake.
13911
13912 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13913             Bruno Haible  <bruno@clisp.org>
13914
13915         Fix test-alignof failure.
13916         * lib/alignof.h (alignof_slot): New macro.
13917         (alignof_type): New macro, with the same semantics as the previous
13918         'alignof'.
13919         (alignof): Alias to alignof_slot.
13920         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13921         check that the results are usable as constant expressions.
13922
13923 2009-05-31  Bruno Haible  <bruno@clisp.org>
13924
13925         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13926         * tests/test-memchr.c (main): Check that memchr does not read past the
13927         first occurrence of the byte.
13928         * tests/test-strstr.c (main): Update comment.
13929         Suggested by Eric Blake.
13930
13931 2009-05-30  Bruno Haible  <bruno@clisp.org>
13932
13933         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13934         detail how to use dumpbin.
13935         Reported by David Byron <dbyron@dbyron.com>.
13936
13937 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13938
13939         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13940
13941 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13942
13943         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13944
13945 2009-05-28  Bruno Haible  <bruno@clisp.org>
13946
13947         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13948         build-aux/ files.
13949
13950 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13951
13952         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13953
13954 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13955
13956         * gnulib-tool (sed_transform_main_lib_file)
13957         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13958         regexps.
13959
13960 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13961
13962         * tests/test-strstr.c: Add another self-test.
13963         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13964         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13965
13966 2009-05-23  Bruno Haible  <bruno@clisp.org>
13967
13968         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13969         change.
13970
13971 2009-05-21  Bruno Haible  <bruno@clisp.org>
13972
13973         Simplify use of mode_t varargs.
13974         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13975         uses 'mode_t' or 'int'.
13976         * lib/openat.c (openat): Likewise.
13977         * lib/open-safer.c (open_safer): Likewise.
13978         * m4/mode_t.m4: New file.
13979         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13980         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13981         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13982         * modules/open (Files): Add m4/mode_t.m4.
13983         * modules/openat (Files): Likewise.
13984         * modules/fcntl-safer (Files): Likewise.
13985         Suggested by Eric Blake.
13986
13987 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13988
13989         * doc/glibc-functions/fallocate.texi: New file.
13990         * doc/gnulib.texi: Include it.
13991
13992 2009-05-21  Eric Blake  <ebb9@byu.net>
13993             Bruno Haible  <bruno@clisp.org>
13994
13995         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13996         invocations.
13997         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13998
13999 2009-05-21  Eric Blake  <ebb9@byu.net>
14000             Bruno Haible  <bruno@clisp.org>
14001
14002         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
14003         include_next. Fix of 2008-11-20 commit.
14004         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
14005         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
14006         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
14007         NEXT_MATH_H.
14008         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
14009         instead of NEXT_MATH_H.
14010
14011 2009-05-21  Bruno Haible  <bruno@clisp.org>
14012
14013         Avoid redefinition warnings for SIZE_MAX.
14014         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
14015         Reported by Simon Josefsson.
14016
14017 2009-05-21  Bruno Haible  <bruno@clisp.org>
14018
14019         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
14020         AC_CACHE_VAL.
14021
14022 2009-05-20  Bruno Haible  <bruno@clisp.org>
14023
14024         Make zeroptr.h work on mingw.
14025         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
14026         mprotect.
14027         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
14028         * modules/memchr2-tests (configure.ac): Likewise.
14029         * modules/memcmp-tests (configure.ac): Likewise.
14030         * modules/memmem-tests (configure.ac): Likewise.
14031         * modules/memrchr-tests (configure.ac): Likewise.
14032         Reported by Simon Josefsson.
14033
14034 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14035
14036         * tests/test-glob.c: Include string.h for strcmp prototype.
14037
14038 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14039
14040         * modules/getdelim (Depends-on): Add explicit stdint, although it
14041         was implicitly already pulled in via realloc-posix.
14042         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
14043
14044 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14045
14046         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
14047         G. Christensen" <tgc@jupiterrise.com>.
14048         * m4/sys_socket_h.m4: Check for sa_family_t.
14049         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
14050         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
14051         * tests/test-sys_socket.c: Check that sa_family_t works.
14052
14053 2009-05-18  Eric Blake  <ebb9@byu.net>
14054
14055         maint.mk: allow gnulib_dir in VPATH build
14056         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
14057
14058 2009-05-15  Jim Meyering  <meyering@redhat.com>
14059
14060         maint.mk: Give gnulib_dir a default definition.
14061         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
14062         Thus, most packages no longer need to specify this variable in cfg.mk
14063
14064 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
14065
14066         rename.m4: fix typos that would make non-mingw cross-configure fail
14067         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
14068
14069 2009-05-13  Eric Blake  <ebb9@byu.net>
14070
14071         mmap-anon: avoid out-of-order autoconf expansion
14072         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
14073         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
14074         * modules/memchr-tests (Depends-on): Add extensions.
14075         * modules/memchr2-tests (Depends-on): Add extensions.
14076         * modules/memcmp-tests (Depends-on): Add extensions.
14077         * modules/memmem-tests (Depends-on): Add extensions.
14078         * modules/memrchr-tests (Depends-on): Add extensions.
14079
14080 2009-05-13  Bruno Haible  <bruno@clisp.org>
14081
14082         Make some tests ISO C 99 compliant.
14083         * tests/zerosize-ptr.h: New file.
14084         * tests/test-memchr.c: Include zerosize-ptr.h.
14085         (main): Use a zero-size object pointer instead of NULL.
14086         * tests/test-memchr2.c: Include zerosize-ptr.h.
14087         (main): Use a zero-size object pointer instead of NULL.
14088         * tests/test-memcmp.c: Include zerosize-ptr.h.
14089         (main): Use a zero-size object pointer instead of NULL.
14090         * tests/test-memmem.c: Include zerosize-ptr.h.
14091         (main): Use a zero-size object pointer instead of NULL.
14092         * tests/test-memrchr.c: Include zerosize-ptr.h.
14093         (main): Use a zero-size object pointer instead of NULL.
14094         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
14095         m4/mmap-anon.m4.
14096         (Depends-on): Add getpagesize.
14097         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14098         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
14099         m4/mmap-anon.m4.
14100         (Depends-on): Add getpagesize.
14101         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14102         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
14103         m4/mmap-anon.m4.
14104         (Depends-on): Add getpagesize.
14105         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14106         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
14107         m4/mmap-anon.m4.
14108         (Depends-on): Add getpagesize.
14109         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14110         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
14111         m4/mmap-anon.m4.
14112         (Depends-on): Add getpagesize.
14113         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14114
14115 2009-05-12  Bruno Haible  <bruno@clisp.org>
14116
14117         Tests for module 'alignof'.
14118         * modules/alignof-tests: New file.
14119         * tests/test-alignof.c: New file.
14120
14121 2009-05-12  Bruno Haible  <bruno@clisp.org>
14122
14123         Fix alignof macro.
14124         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
14125         vendor compilers that are always correct.
14126
14127 2009-05-12  Bruno Haible  <bruno@clisp.org>
14128
14129         Make the MAP_ANONYMOUS detection work on HP-UX 11.
14130         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
14131         not whether its fully works.
14132
14133 2009-05-12  Bruno Haible  <bruno@clisp.org>
14134
14135         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
14136
14137 2009-05-12  Jim Meyering  <meyering@redhat.com>
14138
14139         * top/maint.mk: Adjust backslash alignment.
14140
14141 2009-05-11  Simon Josefsson  <simon@josefsson.org>
14142
14143         * top/maint.mk: Make $(srcdir)/build-aux configurable.
14144
14145 2009-05-11  Eric Blake  <ebb9@byu.net>
14146
14147         argp: avoid undefined behavior
14148         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
14149         macros.
14150
14151 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14152
14153         * tests/test-vc-list-files-git.sh: Do git config of user.email and
14154         user.name to prevent git commit from complaining.
14155
14156 2009-05-10  Bruno Haible  <bruno@clisp.org>
14157
14158         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
14159         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
14160         it rewrites every file name only once.
14161         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
14162
14163 2009-05-08  Bruno Haible  <bruno@clisp.org>
14164
14165         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
14166         instead of 'max'.
14167
14168 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14169
14170         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
14171         sockaddr_storage test.
14172
14173 2009-05-07  Simon Josefsson  <simon@josefsson.org>
14174
14175         * modules/sys_socket (Makefile.am): Substitute
14176         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
14177         * m4/sys_socket_h.m4: Check for sockaddr_storage.
14178         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
14179         * tests/test-sys_socket.c: Check sockaddr_storage.
14180
14181 2009-05-08  Bruno Haible  <bruno@clisp.org>
14182
14183         New module 'alignof'.
14184         * lib/alignof.h: New file.
14185         * modules/alignof: New file.
14186
14187 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14188             Bruno Haible  <bruno@clisp.org>
14189
14190         Fix test-file-has-acl on FreeBSD.
14191         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
14192         mask is implicitly added.
14193         * tests/test-file-has-acl.c: Include <signal.h>.
14194         (main): Terminate the test after 5 seconds.
14195         * modules/acl-tests (configure.ac): Check for alarm function.
14196
14197 2009-05-04  Bruno Haible  <bruno@clisp.org>
14198
14199         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
14200         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
14201         * modules/errno (configure.ac): Drop AC_REQUIRE.
14202         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
14203         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
14204
14205 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14206
14207         * modules/glob-tests: New module.
14208         * tests/test-glob.c: Add.
14209
14210 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14211
14212         * modules/fnmatch-tests: New module.
14213         * tests/test-fnmatch.c: Add.
14214
14215 2009-05-04  Eric Blake  <ebb9@byu.net>
14216
14217         maint: make the new no-submodule-changes rule VPATH-safe
14218         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
14219
14220 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14221             Bruno Haible  <bruno@clisp.org>
14222
14223         acl: Fix infinite loop on FreeBSD.
14224         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
14225         of return value from acl_get_entry.
14226         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
14227         Likewise.
14228
14229 2009-05-03  Bruno Haible  <bruno@clisp.org>
14230
14231         * lib/acl-internal.h (acl_entries): Clarify return value.
14232         * lib/acl_entries.c (acl_entries): Likewise.
14233
14234 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14235
14236         Bug fix in acl module.
14237         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
14238
14239 2009-05-03  Bruno Haible  <bruno@clisp.org>
14240
14241         Create gperf-generated file in the source dir, not in the build dir.
14242         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14243         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14244         * modules/unicase/locale-language (unicase/locale-languages.h):
14245         Likewise.
14246         * modules/unicase/special-casing (unicase/special-casing-table.h):
14247         Likewise.
14248         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14249         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14250         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14251         Reported by Ralf Wildenhues.
14252
14253 2009-05-03  Bruno Haible  <bruno@clisp.org>
14254
14255         * modules/fnmatch (Description, configure.ac): Taken from
14256         fnmatch-posix.
14257         * modules/fnmatch-posix: Turn into a symbolic reference to the
14258         'fnmatch' module, and deprecate.
14259         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
14260
14261 2009-05-03  Bruno Haible  <bruno@clisp.org>
14262
14263         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14264         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
14265         Reported by Ralf Wildenhues.
14266
14267 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14268
14269         * m4/fnmatch.m4: Fix fnmatch re-define.
14270
14271 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14272
14273         priv-set: new module and tests; adapt write-any-file
14274         * lib/priv-set.c: New file.
14275         * lib/priv-set.h: New file.
14276         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
14277         * lib/write-any-file.c: Simplify by using priv-set module.
14278         * m4/priv-set.m4: New file.
14279         * modules/priv-set: New file.
14280         * modules/unlinkdir: Add dependency on priv-set module.
14281         * modules/write-any-file: Likewise.
14282
14283         Tests for module 'priv-set'.
14284         * modules/priv-set-tests: New file.
14285         * tests/test-priv-set.c: New file.
14286
14287 2009-05-03  Jim Meyering  <meyering@redhat.com>
14288             Bruno Haible  <bruno@clisp.org>
14289
14290         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
14291         use the converted UTF-8 variant of the name instead.
14292
14293 2009-05-03  Jim Meyering  <meyering@redhat.com>
14294
14295         tests: tighten some getdate tests
14296         * tests/test-getdate.c (main): Tighten tests: require equality,
14297         not just greater than.  Set TZ envvar to UTC0.
14298
14299 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
14300
14301         getdate: correctly interpret "next monday" when run on a Monday
14302         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
14303         that e.g., "next tues" (when run on a tuesday) results in a date
14304         that is one week in the future, and not today's date.
14305         I.e., add a week when the wday is the same as the current one.
14306         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14307         and earlier by Martin Bernreuther and Jan Minář.
14308         * tests/test-getdate.c (main): Check that "next DAY" is always in
14309         the future and that "last DAY" is always in the past.
14310
14311 2009-05-02  Jim Meyering  <meyering@redhat.com>
14312
14313         build: ensure that a release build fails when a submodule is unclean
14314         * top/maint.mk (no-submodule-changes): New rule.
14315         (alpha beta major): Depend on it.
14316
14317 2009-05-02  Bruno Haible  <bruno@clisp.org>
14318
14319         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14320         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14321         shell variable gl_fnmatch_required to detect which variant is
14322         requested.
14323         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14324         gl_FUNC_FNMATCH_POSIX.
14325         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14326         exclude fnmatch-posix.
14327
14328 2009-05-02  Bruno Haible  <bruno@clisp.org>
14329
14330         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14331         * modules/mbsrtowcs (License): Change to LGPLv2+.
14332         * modules/strnlen1 (License): Likewise.
14333         Reported by Simon Josefsson.
14334
14335 2009-05-02  Bruno Haible  <bruno@clisp.org>
14336
14337         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14338         "cross".
14339         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14340         gnulib-tool was called with option --source-base=lib.
14341
14342 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14343
14344         Use automake *-local hooks without commands, for extensibility.
14345         * modules/localcharset (Makefile.am): Rename install-exec-local
14346         rule to install-exec-localcharset, and make it a prerequisite of
14347         install-exec-local.  Likewise, rename the uninstall-local rule to
14348         uninstall-localcharset, and make it a prerequisite of the former.
14349
14350 2009-05-01  Bruno Haible  <bruno@clisp.org>
14351
14352         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14353         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14354         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14355         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14356         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14357         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14358         m4/locale-zh.m4, m4/codeset.m4.
14359
14360         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14361         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14362         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14363         m4/locale-zh.m4.
14364
14365         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14366         REPLACE_WCRTOMB if mbstate_t must be replaced.
14367         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14368         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14369
14370 2009-05-01  Bruno Haible  <bruno@clisp.org>
14371
14372         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14373         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14374         dngettext, dcngettext, textdomain, bindtextdomain,
14375         bind_textdomain_codeset): Undefine before redefining.
14376
14377 2009-04-30  Bruno Haible  <bruno@clisp.org>
14378
14379         Fix bug introduced on 2009-04-25.
14380         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14381         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14382         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14383         is defined.
14384         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14385         is defined.
14386         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14387         is defined.
14388         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14389
14390 2009-04-28  Bruno Haible  <bruno@clisp.org>
14391
14392         Comment tweaks.
14393         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14394         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14395         * lib/unicase.h (u*_casexfrm): Likewise.
14396         Reported by Paolo Bonzini.
14397
14398 2009-04-28  Bruno Haible  <bruno@clisp.org>
14399
14400         Fix a compilation error.
14401         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14402         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14403         Reported by Jim Meyering.
14404
14405 2009-04-27  Bruno Haible  <bruno@clisp.org>
14406
14407         New module 'libunistring'.
14408         * modules/libunistring: New file.
14409         * m4/libunistring.m4: New file.
14410         * MODULES.html.sh (Unicode string functions): Add it.
14411
14412 2009-04-27  Eric Blake  <ebb9@byu.net>
14413
14414         maint.mk: allow package-specific header to provide <config.h>
14415         * top/maint.mk (sc_require_config_h): New variable.
14416         (sc_require_config_h, sc_require_config_h_first): Use it.
14417
14418 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14419
14420         * top/maint.mk (sc_avoid_if_before_free): Except
14421         useless-if-before-free script.
14422
14423 2009-04-27  Eric Blake  <ebb9@byu.net>
14424
14425         maintainer-makefile: depend on all required helper scripts
14426         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14427         useless-if-before-free.
14428         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14429         version, rather than assuming gnulib checkout is available.
14430         Reported by Simen Josefsson.
14431
14432 2009-04-26  Bruno Haible  <bruno@clisp.org>
14433
14434         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14435         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14436         "../" or "..".
14437
14438 2009-04-26  Bruno Haible  <bruno@clisp.org>
14439
14440         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14441         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14442         AC_LIB_HAVE_LINKFLAGS.
14443
14444 2009-04-26  Bruno Haible  <bruno@clisp.org>
14445
14446         Simplify calling convention of u*_conv_from_encoding.
14447         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14448         u32_conv_from_encoding): Expect a resultbuf argument and return the
14449         result directly as a pointer.
14450         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14451         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14452         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14453         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14454         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14455         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14456         Update.
14457         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14458         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14459         * lib/vasnprintf.c (VASNPRINTF): Update.
14460         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14461         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14462         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14463         * NEWS: Mention the change.
14464
14465 2009-04-26  Bruno Haible  <bruno@clisp.org>
14466
14467         Simplify calling convention of u*_conv_to_encoding.
14468         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14469         u32_conv_to_encoding): Expect a resultbuf argument and return the
14470         result directly as a pointer.
14471         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14472         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14473         freeing scaled_offsets if mem_iconveha failed.
14474         * lib/unicase/u-casexfrm.h (FUNC): Update.
14475         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14476         * lib/vasnprintf.c (VASNPRINTF): Update.
14477         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14478         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14479         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14480         * NEWS: Mention the change.
14481
14482 2009-04-26  Bruno Haible  <bruno@clisp.org>
14483
14484         Avoid test failures on AIX and OSF/1.
14485         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14486         malloc(0).
14487         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14488         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14489         Likewise.
14490         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14491         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14492         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14493         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14494         * doc/posix-functions/malloc.texi: Document the portability problem
14495         related to malloc(0).
14496
14497 2009-04-26  Bruno Haible  <bruno@clisp.org>
14498
14499         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14500         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14501         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14502
14503 2009-04-25  Bruno Haible  <bruno@clisp.org>
14504
14505         Avoid link error when creating a namespace clean library.
14506         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14507         as macro with arguments if already defined as an alias.
14508         * lib/signbitf.c (gl_signbitf): Don't undefine.
14509         * lib/signbitd.c (gl_signbitd): Don't undefine.
14510         * lib/signbitl.c (gl_signbitl): Don't undefine.
14511
14512 2009-04-25  Jim Meyering  <meyering@redhat.com>
14513
14514         vc-list-files: fix another quoting bug
14515         * build-aux/vc-list-files: Avoid sed backslash expansion
14516         of pathological directory names.
14517
14518 2009-04-25  Eric Blake  <ebb9@byu.net>
14519
14520         vc-list-files: fix shell quoting error
14521         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14522         timestamp.
14523
14524 2009-04-25  Jim Meyering  <meyering@redhat.com>
14525
14526         vc-list-files: restore lost functionality with subdir argument
14527         * build-aux/vc-list-files: When given a non-"." sub-directory
14528         argument, substitute the $dir/ prefix back onto each resulting name.
14529         Otherwise, coreutils' root_tests check would fail.
14530
14531 2009-04-24  Eric Blake  <ebb9@byu.net>
14532
14533         vc-list-files: ignore git symlinks
14534         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14535         than ls-files, to ignore git symlinks.
14536
14537         maint.mk: import improvements from m4
14538         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14539         (move_if_change): Delete unused macro.
14540         (news-date-check, vc-diff-check): Support VPATH builds.
14541         (announcement): Likewise.  Split --bootstrap-tools list...
14542         (boostrap-tools): ...into separate list, which can be overridden
14543         in cfg.mk.
14544         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14545         requiring dependency on useless-if-before-free module.
14546         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14547         Support VPATH builds.
14548
14549 2009-04-24  Jim Meyering  <meyering@redhat.com>
14550
14551         maint.mk: remove coreutils-specific rules and variables
14552         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14553         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14554         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14555
14556         maint.mk: remove obsolete rule
14557         * top/maint.mk (rel-check): Remove rule.
14558         (WGET, WGETFLAGS): Remove now-unused variables.
14559
14560 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14561
14562         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14563         consistency.
14564
14565         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14566         '$(PATH_SEPARATOR)' instead of ':'.
14567
14568 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14569
14570         * lib/getopt1.c (main): Use 'const' for static array.
14571
14572 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14573
14574         * top/maint.mk: Sync with coreutils.
14575         * NEWS: Explain incompatibilities.
14576
14577 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14578             Bruno Haible  <bruno@clisp.org>
14579
14580         Fix cross-compilation results.
14581         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14582         statement, as third argument of AC_TRY_RUN.
14583         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14584         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14585         Likewise.
14586         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14587         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14588         Likewise.
14589         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14590         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14591         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14592
14593 2009-04-20  Bruno Haible  <bruno@clisp.org>
14594
14595         Avoid test failure on mingw.
14596         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14597
14598 2009-04-20  Bruno Haible  <bruno@clisp.org>
14599
14600         Avoid compilation error on mingw.
14601         * modules/localename-tests (Depends-on): Add locale.
14602
14603 2009-04-19  Bruno Haible  <bruno@clisp.org>
14604
14605         Support for building a shared library on Windows platforms.
14606         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14607         (main): Test the presence of UNINORM_NFC here.
14608         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14609         (main): Test the presence of UNINORM_NFD here.
14610         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14611         (main): Test the presence of UNINORM_NFKC here.
14612         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14613         (main): Test the presence of UNINORM_NFKD here.
14614
14615 2009-04-19  Bruno Haible  <bruno@clisp.org>
14616
14617         Avoid a compiler warning.
14618         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14619         Change type of variable 'sequence'.
14620
14621 2009-04-19  Bruno Haible  <bruno@clisp.org>
14622
14623         * modules/configmake (Makefile.am): When the contents of configmake.h
14624         does not change, arrange to preserve its modification time.
14625
14626 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14627
14628         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14629         gettext domain.
14630
14631 2009-04-16  Jim Meyering  <meyering@redhat.com>
14632
14633         useless-if-before-free: improve conversion code
14634         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14635         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14636
14637 2009-04-14  Bruno Haible  <bruno@clisp.org>
14638
14639         * modules/fcntl (Depends-on): Add extensions.
14640         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14641
14642 2009-04-12  Ben Pfaff  <blp@gnu.org>
14643
14644         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14645         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14646
14647 2009-03-20  Ben Pfaff  <blp@gnu.org>
14648
14649         Make rename replace existing destinations on Windows.
14650         * m4/rename.m4: Add test for Mingw.
14651         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14652         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14653         * doc/posix-functions/rename.texi: Document.
14654
14655 2009-04-10  Bruno Haible  <bruno@clisp.org>
14656
14657         New include file "iconveh.h".
14658         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14659         * lib/striconveh.h: Include it.
14660         (enum iconv_ilseq_handler): Remove definition.
14661         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14662         striconveh.h.
14663         * lib/striconveha.c: Include striconveh.h.
14664         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14665         * modules/striconveh (Files): Add lib/iconveh.h.
14666         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14667         lib/striconveh.h.
14668
14669 2009-04-10  Bruno Haible  <bruno@clisp.org>
14670
14671         * lib/uniconv.h: Update comment.
14672
14673 2009-04-10  Bruno Haible  <bruno@clisp.org>
14674
14675         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14676         always.
14677         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14678         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14679         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14680         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14681         "unistring-notinline.h", so that the function gets defined always.
14682         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14683         * lib/unistr/u8-uctomb.c: Likewise.
14684         * lib/unistr/u16-mbtouc.c: Likewise.
14685         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14686         * lib/unistr/u16-uctomb.c: Likewise.
14687         * lib/unistr/u32-mbtouc.c: Likewise.
14688         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14689         * lib/unistr/u32-uctomb.c: Likewise.
14690
14691 2009-04-10  Bruno Haible  <bruno@clisp.org>
14692
14693         Mark 'utime' obsolete.
14694         * modules/utime (Status, Notice): New sections.
14695         Suggested by Jim Meyering.
14696
14697         Fix cross-compile guess for utime test.
14698         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14699         autoconf.
14700         * doc/posix-functions/utime.texi: Give more precisions.
14701         Reported by Jan <ipif@ymail.com>.
14702
14703 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14704
14705         filevercmp: correct today's change
14706         * lib/filevercmp.c: Also handle coreutils' test inputs.
14707         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14708
14709         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14710         for reporting it.
14711         * lib/filevercmp.c: Special handle for "", "." and "..".
14712         * tests/test-filevercmp.c: Enlarge the set suite.
14713
14714 2009-04-07  Jim Meyering  <meyering@redhat.com>
14715
14716         useless-if-before-free: show how to remove braced useless free, too
14717         * build-aux/useless-if-before-free: still only in a comment, though.
14718
14719 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14720
14721         maint.mk: import changes to syntax-check macros from coreutils
14722         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14723         Use them in the relevant macros.
14724
14725 2009-04-06  Bruno Haible  <bruno@clisp.org>
14726
14727         Fix unportable use of bit-fields.
14728         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14729         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14730         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14731
14732 2009-04-06  Bruno Haible  <bruno@clisp.org>
14733
14734         Avoid test failures on AIX and OSF/1.
14735         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14736         that malloc(0) = NULL.
14737         * tests/unicase/test-u8-tolower.c (check): Likewise.
14738         * tests/unicase/test-u8-totitle.c (check): Likewise.
14739         * tests/unicase/test-u8-toupper.c (check): Likewise.
14740         * tests/unicase/test-u16-casefold.c (check): Likewise.
14741         * tests/unicase/test-u16-tolower.c (check): Likewise.
14742         * tests/unicase/test-u16-totitle.c (check): Likewise.
14743         * tests/unicase/test-u16-toupper.c (check): Likewise.
14744         * tests/unicase/test-u32-casefold.c (check): Likewise.
14745         * tests/unicase/test-u32-tolower.c (check): Likewise.
14746         * tests/unicase/test-u32-totitle.c (check): Likewise.
14747         * tests/unicase/test-u32-toupper.c (check): Likewise.
14748         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14749         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14750         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14751         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14752         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14753         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14754         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14755         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14756         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14757         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14758         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14759         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14760
14761 2009-04-05  Bruno Haible  <bruno@clisp.org>
14762
14763         Work around an autoconf limitation.
14764         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14765         comment line if it would be longer than 3 KB.
14766
14767 2009-04-05  Bruno Haible  <bruno@clisp.org>
14768
14769         Avoid test failure with libiconv-1.13.
14770         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14771         of the expected test results.
14772
14773 2009-04-05  Bruno Haible  <bruno@clisp.org>
14774
14775         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14776         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14777         that it should be installed.
14778
14779 2009-04-05  Bruno Haible  <bruno@clisp.org>
14780
14781         * gnulib-tool: New option --copy-file.
14782         (func_usage): Document it.
14783         (func_dest_tmpfilename): Moved out of func_import.
14784         (func_add_file, func_update_file): New functions, extracted from
14785         func_import.
14786         (func_import): Update.
14787
14788 2009-04-05  Karl Berry  <karl@gnu.org>
14789
14790         * README: prominently mention gnulib-tool.
14791         Rearrange sections so getting the code is near the top.
14792
14793 2009-04-05  Bruno Haible  <bruno@clisp.org>
14794
14795         * lib/unicase.h: Mention u*_cmp2.
14796         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14797         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14798         * lib/unicase/ulc-casecmp.c: Likewise.
14799         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14800         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14801         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14802         unistr/u8-cmp.
14803         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14804         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14805         unistr/u16-cmp.
14806         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14807         unistr/u32-cmp.
14808
14809         * lib/uninorm.h: Mention u*_cmp2.
14810         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14811         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14812         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14813         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14814         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14815         unistr/u8-cmp.
14816         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14817         unistr/u16-cmp.
14818         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14819         unistr/u32-cmp.
14820
14821         New module 'unistr/u32-cmp2'.
14822         * lib/unistr/u32-cmp2.c: New file.
14823         * modules/unistr/u32-cmp2: New file.
14824
14825         New module 'unistr/u16-cmp2'.
14826         * lib/unistr/u16-cmp2.c: New file.
14827         * modules/unistr/u16-cmp2: New file.
14828
14829         New module 'unistr/u8-cmp2'.
14830         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14831         * lib/unistr/u8-cmp2.c: New file.
14832         * lib/unistr/u-cmp2.h: New file.
14833         * modules/unistr/u8-cmp2: New file.
14834
14835 2009-04-05  Bruno Haible  <bruno@clisp.org>
14836
14837         * lib/unictype.h (uc_property_is_valid): New macro.
14838         * tests/unictype/test-pr_byname.c (main): Use it.
14839
14840         * lib/unistr.h: Doc fixes.
14841         * lib/uniconv.h: Doc fixes.
14842         * lib/unictype.h: Doc fixes.
14843
14844 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14845
14846         Port coreutils 7.2 to Solaris 8.
14847
14848         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14849         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14850         for Solaris 8.  This is a bit of a hack, as it means it's the
14851         caller's responsibility to add -lnsl if needed, but most likely it
14852         won't be needed since only getaddrinfo uses this and getaddrinfo
14853         isn't needed on Solaris 8.
14854
14855         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14856         problem to Solaris 8 encountered with coreutils 7.2, which
14857         resulted in a message "fnmatch.c:292: warning: passing argument 4
14858         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14859         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14860
14861 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14862
14863         * m4/ld-version-script.m4: Add FIXME comment.
14864
14865 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14866
14867         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14868         SOVERSION variable.
14869
14870 2009-04-02  Bruno Haible  <bruno@clisp.org>
14871
14872         * Makefile (info, html, dvi, pdf): Combine the rules.
14873         Suggested by Jim Meyering.
14874
14875 2009-04-01  Bruno Haible  <bruno@clisp.org>
14876
14877         * Makefile (info, html, dvi, pdf): New targets.
14878         Reported by Reuben Thomas <rrt@sc3d.org>.
14879
14880 2009-04-01  Bruno Haible  <bruno@clisp.org>
14881
14882         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14883         can be put into PATH.
14884         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14885
14886 2009-04-01  Bruno Haible  <bruno@clisp.org>
14887
14888         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14889
14890 2009-04-01  Bruno Haible  <bruno@clisp.org>
14891
14892         Rename module 'visibility'.
14893         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14894         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14895         * doc/gnulib.texi: Update.
14896         * MODULES.html.sh (Misc): Update.
14897         * NEWS: Mention the change.
14898
14899 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14900
14901         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14902         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14903         Eric Blake <ebb9@byu.net> for review.
14904         * MODULES.html.sh: Add lib-msvc-compat.
14905         * doc/gnulib.texi: Link to new section.
14906         * m4/ld-output-def.m4: New file.
14907         * doc/ld-output-def.texi: New file.
14908
14909 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14910
14911         Rename ld-version-script to lib-symbol-versions.  Suggested by
14912         Bruno Haible <bruno@clisp.org>.
14913         * modules/ld-version-script: Renamed to lib-symbol-versions.
14914         * doc/ld-version-script.texi: Fix module name.
14915         * MODULES.html.sh: Add lib-symbol-versions.
14916
14917 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14918
14919         * modules/u64-tests: New file.
14920         * tests/test-u64.c: New file.
14921
14922 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14923
14924         * MODULES.html.sh: Mention u64.
14925         * modules/u64: New module.
14926         * modules/crypto/sha512: Depend on u64 module instead of providing
14927         u64.h.
14928
14929 2009-03-27  Eric Blake  <ebb9@byu.net>
14930
14931         test-strerror: make debugging EAI_SYSTEM easier
14932         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14933         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14934         failure was EAI_SYSTEM.
14935
14936 2009-03-25  Bruno Haible  <bruno@clisp.org>
14937
14938         Fix a problem with --enable-relocatable on Solaris 7.
14939         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14940         since 2008-02-24.
14941
14942 2009-03-25  Eric Blake  <ebb9@byu.net>
14943
14944         test-sockets: avoid gcc warning
14945         * tests/test-sockets.c (main): Silence compiler warning.
14946
14947 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14948
14949         New modules nproc, pthread, contributed by Glen Lenker.
14950
14951         * MODULES.html.sh: Add pthread, nproc.
14952         * lib/nproc.c: New file.
14953         * lib/nproc.h: New file.
14954         * lib/pthread.in.h: New file.
14955         * m4/pthread.m4: New file.
14956         * modules/nproc: New file.
14957         * modules/pthread: New file.
14958
14959 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14960
14961         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14962         New variable.
14963
14964 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14965
14966         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14967         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14968         * tests/test-filevercmp.c: Add tests for backup suffixes.
14969
14970 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14971
14972         * modules/stdlib (Depends-on): Add stdint, needed when defining
14973         struct random_data on, for example, HP-UX 10.20.  Reported by
14974         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14975
14976 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14977
14978         * lib/readline.c (readline): Call fflush on stdout after printing
14979         prompt.
14980
14981 2009-03-20  Bruno Haible  <bruno@clisp.org>
14982
14983         Remove dependency from 'close' module to -lws2_32 on native Windows.
14984         * lib/close-hook.h: New file.
14985         * lib/close-hook.c: New file.
14986         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14987         w32sock.h.
14988         (_gl_close_fd_maybe_socket): Remove function.
14989         (rpl_close): Invoke execute_all_close_hooks instead of
14990         _gl_close_fd_maybe_socket.
14991         * lib/sockets.c: Include close-hook.h, w32sock.h.
14992         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14993         (close_sockets_hook): New variable.
14994         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14995         (gl_sockets_cleanup): Unregister it.
14996         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14997         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14998         * modules/close-hook: New file.
14999         * modules/close (Files): Remove lib/w32sock.h.
15000         (Depends-on): Add close-hook.
15001         (Link): Remove section.
15002         * modules/sockets (Files): Add lib/w32sock.h.
15003         (Depends-on): Add close-hook.
15004         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
15005         invocation.
15006         * NEWS: Mention that LIB_CLOSE is gone.
15007
15008 2009-03-23  Eric Blake  <ebb9@byu.net>
15009
15010         signal-tests: test previous patch
15011         * tests/test-signal.c: New file.
15012         * modules/signal-tests: Likewise.
15013
15014         signal.h: always support 'volatile sig_atomic_t'
15015         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
15016         (gl_SIGNAL_H_DEFAULTS): Add a default.
15017         * modules/signal (Makefile.am): Substitute if needed.
15018         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
15019         users can blindly add volatile.
15020         * doc/posix-headers/signal.texi (signal.h): Document it.
15021         Reported by Matthew Woehlke.
15022
15023 2009-03-23  Jim Meyering  <meyering@redhat.com>
15024
15025         pathmax: PATH_MAX: use pathconf only when available
15026         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
15027         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
15028         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
15029         This avoids a link failure in a PSP cross-compilation environment
15030         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
15031
15032         * lib/vasnprintf.c (divide): Fix typo in comment.
15033
15034 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15035
15036         * gnulib-tool (func_filter_filelist): Fix comment.
15037
15038 2009-03-20  Bruno Haible  <bruno@clisp.org>
15039
15040         Make sockets.h self-contained.
15041         * lib/sockets.c: Include sockets.h first.
15042         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
15043
15044 2009-03-19  Eric Blake  <ebb9@byu.net>
15045
15046         doc: mention more functions added in cygwin 1.7.0
15047         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
15048         addition.
15049         * doc/posix-functions/log2f.texi: Likewise.
15050
15051 2009-03-19  Jim Meyering  <meyering@redhat.com>
15052
15053         fsusage: avoid syntax error due to statement-before-declaration
15054         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
15055         after all declarations.  Reported by Matthew Woehlke in
15056         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
15057
15058 2009-03-18  Eric Blake  <ebb9@byu.net>
15059
15060         build-aux/compile: sync from automake
15061         * build-aux/compile: New file, from automake.
15062         * config/srclist.txt: Mention build-aux/compile.
15063
15064 2009-03-17  Bruno Haible  <bruno@clisp.org>
15065
15066         * lib/git-merge-changelog.c: Fix typo in comment.
15067         Reported by Reuben Thomas <rrt@sc3d.org>.
15068
15069 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
15070
15071         * m4/regex.m4: update and improve help for
15072         --without-included-regex.
15073
15074 2009-03-17  Simon Josefsson  <simon@josefsson.org>
15075
15076         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
15077         failure on missing include files.
15078
15079 2009-03-17  Eric Blake  <ebb9@byu.net>
15080
15081         doc: mention more functions added in cygwin 1.7.0
15082         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
15083         addition.
15084         * doc/posix-functions/fwscanf.texi: Likewise.
15085         * doc/posix-functions/swprintf.texi: Likewise.
15086         * doc/posix-functions/swscanf.texi: Likewise.
15087         * doc/posix-functions/vfwprintf.texi: Likewise.
15088         * doc/posix-functions/vfwscanf.texi: Likewise.
15089         * doc/posix-functions/vswprintf.texi: Likewise.
15090         * doc/posix-functions/vswscanf.texi: Likewise.
15091         * doc/posix-functions/vwprintf.texi: Likewise.
15092         * doc/posix-functions/vwscanf.texi: Likewise.
15093         * doc/posix-functions/wcscasecmp.texi: Likewise.
15094         * doc/posix-functions/wcsdup.texi: Likewise.
15095         * doc/posix-functions/wcsftime.texi: Likewise.
15096         * doc/posix-functions/wcsncasecmp.texi: Likewise.
15097         * doc/posix-functions/wprintf.texi: Likewise.
15098         * doc/posix-functions/wscanf.texi: Likewise.
15099         * doc/glibc-functions/gethostbyname2.texi: Likewise.
15100
15101 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15102
15103         maint.mk: really add $(AM_MAKEFLAGS)
15104         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
15105         was inadvertently omitted in the last commit.
15106         Spotted by Bruno Haible.
15107
15108         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
15109         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
15110         $(AM_MAKEFLAGS)' rather than plain `make'.
15111
15112         gnulib-tool: execute $MAKE not make
15113         * gnulib-tool: Default $MAKE to 'make'.
15114         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
15115         than make.  Initialize $MAKE in the do-autobuild script.
15116
15117         gnulib-tool: use $MAKE not make in generated files
15118         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
15119         make, in generated files.  Initialize $MAKE in the do-autobuild
15120         script.
15121
15122         * top/GNUmakefile (_have-git-version-gen): Fix typo.
15123
15124         GNUmakefile: disable parallelism only for multiple, recursive targets
15125         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
15126         additions in the Makefile.
15127         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
15128         by Automake.
15129         (.NOTPARALLEL): Only disable parallel builds if multiple targets
15130         are listed on the command line and at least one of them is
15131         listed in $(ALL_RECURSIVE_TARGETS).
15132
15133 2009-03-14  Bruno Haible  <bruno@clisp.org>
15134
15135         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
15136         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
15137         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
15138         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
15139         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
15140         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
15141         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
15142         unistr/u8-uctomb.
15143         * modules/unistr/u8-strchr (Depends-on): Likewise.
15144         * modules/unistr/u8-strrchr (Depends-on): Likewise.
15145         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
15146         unistr/u16-uctomb.
15147         * modules/unistr/u16-strchr (Depends-on): Likewise.
15148         * modules/unistr/u16-strrchr (Depends-on): Likewise.
15149
15150 2009-03-12  Bruno Haible  <bruno@clisp.org>
15151
15152         Work around select() bug on Interix 3.5.
15153         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
15154         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
15155         * m4/select.m4: New file.
15156         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
15157         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
15158         * modules/select (Files): Add m4/select.m4.
15159         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
15160         * modules/nanosleep (Depends-on): Add select.
15161         * modules/poll (Depends-on): Likewise.
15162         * doc/posix-functions/select.texi: Mention the Interix bug.
15163         Reported by Markus Duft <mduft@gentoo.org>.
15164
15165         * lib/select.c: Renamed from lib/winsock-select.c.
15166         * modules/select (Files): Add lib/select.c, remove
15167         lib/winsock-select.c.
15168         (configure.ac): Update.
15169
15170 2009-03-12  Jim Meyering  <meyering@redhat.com>
15171
15172         avoid gcc warnings about unused macro definitions
15173         * lib/readtokens.c (STREQ): Remove unused definition.
15174         * lib/xmalloc.c (SIZE_MAX): Likewise.
15175         * lib/openat-die.c (N_): Likewise.
15176         * lib/mountlist.c (SIZE_MAX): Remove definition.
15177         Instead, include <stdint.h>.
15178         * lib/readutmp.c: Likewise.
15179         * modules/readutmp (Depends-on): Add stdint.
15180         * modules/mountlist (Depends-on): Add stdint.
15181         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
15182
15183 2009-03-10  Bruno Haible  <bruno@clisp.org>
15184
15185         Tests for module 'mbmemcasecoll'.
15186         * modules/mbmemcasecoll-tests: New file.
15187         * tests/test-mbmemcasecoll1.sh: New file.
15188         * tests/test-mbmemcasecoll2.sh: New file.
15189         * tests/test-mbmemcasecoll3.sh: New file.
15190         * tests/test-mbmemcasecoll.c: New file.
15191
15192         New module 'mbmemcasecoll'.
15193         * lib/mbmemcasecoll.h: New file.
15194         * lib/mbmemcasecoll.c: New file.
15195         * modules/mbmemcasecoll: New file.
15196
15197         * tests/test-mbmemcasecmp.h: New file, extracted from
15198         tests/test-mbmemcasecmp.c.
15199         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
15200         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
15201         (main): Update.
15202         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
15203
15204 2009-03-09  Bruno Haible  <bruno@clisp.org>
15205
15206         Tests for module 'mbmemcasecmp'.
15207         * modules/mbmemcasecmp-tests: New file.
15208         * tests/test-mbmemcasecmp1.sh: New file.
15209         * tests/test-mbmemcasecmp2.sh: New file.
15210         * tests/test-mbmemcasecmp3.sh: New file.
15211         * tests/test-mbmemcasecmp.c: New file.
15212
15213         New module 'mbmemcasecmp'.
15214         * lib/mbmemcasecmp.h: New file.
15215         * lib/mbmemcasecmp.c: New file.
15216         * modules/mbmemcasecmp: New file.
15217
15218 2009-03-09  Bruno Haible  <bruno@clisp.org>
15219
15220         Tests for module 'unicase/ulc-casecoll'.
15221         * modules/unicase/ulc-casecoll-tests: New file.
15222         * tests/unicase/test-ulc-casecoll1.sh: New file.
15223         * tests/unicase/test-ulc-casecoll2.sh: New file.
15224         * tests/unicase/test-ulc-casecoll.c: New file.
15225
15226         New module 'unicase/ulc-casecoll'.
15227         * lib/unicase.h (ulc_casecoll): New declaration.
15228         * lib/unicase/ulc-casecoll.c: New file.
15229         * modules/unicase/ulc-casecoll: New file.
15230
15231         New module 'unicase/ulc-casexfrm'.
15232         * lib/unicase.h (ulc_casexfrm): New declaration.
15233         * lib/unicase/ulc-casexfrm.c: New file.
15234         * modules/unicase/ulc-casexfrm: New file.
15235
15236 2009-03-09  Bruno Haible  <bruno@clisp.org>
15237
15238         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
15239         invocations.
15240
15241         * m4/mbscasecmp.m4: Remove file.
15242         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15243         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15244
15245         * m4/mbscasestr.m4: Remove file.
15246         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15247         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15248
15249         * m4/mbschr.m4: Remove file.
15250         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15251         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15252
15253         * m4/mbscspn.m4: Remove file.
15254         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15255         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15256
15257         * m4/mbslen.m4: Remove file.
15258         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15259         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
15260
15261         * m4/mbsncasecmp.m4: Remove file.
15262         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
15263         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15264
15265         * m4/mbsnlen.m4: Remove file.
15266         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
15267         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
15268
15269         * m4/mbspbrk.m4: Remove file.
15270         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
15271         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
15272
15273         * m4/mbspcasecmp.m4: Remove file.
15274         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
15275         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
15276
15277         * m4/mbsrchr.m4: Remove file.
15278         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
15279         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
15280
15281         * m4/mbssep.m4: Remove file.
15282         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
15283         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
15284
15285         * m4/mbsspn.m4: Remove file.
15286         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
15287         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
15288
15289         * m4/mbsstr.m4: Remove file.
15290         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
15291         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
15292
15293         * m4/mbstok_r.m4: Remove file.
15294         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
15295         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
15296
15297         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
15298
15299         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
15300         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
15301
15302         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
15303
15304 2009-03-08  Bruno Haible  <bruno@clisp.org>
15305
15306         Tests for module 'unicase/ulc-casecmp'.
15307         * modules/unicase/ulc-casecmp-tests: New file.
15308         * tests/unicase/test-ulc-casecmp1.sh: New file.
15309         * tests/unicase/test-ulc-casecmp2.sh: New file.
15310         * tests/unicase/test-ulc-casecmp.c: New file.
15311
15312         New module 'unicase/ulc-casecmp'.
15313         * lib/unicase.h (ulc_casecmp): New declaration.
15314         * lib/unicase/ulc-casecmp.c: New file.
15315         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15316         'const SRC_UNIT *'.
15317         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15318         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15319         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15320         * modules/unicase/ulc-casecmp: New file.
15321
15322         Tests for module 'unicase/u32-is-cased'.
15323         * modules/unicase/u32-is-cased-tests: New file.
15324         * tests/unicase/test-u32-is-cased.c: New file.
15325
15326         Tests for module 'unicase/u16-is-cased'.
15327         * modules/unicase/u16-is-cased-tests: New file.
15328         * tests/unicase/test-u16-is-cased.c: New file.
15329
15330         Tests for module 'unicase/u8-is-cased'.
15331         * modules/unicase/u8-is-cased-tests: New file.
15332         * tests/unicase/test-u8-is-cased.c: New file.
15333         * tests/unicase/test-is-cased.h: New file.
15334
15335         New module 'unicase/u32-is-cased'.
15336         * lib/unicase/u32-is-cased.c: New file.
15337         * modules/unicase/u32-is-cased: New file.
15338
15339         New module 'unicase/u16-is-cased'.
15340         * lib/unicase/u16-is-cased.c: New file.
15341         * modules/unicase/u16-is-cased: New file.
15342
15343         New module 'unicase/u8-is-cased'.
15344         * lib/unicase/u8-is-cased.c: New file.
15345         * lib/unicase/u-is-cased.h: New file.
15346         * modules/unicase/u8-is-cased: New file.
15347
15348         Tests for module 'unicase/u32-is-casefolded'.
15349         * modules/unicase/u32-is-casefolded-tests: New file.
15350         * tests/unicase/test-u32-is-casefolded.c: New file.
15351
15352         Tests for module 'unicase/u16-is-casefolded'.
15353         * modules/unicase/u16-is-casefolded-tests: New file.
15354         * tests/unicase/test-u16-is-casefolded.c: New file.
15355
15356         Tests for module 'unicase/u8-is-casefolded'.
15357         * modules/unicase/u8-is-casefolded-tests: New file.
15358         * tests/unicase/test-u8-is-casefolded.c: New file.
15359         * tests/unicase/test-is-casefolded.h: New file.
15360
15361         New module 'unicase/u32-is-casefolded'.
15362         * lib/unicase/u32-is-casefolded.c: New file.
15363         * modules/unicase/u32-is-casefolded: New file.
15364
15365         New module 'unicase/u16-is-casefolded'.
15366         * lib/unicase/u16-is-casefolded.c: New file.
15367         * modules/unicase/u16-is-casefolded: New file.
15368
15369         New module 'unicase/u8-is-casefolded'.
15370         * lib/unicase/u8-is-casefolded.c: New file.
15371         * modules/unicase/u8-is-casefolded: New file.
15372
15373         Tests for module 'unicase/u32-is-titlecase'.
15374         * modules/unicase/u32-is-titlecase-tests: New file.
15375         * tests/unicase/test-u32-is-titlecase.c: New file.
15376
15377         Tests for module 'unicase/u16-is-titlecase'.
15378         * modules/unicase/u16-is-titlecase-tests: New file.
15379         * tests/unicase/test-u16-is-titlecase.c: New file.
15380
15381         Tests for module 'unicase/u8-is-titlecase'.
15382         * modules/unicase/u8-is-titlecase-tests: New file.
15383         * tests/unicase/test-u8-is-titlecase.c: New file.
15384         * tests/unicase/test-is-titlecase.h: New file.
15385
15386         New module 'unicase/u32-is-titlecase'.
15387         * lib/unicase/u32-is-titlecase.c: New file.
15388         * modules/unicase/u32-is-titlecase: New file.
15389
15390         New module 'unicase/u16-is-titlecase'.
15391         * lib/unicase/u16-is-titlecase.c: New file.
15392         * modules/unicase/u16-is-titlecase: New file.
15393
15394         New module 'unicase/u8-is-titlecase'.
15395         * lib/unicase/u8-is-titlecase.c: New file.
15396         * modules/unicase/u8-is-titlecase: New file.
15397
15398         Tests for module 'unicase/u32-is-lowercase'.
15399         * modules/unicase/u32-is-lowercase-tests: New file.
15400         * tests/unicase/test-u32-is-lowercase.c: New file.
15401
15402         Tests for module 'unicase/u16-is-lowercase'.
15403         * modules/unicase/u16-is-lowercase-tests: New file.
15404         * tests/unicase/test-u16-is-lowercase.c: New file.
15405
15406         Tests for module 'unicase/u8-is-lowercase'.
15407         * modules/unicase/u8-is-lowercase-tests: New file.
15408         * tests/unicase/test-u8-is-lowercase.c: New file.
15409         * tests/unicase/test-is-lowercase.h: New file.
15410
15411         New module 'unicase/u32-is-lowercase'.
15412         * lib/unicase/u32-is-lowercase.c: New file.
15413         * modules/unicase/u32-is-lowercase: New file.
15414
15415         New module 'unicase/u16-is-lowercase'.
15416         * lib/unicase/u16-is-lowercase.c: New file.
15417         * modules/unicase/u16-is-lowercase: New file.
15418
15419         New module 'unicase/u8-is-lowercase'.
15420         * lib/unicase/u8-is-lowercase.c: New file.
15421         * modules/unicase/u8-is-lowercase: New file.
15422
15423         Tests for module 'unicase/u32-is-uppercase'.
15424         * modules/unicase/u32-is-uppercase-tests: New file.
15425         * tests/unicase/test-u32-is-uppercase.c: New file.
15426
15427         Tests for module 'unicase/u16-is-uppercase'.
15428         * modules/unicase/u16-is-uppercase-tests: New file.
15429         * tests/unicase/test-u16-is-uppercase.c: New file.
15430
15431         Tests for module 'unicase/u8-is-uppercase'.
15432         * modules/unicase/u8-is-uppercase-tests: New file.
15433         * tests/unicase/test-u8-is-uppercase.c: New file.
15434         * tests/unicase/test-is-uppercase.h: New file.
15435
15436         New module 'unicase/u32-is-uppercase'.
15437         * lib/unicase/u32-is-uppercase.c: New file.
15438         * modules/unicase/u32-is-uppercase: New file.
15439
15440         New module 'unicase/u16-is-uppercase'.
15441         * lib/unicase/u16-is-uppercase.c: New file.
15442         * modules/unicase/u16-is-uppercase: New file.
15443
15444         New module 'unicase/u8-is-uppercase'.
15445         * lib/unicase/u8-is-uppercase.c: New file.
15446         * modules/unicase/u8-is-uppercase: New file.
15447
15448         New module 'unicase/u32-is-invariant'.
15449         * lib/unicase/u32-is-invariant.c: New file.
15450         * modules/unicase/u32-is-invariant: New file.
15451
15452         New module 'unicase/u16-is-invariant'.
15453         * lib/unicase/u16-is-invariant.c: New file.
15454         * modules/unicase/u16-is-invariant: New file.
15455
15456         New module 'unicase/u8-is-invariant'.
15457         * lib/unicase/u8-is-invariant.c: New file.
15458         * lib/unicase/invariant.h: New file.
15459         * lib/unicase/u-is-invariant.h: New file.
15460         * modules/unicase/u8-is-invariant: New file.
15461
15462         Tests for module 'unicase/u32-casecoll'.
15463         * modules/unicase/u32-casecoll-tests: New file.
15464         * tests/unicase/test-u32-casecoll.c: New file.
15465
15466         Tests for module 'unicase/u16-casecoll'.
15467         * modules/unicase/u16-casecoll-tests: New file.
15468         * tests/unicase/test-u16-casecoll.c: New file.
15469
15470         Tests for module 'unicase/u8-casecoll'.
15471         * modules/unicase/u8-casecoll-tests: New file.
15472         * tests/unicase/test-u8-casecoll.c: New file.
15473
15474         New module 'unicase/u32-casecoll'.
15475         * lib/unicase/u32-casecoll.c: New file.
15476         * modules/unicase/u32-casecoll: New file.
15477
15478         New module 'unicase/u16-casecoll'.
15479         * lib/unicase/u16-casecoll.c: New file.
15480         * modules/unicase/u16-casecoll: New file.
15481
15482         New module 'unicase/u8-casecoll'.
15483         * lib/unicase/u8-casecoll.c: New file.
15484         * lib/unicase/u-casecoll.h: New file.
15485         * modules/unicase/u8-casecoll: New file.
15486
15487         New module 'unicase/u32-casexfrm'.
15488         * lib/unicase/u32-casexfrm.c: New file.
15489         * modules/unicase/u32-casexfrm: New file.
15490
15491         New module 'unicase/u16-casexfrm'.
15492         * lib/unicase/u16-casexfrm.c: New file.
15493         * modules/unicase/u16-casexfrm: New file.
15494
15495         New module 'unicase/u8-casexfrm'.
15496         * lib/unicase/u8-casexfrm.c: New file.
15497         * lib/unicase/u-casexfrm.h: New file.
15498         * modules/unicase/u8-casexfrm: New file.
15499
15500         Tests for module 'unicase/u32-casecmp'.
15501         * modules/unicase/u32-casecmp-tests: New file.
15502         * tests/unicase/test-u32-casecmp.c: New file.
15503
15504         Tests for module 'unicase/u16-casecmp'.
15505         * modules/unicase/u16-casecmp-tests: New file.
15506         * tests/unicase/test-u16-casecmp.c: New file.
15507
15508         Tests for module 'unicase/u8-casecmp'.
15509         * modules/unicase/u8-casecmp-tests: New file.
15510         * tests/unicase/test-u8-casecmp.c: New file.
15511         * tests/unicase/test-casecmp.h: New file.
15512
15513         New module 'unicase/u32-casecmp'.
15514         * lib/unicase/u32-casecmp.c: New file.
15515         * modules/unicase/u32-casecmp: New file.
15516
15517         New module 'unicase/u16-casecmp'.
15518         * lib/unicase/u16-casecmp.c: New file.
15519         * modules/unicase/u16-casecmp: New file.
15520
15521         New module 'unicase/u8-casecmp'.
15522         * lib/unicase/u8-casecmp.c: New file.
15523         * lib/unicase/u-casecmp.h: New file.
15524         * modules/unicase/u8-casecmp: New file.
15525
15526         Tests for module 'unicase/u32-casefold'.
15527         * modules/unicase/u32-casefold-tests: New file.
15528         * tests/unicase/test-u32-casefold.c: New file.
15529
15530         Tests for module 'unicase/u16-casefold'.
15531         * modules/unicase/u16-casefold-tests: New file.
15532         * tests/unicase/test-u16-casefold.c: New file.
15533
15534         Tests for module 'unicase/u8-casefold'.
15535         * modules/unicase/u8-casefold-tests: New file.
15536         * tests/unicase/test-u8-casefold.c: New file.
15537
15538         New module 'unicase/u32-casefold'.
15539         * lib/unicase/u32-casefold.c: New file.
15540         * modules/unicase/u32-casefold: New file.
15541
15542         New module 'unicase/u16-casefold'.
15543         * lib/unicase/u16-casefold.c: New file.
15544         * modules/unicase/u16-casefold: New file.
15545
15546         New module 'unicase/u8-casefold'.
15547         * lib/unicase/u8-casefold.c: New file.
15548         * lib/unicase/u-casefold.h: New file.
15549         * modules/unicase/u8-casefold: New file.
15550
15551         New module 'unicase/tocasefold'.
15552         * lib/unicase/casefold.h: New file.
15553         * lib/unicase/tocasefold.c: New file.
15554         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15555         * modules/unicase/tocasefold: New file.
15556
15557         Tests for module 'unicase/u32-totitle'.
15558         * modules/unicase/u32-totitle-tests: New file.
15559         * tests/unicase/test-u32-totitle.c: New file.
15560
15561         Tests for module 'unicase/u16-totitle'.
15562         * modules/unicase/u16-totitle-tests: New file.
15563         * tests/unicase/test-u16-totitle.c: New file.
15564
15565         Tests for module 'unicase/u8-totitle'.
15566         * modules/unicase/u8-totitle-tests: New file.
15567         * tests/unicase/test-u8-totitle.c: New file.
15568
15569         New module 'unicase/u32-totitle'.
15570         * lib/unicase/u32-totitle.c: New file.
15571         * modules/unicase/u32-totitle: New file.
15572
15573         New module 'unicase/u16-totitle'.
15574         * lib/unicase/u16-totitle.c: New file.
15575         * modules/unicase/u16-totitle: New file.
15576
15577         New module 'unicase/u8-totitle'.
15578         * lib/unicase/u8-totitle.c: New file.
15579         * lib/unicase/u-totitle.h: New file.
15580         * modules/unicase/u8-totitle: New file.
15581
15582         Tests for module 'unicase/u32-tolower'.
15583         * modules/unicase/u32-tolower-tests: New file.
15584         * tests/unicase/test-u32-tolower.c: New file.
15585
15586         Tests for module 'unicase/u16-tolower'.
15587         * modules/unicase/u16-tolower-tests: New file.
15588         * tests/unicase/test-u16-tolower.c: New file.
15589
15590         Tests for module 'unicase/u8-tolower'.
15591         * modules/unicase/u8-tolower-tests: New file.
15592         * tests/unicase/test-u8-tolower.c: New file.
15593
15594         New module 'unicase/u32-tolower'.
15595         * lib/unicase/u32-tolower.c: New file.
15596         * modules/unicase/u32-tolower: New file.
15597
15598         New module 'unicase/u16-tolower'.
15599         * lib/unicase/u16-tolower.c: New file.
15600         * modules/unicase/u16-tolower: New file.
15601
15602         New module 'unicase/u8-tolower'.
15603         * lib/unicase/u8-tolower.c: New file.
15604         * modules/unicase/u8-tolower: New file.
15605
15606         Tests for module 'unicase/u32-toupper'.
15607         * modules/unicase/u32-toupper-tests: New file.
15608         * tests/unicase/test-u32-toupper.c: New file.
15609
15610         Tests for module 'unicase/u16-toupper'.
15611         * modules/unicase/u16-toupper-tests: New file.
15612         * tests/unicase/test-u16-toupper.c: New file.
15613
15614         Tests for module 'unicase/u8-toupper'.
15615         * modules/unicase/u8-toupper-tests: New file.
15616         * tests/unicase/test-u8-toupper.c: New file.
15617
15618         New module 'unicase/u32-toupper'.
15619         * lib/unicase/u32-toupper.c: New file.
15620         * modules/unicase/u32-toupper: New file.
15621
15622         New module 'unicase/u16-toupper'.
15623         * lib/unicase/u16-toupper.c: New file.
15624         * modules/unicase/u16-toupper: New file.
15625
15626         New module 'unicase/u8-toupper'.
15627         * lib/unicase/u8-toupper.c: New file.
15628         * modules/unicase/u8-toupper: New file.
15629
15630         New module 'unicase/u32-casemap'.
15631         * lib/unicase/u32-casemap.c: New file.
15632         * modules/unicase/u32-casemap: New file.
15633
15634         New module 'unicase/u16-casemap'.
15635         * lib/unicase/u16-casemap.c: New file.
15636         * modules/unicase/u16-casemap: New file.
15637
15638         New module 'unicase/u8-casemap'.
15639         * lib/unicase/unicasemap.h: New file.
15640         * lib/unicase/u8-casemap.c: New file.
15641         * lib/unicase/u-casemap.h: New file.
15642         * modules/unicase/u8-casemap: New file.
15643
15644         New module 'unicase/special-casing'.
15645         * lib/unicase/special-casing.h: New file.
15646         * lib/unicase/special-casing.c: New file.
15647         * lib/unicase/special-casing-table.gperf: New file, generated by
15648         gen-uni-tables.c.
15649         * modules/unicase/special-casing: New file.
15650
15651         Tests for module 'unicase/locale-language'.
15652         * modules/unicase/locale-language-tests: New file.
15653         * tests/unicase/test-locale-language.sh: New file.
15654         * tests/unicase/test-locale-language.c: New file.
15655
15656         New module 'unicase/locale-language'.
15657         * lib/unicase/locale-language.c: New file.
15658         * lib/unicase/locale-languages.gperf: New file.
15659         * modules/unicase/locale-language: New file.
15660
15661         Generate more tables for case conversion and case folding.
15662         * lib/gen-uni-tables.c (SCC_*): New enum items.
15663         (struct special_casing_rule): New type.
15664         (casing_rules, num_casing_rules, allocated_casing_rules): New
15665         variables.
15666         (add_casing_rule, fill_casing_rules): New functions.
15667         (struct casefold_rule): New type.
15668         (casefolding_rules, num_casefolding_rules,
15669         allocated_casefolding_rules): New variables.
15670         (fill_casefolding_rules): New function.
15671         (unicode_casefold): New variable.
15672         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15673         sort_casing_rules, output_casing_rules): New functions.
15674         (main): Accept to more arguments: SpecialCasing.txt and
15675         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15676         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15677         Output mapping for casefolding.
15678
15679         * lib/unicase.h: Include stdbool.h, uninorm.h.
15680         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15681         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15682         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15683         arguments.
15684         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15685         resultp arguments.
15686         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15687         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15688         resultp arguments.
15689         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15690         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15691         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15692         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15693         declarations.
15694         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15695
15696 2009-03-08  Bruno Haible  <bruno@clisp.org>
15697
15698         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15699         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15700         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15701         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15702
15703 2009-03-07  Bruno Haible  <bruno@clisp.org>
15704
15705         Adjust u*_normcmp, u*_normcoll API.
15706         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15707         u16_normcoll, u32_normcoll): Change failure conventions.
15708         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15709         errno and return -1.
15710         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15711
15712 2009-03-07  Bruno Haible  <bruno@clisp.org>
15713
15714         Tests for module 'uninorm/u32-normcoll'.
15715         * modules/uninorm/u32-normcoll-tests: New file.
15716         * tests/uninorm/test-u32-normcoll.c: New file.
15717
15718         Tests for module 'uninorm/u16-normcoll'.
15719         * modules/uninorm/u16-normcoll-tests: New file.
15720         * tests/uninorm/test-u16-normcoll.c: New file.
15721
15722         Tests for module 'uninorm/u8-normcoll'.
15723         * modules/uninorm/u8-normcoll-tests: New file.
15724         * tests/uninorm/test-u8-normcoll.c: New file.
15725
15726 2009-03-07  Bruno Haible  <bruno@clisp.org>
15727
15728         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15729         tests/uninorm/test-u32-normcmp.c.
15730         * tests/uninorm/test-u32-normcmp.c: Include it.
15731         (test_nonascii): New function, extracted from main. Add some more
15732         tests.
15733         (main): Invoke test_ascii and test_nonascii.
15734         * modules/uninorm/u32-normcmp-tests (Files): Add
15735         tests/uninorm/test-u32-normcmp.h.
15736         (Depends-on): Remove uninorm/u32-normcmp.
15737
15738         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15739         tests/uninorm/test-u16-normcmp.c.
15740         * tests/uninorm/test-u16-normcmp.c: Include it.
15741         (test_nonascii): New function, extracted from main. Add some more
15742         tests.
15743         (main): Invoke test_ascii and test_nonascii.
15744         * modules/uninorm/u16-normcmp-tests (Files): Add
15745         tests/uninorm/test-u16-normcmp.h.
15746         (Depends-on): Remove uninorm/u16-normcmp.
15747
15748         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15749         tests/uninorm/test-u8-normcmp.c.
15750         * tests/uninorm/test-u8-normcmp.c: Include it.
15751         (test_nonascii): New function, extracted from main. Add some more
15752         tests.
15753         (main): Invoke test_ascii and test_nonascii.
15754         * modules/uninorm/u8-normcmp-tests (Files): Add
15755         tests/uninorm/test-u8-normcmp.h.
15756         (Depends-on): Remove uninorm/u8-normcmp.
15757
15758 2009-03-07  Bruno Haible  <bruno@clisp.org>
15759
15760         New module 'uninorm/u32-normcoll'.
15761         * lib/uninorm/u32-normcoll.c: New file.
15762         * modules/uninorm/u32-normcoll: New file.
15763
15764         New module 'uninorm/u16-normcoll'.
15765         * lib/uninorm/u16-normcoll.c: New file.
15766         * modules/uninorm/u16-normcoll: New file.
15767
15768         New module 'uninorm/u8-normcoll'.
15769         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15770         declarations.
15771         * lib/uninorm/u8-normcoll.c: New file.
15772         * lib/uninorm/u-normcoll.h: New file.
15773         * modules/uninorm/u8-normcoll: New file.
15774
15775         New module 'uninorm/u32-normxfrm'.
15776         * lib/uninorm/u32-normxfrm.c: New file.
15777         * modules/uninorm/u32-normxfrm: New file.
15778
15779         New module 'uninorm/u16-normxfrm'.
15780         * lib/uninorm/u16-normxfrm.c: New file.
15781         * modules/uninorm/u16-normxfrm: New file.
15782
15783         New module 'uninorm/u8-normxfrm'.
15784         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15785         declarations.
15786         * lib/uninorm/u8-normxfrm.c: New file.
15787         * lib/uninorm/u-normxfrm.h: New file.
15788         * modules/uninorm/u8-normxfrm: New file.
15789
15790 2009-03-07  Bruno Haible  <bruno@clisp.org>
15791
15792         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15793         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15794         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15795
15796 2009-03-07  Bruno Haible  <bruno@clisp.org>
15797
15798         New module 'memxfrm'.
15799         * lib/memxfrm.h: New file.
15800         * lib/memxfrm.c: New file.
15801         * modules/memxfrm: New file.
15802
15803 2009-03-07  Bruno Haible  <bruno@clisp.org>
15804
15805         New module 'memcmp2'.
15806         * lib/memcmp2.h: New file.
15807         * lib/memcmp2.c: New file.
15808         * modules/memcmp2: New file.
15809
15810 2009-03-07  Bruno Haible  <bruno@clisp.org>
15811
15812         Tests for module 'uninorm/decomposing-form'.
15813         * modules/uninorm/decomposing-form-tests: New file.
15814         * tests/uninorm/test-decomposing-form.c: New file.
15815
15816         New module 'uninorm/decomposing-form'.
15817         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15818         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15819         Add 'decomposing_variant' field.
15820         * lib/uninorm/decomposing-form.c: New file.
15821         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15822         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15823         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15824         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15825         * modules/uninorm/decomposing-form: New file.
15826         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15827         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15828
15829 2009-03-07  Bruno Haible  <bruno@clisp.org>
15830
15831         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15832         strings.
15833
15834 2009-03-06  Bruno Haible  <bruno@clisp.org>
15835
15836         Tests for module 'uninorm/u32-normcmp'.
15837         * tests/uninorm/test-u32-normcmp.c: New file.
15838         * modules/uninorm/u32-normcmp-tests: New file.
15839
15840         Tests for module 'uninorm/u16-normcmp'.
15841         * tests/uninorm/test-u16-normcmp.c: New file.
15842         * modules/uninorm/u16-normcmp-tests: New file.
15843
15844         Tests for module 'uninorm/u8-normcmp'.
15845         * tests/uninorm/test-u8-normcmp.c: New file.
15846         * modules/uninorm/u8-normcmp-tests: New file.
15847
15848         New module 'uninorm/u32-normcmp'.
15849         * lib/uninorm/u32-normcmp.c: New file.
15850         * modules/uninorm/u32-normcmp: New file.
15851
15852         New module 'uninorm/u16-normcmp'.
15853         * lib/uninorm/u16-normcmp.c: New file.
15854         * modules/uninorm/u16-normcmp: New file.
15855
15856         New module 'uninorm/u8-normcmp'.
15857         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15858         declarations.
15859         * lib/uninorm/u8-normcmp.c: New file.
15860         * lib/uninorm/u-normcmp.h: New file.
15861         * modules/uninorm/u8-normcmp: New file.
15862
15863 2009-03-06  Bruno Haible  <bruno@clisp.org>
15864
15865         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15866         Reported by Eric Blake.
15867
15868 2009-03-06  Eric Blake  <ebb9@byu.net>
15869             Bruno Haible  <bruno@clisp.org>
15870
15871         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15872         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15873         condition.
15874         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15875         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15876         condition.
15877         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15878
15879 2009-03-06  Eric Blake  <ebb9@byu.net>
15880
15881         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15882         to avoid compiler warnings.
15883         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15884
15885 2009-03-05  Bruno Haible  <bruno@clisp.org>
15886
15887         * tests/test-ftell.c (main): Disable test beyond end of file on
15888         FreeMiNT.
15889         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15890
15891 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15892
15893         * lib/filevercmp.c: Move hidden files up in ordering.
15894         * tests/test-filevercmp.c: Add tests for hidden files.
15895
15896 2009-03-04  Bruno Haible  <bruno@clisp.org>
15897
15898         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15899         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15900         AM_CFLAGS.
15901         Reported by Simon Josefsson.
15902
15903 2009-03-03  Bruno Haible  <bruno@clisp.org>
15904
15905         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15906         Reported by Simon Josefsson.
15907
15908         * doc/ld-version-script.texi: Update node reference.
15909
15910 2009-03-03  Bruno Haible  <bruno@clisp.org>
15911
15912         * modules/visibility (License): Change to 'unlimited'.
15913         Suggested by Simon Josefsson.
15914
15915 2009-03-03  Jim Meyering  <meyering@redhat.com>
15916
15917         unlinkdir: cannot_unlink_dir may modify process state
15918         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15919         it's neither thread-safe nor appropriate for use in a library.
15920
15921 2009-03-03  Eric Blake  <ebb9@byu.net>
15922
15923         test-closein: silence test under Darwin
15924         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15925         care if it dies from EPIPE or EBADF.
15926
15927 2009-03-03  Bruno Haible  <bruno@clisp.org>
15928
15929         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15930         earlier.
15931         * doc/visibility.texi: Fix @node and @section.
15932
15933 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15934
15935         * doc/gnulib.texi: Link to sections for ld version script and
15936         visibility.
15937         * doc/visibility.texi: Add @node and @section.
15938         * modules/ld-version-script: New module.
15939         * m4/ld-version-script.m4: New file.
15940         * doc/ld-version-script.texi: New file.
15941
15942 2009-03-02  David Lutterkort  <lutter@redhat.com>
15943
15944         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15945         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15946
15947 2009-03-02  Bruno Haible  <bruno@clisp.org>
15948
15949         * doc/visibility.texi: Mention libtool's -export-symbols option.
15950
15951 2009-03-02  Jim Meyering  <meyering@redhat.com>
15952
15953         announce-gen: new option: --no-print-checksums
15954         * build-aux/announce-gen (usage): Describe it.
15955         (print_checksums): Print a newline here, not in the [*] footnote.
15956         (main): Honor it.
15957
15958 2009-03-01  Bruno Haible  <bruno@clisp.org>
15959
15960         Use socklen_t in the native Windows replacements prototypes.
15961         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15962         instead of 'int'.
15963         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15964         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15965         * modules/getsockopt (Depends-on): Add socklen.
15966         * modules/setsockopt (Depends-on): Add socklen.
15967
15968 2009-03-01  Bruno Haible  <bruno@clisp.org>
15969
15970         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15971         least 4.2.
15972
15973 2009-03-01  Eric Blake  <ebb9@byu.net>
15974             Bruno Haible  <bruno@clisp.org>
15975
15976         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15977         error messages.
15978         * lib/wait-process.c (wait_subprocess): Omit error message about
15979         deadly signal sent to the child of termsigp != NULL.
15980
15981 2009-03-01  Eric Blake  <ebb9@byu.net>
15982
15983         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15984
15985 2009-03-01  Bruno Haible  <bruno@clisp.org>
15986
15987         Avoid a gcc warning.
15988         * tests/test-sched.c (b): Make global.
15989         Reported by Eric Blake.
15990
15991 2009-01-19  Martin Lambers  <marlam@marlam.de>
15992
15993         Provide POSIX semantics for socket timeout options on W32.
15994         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15995         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15996         * modules/setsockopt: Depend on sys_time module for struct timeval.
15997         * modules/getsockopt: Depend on sys_time module for struct timeval.
15998
15999 2009-03-01  Simon Josefsson  <simon@josefsson.org>
16000
16001         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
16002         __USE_GNU, for consistency with netdb.in.h.
16003         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16004
16005 2009-03-01  Bruno Haible  <bruno@clisp.org>
16006
16007         More support for FreeMiNT.
16008         * lib/fseeko.c (rpl_fseeko): Complete last commit.
16009         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16010
16011 2009-03-01  Bruno Haible  <bruno@clisp.org>
16012
16013         More support for FreeMiNT.
16014         * lib/fpurge.c (fpurge): Correct last commit.
16015         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16016
16017 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16018
16019         Fix unportable awk script in vc-list-files.
16020         * build-aux/vc-list-files: In the replacement awk script, use
16021         substr with a second argument of 1, not zero.
16022         Report by Simon Josefsson.
16023
16024 2009-02-28  Bruno Haible  <bruno@clisp.org>
16025
16026         More support for FreeMiNT.
16027         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
16028         to FreeMiNT today.
16029         * lib/fwriting.c (fwriting): Likewise.
16030         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
16031
16032 2009-02-28  Bruno Haible  <bruno@clisp.org>
16033
16034         * tests/test-freadseek.c (main): Disable test beyond end of file on
16035         FreeMiNT.
16036         * tests/test-ftello.c (main): Likewise.
16037         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16038
16039 2009-02-28  Bruno Haible  <bruno@clisp.org>
16040
16041         Add tentative support for FreeMiNT.
16042         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
16043         * lib/fpurge.c (fpurge): Likewise.
16044         * lib/freadable.c (freadable): Likewise.
16045         * lib/freading.c (freading): Likewise.
16046         * lib/freadptr.c (freadptr): Likewise.
16047         * lib/freadseek.c (freadptrinc): Likewise.
16048         * lib/fseeko.c (rpl_fseeko): Likewise.
16049         * lib/fseterr.c (fseterr): Likewise.
16050         * lib/fwritable.c (fwritable): Likewise.
16051         * lib/fwriting.c (fwriting): Likewise.
16052         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
16053         Hourihane.
16054         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16055
16056 2009-02-28  Bruno Haible  <bruno@clisp.org>
16057
16058         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
16059         SIGCHLD.
16060         Reported by Jim Meyering.
16061
16062 2009-02-28  Bruno Haible  <bruno@clisp.org>
16063
16064         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
16065         Mention the results of these tests on various platforms.
16066         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
16067         order.
16068         * doc/posix-functions/printf.texi: Likewise.
16069         * doc/posix-functions/snprintf.texi: Likewise.
16070         * doc/posix-functions/sprintf.texi: Likewise.
16071         * doc/posix-functions/vfprintf.texi: Likewise.
16072         * doc/posix-functions/vprintf.texi: Likewise.
16073         * doc/posix-functions/vsnprintf.texi: Likewise.
16074         * doc/posix-functions/vsprintf.texi: Likewise.
16075         * doc/glibc-functions/obstack_printf.texi: Likewise.
16076         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
16077
16078 2009-02-28  Bruno Haible  <bruno@clisp.org>
16079
16080         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
16081         Reported by Loïc Minier <lool@dooz.org>.
16082
16083 2009-02-27  Bruno Haible  <bruno@clisp.org>
16084
16085         * gnulib-tool (func_import): Make the sed expression used to create the
16086         sed script for updating the .gitignore file POSIX compliant.
16087         Reported by Eric Blake.
16088
16089 2009-02-27  Bruno Haible  <bruno@clisp.org>
16090
16091         * gnulib-tool (sed): Don't alias as "sed --posix".
16092         Reported by Eric Blake.
16093
16094 2009-02-27  Bruno Haible  <bruno@clisp.org>
16095
16096         Avoid test link errors.
16097         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
16098         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
16099         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
16100         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
16101         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16102
16103 2009-02-27  Bruno Haible  <bruno@clisp.org>
16104
16105         Avoid spurious "(cached)" in configure output.
16106         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
16107         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
16108         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16109         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16110         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16111         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
16112         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16113         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
16114         Reported by Eric Blake.
16115
16116 2009-02-27  Eric Blake  <ebb9@byu.net>
16117
16118         printf: fix regression in previous patch
16119         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
16120
16121 2009-02-27  Bruno Haible  <bruno@clisp.org>
16122
16123         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
16124         value.
16125         * lib/stdint.in.h: Likewise.
16126         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
16127
16128 2009-02-27  Eric Blake  <ebb9@byu.net>
16129
16130         doc: mention more functions added in cygwin 1.7.0
16131         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
16132         addition.
16133         * doc/posix-functions/open_wmemstream.texi: Likewise.
16134         * doc/posix-functions/wcsnlen.texi: Likewise.
16135         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16136         * doc/posix-functions/wcstod.texi: Likewise.
16137         * doc/posix-functions/wcstof.texi: Likewise.
16138         * doc/posix-functions/wcstoimax.texi: Likewise.
16139         * doc/posix-functions/wcstok.texi: Likewise.
16140         * doc/posix-functions/wcstoumax.texi: Likewise.
16141
16142         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
16143         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
16144         * doc/posix-functions/fprintf.texi: Update.
16145         * doc/posix-functions/printf.texi: Update.
16146         * doc/posix-functions/snprintf.texi: Update.
16147         * doc/posix-functions/sprintf.texi: Update.
16148         * doc/posix-functions/vfprintf.texi: Update.
16149         * doc/posix-functions/vprintf.texi: Update.
16150         * doc/posix-functions/vsnprintf.texi: Update.
16151         * doc/posix-functions/vsprintf.texi: Update.
16152         * doc/glibc-functions/obstack_printf.texi: Update.
16153         * doc/glibc-functions/obstack_vprintf.texi: Update.
16154
16155 2009-02-26  Eric Blake  <ebb9@byu.net>
16156
16157         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
16158         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
16159         compilation bug by using runtime conversion.
16160         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
16161         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
16162         * modules/ceill-tests (Files): Use nan.h.
16163         * modules/floorl-tests (Files): Likewise.
16164         * modules/frexpl-tests (Files): Likewise.
16165         * modules/isnanl-tests (Files): Likewise.
16166         * modules/ldexpl-tests (Files): Likewise.
16167         * modules/roundl-tests (Files): Likewise.
16168         * modules/truncl-tests (Files): Likewise.
16169         * tests/test-ceill.c (main): Use a working NaN.
16170         * tests/test-floorl.c (main): Likewise.
16171         * tests/test-frexpl.c (main): Likewise.
16172         * tests/test-isnan.c (test_long_double): Likewise.
16173         * tests/test-isnanl.h (main): Likewise.
16174         * tests/test-ldexpl.h (main): Likewise.
16175         * tests/test-roundl.h (main): Likewise.
16176         * tests/test-truncl.h (main): Likewise.
16177         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
16178
16179 2009-02-26  Eric Blake  <ebb9@byu.net>
16180             Bruno Haible  <bruno@clisp.org>
16181
16182         Work around a *printf bug with %ls on Solaris.
16183         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
16184         precision is specified, sprintf stops converting the wide string
16185         argument when the number of bytes that have been produced by this
16186         conversion equals or exceeds the precision.
16187         * doc/posix-functions/fprintf.texi: Update.
16188         * doc/posix-functions/printf.texi: Update.
16189         * doc/posix-functions/snprintf.texi: Update.
16190         * doc/posix-functions/sprintf.texi: Update.
16191         * doc/posix-functions/vfprintf.texi: Update.
16192         * doc/posix-functions/vprintf.texi: Update.
16193         * doc/posix-functions/vsnprintf.texi: Update.
16194         * doc/posix-functions/vsprintf.texi: Update.
16195         * doc/glibc-functions/obstack_printf.texi: Update.
16196         * doc/glibc-functions/obstack_vprintf.texi: Update.
16197
16198 2009-02-26  Eric Blake  <ebb9@byu.net>
16199
16200         stdlib: favor compiler check of random.h
16201         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
16202         to avoid an ObjC random.h installed by Swarm.
16203
16204 2009-02-26  Bruno Haible  <bruno@clisp.org>
16205
16206         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
16207         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
16208         Reported by Gary V. Vaughan <gary@gnu.org>.
16209
16210 2009-02-26  Bruno Haible  <bruno@clisp.org>
16211
16212         Fix *printf behaviour regarding the %ls directive.
16213         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
16214         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
16215         NEED_PRINTF_DIRECTIVE_LS.
16216         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
16217         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16218         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16219         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
16220         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
16221         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
16222         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
16223         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16224         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16225         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16226         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16227         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
16228         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16229         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16230         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16231         * doc/posix-functions/fprintf.texi: Update.
16232         * doc/posix-functions/printf.texi: Update.
16233         * doc/posix-functions/snprintf.texi: Update.
16234         * doc/posix-functions/sprintf.texi: Update.
16235         * doc/posix-functions/vfprintf.texi: Update.
16236         * doc/posix-functions/vprintf.texi: Update.
16237         * doc/posix-functions/vsnprintf.texi: Update.
16238         * doc/posix-functions/vsprintf.texi: Update.
16239         * doc/glibc-functions/obstack_printf.texi: Update.
16240         * doc/glibc-functions/obstack_vprintf.texi: Update.
16241         Reported by Eric Blake.
16242
16243 2009-02-25  Bruno Haible  <bruno@clisp.org>
16244
16245         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16246         with known value.
16247         Reported by Gary V. Vaughan <gary@gnu.org>.
16248
16249 2009-02-25  Bruno Haible  <bruno@clisp.org>
16250
16251         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16252         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16253         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16254         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16255         Reported by Gary V. Vaughan <gary@gnu.org>.
16256
16257 2009-02-25  Bruno Haible  <bruno@clisp.org>
16258
16259         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
16260         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
16261         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
16262         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
16263         Reported by Gary V. Vaughan <gary@gnu.org>.
16264
16265 2009-02-25  Eric Blake  <ebb9@byu.net>
16266
16267         tests: skip fseek/ftell tests if ungetc is broken
16268         * m4/ungetc.m4: New file.
16269         * modules/fseek-tests: Split test, so ungetc dependency is
16270         separate from rest of test.
16271         * modules/fseeko-tests: Likewise.
16272         * modules/ftell-tests: Likewise.
16273         * modules/ftello-tests: Likewise.
16274         * tests/test-fseek.c (main): Isolate ungetc dependency.
16275         * tests/test-fseeko.c (main): Likewise.
16276         * tests/test-ftell.c (main): Likewise.
16277         * tests/test-ftello.c (main): Likewise.
16278         * tests/test-fseek2.sh: New file.
16279         * tests/test-fseeko2.sh: Likewise.
16280         * tests/test-ftell2.sh: Likewise.
16281         * tests/test-ftello2.sh: Likewise.
16282
16283 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
16284
16285         test-getaddrinfo: fix usage of skip return code 77
16286         * tests/test-gettaddrinfo.c: Return skip code 77 only
16287         for first occurance of skip (4x77 is not 77)
16288
16289 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
16290
16291         strtod: avoid C99 decl-after-statement
16292         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
16293
16294 2009-02-24  Eric Blake  <ebb9@byu.net>
16295
16296         strtod: detect HP-UX 11.31 bug
16297         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
16298         Reported by Gary V. Vaughan.
16299
16300 2009-02-23  Bruno Haible  <bruno@clisp.org>
16301
16302         Fix invalid read past end of memory block.
16303         * lib/vasnprintf.c (DCHAR_SET): Define.
16304         (local_wcslen): Define only when needed.
16305         (local_strnlen, local_wcsnlen): New functions.
16306         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16307         directives that involve a conversion ourselves.
16308         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16309         wcsnlen, mbrtowc, wcrtomb.
16310         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
16311         * tests/test-vasprintf-posix.c (test_function): Likewise.
16312         * tests/test-snprintf-posix.h (test_function): Likewise.
16313         * tests/test-sprintf-posix.h (test_function): Likewise.
16314         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16315
16316 2009-02-22  Bruno Haible  <bruno@clisp.org>
16317
16318         Implement new clarified decomposition of Hangul syllables.
16319         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16320         of type LTV, return only a pairwise decomposition.
16321         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16322         Likewise.
16323         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16324         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16325         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16326
16327 2009-02-22  Bruno Haible  <bruno@clisp.org>
16328
16329         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16330         zero-length results and shrink excess allocated memory.
16331         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16332         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16333         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16334         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16335         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16336         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16337         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16338         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16339         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16340         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16341         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16342         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16343
16344 2009-02-21  Bruno Haible  <bruno@clisp.org>
16345
16346         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16347         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16348         spaces after a period. Put a space between a macro name and its
16349         argument list. Trivial rewordings.
16350         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16351         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16352         (main): Return 0 explicitly.
16353
16354 2009-02-21  Bruno Haible  <bruno@clisp.org>
16355
16356         Tests for module 'uninorm/filter'.
16357         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16358         * modules/uninorm/filter-tests: New file.
16359
16360         New module 'uninorm/filter'.
16361         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16362         uninorm_filter_flush, uninorm_filter_free): New declarations.
16363         * lib/uninorm/uninorm-filter.c: New file.
16364         * modules/uninorm/filter: New file.
16365
16366 2009-02-21  Bruno Haible  <bruno@clisp.org>
16367
16368         Tests for module 'uninorm/nfkc'.
16369         * tests/uninorm/test-nfkc.c: New file.
16370         * tests/uninorm/test-u8-nfkc.c: New file.
16371         * tests/uninorm/test-u16-nfkc.c: New file.
16372         * tests/uninorm/test-u32-nfkc.c: New file.
16373         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16374         * tests/uninorm/test-u32-nfkc-big.c: New file.
16375         * modules/uninorm/nfkc-tests: New file.
16376
16377         New module 'uninorm/nfkc'.
16378         * lib/uninorm/nfkc.c: New file.
16379         * modules/uninorm/nfkc: New file.
16380
16381         Tests for module 'uninorm/nfkd'.
16382         * tests/uninorm/test-nfkd.c: New file.
16383         * tests/uninorm/test-u8-nfkd.c: New file.
16384         * tests/uninorm/test-u16-nfkd.c: New file.
16385         * tests/uninorm/test-u32-nfkd.c: New file.
16386         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16387         * tests/uninorm/test-u32-nfkd-big.c: New file.
16388         * modules/uninorm/nfkd-tests: New file.
16389
16390         New module 'uninorm/nfkd'.
16391         * lib/uninorm/nfkd.c: New file.
16392         * modules/uninorm/nfkd: New file.
16393
16394         Tests for module 'uninorm/nfc'.
16395         * tests/uninorm/test-nfc.c: New file.
16396         * tests/uninorm/test-u8-nfc.c: New file.
16397         * tests/uninorm/test-u16-nfc.c: New file.
16398         * tests/uninorm/test-u32-nfc.c: New file.
16399         * tests/uninorm/test-u32-nfc-big.sh: New file.
16400         * tests/uninorm/test-u32-nfc-big.c: New file.
16401         * modules/uninorm/nfc-tests: New file.
16402
16403         New module 'uninorm/nfc'.
16404         * lib/uninorm/nfc.c: New file.
16405         * modules/uninorm/nfc: New file.
16406
16407         Tests for module 'uninorm/nfd'.
16408         * tests/uninorm/test-nfd.c: New file.
16409         * tests/uninorm/test-u8-nfd.c: New file.
16410         * tests/uninorm/test-u16-nfd.c: New file.
16411         * tests/uninorm/test-u32-nfd.c: New file.
16412         * tests/uninorm/test-u32-nfd-big.sh: New file.
16413         * tests/uninorm/test-u32-nfd-big.c: New file.
16414         * tests/uninorm/test-u32-normalize-big.h: New file.
16415         * tests/uninorm/test-u32-normalize-big.c: New file.
16416         * tests/uninorm/NormalizationTest.txt: New file, created from
16417         Unicode 5.1.0 NormalizationTest.txt.
16418         * modules/uninorm/nfd-tests: New file.
16419
16420         New module 'uninorm/nfd'.
16421         * lib/uninorm/nfd.c: New file.
16422         * modules/uninorm/nfd: New file.
16423
16424         New module 'uninorm/u32-normalize'.
16425         * lib/uninorm/u32-normalize.c: New file.
16426         * modules/uninorm/u32-normalize: New file.
16427
16428         New module 'uninorm/u16-normalize'.
16429         * lib/uninorm/u16-normalize.c: New file.
16430         * modules/uninorm/u16-normalize: New file.
16431
16432         New module 'uninorm/u8-normalize'.
16433         * lib/uninorm/u8-normalize.c: New file.
16434         * lib/uninorm/normalize-internal.h: New file.
16435         * lib/uninorm/u-normalize-internal.h: New file.
16436         * modules/uninorm/u8-normalize: New file.
16437
16438         New module 'uninorm/decompose-internal'.
16439         * lib/uninorm/decompose-internal.c: New file.
16440         * modules/uninorm/decompose-internal: New file.
16441
16442         Tests for module 'uninorm/composition'.
16443         * tests/uninorm/test-composition.c: New file.
16444         * modules/uninorm/composition-tests: New file.
16445
16446         New module 'uninorm/composition'.
16447         * lib/uninorm/composition.c: New file.
16448         * lib/uninorm/composition-table.gperf: New file, generated by
16449         gen-uni-tables.
16450         * modules/uninorm/composition: New file.
16451
16452         Tests for module 'uninorm/compat-decomposition'.
16453         * tests/uninorm/test-compat-decomposition.c: New file.
16454         * modules/uninorm/compat-decomposition-tests: New file.
16455
16456         New module 'uninorm/compat-decomposition'.
16457         * lib/uninorm/decompose-internal.h: New file.
16458         * lib/uninorm/compat-decomposition.c: New file.
16459         * modules/uninorm/compat-decomposition: New file.
16460
16461         Tests for module 'uninorm/canonical-decomposition'.
16462         * tests/uninorm/test-canonical-decomposition.c: New file.
16463         * modules/uninorm/canonical-decomposition-tests: New file.
16464
16465         New module 'uninorm/canonical-decomposition'.
16466         * lib/uninorm/canonical-decomposition.c: New file.
16467         * modules/uninorm/canonical-decomposition: New file.
16468
16469         Tests for module 'uninorm/decomposition'.
16470         * tests/uninorm/test-decomposition.c: New file.
16471         * modules/uninorm/decomposition-tests: New file.
16472
16473         New module 'uninorm/decomposition'.
16474         * lib/uninorm/decomposition.c: New file.
16475         * modules/uninorm/decomposition: New file.
16476
16477         New module 'uninorm/decomposition-table'.
16478         * lib/uninorm/decomposition-table.h: New file.
16479         * lib/uninorm/decomposition-table.c: New file.
16480         * lib/uninorm/decomposition-table1.h: New file, generated by
16481         gen-uni-tables.
16482         * lib/uninorm/decomposition-table2.h: New file, generated by
16483         gen-uni-tables.
16484         * modules/uninorm/decomposition-table: New file.
16485
16486         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16487         (UC_DECOMP_*): New enumeration items.
16488         (get_decomposition): New function.
16489         (struct decomp_table): New type.
16490         (output_decomposition, output_decomposition_tables): New functions.
16491         (unicode_composition_exclusions): New variable.
16492         (fill_composition_exclusions, debug_output_composition_tables): New
16493         functions.
16494         (main): Accept one more argument. Invoke fill_composition_exclusions.
16495         Output decomposition and composition tables.
16496
16497         New module 'uninorm/base'.
16498         * lib/uninorm.h: New file.
16499         * lib/unictype.h: Update comment.
16500         * modules/uninorm/base: New file.
16501
16502 2009-02-21  David Lutterkort  <lutter@redhat.com>
16503
16504         Tests for module 'safe-alloc'.
16505         * tests/test-safe-alloc.c: New file.
16506         * modules/safe-alloc-tests: New file.
16507
16508         New module 'safe-alloc'.
16509         * lib/safe-alloc.h: New file.
16510         * lib/safe-alloc.c: New file.
16511         * m4/safe-alloc.m4: New file.
16512         * modules/safe-alloc: New file.
16513         * doc/safe-alloc.texi: New file.
16514         * doc/gnulib.texi: Include it.
16515         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16516         safe-alloc.
16517
16518 2009-02-18  Bruno Haible  <bruno@clisp.org>
16519
16520         Fix link error on non-glibc systems.
16521         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16522         variable.
16523         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16524
16525 2009-02-18  Jim Meyering  <meyering@redhat.com>
16526
16527         fts: avoid used-uninitialized error due to recent change
16528         * lib/fts.c (fts_read): Guard uses of the new member,
16529         parent->fts_n_dirs_remaining, since it's not relevant for
16530         the parent of a directory specified on the command-line.
16531
16532 2009-02-17  James Youngman  <jay@gnu.org>
16533             Bruno Haible  <bruno@clisp.org>
16534
16535         * m4/include_next.m4: Reformulate comment.
16536
16537 2009-02-16  Jim Meyering  <meyering@redhat.com>
16538
16539         fts: add #if guards so that the fts_lgpl module still builds
16540         * lib/fts.c: Guard just-added hash-table-using parts with
16541         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16542         Reported by Simon Josefsson.
16543
16544 2009-02-15  Bruno Haible  <bruno@clisp.org>
16545
16546         * modules/array-mergesort-tests: New file.
16547         * tests/test-array-mergesort.c: New file.
16548
16549         New module 'array-mergesort'.
16550         * modules/array-mergesort: New file.
16551         * lib/array-mergesort.h: New file.
16552
16553 2009-02-15  Bruno Haible  <bruno@clisp.org>
16554
16555         Fix 2009-02-07 commit.
16556         * lib/gen-uni-tables.c (output_predicate, output_category,
16557         output_combclass, output_bidi_category, output_decimal_digit,
16558         output_digit, output_numeric, output_mirror, output_scripts,
16559         output_ident_category, output_simple_mapping): Fix format directives.
16560         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16561
16562 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16563
16564         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16565         fixes are available from IBM.
16566
16567 2009-02-13  Jim Meyering  <meyering@redhat.com>
16568
16569         fts: arrange not to stat non-directories in more cases
16570         This makes GNU find (when it doesn't need to stat each file)
16571         *much* more efficient at traversing reiserfs file systems.
16572         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16573         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16574         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16575         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16576         (leaf_optimization_applies): New function.
16577         (LCO_hash, LCO_compare): New helper functions.
16578         (link_count_optimize_ok): New function.
16579         (fts_stat): Initialize new member (if dir).
16580         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16581         we've just stat'ed a directory.  Skip the stat call when possible.
16582         ---
16583         Note this AFS-related exchange:
16584         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16585         and note find's pioctl call in find/fstype.c.
16586         But that is necessary only if you want to enable the
16587         optimization for AFS, and for now, I don't.
16588
16589         fts: move a function definition "up" (no semantic change)
16590         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16591         "up" to precede upcoming use of a related function.
16592
16593 2009-02-11  Jim Meyering  <meyering@redhat.com>
16594
16595         fts: correct internal computation of nlinks (optimization-related)
16596         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16597         whether the current entry is a directory, so don't test it.
16598
16599 2009-02-10  Bruno Haible  <bruno@clisp.org>
16600
16601         Tests for module 'uniwbrk/ulc-wordbreaks'.
16602         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16603         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16604         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16605
16606         Tests for module 'uniwbrk/u32-wordbreaks'.
16607         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16608         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16609
16610         Tests for module 'uniwbrk/u16-wordbreaks'.
16611         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16612         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16613
16614         Tests for module 'uniwbrk/u8-wordbreaks'.
16615         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16616         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16617
16618 2009-02-10  Bruno Haible  <bruno@clisp.org>
16619
16620         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16621         property.
16622         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16623         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16624         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16625
16626 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16627
16628         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16629         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16630
16631 2009-02-10  Bruno Haible  <bruno@clisp.org>
16632
16633         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16634         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16635         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16636         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16637         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16638         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16639
16640 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16641
16642         * lib/sockets.h (gl_fd_to_handle): New function.
16643
16644         * tests/test-sockets.c: Call gl_fd_to_handle.
16645
16646 2009-02-09  Bruno Haible  <bruno@clisp.org>
16647
16648         * doc/havelib.texi: Document the conventions on bi-arch systems.
16649
16650 2009-02-08  Bruno Haible  <bruno@clisp.org>
16651
16652         Document the AC_LIB_LINKFLAGS macro.
16653         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16654         * doc/gnulib.texi: Include it.
16655
16656 2009-02-08  Bruno Haible  <bruno@clisp.org>
16657
16658         Fix wrong order of sections, compared to TOC.
16659         * doc/gnulib.texi: Include relocatable-maint.texi after the
16660         "Regular expressions" node, not before.
16661
16662 2009-02-08  Bruno Haible  <bruno@clisp.org>
16663
16664         Tests for module 'unicase/totitle'.
16665         * modules/unicase/totitle-tests: New file.
16666
16667         Tests for module 'unicase/tolower'.
16668         * modules/unicase/tolower-tests: New file.
16669
16670         Tests for module 'unicase/toupper'.
16671         * modules/unicase/toupper-tests: New file.
16672         * tests/unicase/test-mapping-part1.h: New file.
16673         * tests/unicase/test-mapping-part2.h: New file.
16674
16675         New module 'unicase/totitle'.
16676         * modules/unicase/totitle: New file.
16677         * lib/unicase/totitle.c: New file.
16678
16679         New module 'unicase/tolower'.
16680         * modules/unicase/tolower: New file.
16681         * lib/unicase/tolower.c: New file.
16682
16683         New module 'unicase/toupper'.
16684         * modules/unicase/toupper: New file.
16685         * lib/unicase/toupper.c: New file.
16686         * lib/unicase/simple-mapping.h: New file.
16687
16688         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16689         (mapping_table): New structure.
16690         (output_simple_mapping): New function.
16691         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16692         * modules/gen-uni-tables (Description): Update.
16693         * lib/unicase/toupper.h: New file, automatically generated by
16694         gen-uni-tables.
16695         * lib/unicase/tolower.h: New file, automatically generated by
16696         gen-uni-tables.
16697         * lib/unicase/totitle.h: New file, automatically generated by
16698         gen-uni-tables.
16699         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16700         gen-uni-tables.
16701         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16702         gen-uni-tables.
16703         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16704         gen-uni-tables.
16705
16706         New module 'unicase/base'.
16707         * modules/unicase/base: New file.
16708         * lib/unicase.h: New file.
16709
16710 2009-02-08  Bruno Haible  <bruno@clisp.org>
16711
16712         New module 'uniwbrk/ulc-wordbreaks'.
16713         * modules/uniwbrk/ulc-wordbreaks: New file.
16714         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16715
16716         New module 'uniwbrk/u32-wordbreaks'.
16717         * modules/uniwbrk/u32-wordbreaks: New file.
16718         * lib/uniwbrk/u32-wordbreaks.c: New file.
16719
16720         New module 'uniwbrk/u16-wordbreaks'.
16721         * modules/uniwbrk/u16-wordbreaks: New file.
16722         * lib/uniwbrk/u16-wordbreaks.c: New file.
16723
16724         New module 'uniwbrk/u8-wordbreaks'.
16725         * modules/uniwbrk/u8-wordbreaks: New file.
16726         * lib/uniwbrk/u8-wordbreaks.c: New file.
16727         * lib/uniwbrk/u-wordbreaks.h: New file.
16728
16729         New module 'uniwbrk/table'.
16730         * modules/uniwbrk/table: New file.
16731         * lib/uniwbrk/wbrktable.h: New file.
16732         * lib/uniwbrk/wbrktable.c: New file.
16733
16734         New module 'uniwbrk/wordbreak-property'.
16735         * modules/uniwbrk/wordbreak-property: New file.
16736         * lib/uniwbrk/wordbreak-property.c: New file.
16737
16738         * lib/gen-uni-tables.c (WBP_*): New enum items.
16739         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16740         (unicode_org_wbp): New variable.
16741         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16742         New functions.
16743         (wbp_table): New structure.
16744         (output_wbp, output_wbrk_tables): New functions.
16745         (main): Accept additional argument. Invoke fill_org_wbp,
16746         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16747         output_wbrk_tables.
16748         * modules/gen-uni-tables (Description): Update.
16749         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16750         gen-uni-tables.
16751
16752         New module 'uniwbrk/base'.
16753         * modules/uniwbrk/base: New file.
16754         * lib/uniwbrk.h: New file.
16755
16756 2009-02-08  Bruno Haible  <bruno@clisp.org>
16757
16758         Update to Unicode 5.1.0.
16759         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16760         U+2185..U+2188.
16761         (is_property_default_ignorable_code_point): Don't include characters
16762         of category Cc or Cs and not-a-characters.
16763         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16764         U+0D79, U+109E, U+109F, U+A60C.
16765         * lib/unictype/bidi_of.h: Regenerated.
16766         * lib/unictype/blocks.h: Regenerated.
16767         * lib/unictype/categ_C.h: Regenerated.
16768         * lib/unictype/categ_Cf.h: Regenerated.
16769         * lib/unictype/categ_Cn.h: Regenerated.
16770         * lib/unictype/categ_L.h: Regenerated.
16771         * lib/unictype/categ_Ll.h: Regenerated.
16772         * lib/unictype/categ_Lm.h: Regenerated.
16773         * lib/unictype/categ_Lo.h: Regenerated.
16774         * lib/unictype/categ_Lu.h: Regenerated.
16775         * lib/unictype/categ_M.h: Regenerated.
16776         * lib/unictype/categ_Mc.h: Regenerated.
16777         * lib/unictype/categ_Me.h: Regenerated.
16778         * lib/unictype/categ_Mn.h: Regenerated.
16779         * lib/unictype/categ_N.h: Regenerated.
16780         * lib/unictype/categ_Nd.h: Regenerated.
16781         * lib/unictype/categ_Nl.h: Regenerated.
16782         * lib/unictype/categ_No.h: Regenerated.
16783         * lib/unictype/categ_P.h: Regenerated.
16784         * lib/unictype/categ_Pd.h: Regenerated.
16785         * lib/unictype/categ_Pe.h: Regenerated.
16786         * lib/unictype/categ_Pf.h: Regenerated.
16787         * lib/unictype/categ_Pi.h: Regenerated.
16788         * lib/unictype/categ_Po.h: Regenerated.
16789         * lib/unictype/categ_Ps.h: Regenerated.
16790         * lib/unictype/categ_S.h: Regenerated.
16791         * lib/unictype/categ_Sk.h: Regenerated.
16792         * lib/unictype/categ_Sm.h: Regenerated.
16793         * lib/unictype/categ_So.h: Regenerated.
16794         * lib/unictype/categ_of.h: Regenerated.
16795         * lib/unictype/combining.h: Regenerated.
16796         * lib/unictype/ctype_alnum.h: Regenerated.
16797         * lib/unictype/ctype_alpha.h: Regenerated.
16798         * lib/unictype/ctype_graph.h: Regenerated.
16799         * lib/unictype/ctype_lower.h: Regenerated.
16800         * lib/unictype/ctype_print.h: Regenerated.
16801         * lib/unictype/ctype_punct.h: Regenerated.
16802         * lib/unictype/ctype_upper.h: Regenerated.
16803         * lib/unictype/decdigit.h: Regenerated.
16804         * lib/unictype/digit.h: Regenerated.
16805         * lib/unictype/mirror.h: Regenerated.
16806         * lib/unictype/numeric.h: Regenerated.
16807         * lib/unictype/pr_alphabetic.h: Regenerated.
16808         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16809         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16810         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16811         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16812         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16813         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16814         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16815         * lib/unictype/pr_combining.h: Regenerated.
16816         * lib/unictype/pr_dash.h: Regenerated.
16817         * lib/unictype/pr_decimal_digit.h: Regenerated.
16818         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16819         * lib/unictype/pr_deprecated.h: Regenerated.
16820         * lib/unictype/pr_diacritic.h: Regenerated.
16821         * lib/unictype/pr_extender.h: Regenerated.
16822         * lib/unictype/pr_format_control.h: Regenerated.
16823         * lib/unictype/pr_grapheme_base.h: Regenerated.
16824         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16825         * lib/unictype/pr_grapheme_link.h: Regenerated.
16826         * lib/unictype/pr_id_continue.h: Regenerated.
16827         * lib/unictype/pr_id_start.h: Regenerated.
16828         * lib/unictype/pr_ideographic.h: Regenerated.
16829         * lib/unictype/pr_ignorable_control.h: Regenerated.
16830         * lib/unictype/pr_lowercase.h: Regenerated.
16831         * lib/unictype/pr_math.h: Regenerated.
16832         * lib/unictype/pr_numeric.h: Regenerated.
16833         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16834         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16835         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16836         * lib/unictype/pr_other_id_continue.h: Regenerated.
16837         * lib/unictype/pr_other_lowercase.h: Regenerated.
16838         * lib/unictype/pr_other_math.h: Regenerated.
16839         * lib/unictype/pr_punctuation.h: Regenerated.
16840         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16841         * lib/unictype/pr_soft_dotted.h: Regenerated.
16842         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16843         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16844         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16845         * lib/unictype/pr_uppercase.h: Regenerated.
16846         * lib/unictype/pr_xid_continue.h: Regenerated.
16847         * lib/unictype/pr_xid_start.h: Regenerated.
16848         * lib/unictype/pr_zero_width.h: Regenerated.
16849         * lib/unictype/scripts.h: Regenerated.
16850         * lib/unictype/scripts_byname.gperf: Regenerated.
16851         * lib/unictype/sy_java_ident.h: Regenerated.
16852         * lib/unilbrk/lbrkprop1.h: Regenerated.
16853         * lib/unilbrk/lbrkprop2.h: Regenerated.
16854         * tests/unictype/test-categ_C.c: Regenerated.
16855         * tests/unictype/test-categ_Cf.c: Regenerated.
16856         * tests/unictype/test-categ_Cn.c: Regenerated.
16857         * tests/unictype/test-categ_L.c: Regenerated.
16858         * tests/unictype/test-categ_Ll.c: Regenerated.
16859         * tests/unictype/test-categ_Lm.c: Regenerated.
16860         * tests/unictype/test-categ_Lo.c: Regenerated.
16861         * tests/unictype/test-categ_Lu.c: Regenerated.
16862         * tests/unictype/test-categ_M.c: Regenerated.
16863         * tests/unictype/test-categ_Mc.c: Regenerated.
16864         * tests/unictype/test-categ_Me.c: Regenerated.
16865         * tests/unictype/test-categ_Mn.c: Regenerated.
16866         * tests/unictype/test-categ_N.c: Regenerated.
16867         * tests/unictype/test-categ_Nd.c: Regenerated.
16868         * tests/unictype/test-categ_Nl.c: Regenerated.
16869         * tests/unictype/test-categ_No.c: Regenerated.
16870         * tests/unictype/test-categ_P.c: Regenerated.
16871         * tests/unictype/test-categ_Pd.c: Regenerated.
16872         * tests/unictype/test-categ_Pe.c: Regenerated.
16873         * tests/unictype/test-categ_Pf.c: Regenerated.
16874         * tests/unictype/test-categ_Pi.c: Regenerated.
16875         * tests/unictype/test-categ_Po.c: Regenerated.
16876         * tests/unictype/test-categ_Ps.c: Regenerated.
16877         * tests/unictype/test-categ_S.c: Regenerated.
16878         * tests/unictype/test-categ_Sk.c: Regenerated.
16879         * tests/unictype/test-categ_Sm.c: Regenerated.
16880         * tests/unictype/test-categ_So.c: Regenerated.
16881         * tests/unictype/test-ctype_alnum.c: Regenerated.
16882         * tests/unictype/test-ctype_alpha.c: Regenerated.
16883         * tests/unictype/test-ctype_graph.c: Regenerated.
16884         * tests/unictype/test-ctype_lower.c: Regenerated.
16885         * tests/unictype/test-ctype_print.c: Regenerated.
16886         * tests/unictype/test-ctype_punct.c: Regenerated.
16887         * tests/unictype/test-ctype_upper.c: Regenerated.
16888         * tests/unictype/test-decdigit.h: Regenerated.
16889         * tests/unictype/test-digit.h: Regenerated.
16890         * tests/unictype/test-numeric.h: Regenerated.
16891         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16892         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16893         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16894         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16895         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16896         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16897         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16898         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16899         * tests/unictype/test-pr_combining.c: Regenerated.
16900         * tests/unictype/test-pr_dash.c: Regenerated.
16901         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16902         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16903         * tests/unictype/test-pr_deprecated.c: Regenerated.
16904         * tests/unictype/test-pr_diacritic.c: Regenerated.
16905         * tests/unictype/test-pr_extender.c: Regenerated.
16906         * tests/unictype/test-pr_format_control.c: Regenerated.
16907         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16908         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16909         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16910         * tests/unictype/test-pr_id_continue.c: Regenerated.
16911         * tests/unictype/test-pr_id_start.c: Regenerated.
16912         * tests/unictype/test-pr_ideographic.c: Regenerated.
16913         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16914         * tests/unictype/test-pr_lowercase.c: Regenerated.
16915         * tests/unictype/test-pr_math.c: Regenerated.
16916         * tests/unictype/test-pr_numeric.c: Regenerated.
16917         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16918         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16919         Regenerated.
16920         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16921         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16922         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16923         * tests/unictype/test-pr_other_math.c: Regenerated.
16924         * tests/unictype/test-pr_punctuation.c: Regenerated.
16925         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16926         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16927         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16928         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16929         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16930         * tests/unictype/test-pr_uppercase.c: Regenerated.
16931         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16932         * tests/unictype/test-pr_xid_start.c: Regenerated.
16933         * tests/unictype/test-pr_zero_width.c: Regenerated.
16934
16935         Update to Unicode 5.1.0.
16936         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16937         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16938         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16939         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16940         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16941         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16942         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16943         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16944         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16945         (nonspacing_table_ind): Update.
16946         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16947
16948         Update to Unicode 5.1.0.
16949         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16950         code transform.
16951         * lib/uniname/uniname.c (unicode_character_name,
16952         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16953         * lib/uniname/uninames.h: Regenerated.
16954         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16955
16956 2009-02-07  Bruno Haible  <bruno@clisp.org>
16957
16958         Merge gen-ctype and gen-lbrk into a single program.
16959         * lib/gen-uni-tables.c: New file, incorporating
16960         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16961         Add directory prefixes to the names of the generated files.
16962         * lib/unictype/gen-ctype.c: Remove file.
16963         * lib/unilbrk/gen-lbrk.c: Remove file.
16964         * modules/gen-uni-tables: New file.
16965         * modules/unictype/gen-ctype: Remove file.
16966         * modules/unilbrk/gen-lbrk: Remove file.
16967
16968 2009-02-07  Bruno Haible  <bruno@clisp.org>
16969
16970         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16971
16972         New module 'unistr/u32-strcoll'.
16973         * modules/unistr/u32-strcoll: New file.
16974         * lib/unistr/u32-strcoll.c: New file.
16975
16976         New module 'unistr/u16-strcoll'.
16977         * modules/unistr/u16-strcoll: New file.
16978         * lib/unistr/u16-strcoll.c: New file.
16979
16980         New module 'unistr/u8-strcoll'.
16981         * modules/unistr/u8-strcoll: New file.
16982         * lib/unistr/u8-strcoll.c: New file.
16983         * lib/unistr/u-strcoll.h: New file.
16984
16985 2009-02-07  Bruno Haible  <bruno@clisp.org>
16986
16987         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16988         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16989         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16990         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16991         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16992         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16993
16994 2009-02-07  Bruno Haible  <bruno@clisp.org>
16995
16996         Make 64-bit clean.
16997         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16998         output_combclass, output_bidi_category, output_decimal_digit,
16999         output_digit, output_numeric, output_mirror, output_scripts,
17000         output_ident_category): Use proper width specifier in format strings.
17001
17002 2009-02-07  Bruno Haible  <bruno@clisp.org>
17003
17004         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
17005         failure behaviour.
17006
17007 2009-02-07  Jim Meyering  <meyering@redhat.com>
17008
17009         regex: avoid compilation failure with upcoming gcc-4.4
17010         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
17011         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
17012         "... error: integer overflow in preprocessor expression".
17013
17014 2009-02-05  Ben Pfaff  <blp@gnu.org>
17015
17016         Fix link errors on Windows when close module is used.
17017         * modules/close: Add $(LIB_CLOSE) to Link section.
17018         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
17019         $(LIB_CLOSE) on Windows.
17020
17021 2009-02-05  Jim Meyering  <meyering@redhat.com>
17022
17023         still avoid unused-parameter warnings, but do it cleanly
17024         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
17025         (get_fs_usage): Cast to void instead.
17026         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
17027         (dev_from_mount_options, read_file_system_list): Cast to void.
17028         Prompted by Bruno Haible.
17029
17030 2009-02-04  Jim Meyering  <meyering@redhat.com>
17031
17032         fsusage.c: correct copyright year
17033         * lib/fsusage.c: Reflect year in which the change is pushed into
17034
17035         avoid misc. warnings
17036         * lib/fsusage.c (UNUSED_PARAM): Define.
17037         (get_fs_usage): Mark parameter "disk" as unused.
17038         * lib/getugroups.c (getgrent): Use "void" in prototype.
17039         * lib/mountlist.c: Mark unused parameters.
17040         (read_file_system_list): Declare a local with "const".
17041         * lib/nanosleep.c (getnow): Declare static.
17042         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
17043
17044         dirfd: set errno upon failure
17045         * lib/dirfd.c: Include <errno.h>.
17046         Set errno to ENOTSUP when returning -1.
17047         * modules/dirfd (Depends-on): Add errno.
17048         Suggested by John Kodis <kodis@comcast.net>.
17049
17050 2009-02-01  Bruno Haible  <bruno@clisp.org>
17051
17052         Don't assume sizeof (long) >= sizeof (void *).
17053         * lib/memcmp.c: Include stdint.h.
17054         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
17055         srcp2 to 'const byte *'.
17056         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
17057         types to uintptr_t.
17058         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
17059         * modules/memcmp (Depends-on): Add stdint.
17060         Reported by Ozkan Sezer <sezeroz@gmail.com>.
17061
17062 2009-01-30  Eric Blake  <ebb9@byu.net>
17063
17064         fix more require-before-expand issues
17065         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
17066         expand, AC_PROG_AWK.
17067         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
17068
17069 2009-01-28  Eric Blake  <ebb9@byu.net>
17070
17071         version-etc: use consistent URL formatting
17072         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
17073         Improve formatting.  Use fputs for string without %.
17074
17075 2009-01-28  Jim Meyering  <meyering@redhat.com>
17076
17077         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
17078         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
17079         "underquoted definition of NAME" from autoconf-2.59.
17080
17081 2009-01-28  Bruno Haible  <bruno@clisp.org>
17082
17083         * doc/gnulib.texi: Add "Obsolete modules" to index.
17084
17085 2009-01-28  Jim Meyering  <meyering@redhat.com>
17086
17087         useless-if-before-free: recognize more variants
17088         * build-aux/useless-if-before-free: Also recognize e.g.,
17089         if (NULL != p) free (p);
17090
17091 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
17092
17093         test-getaddrinfo: skip (don't fail) this test when there's no network
17094         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
17095         on the presumption that it means you lack network access.
17096
17097 2009-01-26  Jim Meyering  <meyering@redhat.com>
17098
17099         fflush: avoid warnings on modern systems
17100         * lib/fflush.c (rpl_fflush): Move declarations of locals,
17101         pos and result, into scopes where they're used.
17102
17103 2009-01-26  Eric Blake  <ebb9@byu.net>
17104
17105         Silence warning reintroduced by recent extensions patch.
17106         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
17107         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
17108         autoconf.
17109
17110         Backport improved autoconf semantics of AC_DEFUN_ONCE.
17111         * m4/00gnulib.m4: New file.
17112         * gnulib-tool (func_get_filelist): Always use it.
17113         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
17114         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
17115
17116 2009-01-25  Bruno Haible  <bruno@clisp.org>
17117
17118         Make test-quotearg work on MacOS X and AIX.
17119         * tests/test-quotearg.sh: New file.
17120         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
17121         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
17122         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
17123         include <libintl.h>.
17124         (fake_locale): Remove variable.
17125         (gettext, dgettext, dcgettext): Remove functions.
17126         (main): Instead of setting a fake locale, set a real locale. Call
17127         textdomain and bindtextdomain.
17128         * modules/quotearg-tests (Files): Add the new files.
17129         (Depends-on): Add gettext, setenv, unsetenv.
17130         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17131         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
17132         Augment TESTS_ENVIRONMENT.
17133
17134 2009-01-25  Bruno Haible  <bruno@clisp.org>
17135
17136         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
17137         fr_FR.ISO8859-1 locale on MacOS X.
17138         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
17139         ja_JP.eucJP locale on MacOS X.
17140         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
17141         zh_CN.GB18030 locale on MacOS X.
17142
17143 2009-01-25  Bruno Haible  <bruno@clisp.org>
17144
17145         Avoid link errors on MacOS X 10.3.
17146         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
17147         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
17148
17149 2009-01-25  Bruno Haible  <bruno@clisp.org>
17150
17151         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17152         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
17153         * modules/pipe (Files): Remove m4/posix_spawn.m4.
17154         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17155         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
17156         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17157         posix_spawnattr_init, posix_spawnattr_setsigmask,
17158         posix_spawnattr_setflags, posix_spawnattr_destroy.
17159
17160         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17161         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
17162         * modules/execute (Files): Remove m4/posix_spawn.m4.
17163         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17164         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17165         posix_spawnattr_init, posix_spawnattr_setsigmask,
17166         posix_spawnattr_setflags, posix_spawnattr_destroy.
17167
17168 2009-01-25  Bruno Haible  <bruno@clisp.org>
17169
17170         * lib/glthread/threadlib.c: Include <stdlib.h>.
17171
17172 2009-01-25  Bruno Haible  <bruno@clisp.org>
17173
17174         * lib/glthread/threadlib.c (dummy): New declaration.
17175
17176 2009-01-25  Bruno Haible  <bruno@clisp.org>
17177
17178         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
17179         multibyte characters also for the GB18030 encoding. Don't crash when
17180         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
17181
17182 2009-01-25  Bruno Haible  <bruno@clisp.org>
17183
17184         Avoid redefining 'struct random_data' on OSF/1 5.1.
17185         * lib/stdlib.in.h: Include <random.h> if it exists.
17186         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
17187         HAVE_RANDOM_H. Include <random.h> when testing whether
17188         'struct random_data' exists.
17189         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
17190
17191 2009-01-25  Bruno Haible  <bruno@clisp.org>
17192
17193         Don't install charset.alias on MacOS X >= 10.3.
17194         * lib/localcharset.c (DARWIN7): New macro.
17195         (get_charset_aliases): Hardcode the result for Darwin7.
17196         * modules/localcharset (install-exec-local): Don't install
17197         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
17198
17199 2009-01-25  Bruno Haible  <bruno@clisp.org>
17200
17201         Don't install charset.alias on mingw and Cygwin.
17202         * modules/localcharset (install-exec-local): Don't install
17203         charset.alias on mingw and Cygwin, if the file does not yet exist.
17204         The result for these platforms is hardcoded in localcharset.c.
17205
17206 2009-01-25  Bruno Haible  <bruno@clisp.org>
17207
17208         Make it possible again to use AC_GNU_SOURCE together with gnulib.
17209         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
17210         before requiring AC_USE_SYSTEM_EXTENSIONS.
17211
17212 2009-01-25  Jim Meyering  <meyering@redhat.com>
17213
17214         c-strtod: avoid warnings
17215         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
17216         "assignment discards qualifiers from pointer target type" warnings.
17217
17218 2009-01-24  Bruno Haible  <bruno@clisp.org>
17219
17220         Add support for non-UTF-8 locales on MacOS X.
17221         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
17222         canonical encodings. For Darwin 7 and newer, don't map traditional
17223         encodings to UTF-8.
17224         Reported by Vincent Lefevre <vincent@vinc17.org>
17225         at <http://savannah.gnu.org/bugs/?25235>.
17226
17227 2009-01-24  Bruno Haible  <bruno@clisp.org>
17228
17229         * doc/gnulib.texi (Obsolete modules): New section.
17230         Reported by Mike Frysinger <vapier@gentoo.org>.
17231
17232 2009-01-24  Bruno Haible  <bruno@clisp.org>
17233
17234         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
17235         (%.dvi): New rule.
17236
17237 2009-01-24  Bruno Haible  <bruno@clisp.org>
17238
17239         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17240         Reported by Eric Blake.
17241
17242 2009-01-24  Bruno Haible  <bruno@clisp.org>
17243
17244         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17245         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17246         Reported by Gary V. Vaughan <gary@gnu.org>.
17247
17248 2009-01-24  Bruno Haible  <bruno@clisp.org>
17249
17250         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17251
17252 2009-01-23  Bruno Haible  <bruno@clisp.org>
17253
17254         Make c-strtod, c-strtold usable in libraries.
17255         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17256         (C_STRTOD): Call strdup instead of xstrdup.
17257         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17258         * modules/c-strtold (Depends-on): Likewise.
17259         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
17260         * NEWS: Mention the change.
17261         Reported by Michael Gold <mgold@ncf.ca>.
17262
17263 2009-01-23  Jim Meyering  <meyering@redhat.com>
17264
17265         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
17266         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
17267         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
17268
17269 2009-01-23  Simon Josefsson  <simon@josefsson.org>
17270
17271         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
17272         GNU CoreUtils.
17273         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
17274         * modules/version-etc (Description): Update.
17275
17276 2009-01-22  Bruno Haible  <bruno@clisp.org>
17277
17278         Cache the C locale object.
17279         * lib/c-strtod.c (c_locale_cache): New variable.
17280         (c_locale): New function.
17281         (C_STRTOD): Use it, and don't call freelocale.
17282         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
17283         Suggested by Paolo Bonzini.
17284
17285 2009-01-21  Bruno Haible  <bruno@clisp.org>
17286
17287         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
17288         conditions other than overflow.
17289
17290 2009-01-21  Bruno Haible  <bruno@clisp.org>
17291
17292         * lib/c-strtod.c: Include errno.h.
17293         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
17294         value from STRTOD_L and STRTOD.
17295
17296 2009-01-21  Bruno Haible  <bruno@clisp.org>
17297         and Jim Meyering  <meyering@redhat.com>
17298
17299         nanosleep: skip configure test (fail it) for apple universal builds
17300         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
17301         universal builds, assume that nanosleep does not work.
17302         * modules/nanosleep (Depends-on): Add multiarch.
17303
17304         mktime: skip configure test (fail it) for apple universal builds
17305         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17306         universal builds, assume that mktime does not work.
17307         * modules/mktime (Depends-on): Add multiarch.
17308
17309 2009-01-21  Eric Blake  <ebb9@byu.net>
17310
17311         multiarch: avoid expand-before-require warning
17312         * modules/multiarch (configure.ac): Require, rather than expand,
17313         gl_MULTIARCH.
17314         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17315         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17316         enforce that all clients require it.  Partial reversion of
17317         2008-12-29 patch.
17318
17319         error: avoid expand-before-require warning
17320         * modules/errno (configure.ac): Require, rather than expand,
17321         gl_HEADER_ERRNO_H.
17322         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17323         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17324         enforce that all clients require it.
17325
17326         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17327         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17328         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17329         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17330
17331 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17332
17333         Revert:
17334         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17335
17336         regex: do not depend on obsolete modules.
17337         * modules/regex: Remove memcmp and memmove.
17338
17339 2009-01-20  Bruno Haible  <bruno@clisp.org>
17340
17341         Make the 'link' module link on Windows NT 4.
17342         * lib/link.c (_WIN32_WINNT): Don't define.
17343         (CreateHardLinkFuncType): New type.
17344         (CreateHardLinkFunc, initialized): New variables.
17345         (initialize): New function.
17346         (link): Invoke CreateHardLink indirectly through the function pointer.
17347
17348 2009-01-20  Bruno Haible  <bruno@clisp.org>
17349
17350         Fix compilation failure on mingw.
17351         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17352
17353 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17354
17355         * doc/c-strtod.texi: Mention a couple of restrictions.
17356
17357 2009-01-20  Jim Meyering  <meyering@redhat.com>
17358
17359         gettimeofday: move more declarations out of functions
17360         * lib/gettimeofday.c: Move extern declarations of tzset and
17361         gmtime out of containing functions.  Prompted by Bruno Haible.
17362
17363 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17364
17365         regex: do not depend on obsolete modules.
17366         * modules/regex: Remove memcmp and memmove.
17367
17368 2009-01-19  Bruno Haible  <bruno@clisp.org>
17369
17370         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17371         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17372         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17373         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17374         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17375
17376 2009-01-19  Bruno Haible  <bruno@clisp.org>
17377
17378         * tests/test-link.c: Include <errno.h>.
17379         (main): Exit with code 77 when a hard link cannot be created due to
17380         the file system.
17381         * tests/test-link.sh: Skip test when a hard link cannot be created due
17382         to the file system.
17383         Suggested by Eric Blake.
17384
17385 2009-01-19  Martin Lambers  <marlam@marlam.de>
17386
17387         * modules/link-tests: New file.
17388         * tests/test-link.sh: New file.
17389         * tests/test-link.c: New file.
17390
17391 2009-01-19  Eric Blake  <ebb9@byu.net>
17392
17393         doc: mention another function added in cygwin 1.7.0
17394         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17395         Another new function in cygwin 1.7.
17396
17397 2009-01-19  Bruno Haible  <bruno@clisp.org>
17398
17399         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17400         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17401         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17402         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17403         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17404         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17405         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17406         * m4/md4.m4 (gl_MD4): Likewise.
17407         * m4/md5.m4 (gl_MD5): Likewise.
17408         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17409         * m4/sha1.m4 (gl_SHA1): Likewise.
17410         * m4/sha256.m4 (gl_SHA256): Likewise.
17411         * m4/sha512.m4 (gl_SHA512): Likewise.
17412
17413 2009-01-19  Bruno Haible  <bruno@clisp.org>
17414
17415         * modules/uniname/uniname-tests (Depends-on): Add progname.
17416         * tests/uniname/test-uninames.c: Include progname.h.
17417         (main): Call set_program_name.
17418
17419         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17420         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17421         (main): Call set_program_name.
17422
17423         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17424         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17425         (main): Call set_program_name.
17426
17427         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17428         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17429         (main): Call set_program_name.
17430
17431         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17432         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17433         (main): Call set_program_name.
17434
17435         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17436         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17437         (main): Call set_program_name.
17438
17439         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17440         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17441         (main): Call set_program_name.
17442
17443         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17444         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17445         (main): Call set_program_name.
17446
17447         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17448         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17449         (main): Call set_program_name.
17450
17451 2009-01-19  Eric Blake  <ebb9@byu.net>
17452
17453         test-unistd: test previous patch
17454         * tests/test-unistd.c: Test *_FILENO macros.
17455
17456         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17457         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17458         Guarantee a definition.
17459         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17460         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17461         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17462         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17463         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17464         Likewise.
17465         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17466         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17467         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17468         Likewise.
17469         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17470         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17471         (STDERR_FILENO): Likewise.
17472         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17473         (STDERR_FILENO): Likewise.
17474         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17475         (STDERR_FILENO): Likewise.
17476         Reported by Elbert Pol.
17477
17478 2009-01-19  Eric Blake  <ebb9@byu.net>
17479
17480         doc: mention more functions added in cygwin 1.7.0
17481         * doc/posix-functions/abort.texi (abort): Update wording related
17482         to cygwin.
17483         * doc/posix-functions/daylight.texi (daylight): Likewise.
17484         * doc/posix-functions/optarg.texi (optarg): Likewise.
17485         * doc/posix-functions/optarg.texi (opterr): Likewise.
17486         * doc/posix-functions/optarg.texi (optind): Likewise.
17487         * doc/posix-functions/optarg.texi (optopt): Likewise.
17488         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17489         worked in 1.5.x, and was withdrawn in 1.7.
17490         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17491         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17492         cygwin versions.
17493         * doc/posix-functions/perror.texi (perror): Likewise.
17494         * doc/posix-functions/printf.texi (printf): Likewise.
17495         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17496         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17497         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17498         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17499         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17500         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17501         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17502         Likewise.
17503         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17504         Likewise.
17505         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17506         this function.
17507         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17508         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17509         Likewise.
17510         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17511         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17512         * doc/posix-functions/confstr.texi (confstr): Likewise.
17513         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17514         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17515         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17516         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17517         * doc/posix-functions/fputws.texi (fputws): Likewise.
17518         * doc/posix-functions/fwide.texi (fwide): Likewise.
17519         * doc/posix-functions/getwc.texi (getwc): Likewise.
17520         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17521         * doc/posix-functions/putwc.texi (putwc): Likewise.
17522         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17523         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17524         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17525         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17526         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17527         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17528         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17529         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17530         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17531         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17532         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17533
17534 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17535
17536         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17537         * lib/ioctl.c: Include <sys/ioctl.h>.
17538
17539 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17540
17541         * modules/getdate-tests (Depends-on): Add progname.
17542         * tests/test-getdate.c: Use progname module, to avoid link errors
17543         on non-glibc systems.
17544
17545 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17546
17547         * modules/filenamecat-tests (Depends-on): Add progname.
17548         * modules/fstrcmp-tests (Depends-on): Likewise.
17549
17550         * tests/test-filenamecat.c: Use progname module, to avoid link
17551         errors on non-glibc systems.
17552         * tests/test-fstrcmp.c: Likewise.
17553
17554 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17555
17556         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17557         * lib/gettimeofday.c: Move extern declaration out of function.
17558
17559 2009-01-18  Bruno Haible  <bruno@clisp.org>
17560
17561         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17562         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17563         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17564
17565 2009-01-18  Bruno Haible  <bruno@clisp.org>
17566
17567         * lib/strftime.c (MEMPCPY): Remove unused macro.
17568         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17569
17570 2009-01-18  Martin Lambers  <marlam@marlam.de>
17571
17572         New module 'link'.
17573         * lib/unistd.in.h (link): New declaration.
17574         * lib/link.c: New file.
17575         * m4/link.m4: New file.
17576         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17577         HAVE_LINK.
17578         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17579         * modules/link: New file.
17580         * doc/posix-functions/link.texi: Mention the new module.
17581
17582 2009-01-18  Bruno Haible  <bruno@clisp.org>
17583
17584         * tests/test-avltree_list.c (main): Call set_program_name.
17585         * tests/test-avltree_oset.c (main): Likewise.
17586         * tests/test-obstack-printf.c: Include progname.h.
17587         (main): Call set_program_name.
17588         * tests/test-quotearg.c: Include progname.h.
17589         (main): Call set_program_name.
17590         * tests/test-xmemdup0.c: Include progname.h.
17591         (main): Call set_program_name.
17592
17593 2009-01-18  Bruno Haible  <bruno@clisp.org>
17594
17595         New module 'alphasort'.
17596         * lib/dirent.in.h (alphasort): New declaration.
17597         * lib/alphasort.c: New file, from glibc with modifications.
17598         * m4/alphasort.m4: New file.
17599         * modules/alphasort: New file.
17600         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17601         HAVE_ALPHASORT.
17602         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17603         HAVE_ALPHASORT.
17604         * doc/posix-functions/alphasort.texi: Mention the new module and the
17605         portability problems.
17606
17607 2009-01-18  Bruno Haible  <bruno@clisp.org>
17608
17609         New module 'scandir'.
17610         * lib/dirent.in.h (scandir): New declaration.
17611         * lib/scandir.c: New file, from glibc with modifications.
17612         * m4/scandir.m4: New file.
17613         * modules/scandir: New file.
17614         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17615         HAVE_SCANDIR.
17616         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17617         HAVE_SCANDIR.
17618         * doc/posix-functions/scandir.texi: Mention the new module and the
17619         portability problems.
17620
17621 2009-01-17  Bruno Haible  <bruno@clisp.org>
17622
17623         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17624         Update documentation.
17625         (func_remove_suffix): Escape all dots in the suffix. Update
17626         documentation.
17627         (func_filter_filelist): Update documentation.
17628         Reported by Ralf Wildenhues.
17629
17630 2009-01-17  Bruno Haible  <bruno@clisp.org>
17631
17632         * modules/dprintf-posix-tests: New file.
17633         * tests/test-dprintf-posix.sh: New file.
17634         * tests/test-dprintf-posix.c: New file.
17635
17636         New modules 'dprintf', 'dprintf-posix'.
17637         * lib/stdio.in.h (dprintf): New declaration.
17638         * lib/dprintf.c: New file.
17639         * m4/dprintf.m4: New file.
17640         * m4/dprintf-posix.m4: New file.
17641         * modules/dprintf: New file.
17642         * modules/dprintf-posix: New file.
17643         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17644         HAVE_DPRINTF, REPLACE_DPRINTF.
17645         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17646         HAVE_DPRINTF, REPLACE_DPRINTF.
17647         * doc/posix-functions/dprintf.texi: Mention the new modules.
17648
17649 2009-01-17  Bruno Haible  <bruno@clisp.org>
17650
17651         * modules/vdprintf-posix-tests: New file.
17652         * tests/test-vdprintf-posix.sh: New file.
17653         * tests/test-vdprintf-posix.c: New file.
17654
17655         New modules 'vdprintf', 'vdprintf-posix'.
17656         * lib/stdio.in.h (vdprintf): New declaration.
17657         * lib/vdprintf.c: New file.
17658         * m4/vdprintf.m4: New file.
17659         * m4/vdprintf-posix.m4: New file.
17660         * modules/vdprintf: New file.
17661         * modules/vdprintf-posix: New file.
17662         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17663         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17664         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17665         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17666         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17667
17668 2009-01-17  Bruno Haible  <bruno@clisp.org>
17669
17670         Fix replacement of fopen on mingw.
17671         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17672         mingw.
17673
17674 2009-01-17  Bruno Haible  <bruno@clisp.org>
17675
17676         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17677         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17678
17679 2009-01-17  Bruno Haible  <bruno@clisp.org>
17680
17681         Avoid test-fflush2.sh failure on mingw.
17682         * tests/test-fflush2.c: Include binary-io.h.
17683         (main): Put standard input into binary mode.
17684         * modules/fflush-tests (Depends-on): Add binary-io.
17685
17686 2009-01-17  Bruno Haible  <bruno@clisp.org>
17687
17688         * lib/wchar.in.h: In another particular situation, include only the
17689         system's <wchar.h> file.
17690         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17691         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17692         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17693
17694 2009-01-17  Bruno Haible  <bruno@clisp.org>
17695
17696         Support for stripping executables in --enable-relocatable.
17697         * build-aux/install-reloc: Expect one more argument, or an environment
17698         variable RELOC_STRIP_PROG. If set, strip the destination program and
17699         its wrapper.
17700         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17701         RELOC_STRIP_PROG.
17702         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17703         to set RELOCATABLE_STRIP.
17704         * NEWS: Mention the new Makefile requirement.
17705
17706 2009-01-17  Bruno Haible  <bruno@clisp.org>
17707
17708         * build-aux/install-reloc: Remove debugging information left over by
17709         C compiler on MacOS X.
17710
17711 2009-01-17  Bruno Haible  <bruno@clisp.org>
17712
17713         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17714         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17715         _NSGetExecutablePath.
17716
17717 2009-01-16  Jim Meyering  <meyering@redhat.com>
17718
17719         strerror: avoid warnings about discarding "const"
17720         * lib/strerror.c (rpl_strerror): Instead of returning a const
17721         string from each and every "case", use a variable, and add a single
17722         cast after the switch.
17723
17724 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17725
17726         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17727
17728 2009-01-16  Bruno Haible  <bruno@clisp.org>
17729
17730         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17731         array initializer syntax that also works in C++ mode.
17732         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17733
17734 2009-01-16  Jim Meyering  <meyering@redhat.com>
17735
17736         poll: suppress a warning
17737         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17738         to ignore "...unsigned expression < 0 is always false" warnings.
17739
17740 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17741
17742         poll: remove declarations of unused variables
17743         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17744         sockbuf and optlen.
17745
17746 2009-01-15  Bruno Haible  <bruno@clisp.org>
17747
17748         Make fflush-after-ungetc POSIX compliant on BSD systems.
17749         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17750         (clear_ungetc_buffer): Implement also for other systems.
17751         (rpl_fflush): On glibc systems, invoke
17752         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17753         clear_ungetc_buffer after fetching the stream's position, not before.
17754
17755 2009-01-15  Bruno Haible  <bruno@clisp.org>
17756
17757         Make fflush-after-ungetc POSIX compliant on glibc systems.
17758         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17759         after ungetc.
17760         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17761         (rpl_fflush): On glibc systems, simply call the system's fflush
17762         function after clearing the ungetc buffer.
17763         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17764         Instead, lseek only to the end of file, then use the system's fseeko
17765         for the rest. On glibc systems, reset the EOF indicator bit.
17766
17767 2009-01-15  Jim Meyering  <meyering@redhat.com>
17768
17769         openmp.m4: revert quote-adding change, for portability to older autoconf
17770         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17771         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17772         Simon Josefsson noticed the problem when using autoconf-2.61.
17773
17774 2009-01-15  Bruno Haible  <bruno@clisp.org>
17775
17776         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17777         * tests/test-fflush2.c (ASSERT): Always fail.
17778         (main): Add two tests for fflush() after ungetc(), taking into account
17779         the Austin Group's clarification.
17780         Suggested by Eric Blake.
17781
17782 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17783
17784         mktime.m4: remove K&R-style function prototypes
17785         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17786         for the Sun C++ compiler.
17787
17788 2009-01-14  Bruno Haible  <bruno@clisp.org>
17789
17790         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17791         while including <wchar.h>.
17792         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17793         the system's <wchar.h> file.
17794         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17795
17796 2009-01-14  Bruno Haible  <bruno@clisp.org>
17797
17798         * m4/csharp.m4: Don't mention gettext on the serial number line.
17799         * m4/csharpexec.m4: Likewise.
17800         * m4/eaccess.m4: Likewise.
17801         * m4/javaexec.m4: Likewise.
17802         * m4/sig_atomic_t.m4: Likewise.
17803         * m4/tmpdir.m4: Likewise.
17804         * m4/intldir.m4: Bump gettext version.
17805         * m4/lib-ld.m4: Likewise.
17806
17807 2009-01-14  Bruno Haible  <bruno@clisp.org>
17808
17809         * lib/progname.c (set_program_name): Add more comments.
17810         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17811
17812 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17813
17814         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17815         were sys/stat.h does not define it.
17816
17817 2009-01-14  Jim Meyering  <meyering@redhat.com>
17818
17819         many *.m4 files: improve m4 quoting
17820         99% of this change was performed by running the following commands:
17821         git ls-files | grep '\.m4$' | xargs perl -pi \
17822           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17823           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17824           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17825           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17826         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17827         The remainder were to add Copyright dates, increment serial numbers,
17828         undo some changes in comments, exclude m4/intl.m4, and add quotes
17829         around the "1" in ",1" where the unusual spacing prohibited the
17830         above regexps from doing the job.  For more details, see
17831         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17832         * m4/acl.m4: Modified.
17833         * m4/afs.m4: Likewise.
17834         * m4/alloca.m4: Likewise.
17835         * m4/argp.m4: Likewise.
17836         * m4/argz.m4: Likewise.
17837         * m4/atexit.m4: Likewise.
17838         * m4/bison-i18n.m4: Likewise.
17839         * m4/bison.m4: Likewise.
17840         * m4/byteswap.m4: Likewise.
17841         * m4/c-stack.m4: Likewise.
17842         * m4/c-strtod.m4: Likewise.
17843         * m4/calloc.m4: Likewise.
17844         * m4/canonicalize-lgpl.m4: Likewise.
17845         * m4/chown.m4: Likewise.
17846         * m4/clock_time.m4: Likewise.
17847         * m4/codeset.m4: Likewise.
17848         * m4/copy-file.m4: Likewise.
17849         * m4/csharp.m4: Likewise.
17850         * m4/csharpcomp.m4: Likewise.
17851         * m4/csharpexec.m4: Likewise.
17852         * m4/d-ino.m4: Likewise.
17853         * m4/d-type.m4: Likewise.
17854         * m4/dirfd.m4: Likewise.
17855         * m4/double-slash-root.m4: Likewise.
17856         * m4/eaccess.m4: Likewise.
17857         * m4/eealloc.m4: Likewise.
17858         * m4/environ.m4: Likewise.
17859         * m4/errno_h.m4: Likewise.
17860         * m4/euidaccess.m4: Likewise.
17861         * m4/execute.m4: Likewise.
17862         * m4/fatal-signal.m4: Likewise.
17863         * m4/fchdir.m4: Likewise.
17864         * m4/fcntl_h.m4: Likewise.
17865         * m4/fileblocks.m4: Likewise.
17866         * m4/filenamecat.m4: Likewise.
17867         * m4/findprog.m4: Likewise.
17868         * m4/flexmember.m4: Likewise.
17869         * m4/fnmatch.m4: Likewise.
17870         * m4/fopen.m4: Likewise.
17871         * m4/fpending.m4: Likewise.
17872         * m4/fprintf-posix.m4: Likewise.
17873         * m4/free.m4: Likewise.
17874         * m4/frexp.m4: Likewise.
17875         * m4/frexpl.m4: Likewise.
17876         * m4/fsusage.m4: Likewise.
17877         * m4/ftruncate.m4: Likewise.
17878         * m4/gc-camellia.m4: Likewise.
17879         * m4/gc-random.m4: Likewise.
17880         * m4/gc.m4: Likewise.
17881         * m4/getaddrinfo.m4: Likewise.
17882         * m4/getcwd-abort-bug.m4: Likewise.
17883         * m4/getcwd-path-max.m4: Likewise.
17884         * m4/getdate.m4: Likewise.
17885         * m4/getdomainname.m4: Likewise.
17886         * m4/getgroups.m4: Likewise.
17887         * m4/gethostname.m4: Likewise.
17888         * m4/gethrxtime.m4: Likewise.
17889         * m4/getline.m4: Likewise.
17890         * m4/getloadavg.m4: Likewise.
17891         * m4/getndelim2.m4: Likewise.
17892         * m4/getpass.m4: Likewise.
17893         * m4/gettext.m4: Likewise.
17894         * m4/gettime.m4: Likewise.
17895         * m4/gettimeofday.m4: Likewise.
17896         * m4/gnulib-common.m4: Likewise.
17897         * m4/group-member.m4: Likewise.
17898         * m4/host-os.m4: Likewise.
17899         * m4/iconv.m4: Likewise.
17900         * m4/iconv_open.m4: Likewise.
17901         * m4/inet_ntop.m4: Likewise.
17902         * m4/inet_pton.m4: Likewise.
17903         * m4/inline.m4: Likewise.
17904         * m4/intldir.m4: Likewise.
17905         * m4/intlmacosx.m4: Likewise.
17906         * m4/intmax.m4: Likewise.
17907         * m4/intmax_t.m4: Likewise.
17908         * m4/inttypes.m4: Likewise.
17909         * m4/inttypes_h.m4: Likewise.
17910         * m4/inttypes-pri.m4: Likewise.
17911         * m4/isapipe.m4: Likewise.
17912         * m4/isnand.m4: Likewise.
17913         * m4/isnanf.m4: Likewise.
17914         * m4/isnanl.m4: Likewise.
17915         * m4/javacomp.m4: Likewise.
17916         * m4/javaexec.m4: Likewise.
17917         * m4/jm-winsz1.m4: Likewise.
17918         * m4/jm-winsz2.m4: Likewise.
17919         * m4/lchown.m4: Likewise.
17920         * m4/lcmessage.m4: Likewise.
17921         * m4/ldexpl.m4: Likewise.
17922         * m4/lib-ld.m4: Likewise.
17923         * m4/lib-link.m4: Likewise.
17924         * m4/libsigsegv.m4: Likewise.
17925         * m4/link-follow.m4: Likewise.
17926         * m4/localcharset.m4: Likewise.
17927         * m4/locale-fr.m4: Likewise.
17928         * m4/locale-ja.m4: Likewise.
17929         * m4/locale-tr.m4: Likewise.
17930         * m4/locale-zh.m4: Likewise.
17931         * m4/lock.m4: Likewise.
17932         * m4/longlong.m4: Likewise.
17933         * m4/ls-mntd-fs.m4: Likewise.
17934         * m4/lstat.m4: Likewise.
17935         * m4/malloc.m4: Likewise.
17936         * m4/mathl.m4: Likewise.
17937         * m4/mbrtowc.m4: Likewise.
17938         * m4/mbstate_t.m4: Likewise.
17939         * m4/mbswidth.m4: Likewise.
17940         * m4/memchr.m4: Likewise.
17941         * m4/memcmp.m4: Likewise.
17942         * m4/memcpy.m4: Likewise.
17943         * m4/memmem.m4: Likewise.
17944         * m4/memmove.m4: Likewise.
17945         * m4/mempcpy.m4: Likewise.
17946         * m4/memrchr.m4: Likewise.
17947         * m4/memset.m4: Likewise.
17948         * m4/minmax.m4: Likewise.
17949         * m4/mkdir-slash.m4: Likewise.
17950         * m4/mkdtemp.m4: Likewise.
17951         * m4/mktime.m4: Likewise.
17952         * m4/mmap-anon.m4: Likewise.
17953         * m4/mountlist.m4: Likewise.
17954         * m4/nanosleep.m4: Likewise.
17955         * m4/nls.m4: Likewise.
17956         * m4/nocrash.m4: Likewise.
17957         * m4/open.m4: Likewise.
17958         * m4/openat.m4: Likewise.
17959         * m4/openmp.m4: Likewise.
17960         * m4/pathmax.m4: Likewise.
17961         * m4/perl.m4: Likewise.
17962         * m4/physmem.m4: Likewise.
17963         * m4/pipe.m4: Likewise.
17964         * m4/po.m4: Likewise.
17965         * m4/poll.m4: Likewise.
17966         * m4/posixtm.m4: Likewise.
17967         * m4/posixver.m4: Likewise.
17968         * m4/printf-frexp.m4: Likewise.
17969         * m4/printf-frexpl.m4: Likewise.
17970         * m4/printf-posix.m4: Likewise.
17971         * m4/printf-posix-rpl.m4: Likewise.
17972         * m4/printf.m4: Likewise.
17973         * m4/progtest.m4: Likewise.
17974         * m4/putenv.m4: Likewise.
17975         * m4/readline.m4: Likewise.
17976         * m4/readlink.m4: Likewise.
17977         * m4/readutmp.m4: Likewise.
17978         * m4/realloc.m4: Likewise.
17979         * m4/regex.m4: Likewise.
17980         * m4/relocatable.m4: Likewise.
17981         * m4/relocatable-lib.m4: Likewise.
17982         * m4/rename-dest-slash.m4: Likewise.
17983         * m4/rename.m4: Likewise.
17984         * m4/rmdir-errno.m4: Likewise.
17985         * m4/rmdir.m4: Likewise.
17986         * m4/roundf.m4: Likewise.
17987         * m4/roundl.m4: Likewise.
17988         * m4/rpmatch.m4: Likewise.
17989         * m4/save-cwd.m4: Likewise.
17990         * m4/selinux-selinux-h.m4: Likewise.
17991         * m4/setenv.m4: Likewise.
17992         * m4/settime.m4: Likewise.
17993         * m4/sig2str.m4: Likewise.
17994         * m4/sig_atomic_t.m4: Likewise.
17995         * m4/signalblocking.m4: Likewise.
17996         * m4/signbit.m4: Likewise.
17997         * m4/sigpipe.m4: Likewise.
17998         * m4/sockets.m4: Likewise.
17999         * m4/sockpfaf.m4: Likewise.
18000         * m4/st_dm_mode.m4: Likewise.
18001         * m4/stat-time.m4: Likewise.
18002         * m4/stdbool.m4: Likewise.
18003         * m4/stdint.m4: Likewise.
18004         * m4/stdint_h.m4: Likewise.
18005         * m4/stpcpy.m4: Likewise.
18006         * m4/stpncpy.m4: Likewise.
18007         * m4/strcase.m4: Likewise.
18008         * m4/strchrnul.m4: Likewise.
18009         * m4/strcspn.m4: Likewise.
18010         * m4/strdup.m4: Likewise.
18011         * m4/strftime.m4: Likewise.
18012         * m4/strndup.m4: Likewise.
18013         * m4/strnlen.m4: Likewise.
18014         * m4/strpbrk.m4: Likewise.
18015         * m4/strptime.m4: Likewise.
18016         * m4/strsep.m4: Likewise.
18017         * m4/strtod.m4: Likewise.
18018         * m4/strtoimax.m4: Likewise.
18019         * m4/strtok_r.m4: Likewise.
18020         * m4/strtol.m4: Likewise.
18021         * m4/strtoll.m4: Likewise.
18022         * m4/strtoul.m4: Likewise.
18023         * m4/strtoull.m4: Likewise.
18024         * m4/strtoumax.m4: Likewise.
18025         * m4/strverscmp.m4: Likewise.
18026         * m4/threadlib.m4: Likewise.
18027         * m4/timegm.m4: Likewise.
18028         * m4/tm_gmtoff.m4: Likewise.
18029         * m4/tmpdir.m4: Likewise.
18030         * m4/tmpfile.m4: Likewise.
18031         * m4/tzset.m4: Likewise.
18032         * m4/uintmax_t.m4: Likewise.
18033         * m4/unlinkdir.m4: Likewise.
18034         * m4/unlocked-io.m4: Likewise.
18035         * m4/uptime.m4: Likewise.
18036         * m4/userspec.m4: Likewise.
18037         * m4/utimbuf.m4: Likewise.
18038         * m4/utime.m4: Likewise.
18039         * m4/utimes-null.m4: Likewise.
18040         * m4/utimes.m4: Likewise.
18041         * m4/vararrays.m4: Likewise.
18042         * m4/vasnprintf.m4: Likewise.
18043         * m4/vfprintf-posix.m4: Likewise.
18044         * m4/vprintf-posix.m4: Likewise.
18045         * m4/wait-process.m4: Likewise.
18046         * m4/wchar_t.m4: Likewise.
18047         * m4/wint_t.m4: Likewise.
18048         * m4/write-any-file.m4: Likewise.
18049         * m4/yield.m4: Likewise.
18050
18051 2009-01-13  Bruno Haible  <bruno@clisp.org>
18052
18053         Avoid test-copy-file.sh failures when ACL support insufficient.
18054         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
18055         TESTS_ENVIRONMENT.
18056         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
18057         Reported by Jim Meyering.
18058
18059 2009-01-13  Bruno Haible  <bruno@clisp.org>
18060
18061         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
18062         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
18063         * modules/unistdio/u8-printf-parse (Files): Likewise.
18064         * modules/unistdio/u32-printf-parse (Files): Likewise.
18065         * modules/unistdio/ulc-printf-parse (Files): Likewise.
18066
18067 2009-01-13  Simon Josefsson  <simon@josefsson.org>
18068
18069         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
18070         and m4/inttypes_h.m4 too.
18071
18072 2009-01-12  Eric Blake  <ebb9@byu.net>
18073
18074         tests: IRIX 6.2 cc can't compile -0.0 into .data
18075         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
18076         rather than at compile-time.
18077         * tests/test-floorl.c (minus_zero): Likewise.
18078         * tests/test-frexpl.c (minus_zero): Likewise.
18079         * tests/test-isnan.c (minus_zerol): Likewise.
18080         * tests/test-isnanl.h (minus_zero): Likewise.
18081         * tests/test-ldexpl.c (minus_zero): Likewise.
18082         * tests/test-roundl.c (minus_zero): Likewise.
18083         * tests/test-signbit.c (minus_zerol): Likewise.
18084         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18085         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18086         * tests/test-truncl.c (minus_zero): Likewise.
18087         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18088         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18089         Reported by Tom G. Christensen and Nelson H. F. Beebe.
18090
18091 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18092
18093         regex: fix glibc bug 9697
18094         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
18095         handling.
18096
18097 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18098
18099         regex: fix glibc bug 697
18100         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
18101         being NULL also if there are no backreferences.
18102
18103 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18104
18105         regex: merge glibc changes
18106         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
18107         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
18108         re_string_skip_chars, re_string_reconstruct): Likewise.
18109         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
18110
18111 2009-01-07  Jim Meyering  <meyering@redhat.com>
18112
18113         poll: filter through cppi
18114         * lib/poll.c: Indent cpp directives to reflect nesting.
18115
18116 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
18117
18118         poll: don't return uninitialized
18119         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
18120
18121 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
18122
18123         avoid compile failure on AIX 6.1
18124         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
18125         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
18126
18127 2009-01-04  Jim Meyering  <meyering@redhat.com>
18128
18129         remove duplicate inclusion of <stdio.h>
18130         * tests/test-fprintf-posix.c: Likewise.
18131         * tests/test-printf-posix.c: Likewise.
18132         * tests/test-snprintf-posix.c: Likewise.
18133         * tests/test-sprintf-posix.c: Likewise.
18134         * tests/test-vasprintf-posix.c: Likewise.
18135         * tests/test-vfprintf-posix.c: Likewise.
18136         * tests/test-vprintf-posix.c: Likewise.
18137         * tests/test-vsnprintf-posix.c: Likewise.
18138         * tests/test-vsprintf-posix.c: Likewise.
18139
18140 2009-01-03  Jim Meyering  <meyering@redhat.com>
18141
18142         gnulib-tool: fix sed-based filtering
18143         * gnulib-tool (func_filter_filelist): Remove extra backslash
18144         in sed_fff_filter definition.
18145
18146 2009-01-02  Jim Meyering  <meyering@redhat.com>
18147
18148         strftime: avoid compilation failure on Solaris 2.6
18149         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
18150         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
18151         Don't #define mbrlen or mbsinit, since now they're guaranteed to
18152         be available.  Reported by Tom G. Christensen.  Details in
18153         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
18154
18155 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18156             Bruno Haible  <bruno@clisp.org>
18157
18158         Speed up gnulib-tool by doing more string processing through shell
18159         built-ins.
18160         * gnulib-tool (fast_func_append): New variable.
18161         (func_remove_prefix, func_remove_suffix): New functions.
18162         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
18163         (func_filter_filelist): New function.
18164         (func_get_dependencies): Use func_remove_suffix instead of sed.
18165         (func_get_automake_snippet): Use func_filter_filelist instead of a
18166         subshell and sed invocation.
18167
18168 2009-01-01  Bruno Haible  <bruno@clisp.org>
18169
18170         Fix a security bug.
18171         * gnulib-tool (func_import, import, update): Don't allow the characters
18172         '"', '$', '`', '\' in macro arguments that become part of commands that
18173         are evaluated.
18174
18175 2009-01-01  Bruno Haible  <bruno@clisp.org>
18176
18177         * gnulib-tool (func_reset_sigpipe): Add more comments.
18178
18179 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18180
18181         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
18182         func_emit_tests_Makefile_am, func_import): Abort loops early if we
18183         already know the answer.
18184
18185 2009-01-01  Jim Meyering  <meyering@redhat.com>
18186
18187         * lib/version-etc.c (version_etc_va): Update copyright year.
18188
18189 2008-12-30  Bruno Haible  <bruno@clisp.org>
18190
18191         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
18192         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
18193         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
18194
18195 2008-12-29  Eric Blake  <ebb9@byu.net>
18196
18197         multiarch: avoid autoconf AC_REQUIRE bug
18198         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
18199         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
18200         2.63 and older.
18201         Reported by Bruno Haible, and analyzed in
18202         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
18203
18204 2008-12-29  Bruno Haible  <bruno@clisp.org>
18205
18206         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
18207         files in subdirectories correctly.
18208         Reported by Ralf Wildenhues.
18209
18210 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18211
18212         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
18213         rather than 'join FILE -', for Solaris join.
18214
18215 2008-12-29  Bruno Haible  <bruno@clisp.org>
18216
18217         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
18218         quoting.
18219         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
18220         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
18221         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
18222         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
18223         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
18224         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
18225         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
18226         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
18227         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18228         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
18229         * m4/nls.m4 (AM_NLS): Likewise.
18230         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
18231         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
18232         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
18233         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
18234         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
18235         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
18236         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
18237         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
18238         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
18239         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18240         * m4/xsize.m4 (gl_XSIZE): Likewise.
18241         Suggested by Jim Meyering.
18242
18243 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18244
18245         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18246         * lib/parse-duration.c: use a switch instead of cascading if's.
18247
18248 2008-12-29  Eric Blake  <ebb9@byu.net>
18249
18250         wchar.h: supply WEOF on Irix 5.3
18251         * lib/wchar.in.h (wint_t): Also supply WEOF.
18252         * lib/wctype.in.h (wint_t): Likewise.
18253         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18254         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18255         Reported by Tom G. Christensen.
18256
18257 2008-12-26  Bruno Haible  <bruno@clisp.org>
18258
18259         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
18260         i486, i586, i686.
18261
18262 2008-12-26  Bruno Haible  <bruno@clisp.org>
18263
18264         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
18265
18266 2008-12-26  Bruno Haible  <bruno@clisp.org>
18267
18268         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
18269         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
18270         not __STDC_CONSTANT_MACROS.
18271         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18272
18273 2008-12-25  Bruno Haible  <bruno@clisp.org>
18274
18275         Add support for universal builds to vasnprintf.
18276         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
18277         universal builds, guess no.
18278         * modules/vasnprintf-posix (Depends-on): Add multiarch.
18279         * modules/vasprintf-posix (Depends-on): Likewise.
18280         * modules/fprintf-posix (Depends-on): Likewise.
18281         * modules/vfprintf-posix (Depends-on): Likewise.
18282         * modules/snprintf-posix (Depends-on): Likewise.
18283         * modules/vsnprintf-posix (Depends-on): Likewise.
18284         * modules/sprintf-posix (Depends-on): Likewise.
18285         * modules/vsprintf-posix (Depends-on): Likewise.
18286         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18287         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18288         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18289         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18290         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18291         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18292         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18293
18294         Add support for universal builds to <inttypes.h>.
18295         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
18296         _SCNu64_PREFIX): In Apple
18297         universal builds, define directly, using _LP64.
18298         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
18299         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
18300         * modules/inttypes (Depends-on): Add multiarch.
18301         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18302
18303         Add support for universal builds to <stdint.h>.
18304         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
18305         universal builds, define directly, using _LP64.
18306         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18307         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18308         and size_t.
18309         * modules/stdint (Depends-on): Add multiarch.
18310         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18311
18312         New module 'multiarch'.
18313         * modules/multiarch: New file.
18314         * m4/multiarch.m4: New file.
18315
18316 2008-12-25  Bruno Haible  <bruno@clisp.org>
18317
18318         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18319
18320 2008-12-25  Bruno Haible  <bruno@clisp.org>
18321
18322         * modules/btowc (License): Relicense under LGPLv2+.
18323         * modules/mbsinit (License): Likewise.
18324         * modules/mbrtowc (License): Likewise.
18325         * modules/wcrtomb (License): Likewise.
18326         * modules/streq (License): Likewise.
18327         Reported by David Lutterkort <lutter@redhat.com>.
18328
18329 2008-12-23  Bruno Haible  <bruno@clisp.org>
18330
18331         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18332
18333 2008-12-23  Bruno Haible  <bruno@clisp.org>
18334
18335         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18336         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18337         GETADDRINFO_LIB, not in LIBS.
18338         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18339         * modules/canon-host (Link): Likewise.
18340         * NEWS: Mention the change.
18341         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18342         GETADDRINFO_LIB.
18343
18344 2008-12-22  Bruno Haible  <bruno@clisp.org>
18345
18346         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18347         * doc/posix-functions/iswalpha_l.texi: Likewise.
18348         * doc/posix-functions/iswblank_l.texi: Likewise.
18349         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18350         * doc/posix-functions/iswctype_l.texi: Likewise.
18351         * doc/posix-functions/iswdigit_l.texi: Likewise.
18352         * doc/posix-functions/iswgraph_l.texi: Likewise.
18353         * doc/posix-functions/iswlower_l.texi: Likewise.
18354         * doc/posix-functions/iswprint_l.texi: Likewise.
18355         * doc/posix-functions/iswpunct_l.texi: Likewise.
18356         * doc/posix-functions/iswspace_l.texi: Likewise.
18357         * doc/posix-functions/iswupper_l.texi: Likewise.
18358         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18359         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18360         * doc/posix-functions/open_wmemstream.texi: Likewise.
18361         * doc/posix-functions/swscanf.texi: Likewise.
18362         * doc/posix-functions/towctrans_l.texi: Likewise.
18363         * doc/posix-functions/towlower.texi: Likewise.
18364         * doc/posix-functions/towlower_l.texi: Likewise.
18365         * doc/posix-functions/towupper.texi: Likewise.
18366         * doc/posix-functions/towupper_l.texi: Likewise.
18367         * doc/posix-functions/vfwprintf.texi: Likewise.
18368         * doc/posix-functions/vfwscanf.texi: Likewise.
18369         * doc/posix-functions/vswscanf.texi: Likewise.
18370         * doc/posix-functions/vwprintf.texi: Likewise.
18371         * doc/posix-functions/vwscanf.texi: Likewise.
18372         * doc/posix-functions/wcpcpy.texi: Likewise.
18373         * doc/posix-functions/wcpncpy.texi: Likewise.
18374         * doc/posix-functions/wcscasecmp.texi: Likewise.
18375         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18376         * doc/posix-functions/wcscoll_l.texi: Likewise.
18377         * doc/posix-functions/wcsdup.texi: Likewise.
18378         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18379         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18380         * doc/posix-functions/wcsnlen.texi: Likewise.
18381         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18382         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18383         * doc/posix-functions/wctrans_l.texi: Likewise.
18384         * doc/posix-functions/wctype_l.texi: Likewise.
18385         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18386         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18387         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18388         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18389         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18390         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18391         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18392         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18393         * doc/glibc-functions/wcschrnul.texi: Likewise.
18394         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18395         * doc/glibc-functions/wcstod_l.texi: Likewise.
18396         * doc/glibc-functions/wcstof_l.texi: Likewise.
18397         * doc/glibc-functions/wcstol_l.texi: Likewise.
18398         * doc/glibc-functions/wcstold_l.texi: Likewise.
18399         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18400         * doc/glibc-functions/wcstoq.texi: Likewise.
18401         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18402         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18403         * doc/glibc-functions/wcstouq.texi: Likewise.
18404         * doc/glibc-functions/wmempcpy.texi: Likewise.
18405
18406 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18407             Eric Blake  <ebb9@byu.net>
18408             Paolo Bonzini  <bonzini@gnu.org>
18409             Bruno Haible  <bruno@clisp.org>
18410
18411         Make c-stack work on Haiku.
18412         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18413         (c_stack_action): Use SA_ONSTACK flag.
18414
18415 2008-12-22  Bruno Haible  <bruno@clisp.org>
18416
18417         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18418
18419 2008-12-22  Bruno Haible  <bruno@clisp.org>
18420
18421         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18422         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18423         being overridden.
18424         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18425         New macros.
18426         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18427         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18428         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18429         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18430
18431 2008-12-22  Bruno Haible  <bruno@clisp.org>
18432
18433         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18434         from test code.
18435
18436 2008-12-22  Eric Blake  <ebb9@byu.net>
18437
18438         Avoid gcc warnings on cygwin.
18439         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18440         Avoid unused variable.
18441         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18442         Likewise.
18443
18444 2008-12-22  Bruno Haible  <bruno@clisp.org>
18445
18446         Remove HAVE_MBRTOWC conditionals.
18447         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18448         (mbscasecmp): Assume mbrtowc function.
18449         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18450         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18451         * lib/mbschr.c: Include mbuiter.h unconditionally.
18452         (mbschr): Assume mbrtowc function.
18453         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18454         (mbscspn): Assume mbrtowc function.
18455         * lib/mbslen.c: Include mbuiter.h unconditionally.
18456         (mbslen): Assume mbrtowc function.
18457         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18458         (mbsncasecmp): Assume mbrtowc function.
18459         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18460         (mbsnlen): Assume mbrtowc function.
18461         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18462         (mbspbrk): Assume mbrtowc function.
18463         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18464         (mbspcasecmp): Assume mbrtowc function.
18465         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18466         (mbsrchr): Assume mbrtowc function.
18467         * lib/mbssep.c: Include mbuiter.h unconditionally.
18468         (mbssep): Assume mbrtowc function.
18469         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18470         (mbsspn): Assume mbrtowc function.
18471         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18472         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18473         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18474         (mbstok_r): Assume mbrtowc function.
18475         * lib/propername.c: Include mbuiter.h unconditionally.
18476         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18477         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18478         (trim2): Assume mbrtowc function.
18479         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18480         (mbsnwidth): Assume mbrtowc function.
18481         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18482         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18483         fallback definitions.
18484         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18485
18486 2008-12-22  Bruno Haible  <bruno@clisp.org>
18487
18488         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18489
18490 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18491
18492         * modules/regex: Request emulations for the mb*/wc* functions we need.
18493         * m4/regex.m4: Don't look for those functions here.
18494         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18495
18496 2008-12-22  Bruno Haible  <bruno@clisp.org>
18497
18498         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18499
18500 2008-12-21  Bruno Haible  <bruno@clisp.org>
18501
18502         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18503         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18504         (Include): Remove conditionalization.
18505         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18506         (Include): Remove conditionalization.
18507         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18508         (Include): Remove conditionalization.
18509         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18510         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18511         * NEWS: Mention the change.
18512         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18513         via Sergey Poznyakoff <gray@gnu.org.ua>.
18514
18515 2008-12-21  Bruno Haible  <bruno@clisp.org>
18516
18517         * MODULES.html.sh (Extended multibyte and wide character utilities
18518         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18519         wcrtomb, wcsrtombs.
18520         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18521         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18522         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18523         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18524
18525 2008-12-21  Bruno Haible  <bruno@clisp.org>
18526
18527         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18528
18529 2008-12-21  Bruno Haible  <bruno@clisp.org>
18530
18531         * modules/wcsnrtombs-tests: New file.
18532         * tests/test-wcsnrtombs1.sh: New file.
18533         * tests/test-wcsnrtombs2.sh: New file.
18534         * tests/test-wcsnrtombs3.sh: New file.
18535         * tests/test-wcsnrtombs4.sh: New file.
18536         * tests/test-wcsnrtombs.c: New file.
18537
18538         New module 'wcsnrtombs'.
18539         * lib/wchar.in.h (wcsnrtombs): New declaration.
18540         * lib/wcsnrtombs.c: New file.
18541         * lib/wcsrtombs-state.c: New file.
18542         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18543         (internal_state): Remove variable.
18544         * m4/wcsnrtombs.m4: New file.
18545         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18546         compilation units.
18547         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18548         HAVE_WCSNRTOMBS.
18549         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18550         HAVE_WCSNRTOMBS.
18551         * modules/wcsnrtombs: New file.
18552         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18553         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18554
18555 2008-12-21  Bruno Haible  <bruno@clisp.org>
18556
18557         * modules/wcsrtombs-tests: New file.
18558         * tests/test-wcsrtombs1.sh: New file.
18559         * tests/test-wcsrtombs2.sh: New file.
18560         * tests/test-wcsrtombs3.sh: New file.
18561         * tests/test-wcsrtombs4.sh: New file.
18562         * tests/test-wcsrtombs.c: New file.
18563
18564         New module 'wcsrtombs'.
18565         * lib/wchar.in.h (wcsrtombs): New declaration.
18566         * lib/wcsrtombs.c: New file.
18567         * m4/wcsrtombs.m4: New file.
18568         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18569         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18570         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18571         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18572         * modules/wcsrtombs: New file.
18573         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18574         bugs.
18575
18576 2008-12-21  Bruno Haible  <bruno@clisp.org>
18577
18578         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18579         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18580         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18581         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18582         if not correct.
18583         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18584         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18585         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18586         m4/locale-zh.m4, m4/codeset.m4.
18587         * doc/posix-functions/wcrtomb.texi: Document the bug.
18588
18589 2008-12-21  Bruno Haible  <bruno@clisp.org>
18590
18591         Work around a btowc() bug on IRIX 6.5.
18592         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18593         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18594         REPLACE_WTOBC if not.
18595         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18596         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18597         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18598
18599 2008-12-21  Bruno Haible  <bruno@clisp.org>
18600
18601         * modules/wcrtomb-tests: New file.
18602         * tests/test-wcrtomb.sh: New file.
18603         * tests/test-wcrtomb.c: New file.
18604
18605         New module 'wcrtomb'.
18606         * lib/wchar.in.h (wcrtomb): New declaration.
18607         * lib/wcrtomb.c: New file.
18608         * m4/wcrtomb.m4: New file.
18609         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18610         HAVE_WCRTOMB.
18611         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18612         HAVE_WCRTOMB.
18613         * modules/wcrtomb: New file.
18614         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18615
18616 2008-12-21  Bruno Haible  <bruno@clisp.org>
18617
18618         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18619         * modules/mbsrtowcs (Files): Likewise.
18620         * modules/wctob (Files): Likewise.
18621         * modules/c-strcase-tests (Files): Likewise.
18622         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18623         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18624         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18625         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18626         * modules/vasnprintf-posix-tests (Files): Likewise.
18627
18628 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18629
18630         gitlog-to-changelog: pass all command-line arguments to git-log
18631         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18632         it is sometimes convenient to filter the commits in various ways.
18633         gitlog-to-changelog only allows --since to specify a start date,
18634         but git-log itself supports many other filtering mechanisms.
18635         At the moment, I want to filter by branch name.  Rather than
18636         adding a --branch option to gitlog-to-changelog, it seems more
18637         flexible to simply pass all options directly to git-log and let
18638         git do the work.  Notice that this effectively makes --since a
18639         redundant option for gitlog-to-changelog, but removing it would
18640         require current usage to change since calls would then require
18641         an additional '--'.
18642
18643 2008-12-21  Bruno Haible  <bruno@clisp.org>
18644
18645         * modules/mbsnrtowcs-tests: New file.
18646         * tests/test-mbsnrtowcs1.sh: New file.
18647         * tests/test-mbsnrtowcs2.sh: New file.
18648         * tests/test-mbsnrtowcs3.sh: New file.
18649         * tests/test-mbsnrtowcs4.sh: New file.
18650         * tests/test-mbsnrtowcs.c: New file.
18651
18652         New module 'mbsnrtowcs'.
18653         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18654         * lib/mbsnrtowcs.c: New file.
18655         * lib/mbsrtowcs-state.c: New file.
18656         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18657         (internal_state): Remove variable.
18658         * m4/mbsnrtowcs.m4: New file.
18659         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18660         compilation units.
18661         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18662         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18663         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18664         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18665         * modules/mbsnrtowcs: New file.
18666         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18667         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18668         portability problem.
18669
18670 2008-12-21  Bruno Haible  <bruno@clisp.org>
18671
18672         Work around mbsrtowcs bug.
18673         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18674         (gl_FUNC_MBSRTOWCS): Invoke it.
18675         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18676         m4/locale-zh.m4.
18677         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18678
18679 2008-12-21  Bruno Haible  <bruno@clisp.org>
18680
18681         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18682
18683 2008-12-21  Bruno Haible  <bruno@clisp.org>
18684
18685         Update doc for AIX.
18686         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18687         16-bit wchar_t type.
18688         * doc/posix-functions/btowc.texi: Likewise.
18689         * doc/posix-functions/fgetwc.texi: Likewise.
18690         * doc/posix-functions/fgetws.texi: Likewise.
18691         * doc/posix-functions/fputwc.texi: Likewise.
18692         * doc/posix-functions/fputws.texi: Likewise.
18693         * doc/posix-functions/fwide.texi: Likewise.
18694         * doc/posix-functions/fwprintf.texi: Likewise.
18695         * doc/posix-functions/fwscanf.texi: Likewise.
18696         * doc/posix-functions/getwchar.texi: Likewise.
18697         * doc/posix-functions/getwc.texi: Likewise.
18698         * doc/posix-functions/iswalnum.texi: Likewise.
18699         * doc/posix-functions/iswalpha.texi: Likewise.
18700         * doc/posix-functions/iswblank.texi: Likewise.
18701         * doc/posix-functions/iswcntrl.texi: Likewise.
18702         * doc/posix-functions/iswctype.texi: Likewise.
18703         * doc/posix-functions/iswdigit.texi: Likewise.
18704         * doc/posix-functions/iswgraph.texi: Likewise.
18705         * doc/posix-functions/iswlower.texi: Likewise.
18706         * doc/posix-functions/iswprint.texi: Likewise.
18707         * doc/posix-functions/iswpunct.texi: Likewise.
18708         * doc/posix-functions/iswspace.texi: Likewise.
18709         * doc/posix-functions/iswupper.texi: Likewise.
18710         * doc/posix-functions/iswxdigit.texi: Likewise.
18711         * doc/posix-functions/mbrtowc.texi: Likewise.
18712         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18713         * doc/posix-functions/mbstowcs.texi: Likewise.
18714         * doc/posix-functions/mbtowc.texi: Likewise.
18715         * doc/posix-functions/putwchar.texi: Likewise.
18716         * doc/posix-functions/putwc.texi: Likewise.
18717         * doc/posix-functions/swprintf.texi: Likewise.
18718         * doc/posix-functions/tolower.texi: Likewise.
18719         * doc/posix-functions/toupper.texi: Likewise.
18720         * doc/posix-functions/towctrans.texi: Likewise.
18721         * doc/posix-functions/ungetwc.texi: Likewise.
18722         * doc/posix-functions/vswprintf.texi: Likewise.
18723         * doc/posix-functions/wcrtomb.texi: Likewise.
18724         * doc/posix-functions/wcscat.texi: Likewise.
18725         * doc/posix-functions/wcschr.texi: Likewise.
18726         * doc/posix-functions/wcscmp.texi: Likewise.
18727         * doc/posix-functions/wcscoll.texi: Likewise.
18728         * doc/posix-functions/wcscpy.texi: Likewise.
18729         * doc/posix-functions/wcscspn.texi: Likewise.
18730         * doc/posix-functions/wcsftime.texi: Likewise.
18731         * doc/posix-functions/wcslen.texi: Likewise.
18732         * doc/posix-functions/wcsncat.texi: Likewise.
18733         * doc/posix-functions/wcsncmp.texi: Likewise.
18734         * doc/posix-functions/wcsncpy.texi: Likewise.
18735         * doc/posix-functions/wcspbrk.texi: Likewise.
18736         * doc/posix-functions/wcsrchr.texi: Likewise.
18737         * doc/posix-functions/wcsrtombs.texi: Likewise.
18738         * doc/posix-functions/wcsspn.texi: Likewise.
18739         * doc/posix-functions/wcsstr.texi: Likewise.
18740         * doc/posix-functions/wcstod.texi: Likewise.
18741         * doc/posix-functions/wcstof.texi: Likewise.
18742         * doc/posix-functions/wcstoimax.texi: Likewise.
18743         * doc/posix-functions/wcstok.texi: Likewise.
18744         * doc/posix-functions/wcstold.texi: Likewise.
18745         * doc/posix-functions/wcstoll.texi: Likewise.
18746         * doc/posix-functions/wcstol.texi: Likewise.
18747         * doc/posix-functions/wcstombs.texi: Likewise.
18748         * doc/posix-functions/wcstoull.texi: Likewise.
18749         * doc/posix-functions/wcstoul.texi: Likewise.
18750         * doc/posix-functions/wcstoumax.texi: Likewise.
18751         * doc/posix-functions/wcswidth.texi: Likewise.
18752         * doc/posix-functions/wcsxfrm.texi: Likewise.
18753         * doc/posix-functions/wctob.texi: Likewise.
18754         * doc/posix-functions/wctomb.texi: Likewise.
18755         * doc/posix-functions/wctrans.texi: Likewise.
18756         * doc/posix-functions/wctype.texi: Likewise.
18757         * doc/posix-functions/wcwidth.texi: Likewise.
18758         * doc/posix-functions/wmemchr.texi: Likewise.
18759         * doc/posix-functions/wmemcmp.texi: Likewise.
18760         * doc/posix-functions/wmemcpy.texi: Likewise.
18761         * doc/posix-functions/wmemmove.texi: Likewise.
18762         * doc/posix-functions/wmemset.texi: Likewise.
18763         * doc/posix-functions/wprintf.texi: Likewise.
18764         * doc/posix-functions/wscanf.texi: Likewise.
18765
18766 2008-12-21  Bruno Haible  <bruno@clisp.org>
18767
18768         Update doc for HP-UX 11.11.
18769         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18770         in HP-UX version 11.00, not in all versions of HP-UX 11.
18771         * doc/posix-functions/fwide.texi: Likewise.
18772         * doc/posix-functions/fwprintf.texi: Likewise.
18773         * doc/posix-functions/fwscanf.texi: Likewise.
18774         * doc/posix-functions/inet_ntop.texi: Likewise.
18775         * doc/posix-functions/inet_pton.texi: Likewise.
18776         * doc/posix-functions/mbrlen.texi: Likewise.
18777         * doc/posix-functions/mbrtowc.texi: Likewise.
18778         * doc/posix-functions/mbsinit.texi: Likewise.
18779         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18780         * doc/posix-functions/swprintf.texi: Likewise.
18781         * doc/posix-functions/swscanf.texi: Likewise.
18782         * doc/posix-functions/towctrans.texi: Likewise.
18783         * doc/posix-functions/vfwprintf.texi: Likewise.
18784         * doc/posix-functions/vswprintf.texi: Likewise.
18785         * doc/posix-functions/vwprintf.texi: Likewise.
18786         * doc/posix-functions/wcrtomb.texi: Likewise.
18787         * doc/posix-functions/wcsrtombs.texi: Likewise.
18788         * doc/posix-functions/wcsstr.texi: Likewise.
18789         * doc/posix-functions/wctob.texi: Likewise.
18790         * doc/posix-functions/wctrans.texi: Likewise.
18791         * doc/posix-functions/wmemchr.texi: Likewise.
18792         * doc/posix-functions/wmemcmp.texi: Likewise.
18793         * doc/posix-functions/wmemcpy.texi: Likewise.
18794         * doc/posix-functions/wmemmove.texi: Likewise.
18795         * doc/posix-functions/wmemset.texi: Likewise.
18796         * doc/posix-functions/wprintf.texi: Likewise.
18797         * doc/posix-functions/wscanf.texi: Likewise.
18798
18799 2008-12-21  Bruno Haible  <bruno@clisp.org>
18800
18801         Work around a portability problem.
18802         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18803         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18804
18805 2008-12-20  Bruno Haible  <bruno@clisp.org>
18806
18807         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18808         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18809         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18810         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18811         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18812
18813         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18814         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18815         set.
18816         (GNULIB_defined_mbstate_t): New macro.
18817         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18818         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18819         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18820         reuses the system's mbrtowc function but works around the bugs.
18821         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18822         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18823         macros.
18824         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18825         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18826         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18827         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18828         REPLACE_MBSINIT if mbsinit needs to be overridden.
18829         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18830         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18831         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18832         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18833         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18834         m4/locale-zh.m4.
18835         (Depends): Add mbsinit.
18836         * modules/mbsinit (Depends): Add mbrtowc.
18837         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18838
18839 2008-12-20  Bruno Haible  <bruno@clisp.org>
18840
18841         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18842         so that there are no conversion errors on AIX.
18843         * tests/test-mbsrtowcs.c (main): LIkewise.
18844
18845 2008-12-20  Bruno Haible  <bruno@clisp.org>
18846
18847         Work around wctob bug on Solaris <= 9.
18848         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18849         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18850         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18851         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18852         * modules/wctob (Files): Add m4/locale-fr.m4.
18853         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18854
18855 2008-12-20  Bruno Haible  <bruno@clisp.org>
18856
18857         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18858         /dev/null.
18859         * tests/test-select-in.sh: Likewise.
18860         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18861
18862 2008-12-20  Bruno Haible  <bruno@clisp.org>
18863
18864         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18865         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18866         Cygwin 1.5.x.
18867
18868 2008-12-20  Bruno Haible  <bruno@clisp.org>
18869
18870         Ensure mbstate_t is defined on HP-UX 11.11.
18871         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18872         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18873         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18874         AC_USE_SYSTEM_EXTENSIONS.
18875         * modules/fnmatch (Depends-on): Add extensions.
18876         * modules/mbrlen (Depends-on): Likewise.
18877         * modules/mbrtowc (Depends-on): Likewise.
18878         * modules/mbsinit (Depends-on): Likewise.
18879         * modules/mbsrtowcs (Depends-on): Likewise.
18880         * modules/mbswidth (Depends-on): Likewise.
18881         * modules/quotearg (Depends-on): Likewise.
18882         * modules/strftime (Depends-on): Likewise.
18883
18884 2008-12-20  Bruno Haible  <bruno@clisp.org>
18885
18886         Ensure wctob is declared on IRIX 6.5.
18887         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18888         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18889         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18890         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18891         of HAVE_WCTOB.
18892         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18893         HAVE_WCTOB.
18894         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18895
18896 2008-12-19  Bruno Haible  <bruno@clisp.org>
18897
18898         * modules/mbsrtowcs-tests: New file.
18899         * tests/test-mbsrtowcs1.sh: New file.
18900         * tests/test-mbsrtowcs2.sh: New file.
18901         * tests/test-mbsrtowcs3.sh: New file.
18902         * tests/test-mbsrtowcs4.sh: New file.
18903         * tests/test-mbsrtowcs.c: New file.
18904
18905         New module 'mbsrtowcs'.
18906         * lib/wchar.in.h (mbsrtowcs): New declaration.
18907         * lib/mbsrtowcs.c: New file.
18908         * m4/mbsrtowcs.m4: New file.
18909         * modules/mbsrtowcs: New file.
18910         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18911         HAVE_MBSRTOWCS.
18912         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18913         HAVE_MBSRTOWCS.
18914         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18915
18916 2008-12-19  Bruno Haible  <bruno@clisp.org>
18917
18918         New module 'mbrlen'.
18919         * lib/wchar.in.h (mbrlen): New declaration.
18920         * lib/mbrlen.c: New file.
18921         * m4/mbrlen.m4: New file.
18922         * modules/mbrlen: New file.
18923         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18924         HAVE_MBRLEN.
18925         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18926         HAVE_MBRLEN.
18927         * doc/posix-functions/mbrlen.texi: Document the new module.
18928
18929 2008-12-19  Bruno Haible  <bruno@clisp.org>
18930
18931         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18932         * modules/mbrtowc (Depends-on): Add verify.
18933         Suggested by Paul Eggert.
18934
18935 2008-12-18  Bruno Haible  <bruno@clisp.org>
18936
18937         * modules/mbsinit-tests: New file.
18938         * tests/test-mbsinit.sh: New file.
18939         * tests/test-mbsinit.c: New file.
18940
18941 2008-12-18  Bruno Haible  <bruno@clisp.org>
18942
18943         * modules/mbrtowc-tests: New file.
18944         * tests/test-mbrtowc1.sh: New file.
18945         * tests/test-mbrtowc2.sh: New file.
18946         * tests/test-mbrtowc3.sh: New file.
18947         * tests/test-mbrtowc4.sh: New file.
18948         * tests/test-mbrtowc.c: New file.
18949
18950         New module 'mbrtowc'.
18951         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18952         mbsinit and mbrtowc.
18953         (mbrtowc): New declaration.
18954         * lib/mbrtowc.c: New file.
18955         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18956         * modules/mbrtowc: New file.
18957         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18958         HAVE_MBRTOWC.
18959         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18960         HAVE_MBRTOWC.
18961         * doc/posix-functions/mbrtowc.texi: Document the new module.
18962
18963 2008-12-18  Bruno Haible  <bruno@clisp.org>
18964
18965         New module 'wctob'.
18966         * lib/wchar.in.h (wctob): New declaration.
18967         * lib/wctob.c: New file.
18968         * m4/wctob.m4: New file.
18969         * modules/wctob: New file.
18970         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18971         HAVE_WCTOB.
18972         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18973         * doc/posix-functions/wctob.texi: Document the new module.
18974
18975 2008-12-18  Bruno Haible  <bruno@clisp.org>
18976
18977         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18978         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18979
18980 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18981
18982         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18983         G. Christensen" <tgc@jupiterrise.com>.
18984
18985         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18986         G. Christensen" <tgc@jupiterrise.com>.
18987
18988         * lib/flock.c: Need to include string.h.  Reported by "Tom
18989         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18990         <ebb9@byu.net>.
18991
18992 2008-12-18  Bruno Haible  <bruno@clisp.org>
18993
18994         * m4/locale-ja.m4: New file, from GNU gettext.
18995
18996 2008-12-17  Bruno Haible  <bruno@clisp.org>
18997
18998         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18999         Suggested by Eric Blake.
19000
19001 2008-12-17  Bruno Haible  <bruno@clisp.org>
19002
19003         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
19004
19005 2008-12-17  Bruno Haible  <bruno@clisp.org>
19006
19007         * lib/mbsinit.c: Include verify.h. Verify an assumption.
19008         * modules/mbsinit (Depends-on): Add verify.
19009         Suggested by Paul Eggert.
19010
19011 2008-12-17  Bruno Haible  <bruno@clisp.org>
19012
19013         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
19014         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
19015         gl_FUNC_MBRTOWC.
19016         * m4/mbiter.m4 (gl_MBITER): LIkewise.
19017         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
19018         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
19019         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
19020         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
19021         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
19022         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
19023         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
19024         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
19025         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
19026         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
19027         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
19028         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
19029         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
19030         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
19031         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19032         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
19033         * modules/trim (configure.ac): Likewise.
19034
19035 2008-12-17  Bruno Haible  <bruno@clisp.org>
19036
19037         * modules/btowc-tests: New file.
19038         * tests/test-btowc1.sh: New file.
19039         * tests/test-btowc2.sh: New file.
19040         * tests/test-btowc.c: New file.
19041
19042         New module 'btowc'.
19043         * lib/wchar.in.h (btowc): New declaration.
19044         * lib/btowc.c: New file.
19045         * m4/btowc.m4: New file.
19046         * modules/btowc: New file.
19047         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
19048         HAVE_BTOWC.
19049         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
19050         * doc/posix-functions/btowc.texi: Document the new module.
19051
19052 2008-12-17  Bruno Haible  <bruno@clisp.org>
19053
19054         New module 'mbsinit'.
19055         * lib/wchar.in.h (mbsinit): New declaration.
19056         * lib/mbsinit.c: New file.
19057         * m4/mbsinit.m4: New file.
19058         * modules/mbsinit: New file.
19059         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
19060         HAVE_MBSINIT.
19061         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
19062         HAVE_MBSINIT.
19063         * doc/posix-functions/mbsinit.texi: Document the new module.
19064
19065 2008-12-16  Bruno Haible  <bruno@clisp.org>
19066
19067         * lib/unistd.in.h: Add comment.
19068         * tests/test-environ.c: Don't include <stdlib.h>.
19069
19070 2008-12-16  Bruno Haible  <bruno@clisp.org>
19071
19072         * lib/parse-duration.h (parse_duration): Document return value
19073         convention.
19074         * lib/parse-duration.c: Include specification header first. Add
19075         comments.
19076         (_): Remove macro.
19077         (parse_year_month_day, parse_hour_minute_second): Move side effects
19078         outside of strchr call.
19079         (parse_non_iso8601): Move side effects outside of isspace call.
19080         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
19081         call.
19082
19083 2008-12-16  Bruno Haible  <bruno@clisp.org>
19084
19085         * tests/test-parse-duration.sh: Produce no output when the test
19086         succeeds.
19087
19088 2008-12-16  Bruno Haible  <bruno@clisp.org>
19089
19090         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
19091         expressions.
19092
19093 2008-12-15  Bruno Haible  <bruno@clisp.org>
19094
19095         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
19096         * doc/glibc-functions/flistxattr.texi: Likewise.
19097         * doc/glibc-functions/fopencookie.texi: Likewise.
19098         * doc/glibc-functions/fremovexattr.texi: Likewise.
19099         * doc/glibc-functions/fsetxattr.texi: Likewise.
19100         * doc/glibc-functions/getxattr.texi: Likewise.
19101         * doc/glibc-functions/lgetxattr.texi: Likewise.
19102         * doc/glibc-functions/listxattr.texi: Likewise.
19103         * doc/glibc-functions/llistxattr.texi: Likewise.
19104         * doc/glibc-functions/lremovexattr.texi: Likewise.
19105         * doc/glibc-functions/lsetxattr.texi: Likewise.
19106         * doc/glibc-functions/removexattr.texi: Likewise.
19107         * doc/glibc-functions/setxattr.texi: Likewise.
19108         * doc/posix-functions/open_memstream.texi: Likewise.
19109
19110 2008-12-15  Eric Blake  <ebb9@byu.net>
19111
19112         Update doc for cygwin 1.7.
19113         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
19114         functions.
19115         * doc/posix-functions/fchmodat.texi: Likewise.
19116         * doc/posix-functions/fchownat.texi: Likewise.
19117         * doc/posix-functions/fdopendir.texi: Likewise.
19118         * doc/posix-functions/fmemopen.texi: Likewise.
19119         * doc/posix-functions/freeaddrinfo.texi: Likewise.
19120         * doc/posix-functions/fstatat.texi: Likewise.
19121         * doc/posix-functions/futimens.texi: Likewise.
19122         * doc/posix-functions/gai_strerror.texi: Likewise.
19123         * doc/posix-functions/getaddrinfo.texi: Likewise.
19124         * doc/posix-functions/getnameinfo.texi: Likewise.
19125         * doc/posix-functions/if_freenameindex.texi: Likewise.
19126         * doc/posix-functions/if_indextoname.texi: Likewise.
19127         * doc/posix-functions/if_nameindex.texi: Likewise.
19128         * doc/posix-functions/if_nametoindex.texi: Likewise.
19129         * doc/posix-functions/insque.texi: Likewise.
19130         * doc/posix-functions/linkat.texi: Likewise.
19131         * doc/posix-functions/llrint.texi: Likewise.
19132         * doc/posix-functions/llrintf.texi: Likewise.
19133         * doc/posix-functions/llrintl.texi: Likewise.
19134         * doc/posix-functions/lockf.texi: Likewise.
19135         * doc/posix-functions/lrintl.texi: Likewise.
19136         * doc/posix-functions/mkdirat.texi: Likewise.
19137         * doc/posix-functions/mkfifoat.texi: Likewise.
19138         * doc/posix-functions/mknodat.texi: Likewise.
19139         * doc/posix-functions/mq_close.texi: Likewise.
19140         * doc/posix-functions/mq_getattr.texi: Likewise.
19141         * doc/posix-functions/mq_notify.texi: Likewise.
19142         * doc/posix-functions/mq_open.texi: Likewise.
19143         * doc/posix-functions/mq_receive.texi: Likewise.
19144         * doc/posix-functions/mq_send.texi: Likewise.
19145         * doc/posix-functions/mq_setattr.texi: Likewise.
19146         * doc/posix-functions/mq_timedreceive.texi: Likewise.
19147         * doc/posix-functions/mq_timedsend.texi: Likewise.
19148         * doc/posix-functions/mq_unlink.texi: Likewise.
19149         * doc/posix-functions/open_memstream.texi: Likewise.
19150         * doc/posix-functions/openat.texi: Likewise.
19151         * doc/posix-functions/posix_fadvise.texi: Likewise.
19152         * doc/posix-functions/posix_fallocate.texi: Likewise.
19153         * doc/posix-functions/posix_madvise.texi: Likewise.
19154         * doc/posix-functions/posix_memalign.texi: Likewise.
19155         * doc/posix-functions/posix_openpt.texi: Likewise.
19156         * doc/posix-functions/readlinkat.texi: Likewise.
19157         * doc/posix-functions/remque.texi: Likewise.
19158         * doc/posix-functions/renameat.texi: Likewise.
19159         * doc/posix-functions/rintl.texi: Likewise.
19160         * doc/posix-functions/sem_unlink.texi: Likewise.
19161         * doc/posix-functions/shm_open.texi: Likewise.
19162         * doc/posix-functions/shm_unlink.texi: Likewise.
19163         * doc/posix-functions/signgam.texi: Likewise.
19164         * doc/posix-functions/sigset.texi: Likewise.
19165         * doc/posix-functions/stpcpy.texi: Likewise.
19166         * doc/posix-functions/stpncpy.texi: Likewise.
19167         * doc/posix-functions/strerror.texi: Likewise.
19168         * doc/posix-functions/strtod.texi: Likewise.
19169         * doc/posix-functions/symlinkat.texi: Likewise.
19170         * doc/posix-functions/unlinkat.texi: Likewise.
19171         * doc/posix-functions/utimensat.texi: Likewise.
19172         * doc/glibc-functions/bindresvport.texi: Likewise.
19173         * doc/glibc-functions/dn_expand.texi: Likewise.
19174         * doc/glibc-functions/exp10.texi: Likewise.
19175         * doc/glibc-functions/exp10f.texi: Likewise.
19176         * doc/glibc-functions/fgetxattr.texi: Likewise.
19177         * doc/glibc-functions/flistxattr.texi: Likewise.
19178         * doc/glibc-functions/fopencookie.texi: Likewise.
19179         * doc/glibc-functions/freeifaddrs.texi: Likewise.
19180         * doc/glibc-functions/fremovexattr.texi: Likewise.
19181         * doc/glibc-functions/fsetxattr.texi: Likewise.
19182         * doc/glibc-functions/getifaddrs.texi: Likewise.
19183         * doc/glibc-functions/getxattr.texi: Likewise.
19184         * doc/glibc-functions/lgetxattr.texi: Likewise.
19185         * doc/glibc-functions/listxattr.texi: Likewise.
19186         * doc/glibc-functions/llistxattr.texi: Likewise.
19187         * doc/glibc-functions/lremovexattr.texi: Likewise.
19188         * doc/glibc-functions/lsetxattr.texi: Likewise.
19189         * doc/glibc-functions/pow10.texi: Likewise.
19190         * doc/glibc-functions/pow10f.texi: Likewise.
19191         * doc/glibc-functions/rcmd_af.texi: Likewise.
19192         * doc/glibc-functions/removexattr.texi: Likewise.
19193         * doc/glibc-functions/res_init.texi: Likewise.
19194         * doc/glibc-functions/res_mkquery.texi: Likewise.
19195         * doc/glibc-functions/res_query.texi: Likewise.
19196         * doc/glibc-functions/res_querydomain.texi: Likewise.
19197         * doc/glibc-functions/res_send.texi: Likewise.
19198         * doc/glibc-functions/rresvport_af.texi: Likewise.
19199         * doc/glibc-functions/setxattr.texi: Likewise.
19200         * doc/glibc-functions/strcasestr.texi: Likewise.
19201
19202 2008-12-15  Bruno Haible  <bruno@clisp.org>
19203
19204         Fix compilation error on OSF/1 4.0.
19205         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
19206         <sys/time.h>, simply delegate to the system header.
19207         Reported by Daniel Richard G. <oss@teragram.com>.
19208
19209 2008-12-15  Bruno Haible  <bruno@clisp.org>
19210
19211         * doc/posix-functions/openat.texi: Mention the 'openat' module.
19212         * doc/posix-functions/fchmodat.texi: Likewise.
19213         * doc/posix-functions/fchownat.texi: Likewise.
19214         * doc/posix-functions/fdopendir.texi: Likewise.
19215         * doc/posix-functions/fstatat.texi: Likewise.
19216         * doc/posix-functions/mkdirat.texi: Likewise.
19217         * doc/posix-functions/unlinkat.texi: Likewise.
19218
19219 2008-12-14  Bruno Haible  <bruno@clisp.org>
19220
19221         Update doc for POSIX:2008.
19222         * doc/posix-functions/faccessat.texi: New file.
19223         * doc/posix-functions/fchmodat.texi: New file.
19224         * doc/posix-functions/fchownat.texi: New file.
19225         * doc/posix-functions/fdopendir.texi: New file.
19226         * doc/posix-functions/fstatat.texi: New file.
19227         * doc/posix-functions/futimens.texi: New file.
19228         * doc/posix-functions/linkat.texi: New file.
19229         * doc/posix-functions/mkdirat.texi: New file.
19230         * doc/posix-functions/mkfifoat.texi: New file.
19231         * doc/posix-functions/mknodat.texi: New file.
19232         * doc/posix-functions/open_wmemstream.texi: New file.
19233         * doc/posix-functions/openat.texi: New file.
19234         * doc/posix-functions/psiginfo.texi: New file.
19235         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
19236         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
19237         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
19238         * doc/posix-functions/readlinkat.texi: New file.
19239         * doc/posix-functions/renameat.texi: New file.
19240         * doc/posix-functions/strerror_l.texi: New file.
19241         * doc/posix-functions/symlinkat.texi: New file.
19242         * doc/posix-functions/unlinkat.texi: New file.
19243         * doc/posix-functions/utimensat.texi: New file.
19244         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19245
19246 2008-12-14  Bruno Haible  <bruno@clisp.org>
19247
19248         Update doc for POSIX:2008.
19249         * doc/posix-functions/alphasort.texi: Renamed from
19250         doc/glibc-functions/alphasort.texi.
19251         * doc/posix-functions/dirfd.texi: Renamed from
19252         doc/glibc-functions/dirfd.texi.
19253         * doc/posix-functions/dprintf.texi: Renamed from
19254         doc/glibc-functions/dprintf.texi.
19255         * doc/posix-functions/duplocale.texi: Renamed from
19256         doc/glibc-functions/duplocale.texi.
19257         * doc/posix-functions/fexecve.texi: Renamed from
19258         doc/glibc-functions/fexecve.texi.
19259         * doc/posix-functions/fmemopen.texi: Renamed from
19260         doc/glibc-functions/fmemopen.texi.
19261         * doc/posix-functions/freelocale.texi: Renamed from
19262         doc/glibc-functions/freelocale.texi.
19263         * doc/posix-functions/getdate_err.texi: Renamed from
19264         doc/glibc-functions/getdate_err.texi.
19265         * doc/posix-functions/isalnum_l.texi: Renamed from
19266         doc/glibc-functions/isalnum_l.texi.
19267         * doc/posix-functions/isalpha_l.texi: Renamed from
19268         doc/glibc-functions/isalpha_l.texi.
19269         * doc/posix-functions/isblank_l.texi: Renamed from
19270         doc/glibc-functions/isblank_l.texi.
19271         * doc/posix-functions/iscntrl_l.texi: Renamed from
19272         doc/glibc-functions/iscntrl_l.texi.
19273         * doc/posix-functions/isdigit_l.texi: Renamed from
19274         doc/glibc-functions/isdigit_l.texi.
19275         * doc/posix-functions/isgraph_l.texi: Renamed from
19276         doc/glibc-functions/isgraph_l.texi.
19277         * doc/posix-functions/islower_l.texi: Renamed from
19278         doc/glibc-functions/islower_l.texi.
19279         * doc/posix-functions/isprint_l.texi: Renamed from
19280         doc/glibc-functions/isprint_l.texi.
19281         * doc/posix-functions/ispunct_l.texi: Renamed from
19282         doc/glibc-functions/ispunct_l.texi.
19283         * doc/posix-functions/isspace_l.texi: Renamed from
19284         doc/glibc-functions/isspace_l.texi.
19285         * doc/posix-functions/isupper_l.texi: Renamed from
19286         doc/glibc-functions/isupper_l.texi.
19287         * doc/posix-functions/iswalnum_l.texi: Renamed from
19288         doc/glibc-functions/iswalnum_l.texi.
19289         * doc/posix-functions/iswalpha_l.texi: Renamed from
19290         doc/glibc-functions/iswalpha_l.texi.
19291         * doc/posix-functions/iswblank_l.texi: Renamed from
19292         doc/glibc-functions/iswblank_l.texi.
19293         * doc/posix-functions/iswcntrl_l.texi: Renamed from
19294         doc/glibc-functions/iswcntrl_l.texi.
19295         * doc/posix-functions/iswctype_l.texi: Renamed from
19296         doc/glibc-functions/iswctype_l.texi.
19297         * doc/posix-functions/iswdigit_l.texi: Renamed from
19298         doc/glibc-functions/iswdigit_l.texi.
19299         * doc/posix-functions/iswgraph_l.texi: Renamed from
19300         doc/glibc-functions/iswgraph_l.texi.
19301         * doc/posix-functions/iswlower_l.texi: Renamed from
19302         doc/glibc-functions/iswlower_l.texi.
19303         * doc/posix-functions/iswprint_l.texi: Renamed from
19304         doc/glibc-functions/iswprint_l.texi.
19305         * doc/posix-functions/iswpunct_l.texi: Renamed from
19306         doc/glibc-functions/iswpunct_l.texi.
19307         * doc/posix-functions/iswspace_l.texi: Renamed from
19308         doc/glibc-functions/iswspace_l.texi.
19309         * doc/posix-functions/iswupper_l.texi: Renamed from
19310         doc/glibc-functions/iswupper_l.texi.
19311         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19312         doc/glibc-functions/iswxdigit_l.texi.
19313         * doc/posix-functions/isxdigit_l.texi: Renamed from
19314         doc/glibc-functions/isxdigit_l.texi.
19315         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19316         doc/glibc-functions/mbsnrtowcs.texi.
19317         * doc/posix-functions/mkdtemp.texi: Renamed from
19318         doc/glibc-functions/mkdtemp.texi.
19319         * doc/posix-functions/newlocale.texi: Renamed from
19320         doc/glibc-functions/newlocale.texi.
19321         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19322         doc/glibc-functions/nl_langinfo_l.texi.
19323         * doc/posix-functions/open_memstream.texi: Renamed from
19324         doc/glibc-functions/open_memstream.texi.
19325         * doc/posix-functions/opterr.texi: Renamed from
19326         doc/glibc-functions/opterr.texi.
19327         * doc/posix-functions/optind.texi: Renamed from
19328         doc/glibc-functions/optind.texi.
19329         * doc/posix-functions/optopt.texi: Renamed from
19330         doc/glibc-functions/optopt.texi.
19331         * doc/posix-functions/psignal.texi: Renamed from
19332         doc/glibc-functions/psignal.texi.
19333         * doc/posix-functions/scandir.texi: Renamed from
19334         doc/glibc-functions/scandir.texi.
19335         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19336         doc/glibc-functions/sched_get_priority_min.texi.
19337         * doc/posix-functions/signgam.texi: Renamed from
19338         doc/glibc-functions/signgam.texi.
19339         * doc/posix-functions/stpcpy.texi: Renamed from
19340         doc/glibc-functions/stpcpy.texi.
19341         * doc/posix-functions/stpncpy.texi: Renamed from
19342         doc/glibc-functions/stpncpy.texi.
19343         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19344         doc/glibc-functions/strcasecmp_l.texi.
19345         * doc/posix-functions/strcoll_l.texi: Renamed from
19346         doc/glibc-functions/strcoll_l.texi.
19347         * doc/posix-functions/strfmon_l.texi: Renamed from
19348         doc/glibc-functions/strfmon_l.texi.
19349         * doc/posix-functions/strftime_l.texi: Renamed from
19350         doc/glibc-functions/strftime_l.texi.
19351         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19352         doc/glibc-functions/strncasecmp_l.texi.
19353         * doc/posix-functions/strndup.texi: Renamed from
19354         doc/glibc-functions/strndup.texi.
19355         * doc/posix-functions/strnlen.texi: Renamed from
19356         doc/glibc-functions/strnlen.texi.
19357         * doc/posix-functions/strsignal.texi: Renamed from
19358         doc/glibc-functions/strsignal.texi.
19359         * doc/posix-functions/strxfrm_l.texi: Renamed from
19360         doc/glibc-functions/strxfrm_l.texi.
19361         * doc/posix-functions/timer_gettime.texi: Renamed from
19362         doc/glibc-functions/timer_gettime.texi.
19363         * doc/posix-functions/tolower_l.texi: Renamed from
19364         doc/glibc-functions/tolower_l.texi.
19365         * doc/posix-functions/toupper_l.texi: Renamed from
19366         doc/glibc-functions/toupper_l.texi.
19367         * doc/posix-functions/towctrans_l.texi: Renamed from
19368         doc/glibc-functions/towctrans_l.texi.
19369         * doc/posix-functions/towlower_l.texi: Renamed from
19370         doc/glibc-functions/towlower_l.texi.
19371         * doc/posix-functions/towupper_l.texi: Renamed from
19372         doc/glibc-functions/towupper_l.texi.
19373         * doc/posix-functions/uselocale.texi: Renamed from
19374         doc/glibc-functions/uselocale.texi.
19375         * doc/posix-functions/vdprintf.texi: Renamed from
19376         doc/glibc-functions/vdprintf.texi.
19377         * doc/posix-functions/wcpcpy.texi:
19378         Renamed from doc/glibc-functions/wcpcpy.texi.
19379         * doc/posix-functions/wcpncpy.texi: Renamed from
19380         doc/glibc-functions/wcpncpy.texi.
19381         * doc/posix-functions/wcscasecmp.texi: Renamed from
19382         doc/glibc-functions/wcscasecmp.texi.
19383         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19384         doc/glibc-functions/wcscasecmp_l.texi.
19385         * doc/posix-functions/wcscoll_l.texi: Renamed from
19386         doc/glibc-functions/wcscoll_l.texi.
19387         * doc/posix-functions/wcsdup.texi: Renamed from
19388         doc/glibc-functions/wcsdup.texi.
19389         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19390         doc/glibc-functions/wcsncasecmp.texi.
19391         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19392         doc/glibc-functions/wcsncasecmp_l.texi.
19393         * doc/posix-functions/wcsnlen.texi: Renamed from
19394         doc/glibc-functions/wcsnlen.texi.
19395         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19396         doc/glibc-functions/wcsnrtombs.texi.
19397         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19398         doc/glibc-functions/wcsxfrm_l.texi.
19399         * doc/posix-functions/wctrans_l.texi: Renamed from
19400         doc/glibc-functions/wctrans_l.texi.
19401         * doc/posix-functions/wctype_l.texi: Renamed from
19402         doc/glibc-functions/wctype_l.texi.
19403         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19404         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19405         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19406         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19407         these subsections.
19408         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19409         Remove sections.
19410
19411 2008-12-14  Bruno Haible  <bruno@clisp.org>
19412
19413         Update doc for POSIX:2008.
19414         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19415
19416 2008-12-14  Bruno Haible  <bruno@clisp.org>
19417
19418         Update doc for POSIX:2008.
19419         * doc/pastposix-functions/bcmp.texi: Renamed from
19420         doc/posix-functions/bcmp.texi.
19421         * doc/pastposix-functions/bcopy.texi: Renamed from
19422         doc/posix-functions/bcopy.texi.
19423         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19424         doc/posix-functions/bsd_signal.texi.
19425         * doc/pastposix-functions/bzero.texi: Renamed from
19426         doc/posix-functions/bzero.texi.
19427         * doc/pastposix-functions/ecvt.texi: Renamed from
19428         doc/posix-functions/ecvt.texi.
19429         * doc/pastposix-functions/fcvt.texi: Renamed from
19430         doc/posix-functions/fcvt.texi.
19431         * doc/pastposix-functions/ftime.texi: Renamed from
19432         doc/posix-functions/ftime.texi.
19433         * doc/pastposix-functions/gcvt.texi: Renamed from
19434         doc/posix-functions/gcvt.texi.
19435         * doc/pastposix-functions/getcontext.texi: Renamed from
19436         doc/posix-functions/getcontext.texi.
19437         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19438         doc/posix-functions/gethostbyaddr.texi.
19439         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19440         doc/posix-functions/gethostbyname.texi.
19441         * doc/pastposix-functions/getwd.texi: Renamed from
19442         doc/posix-functions/getwd.texi.
19443         * doc/pastposix-functions/h_errno.texi: Renamed from
19444         doc/posix-functions/h_errno.texi.
19445         * doc/pastposix-functions/index.texi: Renamed from
19446         doc/posix-functions/index.texi.
19447         * doc/pastposix-functions/makecontext.texi: Renamed from
19448         doc/posix-functions/makecontext.texi.
19449         * doc/pastposix-functions/mktemp.texi: Renamed from
19450         doc/posix-functions/mktemp.texi.
19451         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19452         doc/posix-functions/pthread_attr_getstackaddr.texi.
19453         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19454         doc/posix-functions/pthread_attr_setstackaddr.texi.
19455         * doc/pastposix-functions/rindex.texi: Renamed from
19456         doc/posix-functions/rindex.texi.
19457         * doc/pastposix-functions/scalb.texi: Renamed from
19458         doc/posix-functions/scalb.texi.
19459         * doc/pastposix-functions/setcontext.texi: Renamed from
19460         doc/posix-functions/setcontext.texi.
19461         * doc/pastposix-functions/swapcontext.texi: Renamed from
19462         doc/posix-functions/swapcontext.texi.
19463         * doc/pastposix-functions/ualarm.texi: Renamed from
19464         doc/posix-functions/ualarm.texi.
19465         * doc/pastposix-functions/usleep.texi: Renamed from
19466         doc/posix-functions/usleep.texi.
19467         * doc/pastposix-functions/vfork.texi: Renamed from
19468         doc/posix-functions/vfork.texi.
19469         * doc/pastposix-functions/wcswcs.texi: Renamed from
19470         doc/posix-functions/wcswcs.texi.
19471         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19472         (Function Substitutes): Update.
19473
19474 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19475
19476         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19477         m4/strerror.m4.
19478
19479 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19480             Bruno Haible  <bruno@clisp.org>
19481
19482         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19483
19484 2008-12-13  Bruno Haible  <bruno@clisp.org>
19485
19486         * modules/strtoull (Depends-on): Remove unistd.
19487
19488 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19489
19490         * modules/strtoull (Depends-on): Add stdlib.
19491
19492 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19493
19494         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19495
19496 2008-12-10  Jim Meyering  <meyering@redhat.com>
19497
19498         gl_ASSERT: don't say assertions are disabled when they're not
19499         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19500         "checking whether to enable assertions... no", when they are in
19501         fact enabled.  This is solely a bug in the output of configure.
19502         In spite of saying "no", NDEBUG was not defined in that case.
19503         Also, as noted by Eric Blake, leave assertions enabled upon
19504         --enable-assert=INVALID.
19505
19506 2008-12-10  Bruno Haible  <bruno@clisp.org>
19507
19508         Change MODULES.html to refer to POSIX:2008 where possible.
19509         * MODULES.html.sh (POSIX2008_URL): New variable.
19510         (posix_headers): Remove sys/timeb, ucontext.
19511         (posix2001_headers): New variable.
19512         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19513         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19514         index, makecontext, mktemp, pthread_attr_getstackaddr,
19515         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19516         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19517         (posix2001_functions): New variable.
19518         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19519         otherwise.
19520
19521 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19522
19523         add missing include to parse-duration.c
19524         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19525         * modules/parse-duration (Depends-on): Add xalloc.
19526
19527         fix sed script reading maint.mk
19528         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19529         (syntax-check-rules): Use it.
19530
19531 2008-12-09  Bruno Haible  <bruno@clisp.org>
19532
19533         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19534         MacOS X 10.4/PowerPC.
19535         Reported by Simon Josefsson.
19536
19537 2008-12-08  Jim Meyering  <meyering@redhat.com>
19538
19539         work around mingw's lack of some S_IF definitions
19540         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19541         Reported by Simon Josefsson.
19542
19543 2008-12-08  Bruno Haible  <bruno@clisp.org>
19544
19545         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19546         applied to variables. Needed on MacOS X 10.4/PowerPC.
19547         Reported by Simon Josefsson.
19548
19549 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19550         and Eric Blake  <ebb9@byu.net>
19551
19552         assert: honor --enable-assert
19553         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19554         order to honor --enable-assert, rather than treating it as a
19555         synonym for --disable-assert.
19556
19557 2008-12-08  Jim Meyering  <meyering@redhat.com>
19558
19559         * lib/posixtm.c: Remove now-useless declaration of mktime.
19560
19561         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19562
19563 2008-12-07  Bruno Haible  <bruno@clisp.org>
19564
19565         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19566         test_once): Mark functions as static.
19567         * tests/test-tls.c (test_tls): Likewise.
19568
19569 2008-12-07  Bruno Haible  <bruno@clisp.org>
19570
19571         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19572         iconv_register_autodetect.
19573
19574 2008-12-07  Jim Meyering  <meyering@redhat.com>
19575
19576         posixtm.c: avoid a warning
19577         * lib/posixtm.c (posixtime): Don't initialize tm0.
19578         It's no longer needed to placate gcc4's -Wuninitialized,
19579         and the attempt to placate would elicit a new warning.
19580
19581         unicodeio.c: mark unused parameters
19582         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19583         (fallback_failure_callback): Likewise.
19584
19585 2008-12-07  Bruno Haible  <bruno@clisp.org>
19586
19587         * gnulib-tool (func_create_testdir): When building the tests
19588         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19589         Reported by Simon Josefsson.
19590
19591 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19592
19593         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19594
19595 2008-12-06  Bruno Haible  <bruno@clisp.org>
19596
19597         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19598         Suggested by Eric Blake.
19599
19600 2008-12-06  Bruno Haible  <bruno@clisp.org>
19601
19602         Fix a c-stack test failure on MacOS X.
19603         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19604         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19605         handler for SIGBUS as well.
19606         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19607         install a signal handler for SIGBUS as well.
19608         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19609
19610 2008-12-06  Bruno Haible  <bruno@clisp.org>
19611
19612         Advocacy documentation.
19613         * doc/gnulib-intro.texi (Benefits): New section.
19614         * doc/gnulib.texi: Update.
19615
19616 2008-12-06  Bruno Haible  <bruno@clisp.org>
19617
19618         Document the 'manywarnings' module.
19619         * doc/manywarnings.texi: New file.
19620         * doc/gnulib.texi: Include it.
19621
19622 2008-12-05  Eric Blake  <ebb9@byu.net>
19623
19624         tests: silence some gcc warnings
19625         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19626         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19627         type mismatches.
19628
19629 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19630             Bruno Haible  <bruno@clisp.org>
19631
19632         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19633
19634 2008-11-29  Jim Meyering  <meyering@redhat.com>
19635
19636         unicodeio.c: mark unused parameters
19637         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19638         (fallback_failure_callback): Likewise.
19639
19640         fts: fix a thinko
19641         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19642         (set_stat_type): Return S_IF*-valued "type" directly.
19643         Prompted by James Youngman's spotting a related bug.
19644         Confirmed by further testing through find.
19645
19646         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19647         * lib/fts.c (D_TYPE): Define.
19648         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19649         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19650         (s_ifmt_shift_bits): New function.
19651         (set_stat_type): New function.
19652         (fts_build): When not calling fts_stat, call set_stat_type
19653         to propagate dirent.d_type info to fts_read caller.
19654         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19655         fts_statp->st_mode type information may be valid.
19656
19657 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19658
19659         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19660         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19661         <sds@gnu.org>.
19662
19663 2008-11-20  Bruno Haible  <bruno@clisp.org>
19664
19665         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19666         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19667         INCLUDE_NEXT.
19668         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19669         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19670         * modules/math (Makefile.am): Substitute
19671         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19672         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19673
19674 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19675             Bruno Haible  <bruno@clisp.org>
19676
19677         * lib/stdint.in.h: Define all type macros so that their expansion is
19678         a single typedef'ed token. Fixes a compilation failure in Boost which
19679         does "using ::int8_t;".
19680
19681 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19682
19683         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19684         gl_MANYWARN_ALL_GCC.
19685         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19686         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19687         * modules/manywarnings: New file.
19688         * MODULES.html.sh: Mention manywarnings module.
19689
19690 2008-11-18  Bruno Haible  <bruno@clisp.org>
19691
19692         * doc/gnulib-tool.texi (Unit tests): New section.
19693
19694 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19695
19696         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19697         paths like 'lib/po/foo.po'.
19698
19699 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19700
19701         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19702         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19703
19704 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19705
19706         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19707         parameter works.
19708
19709 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19710
19711         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19712
19713 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19714
19715         * modules/parse-duration-tests: New file.
19716         * tests/test-parse-duration.sh: New file.
19717         * tests/test-parse-duration.c: New file.
19718
19719         New module 'parse-duration'.
19720         * lib/parse-duration.h: New file.
19721         * lib/parse-duration.c: New file.
19722         * modules/parse-duration: New file.
19723
19724 2008-11-17  Bruno Haible  <bruno@clisp.org>
19725
19726         * tests/test-select-out.sh: Comment out the first pipe test.
19727         Reported by Simon Josefsson.
19728
19729 2008-11-17  Bruno Haible  <bruno@clisp.org>
19730
19731         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19732         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19733         gl_HOSTENT.
19734
19735 2008-11-17  Bruno Haible  <bruno@clisp.org>
19736
19737         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19738         -lnetwork and -lnet. Needed for Haiku and BeOS.
19739
19740 2008-11-16  Bruno Haible  <bruno@clisp.org>
19741
19742         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19743
19744 2008-11-16  Bruno Haible  <bruno@clisp.org>
19745
19746         Avoid test failure on Haiku.
19747         * tests/test-fsync.c: Include <errno.h>.
19748         (main): Don't require that fsync (0) fails.
19749
19750 2008-11-15  Bruno Haible  <bruno@clisp.org>
19751
19752         New module 'hostent'.
19753         * modules/hostent: New file.
19754         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19755
19756 2008-11-15  Bruno Haible  <bruno@clisp.org>
19757
19758         New module 'servent'.
19759         * modules/servent: New file.
19760         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19761
19762 2008-11-15  Bruno Haible  <bruno@clisp.org>
19763
19764         Avoid generating same test program with two different rules.
19765         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19766         test-frexp to test-frexp-nolibm.
19767         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19768         test-frexpl to test-frexpl-nolibm.
19769
19770 2008-11-15  Bruno Haible  <bruno@clisp.org>
19771
19772         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19773         $(FREXPL_LIBM).
19774
19775 2008-11-15  Bruno Haible  <bruno@clisp.org>
19776
19777         * lib/netdb.in.h: Activate the definitions also when the system's
19778         <netdb.h> has 'struct addrinfo'.
19779         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19780         EAI_OVERFLOW or AI_NUMERICSERV.
19781         * doc/posix-headers/netdb.texi: Document the problem.
19782
19783 2008-11-15  Bruno Haible  <bruno@clisp.org>
19784
19785         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19786
19787         Make the 'sched' module work on platforms where <sched.h> exists but
19788         is incomplete (such as Haiku).
19789         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19790         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19791         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19792         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19793         HAVE_STRUCT_SCHED_PARAM.
19794         * modules/sched (Depends-on): Add include_next.
19795         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19796         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19797         * doc/posix-headers/sched.texi: Document the issue.
19798
19799 2008-11-13  Jim Meyering  <meyering@redhat.com>
19800
19801         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19802         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19803         test would fail due to the difference in the Report bugs to ...
19804         line.  The expected address is empty, "<>", while the actual
19805         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19806
19807 2008-11-12  Bruno Haible  <bruno@clisp.org>
19808
19809         lstat: don't compile lstat.c on systems lacking lstat
19810         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19811         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19812         Reported by Daniel P. Berrange via Jim Meyering.
19813
19814 2008-11-12  Jim Meyering  <meyering@redhat.com>
19815
19816         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19817
19818 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19819
19820         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19821         instead.
19822
19823 2008-11-12  Bruno Haible  <bruno@clisp.org>
19824
19825         * lib/unicodeio.c: Include unistr.h.
19826         (utf8_wctomb): Remove function.
19827         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19828
19829 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19830
19831         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19832         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19833         <bruno@clisp.org>.
19834         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19835
19836 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19837
19838         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19839         * doc/gnulib.texi: Add section for warnings.
19840
19841 2008-11-11  Bruno Haible  <bruno@clisp.org>
19842
19843         * lib/sockets.h: Add a comment.
19844
19845 2008-11-11  Karl Berry  <karl@gnu.org>
19846
19847         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19848
19849 2008-11-11  Eric Blake  <ebb9@byu.net>
19850
19851         fdl.texi: avoid git symlinks
19852         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19853
19854 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19855
19856         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19857
19858 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19859
19860         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19861         (gl_WARN_ADD): Substitute $2 if literal.
19862
19863 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19864
19865         * m4/warning.m4: Remove.
19866
19867 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19868
19869         * m4/warnings.m4: Almost complete rewrite. :-)
19870
19871 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19872
19873         * modules/warnings: New module.
19874         * m4/warnings.m4: New file.
19875         * MODULES.html.sh: Mention warnings module.
19876         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19877         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19878
19879 2008-11-10  Eric Blake  <ebb9@byu.net>
19880
19881         fdl.texi: make a symlink to the latest version
19882         * doc/standards.texi: Revert today's earlier change.
19883         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19884         * doc/fdl.texi: ...and replace this with a symlink to the newer
19885         fdl-1.3.texi.
19886
19887 2008-11-10  Bruno Haible  <bruno@clisp.org>
19888
19889         * tests/test-select-fd.c (main): Accept the result file name as fourth
19890         argument.
19891         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19892         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19893
19894 2008-11-10  Bruno Haible  <bruno@clisp.org>
19895
19896         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19897         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19898         as autoconf-substituted macros.
19899         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19900         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19901         gl_NETDB_H_DEFAULTS. Set these variables.
19902         * modules/netdb (Makefile.am): Substitute these variables.
19903
19904 2008-11-10  Eric Blake  <ebb9@byu.net>
19905
19906         standards.texi: include correct file for FDL 1.3
19907         * doc/standards.texi (GNU Free Documentation License): Change
19908         include file to pull in FDL 1.3, not 1.2.
19909
19910         fdl.texi: revert accidental change to license
19911         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19912
19913 2008-11-10  Bruno Haible  <bruno@clisp.org>
19914
19915         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19916         cross-compiling guesses also when the native compile gives no result.
19917
19918 2008-11-10  Bruno Haible  <bruno@clisp.org>
19919
19920         * lib/spawni.c (__spawni): Force variable into the stack.
19921
19922 2008-11-10  Bruno Haible  <bruno@clisp.org>
19923
19924         Add support for Haiku.
19925         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19926         glibc and BeOS, but also on Haiku.
19927         * lib/fpurge.c (fpurge): Likewise.
19928         * lib/freadable.c (freadable): Likewise.
19929         * lib/freadahead.c (freadahead): Likewise.
19930         * lib/freading.c (freading): Likewise.
19931         * lib/freadptr.c (freadptr): Likewise.
19932         * lib/freadseek.c (freadptrinc): Likewise.
19933         * lib/fseeko.c (rpl_fseeko): Likewise.
19934         * lib/fseterr.c (fseterr): Likewise.
19935         * lib/fwritable.c (fwritable): Likewise.
19936         * lib/fwriting.c (fwriting): Likewise.
19937         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19938
19939 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19940
19941         * lib/config.charset: Treat Haiku like BeOS.
19942
19943 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19944
19945         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19946         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19947
19948 2008-11-08  Bruno Haible  <bruno@clisp.org>
19949
19950         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19951         AC_CACHE_CHECK.
19952
19953 2008-11-08  Bruno Haible  <bruno@clisp.org>
19954
19955         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19956
19957 2008-11-08  Bruno Haible  <bruno@clisp.org>
19958
19959         * tests/test-select-fd.c: New file.
19960         * tests/test-select-in.sh: New file.
19961         * tests/test-select-out.sh: New file.
19962         * tests/test-select-stdin.c: New file.
19963         * modules/select-tests (Files): Add the new files.
19964         (Depends-on): Add gettimeofday.
19965         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19966         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19967         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19968
19969 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19970             Bruno Haible  <bruno@clisp.org>
19971
19972         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19973
19974 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19975
19976         * build-aux/pmccabe2html: Added support for C++ source files.
19977
19978 2008-11-05  Ben Pfaff  <blp@gnu.org>
19979
19980         Fix lib/close.c build on Windows.
19981         * modules/close (Files): Add lib/w32sock.h.
19982
19983 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19984
19985         Accept Bison's NEWS format.
19986         * build-aux/announce-gen (print_news_deltas): Tweak
19987         $re_prefix.
19988
19989 2008-11-04  Bruno Haible  <bruno@clisp.org>
19990
19991         * modules/random_r (Maintainer): Add glibc.
19992
19993 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19994
19995         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19996         by karl@freefriends.org (Karl Berry).
19997         * doc/alloca.texi: Likewise.
19998         * doc/c-ctype.texi: Likewise.
19999         * doc/c-strcase.texi: Likewise.
20000         * doc/c-strcaseeq.texi: Likewise.
20001         * doc/c-strcasestr.texi: Likewise.
20002         * doc/c-strstr.texi: Likewise.
20003         * doc/c-strtod.texi: Likewise.
20004         * doc/c-strtold.texi: Likewise.
20005         * doc/ctime.texi: Likewise.
20006         * doc/error.texi: Likewise.
20007         * doc/fdl.texi: Likewise.
20008         * doc/gcd.texi: Likewise.
20009         * doc/getdate.texi: Likewise.
20010         * doc/gnulib-intro.texi: Likewise.
20011         * doc/gnulib-tool.texi: Likewise.
20012         * doc/gnulib.texi: Likewise.
20013         * doc/inet_ntoa.texi: Likewise.
20014         * doc/maintain.texi: Likewise.
20015         * doc/make-stds.texi: Likewise.
20016         * doc/quote.texi: Likewise.
20017         * doc/regexprops-generic.texi: Likewise.
20018         * doc/standards.texi: Likewise.
20019         * doc/verify.texi: Likewise.
20020         * doc/visibility.texi: Likewise.
20021         * doc/gnulib.texi (GNU Free Documentation License): Include
20022         fdl-1.3.texi instead of fdl.texi.
20023
20024 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20025
20026         * doc/fdl-1.3.texi: New file, from
20027         <http://www.gnu.org/licenses/fdl-1.3.texi>.
20028         * modules/fdl-1.3: Add.
20029         * MODULES.html.sh: Add fdl-1.3.
20030
20031 2008-11-03  Bruno Haible  <bruno@clisp.org>
20032
20033         Make determination of absolute name of header file work with AIX xlc.
20034         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
20035         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
20036         preprocessing.
20037         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20038         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
20039
20040 2008-11-03  Simon Josefsson  <simon@josefsson.org>
20041
20042         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
20043         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
20044         <ludo@gnu.org>.
20045
20046 2008-11-02  Bruno Haible  <bruno@clisp.org>
20047
20048         Mark 'strpbrk' obsolete.
20049         * modules/strpbrk (Status, Notice): New sections.
20050         * modules/strtok_r (Depends-on): Add strpbrk.
20051
20052 2008-11-02  Bruno Haible  <bruno@clisp.org>
20053
20054         Mark 'strdup' obsolete.
20055         * modules/strdup (Status, Notice): New sections.
20056         * modules/findprog (Depends-on): Add strdup.
20057         * modules/getaddrinfo (Depends-on): Likewise.
20058         * modules/localename (Depends-on): Likewise.
20059         * modules/relocatable-lib (Depends-on): Likewise.
20060         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
20061         * modules/relocatable-prog (Depends-on): Likewise.
20062         * modules/trim (Depends-on): Likewise.
20063         * modules/unictype/gen-ctype (Depends-on): Likewise.
20064         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20065
20066 2008-11-02  Bruno Haible  <bruno@clisp.org>
20067
20068         Mark 'strcspn' obsolete.
20069         * modules/strcspn (Status, Notice): New sections.
20070
20071 2008-11-02  Bruno Haible  <bruno@clisp.org>
20072
20073         Mark 'rmdir' obsolete.
20074         * modules/rmdir (Status, Notice): New sections.
20075         * modules/clean-temp (Depends-on): Add rmdir.
20076         * modules/openat (Depends-on): Likewise.
20077
20078 2008-11-02  Bruno Haible  <bruno@clisp.org>
20079
20080         Mark 'raise' obsolete.
20081         * modules/raise (Status, Notice): New sections.
20082         (Include): Specify <signal.h>.
20083         * modules/stdio (Depends-on): Add raise.
20084         * modules/write (Depends-on): Likewise.
20085
20086 2008-11-02  Bruno Haible  <bruno@clisp.org>
20087
20088         Mark 'memset' obsolete.
20089         * modules/memset (Status, Notice): New sections.
20090
20091 2008-11-02  Bruno Haible  <bruno@clisp.org>
20092
20093         Mark 'memmove' obsolete.
20094         * modules/memmove (Status, Notice): New sections.
20095         * modules/argp (Depends-on): Add memmove.
20096         * modules/argz (Depends-on): Likewise.
20097         * modules/canonicalize (Depends-on): Likewise.
20098         * modules/canonicalize-lgpl (Depends-on): Likewise.
20099         * modules/fts (Depends-on): Likewise.
20100         * modules/getcwd (Depends-on): Likewise.
20101         * modules/human (Depends-on): Likewise.
20102         * modules/regex (Depends-on): Likewise.
20103         * modules/striconveh (Depends-on): Likewise.
20104         * modules/trim (Depends-on): Likewise.
20105         * modules/unistr/u8-move (Depends-on): Likewise.
20106         * modules/unistr/u16-move (Depends-on): Likewise.
20107         * modules/unistr/u32-move (Depends-on): Likewise.
20108
20109 2008-11-02  Bruno Haible  <bruno@clisp.org>
20110
20111         Mark 'memcpy' obsolete.
20112         * modules/memcpy (Status, Notice): New sections.
20113
20114 2008-11-02  Bruno Haible  <bruno@clisp.org>
20115
20116         Mark 'memcmp' obsolete.
20117         * modules/memcmp (Status, Notice): New sections.
20118         * modules/argmatch (Depends-on): Add memchr.
20119         * modules/backupfile (Depends-on): Likewise.
20120         * modules/c-strcasestr (Depends-on): Likewise.
20121         * modules/crypto/des (Depends-on): Likewise.
20122         * modules/csharpcomp (Depends-on): Likewise.
20123         * modules/fnmatch (Depends-on): Likewise.
20124         * modules/git-merge-changelog (Depends-on): Likewise.
20125         * modules/isnand (Depends-on): Likewise.
20126         * modules/isnand-nolibm (Depends-on): Likewise.
20127         * modules/isnanf (Depends-on): Likewise.
20128         * modules/isnanf-nolibm (Depends-on): Likewise.
20129         * modules/isnanl (Depends-on): Likewise.
20130         * modules/isnanl-nolibm (Depends-on): Likewise.
20131         * modules/mbchar (Depends-on): Likewise.
20132         * modules/memcoll (Depends-on): Likewise.
20133         * modules/quotearg (Depends-on): Likewise.
20134         * modules/regex (Depends-on): Likewise.
20135         * modules/relocatable-prog (Depends-on): Likewise.
20136         * modules/same (Depends-on): Likewise.
20137         * modules/signbit (Depends-on): Likewise.
20138         * modules/strcasestr-simple (Depends-on): Likewise.
20139         * modules/unictype/gen-ctype (Depends-on): Likewise.
20140         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20141         * modules/uniname/uniname (Depends-on): Likewise.
20142         * modules/unistr/u8-cmp (Depends-on): Likewise.
20143
20144 2008-11-02  Bruno Haible  <bruno@clisp.org>
20145
20146         Mark 'memchr' obsolete.
20147         * modules/memchr (Status, Notice): New sections.
20148         * modules/argp (Depends-on): Add memchr.
20149         * modules/base64 (Depends-on): Likewise.
20150         * modules/c-strcasestr (Depends-on): Likewise.
20151         * modules/chdir-long (Depends-on): Likewise.
20152         * modules/fnmatch (Depends-on): Likewise.
20153         * modules/getsubopt (Depends-on): Likewise.
20154         * modules/git-merge-changelog (Depends-on): Likewise.
20155         * modules/glob (Depends-on): Likewise.
20156         * modules/strcasestr-simple (Depends-on): Likewise.
20157         * modules/strnlen (Depends-on): Likewise.
20158
20159 2008-11-02  Bruno Haible  <bruno@clisp.org>
20160
20161         Mark 'atexit' obsolete.
20162         * modules/atexit (Status, Notice): New sections.
20163         * modules/chdir-long (Depends-on): Add atexit.
20164         * modules/wait-process (Depends-on): Likewise.
20165
20166 2008-11-02  Bruno Haible  <bruno@clisp.org>
20167
20168         * gnulib-tool: New option --with-obsolete.
20169         (func_usage): Document it.
20170         (func_modules_transitive_closure): Drop obsolete dependencies if
20171         incobsolete is not true.
20172         (func_import): Read and save the incobsolete variable to the cache.
20173
20174 2008-11-02  Bruno Haible  <bruno@clisp.org>
20175
20176         * modules/TEMPLATE-EXTENDED: New field 'Status'.
20177         * gnulib-tool: New option --extract-status.
20178         (func_usage): Document it.
20179         (sed_extract_prog): Recognize it.
20180         (func_get_status): New function.
20181
20182 2008-10-30  Simon Josefsson  <simon@josefsson.org>
20183
20184         * modules/sockets (License): Change from LGPL to LGPLv2+.
20185
20186 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20187
20188         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
20189
20190 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20191
20192         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20193         Mention times and sys_times.
20194         * modules/sys_times, modules/sys_times-tests: New modules.
20195         * modules/times, modules/times-tests: Likewise
20196         * m4/sys_times_h.m4: New file.
20197         * lib/sys_times.in.h: Likewise
20198         * lib/times.c: Likewise.
20199         * tests/test-sys_times.c: Likewise.
20200         * tests/test-times.c: Likewise.
20201         * doc/posix-headers/sys_times.texi: Update.
20202         * doc/posix-functions/times.texi: Update.
20203
20204 2008-10-28  Jim Meyering  <meyering@redhat.com>
20205
20206         * modules/tempname (Depends-on): Add lstat.
20207
20208         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
20209
20210 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20211
20212         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
20213         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
20214         using idiom used elsewhere in gnulib.
20215
20216 2008-10-27  Jim Meyering  <meyering@redhat.com>
20217
20218         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
20219
20220 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20221
20222         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
20223         TESTS_ENVIRONMENT, for shell scripts that needs to call built
20224         programs.
20225         * tests/test-argp-2.sh: Use $EXEEXT when needed.
20226
20227 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20228
20229         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
20230
20231 2008-10-27  Bruno Haible  <bruno@clisp.org>
20232
20233         * tests/test-lstat.c: Include <stdio.h>.
20234
20235 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20236
20237         * modules/lstat-tests: New module.
20238         * tests/test-lstat.c: New file.
20239
20240 2008-10-26  Jim Meyering  <meyering@redhat.com>
20241
20242         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20243
20244 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20245             Bruno Haible  <bruno@clisp.org>
20246
20247         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20248         * modules/configmake (Include): Add a note that the include must come
20249         after all system headers.
20250         * lib/javaversion.c: Include configmake.h after all other includes.
20251
20252 2008-10-26  Bruno Haible  <bruno@clisp.org>
20253
20254         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20255         HAVE_STRUCT_RANDOM_DATA to 1.
20256         (gl_STDLIB_H): Simplify.
20257
20258 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20259
20260         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
20261         substitute HAVE_STRUCT_RANDOM_DATA.
20262         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
20263         random_data.
20264         * modules/stdlib (Makefile.am): Substitute
20265         HAVE_STRUCT_RANDOM_DATA.
20266
20267 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20268
20269         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
20270         * doc/gnulib-intro.texi (Copyright): Likewise.
20271
20272 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20273
20274         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
20275         findings.
20276
20277 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
20278             Bruno Haible  <bruno@clisp.org>
20279
20280         * lib/unistd.in.h: Include <winsock2.h>.
20281         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
20282         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
20283         Provide dummy declarations.
20284         (gethostname): Override.
20285         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
20286         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
20287         gl_PREREQ_SYS_H_WINSOCK2.
20288         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
20289         * doc/posix-functions/gethostname.texi: More details.
20290
20291 2008-10-25  Bruno Haible  <bruno@clisp.org>
20292
20293         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20294         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
20295         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
20296
20297         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
20298         here ...
20299         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
20300         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
20301         gl_UNISTD_H_DEFAULTS.
20302
20303 2008-10-25  Eric Blake  <ebb9@byu.net>
20304
20305         signbit: avoid spurious compiler failure
20306         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20307         declarations inside function.
20308
20309 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20310             Bruno Haible  <bruno@clisp.org>
20311
20312         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20313         * modules/random_r (Depends-on): Add stdint.
20314
20315 2008-10-24  Bruno Haible  <bruno@clisp.org>
20316
20317         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20318         Eggert.
20319         * modules/strerror (License): Likewise.
20320
20321 2008-10-24  Jim Meyering  <meyering@redhat.com>
20322
20323         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20324         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20325
20326 2008-10-24  Eric Blake  <ebb9@byu.net>
20327
20328         getgroups: fix compilation when getgroups is available
20329         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20330         but with <config.h> override of getgroups disabled.
20331
20332 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20333
20334         * doc/gnulib.texi (Header files): Add note about C++ problems.
20335         Explained by Bruno Haible <bruno@clisp.org>.
20336
20337 2008-10-23  Bruno Haible  <bruno@clisp.org>
20338
20339         Define a dummy SA_NODEFER macro on Interix.
20340         * lib/signal.in.h (SA_NODEFER): Define fallback.
20341         Reported by Aleksey Cheusov <cheusov@tut.by> via
20342         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20343
20344 2008-10-23  Bruno Haible  <bruno@clisp.org>
20345
20346         * modules/freadahead (License): Change to LGPLv2+.
20347         Suggested by Simon Josefsson.
20348
20349 2008-10-23  Jim Meyering  <meyering@redhat.com>
20350
20351         random_r: new module
20352         * modules/random_r: New file.
20353         * m4/random_r.m4: New file.
20354         * lib/random_r.c: New file, from glibc.
20355         * modules/random_r-tests: New file.
20356         * tests/test-random_r.c: New file.
20357         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20358          Declare.
20359         (RAND_MAX): Define.
20360         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20361         * modules/stdlib: Substitute them, too.
20362         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20363         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20364         * doc/glibc-functions/random_r.texi: Likewise.
20365         * doc/glibc-functions/setstate_r.texi: Likewise.
20366         * doc/glibc-functions/srandom_r.texi: Likewise.
20367         * config/srclist.txt: Mention it.
20368
20369 2008-10-23  David Lutterkort  <lutter@redhat.com>
20370
20371         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20372         link requirement
20373
20374 2008-10-23  Jim Meyering  <meyering@redhat.com>
20375
20376         selinux-h: mark parameters of stub functions as intentionally unused
20377         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20378         * lib/se-context.in.h: Likewise.
20379
20380 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20381
20382         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20383
20384 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20385
20386         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20387
20388 2008-10-22  Eric Blake  <ebb9@byu.net>
20389
20390         glthread/thread: avoid compiler warning
20391         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20392         Add unreachable abort to silence compiler.
20393
20394 2008-10-22  Eric Blake  <ebb9@byu.net>
20395
20396         netdb: also supply struct addrinfo for cygwin 1.5.x
20397         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20398         older cygwin.
20399         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20400         cygwin.
20401         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20402
20403 2008-10-22  Bruno Haible  <bruno@clisp.org>
20404
20405         * users.txt: Update entry about pspp.
20406
20407 2008-10-21  Bruno Haible  <bruno@clisp.org>
20408
20409         Simplification.
20410         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20411         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20412
20413         Simplification.
20414         * lib/ioctl.c (ioctl): Don't undefine.
20415         * lib/socket.c (socket): Don't undefine.
20416
20417         Remove unused module indicator macros.
20418         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20419         GNULIB_$1 as a C macro.
20420
20421         * doc/posix-functions/close.texi: Undo last change.
20422         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20423         Windows platforms.
20424
20425 2008-10-21  Bruno Haible  <bruno@clisp.org>
20426
20427         Add gethostname() declaration to <unistd.h>.
20428         * lib/unistd.in.h (gethostname): New declaration.
20429         * lib/gethostname.c: Include <unistd.h>.
20430         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20431         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20432         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20433         and HAVE_GETHOSTNAME.
20434         * modules/gethostname (Depends-on): Add unistd.
20435         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20436         (Include): Specify <unistd.h>.
20437         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20438         HAVE_GETHOSTNAME.
20439         * tests/test-gethostname.c: Include <unistd.h> first.
20440
20441 2008-10-21  Bruno Haible  <bruno@clisp.org>
20442
20443         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20444         * modules/select-tests (Depends-on): Likewise.
20445         Reported by Simon Josefsson.
20446
20447 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20448
20449         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20450         * lib/accept.c: New file, based on winsock.c.
20451         * lib/bind.c: New file, based on winsock.c.
20452         * lib/connect.c: New file, based on winsock.c.
20453         * lib/getpeername.c: New file, based on winsock.c.
20454         * lib/getsockname.c: New file, based on winsock.c.
20455         * lib/getsockopt.c: New file, based on winsock.c.
20456         * lib/ioctl.c: New file, based on winsock.c.
20457         * lib/listen.c: New file, based on winsock.c.
20458         * lib/recv.c: New file, based on winsock.c.
20459         * lib/recvfrom.c: New file, based on winsock.c.
20460         * lib/send.c: New file, based on winsock.c.
20461         * lib/sendto.c: New file, based on winsock.c.
20462         * lib/setsockopt.c: New file, based on winsock.c.
20463         * lib/shutdown.c: New file, based on winsock.c.
20464         * lib/socket.c: New file, based on winsock.c.
20465         * lib/w32sock.h: New file, based on winsock.c.
20466         * lib/winsock.c: Remove file.
20467         * modules/accept: Likewise.
20468         * modules/bind: Likewise.
20469         * modules/connect: Likewise.
20470         * modules/getpeername: Likewise.
20471         * modules/getsockname: Likewise.
20472         * modules/getsockopt: Likewise.
20473         * modules/ioctl: Likewise.
20474         * modules/listen: Likewise.
20475         * modules/recv: Likewise.
20476         * modules/recvfrom: Likewise.
20477         * modules/send: Likewise.
20478         * modules/sendto: Likewise.
20479         * modules/setsockopt: Likewise.
20480         * modules/shutdown: Likewise.
20481         * modules/socket: Use socket.c instead of winsock.c.
20482         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20483         * doc/posix-functions/accept.texi: Doc fix.
20484         * doc/posix-functions/bind.texi: Doc fix.
20485         * doc/posix-functions/close.texi: Doc fix.
20486         * doc/posix-functions/connect.texi: Doc fix.
20487         * doc/posix-functions/getpeername.texi: Doc fix.
20488         * doc/posix-functions/getsockname.texi: Doc fix.
20489         * doc/posix-functions/getsockopt.texi: Doc fix.
20490         * doc/posix-functions/ioctl.texi: Doc fix.
20491         * doc/posix-functions/listen.texi: Doc fix.
20492         * doc/posix-functions/recv.texi: Doc fix.
20493         * doc/posix-functions/recvfrom.texi: Doc fix.
20494         * doc/posix-functions/send.texi: Doc fix.
20495         * doc/posix-functions/sendto.texi: Doc fix.
20496         * doc/posix-functions/setsockopt.texi: Doc fix.
20497         * doc/posix-functions/shutdown.texi: Doc fix.
20498         * doc/posix-functions/socket.texi: Doc fix.
20499
20500 2008-10-20  Bruno Haible  <bruno@clisp.org>
20501
20502         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20503         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20504         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20505         as an alias for SIGABRT.
20506         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20507         (sigaction): Map it to SIGABRT.
20508         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20509
20510 2008-10-20  Bruno Haible  <bruno@clisp.org>
20511
20512         * lib/fts.c: Don't include lstat.h.
20513         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20514
20515         Move the lstat() declaration to <sys/stat.h>.
20516         * lib/lstat.h: Remove file.
20517         * lib/sys_stat.in.h: Add special invocation convention.
20518         (lstat): New declaration.
20519         * lib/lstat.c (orig_lstat): New function.
20520         (rpl_lstat): Use orig_lstat instead of lstat.
20521         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20522         AC_C_INLINE. Set REPLACE_LSTAT.
20523         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20524         and REPLACE_LSTAT.
20525         * modules/lstat (Files): Remove lib/lstat.h.
20526         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20527         (Include): Specify <sys/stat.h> instead of lstat.h.
20528         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20529         REPLACE_LSTAT.
20530         * NEWS: Mention the change.
20531
20532 2008-10-20  Bruno Haible  <bruno@clisp.org>
20533
20534         * modules/posix_spawn-tests: New file.
20535         * tests/test-posix_spawn3.c: New file.
20536
20537 2008-10-20  Bruno Haible  <bruno@clisp.org>
20538
20539         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20540         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20541         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20542         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20543         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20544
20545 2008-10-20  Bruno Haible  <bruno@clisp.org>
20546
20547         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20548         of posix_spawn on AIX 5.3.
20549
20550 2008-10-20  Bruno Haible  <bruno@clisp.org>
20551
20552         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20553
20554 2008-10-20  Bruno Haible  <bruno@clisp.org>
20555
20556         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20557         of AC_LANG_PROGRAM.
20558
20559 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20560
20561         * lib/netdb.in.h: Don't define GNU specific constants until they
20562         are supported or needed.  Reported by Bruno Haible
20563         <bruno@clisp.org>.
20564
20565 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20566
20567         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20568
20569 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20570
20571         * lib/getaddrinfo.h: Remove file.
20572         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20573         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20574         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20575         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20576         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20577         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20578         * tests/test-getaddrinfo.c: Likewise.
20579         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20580         * NEWS: Mention change.
20581
20582 2008-10-19  Bruno Haible  <bruno@clisp.org>
20583
20584         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20585
20586 2008-10-19  Bruno Haible  <bruno@clisp.org>
20587
20588         * lib/wait-process.c: Include simply <sys/wait.h>.
20589         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20590         WIFSTOPPED): Remove fallback definitions.
20591         * modules/wait-process (Depends-on): Add sys_wait.
20592
20593         New module 'sys_wait'.
20594         * modules/sys_wait: New file.
20595         * lib/sys_wait.in.h: New file, partially copied from
20596         lib/wait-process.c.
20597         * m4/sys_wait_h.m4: New file.
20598         * doc/posix-headers/sys_wait.texi: Mention the new module.
20599
20600 2008-10-19  Bruno Haible  <bruno@clisp.org>
20601
20602         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20603
20604 2008-10-19  Bruno Haible  <bruno@clisp.org>
20605
20606         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20607         * lib/wait-process.c (WAIT_T): Remove type.
20608         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20609         (wait_subprocess): Update.
20610
20611 2008-10-19  Bruno Haible  <bruno@clisp.org>
20612
20613         New module 'atoll'.
20614         * modules/atoll: New file.
20615         * lib/stdlib.in.h (atoll): New declaration.
20616         * lib/atoll.c: New file, from glibc with modifications.
20617         * m4/atoll.m4: New file.
20618         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20619         HAVE_ATOLL.
20620         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20621         * doc/posix-functions/atoll.texi: Mention the new module.
20622
20623 2008-10-19  Bruno Haible  <bruno@clisp.org>
20624
20625         Add strtoull() declaration to <stdlib.h>.
20626         * lib/stdlib.in.h (strtoull): New declaration.
20627         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20628         Set HAVE_STRTOULL.
20629         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20630         HAVE_STRTOULL.
20631         * modules/strtoull (Depends-on): Add stdlib.
20632         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20633         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20634         HAVE_STRTOULL.
20635
20636 2008-10-19  Bruno Haible  <bruno@clisp.org>
20637
20638         Add strtoll() declaration to <stdlib.h>.
20639         * lib/stdlib.in.h (strtoll): New declaration.
20640         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20641         Set HAVE_STRTOLL.
20642         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20643         HAVE_STRTOLL.
20644         * modules/strtoll (Depends-on): Add stdlib.
20645         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20646         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20647
20648 2008-10-19  Bruno Haible  <bruno@clisp.org>
20649
20650         * modules/bcopy (Depends-on): Add strings.
20651         (Include): Specify <strings.h>.
20652
20653 2008-10-19  Bruno Haible  <bruno@clisp.org>
20654
20655         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20656
20657 2008-10-19  Bruno Haible  <bruno@clisp.org>
20658
20659         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20660         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20661         mingw.
20662
20663 2008-10-19  Bruno Haible  <bruno@clisp.org>
20664
20665         * lib/atanl.c: Don't include isnanl.h.
20666         * lib/cosl.c: Likewise.
20667         * lib/ldexpl.c: Likewise.
20668         * lib/logl.c: Likewise.
20669         * lib/sinl.c: Likewise.
20670         * lib/sqrtl.c: Likewise.
20671         * lib/tanl.c: Likewise.
20672
20673         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20674         * lib/isnanf.h: Remove file.
20675         * lib/isnand.h: Remove file.
20676         * lib/isnanl.h: Remove file.
20677         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20678         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20679         macros.
20680         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20681         HAVE_ISNANF, don't define it as a C macro.
20682         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20683         HAVE_ISNAND, don't define it as a C macro.
20684         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20685         HAVE_ISNANL, don't define it as a C macro.
20686         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20687         HAVE_ISNAN[FDL].
20688         * modules/isnanf (Files): Remove lib/isnanf.h.
20689         (Depends-on): Add math.
20690         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20691         (Include): Specify <math.h> instead of isnanf.h.
20692         * modules/isnand (Files): Remove lib/isnand.h.
20693         (Depends-on): Add math.
20694         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20695         (Include): Specify <math.h> instead of isnand.h.
20696         * modules/isnanl (Files): Remove lib/isnanl.h.
20697         (Depends-on): Add math.
20698         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20699         (Include): Specify <math.h> instead of isnanl.h.
20700         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20701         HAVE_ISNAN[FDL].
20702         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20703         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20704         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20705         * NEWS: Mention the change.
20706
20707 2008-10-18  Bruno Haible  <bruno@clisp.org>
20708
20709         Add getusershell(), setusershell(), endusershell() declarations to
20710         <unistd.h>.
20711         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20712         declarations.
20713         * lib/getusershell.c: Include unistd.h.
20714         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20715         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20716         HAVE_GETUSERSHELL.
20717         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20718         and HAVE_GETUSERSHELL.
20719         * modules/getusershell (Depends-on): Add unistd, extensions.
20720         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20721         (Include): Specify <unistd.h>.
20722         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20723         HAVE_GETUSERSHELL.
20724
20725 2008-10-18  Bruno Haible  <bruno@clisp.org>
20726
20727         Add a getloadavg() declaration to <stdlib.h>.
20728         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20729         getloadavg declaration.
20730         (getloadavg): New declaration.
20731         * lib/getloadavg.c: Include <stdlib.h> first.
20732         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20733         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20734         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20735         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20736         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20737         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20738         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20739         (Include): Specify <stdlib.h>.
20740         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20741         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20742
20743 2008-10-18  Bruno Haible  <bruno@clisp.org>
20744
20745         * lib/dirchownmod.c: Don't include lchmod.h.
20746
20747         Move the lchmod() declaration to <sys/stat.h>.
20748         * lib/lchmod.h: Remove file.
20749         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20750         (lchmod): New declaration, moved here from lib/lchown.h.
20751         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20752         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20753         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20754         and HAVE_LCHMOD.
20755         * modules/lchmod (Files): Remove lib/lchmod.h.
20756         (Depends-on): Add sys_stat, extensions.
20757         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20758         (Include): Specify <sys/stat.h> instead of lchmod.h.
20759         * modules/sys_stat (Depends-on): Add link-warning.
20760         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20761         definition of GL_LINK_WARNING.
20762         * NEWS: Mention the change.
20763
20764 2008-10-18  Bruno Haible  <bruno@clisp.org>
20765
20766         * lib/fchdir.c: Don't include dirfd.h.
20767         * lib/fts.c: Likewise.
20768         * lib/getcwd.c: Likewise.
20769         * lib/glob.c: Likewise.
20770
20771         Move the dirfd() declaration to <dirent.h>.
20772         * lib/dirfd.h: Remove file.
20773         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20774         (dirfd): New declaration.
20775         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20776         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20777         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20778         HAVE_DECL_DIRFD.
20779         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20780         HAVE_DECL_DIRFD.
20781         * modules/dirfd (Files): Remove lib/dirfd.h.
20782         (Depends-on): Add dirent, extensions.
20783         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20784         (Include): Specify <dirent.h> instead of dirfd.h.
20785         * modules/dirent (Depends-on): Add link-warning.
20786         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20787         definition of GL_LINK_WARNING.
20788         * NEWS: Mention the change.
20789
20790 2008-10-18  Bruno Haible  <bruno@clisp.org>
20791
20792         Move the euidaccess() declaration to <unistd.h>.
20793         * lib/euidaccess.h: Remove file.
20794         * lib/unistd.in.h (euidaccess): New declaration.
20795         * lib/euidaccess.c: Don't include euidaccess.h.
20796         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20797         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20798         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20799         and HAVE_EUIDACCESS.
20800         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20801         (Depends-on): Add unistd.
20802         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20803         (Include): Specify <unistd.h> instead of euidaccess.h.
20804         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20805         HAVE_EUIDACCESS.
20806         * NEWS: Mention the change.
20807
20808 2008-10-18  Bruno Haible  <bruno@clisp.org>
20809
20810         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20811
20812         Move the getdomainname() declaration to <unistd.h>.
20813         * lib/getdomainname.h: Remove file.
20814         * lib/unistd.in.h (getdomainname): New declaration.
20815         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20816         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20817         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20818         HAVE_GETDOMAINNAME.
20819         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20820         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20821         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20822         (Depends-on): Add unistd, extensions.
20823         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20824         (Includes): Specify <unistd.h> instead of getdomainname.h.
20825         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20826         HAVE_GETDOMAINNAME.
20827         * NEWS: Mention the change.
20828
20829 2008-10-18  Bruno Haible  <bruno@clisp.org>
20830
20831         * modules/dirent: New file.
20832         * m4/dirent_h.m4: New file.
20833         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20834         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20835         * modules/fchdir (Files): Remove lib/dirent.in.h.
20836         (Depends-on): Add dirent.
20837         (Makefile.am): Move rules to modules/dirent.
20838         * doc/posix-headers/dirent.texi: Mention the new module.
20839
20840 2008-10-18  Bruno Haible  <bruno@clisp.org>
20841
20842         Avoid -Wunused-parameter warnings in public gnulib header files.
20843         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20844         macro.
20845         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20846
20847 2008-10-18  Bruno Haible  <bruno@clisp.org>
20848
20849         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20850         * doc/glibc-functions/error.texi: Mention the module 'error'.
20851         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20852         * doc/glibc-functions/getdomainname.texi: Mention the module
20853         'getdomainname'.
20854         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20855         * doc/glibc-functions/getpagesize.texi: Mention the module
20856         'getpagesize'.
20857         * doc/glibc-functions/getusershell.texi: Mention the module
20858         'getusershell'.
20859         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20860         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20861         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20862         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20863         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20864         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20865         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20866         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20867         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20868         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20869         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20870         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20871         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20872         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20873
20874 2008-10-17  Bruno Haible  <bruno@clisp.org>
20875
20876         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20877         HP-UX and IRIX, use -0.0L.
20878         * tests/test-ceill.c (minus_zero): Likewise.
20879         * tests/test-floorl.c (minus_zero): Likewise.
20880         * tests/test-frexpl.c (minus_zero): Likewise.
20881         * tests/test-isnan.c (minus_zerol): Likewise.
20882         * tests/test-isnanl.h (minus_zero): Likewise.
20883         * tests/test-ldexpl.c (minus_zero): Likewise.
20884         * tests/test-roundl.c (minus_zero): Likewise.
20885         * tests/test-signbit.c (minus_zerol): Likewise.
20886         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20887         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20888         * tests/test-truncl.c (minus_zero): Likewise.
20889         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20890         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20891         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20892         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20893
20894 2008-10-17  Bruno Haible  <bruno@clisp.org>
20895
20896         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20897         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20898         that it gets activated only for gcc >= 3.0.
20899         * lib/dirent.in.h: Likewise.
20900         * lib/errno.in.h: Likewise.
20901         * lib/fcntl.in.h: Likewise.
20902         * lib/float.in.h: Likewise.
20903         * lib/iconv.in.h: Likewise.
20904         * lib/inttypes.in.h: Likewise.
20905         * lib/locale.in.h: Likewise.
20906         * lib/math.in.h: Likewise.
20907         * lib/netdb.in.h: Likewise.
20908         * lib/netinet_in.in.h: Likewise.
20909         * lib/search.in.h: Likewise.
20910         * lib/signal.in.h: Likewise.
20911         * lib/spawn.in.h: Likewise.
20912         * lib/stdarg.in.h: Likewise.
20913         * lib/stdint.in.h: Likewise.
20914         * lib/stdio.in.h: Likewise.
20915         * lib/stdlib.in.h: Likewise.
20916         * lib/string.in.h: Likewise.
20917         * lib/strings.in.h: Likewise.
20918         * lib/sys_file.in.h: Likewise.
20919         * lib/sys_ioctl.in.h: Likewise.
20920         * lib/sys_select.in.h: Likewise.
20921         * lib/sys_socket.in.h: Likewise.
20922         * lib/sys_stat.in.h: Likewise.
20923         * lib/sys_time.in.h: Likewise.
20924         * lib/sysexits.in.h: Likewise.
20925         * lib/time.in.h: Likewise.
20926         * lib/unistd.in.h: Likewise.
20927         * lib/wchar.in.h: Likewise.
20928         * lib/wctype.in.h: Likewise.
20929         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20930
20931 2008-10-17  Jim Meyering  <meyering@redhat.com>
20932
20933         ignore-value: don't depend on inline module
20934         * modules/ignore-value (Depends-on): Remove 'inline'.
20935         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20936         Suggestion from Bruno Haible.
20937
20938 2008-10-17  Bruno Haible  <bruno@clisp.org>
20939
20940         New implementation of condition variables for Win32.
20941         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20942         (gl_linked_waitqueue_t): New type.
20943         (gl_cond_t): Use it.
20944         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20945         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20946         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20947         (glthread_cond_init_func, glthread_cond_wait_func,
20948         glthread_cond_timedwait_func, glthread_cond_signal_func,
20949         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20950         Reimplemented on the basis of gl_linked_waitqueue_t.
20951         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20952         gl_waitqueue_t.
20953         (gl_rwlock_t): Update.
20954         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20955
20956 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20957
20958         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20959         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20960
20961 2008-10-17  Jim Meyering  <meyering@redhat.com>
20962
20963         ignore-value: new module
20964         * modules/ignore-value: New file.
20965         * lib/ignore-value.h: New file.
20966         * MODULES.html.sh (Compiler warning management): New section,
20967         just for this module.  More to come.
20968
20969 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20970
20971         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20972         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20973         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20974
20975 2008-10-16  Jim Meyering  <meyering@redhat.com>
20976
20977         openat-die.c: avoid 'no previous prototype' warning
20978         * lib/openat-die.c: Include "openat.h".
20979         Reported by Reuben Thomas <rrt@sc3d.org>.
20980
20981 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20982
20983         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20984         * lib/netdb.in.h: Fix typo.
20985         Reported by Bruno Haible  <bruno@clisp.org>
20986
20987         * lib/netdb.in.h: Include sys/socket.h for platforms without
20988         netdb.h, to get structures like hostent on MinGW.
20989         * modules/netdb (Depends-on): Add sys_socket.
20990
20991 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20992
20993         * modules/netdb, modules/netdb-tests: New file.
20994         * m4/netdb_h.m4: New file.
20995         * lib/netdb.in.h: Add, currently just an empty file pending
20996         definitions.
20997         * tests/test-netdb.c: New file.
20998         * doc/posix-headers/netdb.texi: Mention that we replace it if
20999         needed.
21000         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21001         netdb.
21002
21003 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21004
21005         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
21006         with code.
21007
21008 2008-10-13  Bruno Haible  <bruno@clisp.org>
21009
21010         * lib/glthread/cond.c (glthread_cond_wait_func,
21011         glthread_cond_timedwait_func): Add a comment.
21012
21013 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21014
21015         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
21016         * tests/test-select.c: Likewise,
21017
21018 2008-10-13  Bruno Haible  <bruno@clisp.org>
21019
21020         * lib/glthread/cond.c (glthread_cond_wait_func,
21021         glthread_cond_timedwait_func): Fix variable name.
21022         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21023
21024 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
21025
21026         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
21027         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
21028         struct sockaddr.sa_len.
21029         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
21030
21031 2008-10-13  Simon Josefsson  <simon@josefsson.org>
21032
21033         * build-aux/pmccabe2html: Add css and css_url parameters.
21034
21035 2008-10-12  Bruno Haible  <bruno@clisp.org>
21036
21037         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
21038         calling aclx_get.
21039         Reported by Rainer Tammer <tammer@tammer.net>.
21040
21041 2008-10-12  Bruno Haible  <bruno@clisp.org>
21042
21043         Use msvcrt aware primitives for creation/termination of Win32 threads.
21044         * lib/glthread/thread.c: Include <process.h>.
21045         (glthread_create_func): Use _beginthreadex instead of CreateThread.
21046         (wrapper_func): Update signature.
21047         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
21048
21049 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21050             Bruno Haible  <bruno@clisp.org>
21051
21052         Provide a Win32 implementation of the 'cond' module.
21053         * lib/glthread/cond.h [USE_WIN32]: New implementation.
21054         * lib/glthread/cond.c (glthread_cond_init_func,
21055         glthread_cond_wait_func, glthread_cond_timedwait_func,
21056         glthread_cond_signal_func, glthread_cond_broadcast_func,
21057         glthread_cond_destroy_func) [USE_WIN32]: New functions.
21058         * modules/cond (Dependencies): Add gettimeofday.
21059
21060 2008-10-11  Bruno Haible  <bruno@clisp.org>
21061
21062         Make sleep work on older versions of mingw.
21063         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
21064         only whether it exists.
21065         * doc/posix-functions/sleep.texi: Mention the problem with older
21066         versions of mingw.
21067
21068 2008-10-11  Bruno Haible  <bruno@clisp.org>
21069
21070         New module 'shutdown'.
21071         * modules/shutdown: New file.
21072         * lib/sys_socket.in.h (shutdown): New declaration.
21073         * lib/winsock.c (shutdown): New function.
21074         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
21075         GNULIB_SHUTDOWN.
21076         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
21077         * doc/posix-functions/shutdown.texi: Document the new module.
21078
21079 2008-10-11  Jim Meyering  <meyering@redhat.com>
21080
21081         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
21082
21083 2008-10-11  Bruno Haible  <bruno@clisp.org>
21084
21085         New module 'fclose'.
21086         * modules/fclose: New file.
21087         * lib/stdio.in.h (fclose): New declaration.
21088         * lib/fclose.c: New file.
21089         * m4/fclose.m4: New file.
21090         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
21091         REPLACE_FCLOSE.
21092         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
21093         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
21094         REPLACE_FCLOSE.
21095         * modules/close (Depends-on): fclose.
21096         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
21097
21098 2008-10-11  Bruno Haible  <bruno@clisp.org>
21099
21100         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
21101         set errno and don't call _close.
21102
21103 2008-10-10  Bruno Haible  <bruno@clisp.org>
21104
21105         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
21106         ACL, not afterwards. Fixes test failure on Cygwin.
21107
21108 2008-10-09  Ben Pfaff  <blp@gnu.org>
21109
21110         * build-aux/announce-gen: Fix gnulib version related part of usage
21111         message.  Die with a useful error message if no tarballs are
21112         found.
21113
21114 2008-10-10  Jim Meyering  <meyering@redhat.com>
21115
21116         bootstrap: use git's --depth=N option only if it's supported
21117         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
21118         recognize the --depth option.  Reported by Pádraig Brady.
21119
21120 2008-10-09  Bruno Haible  <bruno@clisp.org>
21121
21122         New module 'ioctl'.
21123         * modules/ioctl: New file.
21124         * lib/sys_socket.in.h (ioctl): Remove declaration.
21125         * lib/winsock.c: Include <sys/ioctl.h>.
21126         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
21127         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21128         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
21129         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
21130         * doc/posix-functions/ioctl.texi: Mention the new module.
21131
21132 2008-10-09  Bruno Haible  <bruno@clisp.org>
21133
21134         New module 'sys_ioctl'.
21135         * lib/sys_ioctl.in.h: New file.
21136         * m4/sys_ioctl_h.m4: New file.
21137         * modules/sys_ioctl: New file.
21138         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
21139
21140 2008-10-09  Bruno Haible  <bruno@clisp.org>
21141
21142         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
21143         * lib/winsock.c: Include <stdarg.h>.
21144         (rpl_ioctl): Change to second argument 'int' and then varargs.
21145
21146 2008-10-09  Bruno Haible  <bruno@clisp.org>
21147
21148         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
21149         when the sys_socket module is present and the system has <winsock2.h>.
21150
21151 2008-10-09  Bruno Haible  <bruno@clisp.org>
21152
21153         * doc/posix-functions/close.texi: Mention module 'close' instead of
21154         module 'sys_socket'.
21155
21156 2008-10-09  Bruno Haible  <bruno@clisp.org>
21157
21158         * doc/glibc-headers/sys_ioctl.texi: New file.
21159         * doc/gnulib.texi: Include it.
21160
21161 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21162             Bruno Haible  <bruno@clisp.org>
21163
21164         Combine the two replacements of 'close'.
21165         * lib/sys_socket.in.h (close): Define to a reminder to include
21166         <unistd.h>.
21167         (_gl_close_fd_maybe_socket): New declaration.
21168         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
21169         * lib/winsock.c (close): Remove undefinition.
21170         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
21171         needed for the gnulib module 'close'.
21172         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
21173         define to an error symbol or to a warning, if suitable.
21174         * lib/close.c: Include <sys/socket.h>.
21175         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
21176         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
21177         UNISTD_H_HAVE_WINSOCK2_H.
21178         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
21179         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21180         UNISTD_H_HAVE_WINSOCK2_H.
21181         * modules/sys_socket (Files): Add m4/unistd_h.m4.
21182         (configure.ac): Set a module indicator.
21183         (Makefile.am): Substitute GNULIB_CLOSE.
21184         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
21185         * modules/poll-tests (Depends-on): Add close.
21186         * modules/select-tests (Depends-on): Likewise.
21187
21188 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21189             Bruno Haible  <bruno@clisp.org>
21190
21191         New module 'close'.
21192         * modules/close: New file.
21193         * lib/unistd.in.h (close): Move declaration out of the
21194         FCHDIR_REPLACEMENT scope.
21195         (_gl_unregister_fd): New declaration.
21196         * lib/close.c: New file.
21197         * lib/fchdir.c (rpl_close): Remove function.
21198         * m4/close.m4: New file.
21199         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21200         close.
21201         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
21202         REPLACE_CLOSE.
21203         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
21204         REPLACE_CLOSE.
21205         * modules/fchdir (Depends-on): Add close.
21206
21207 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21208             Bruno Haible  <bruno@clisp.org>
21209
21210         * lib/fcntl.in.h (open): Simplify conditionals.
21211         (_gl_register_fd): New declaration.
21212         * lib/fchdir.c (rpl_open): Remove function.
21213         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
21214         also.
21215         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
21216         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21217         open.
21218
21219 2008-10-09  Jim Meyering  <meyering@redhat.com>
21220
21221         GNUmakefile: use the more name-space-friendly "_version"
21222         * top/GNUmakefile (_dummy): Update.
21223         (_version): Rename from "version".
21224
21225 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21226             Bruno Haible  <bruno@clisp.org>
21227
21228         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
21229         rpl_close.
21230         (_gl_register_fd): New function, extracted from rpl_open.
21231         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
21232         (rpl_open, rpl_opendir): Use _gl_register_fd.
21233
21234 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21235
21236         Fix organization of 'open' replacement.
21237         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
21238         (gl_FUNC_OPEN): Use it.
21239         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21240
21241 2008-10-08  Bruno Haible  <bruno@clisp.org>
21242
21243         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21244
21245 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21246
21247         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21248         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21249         listen).
21250
21251 2008-10-08  Eric Blake  <ebb9@byu.net>
21252
21253         GNUmakefile: add 'make version' target
21254         * top/GNUmakefile (_curr-ver): Split version update rules...
21255         (version): ...into a target.
21256
21257 2008-10-07  Bruno Haible  <bruno@clisp.org>
21258
21259         Use a more portable replacement expression for -0.0L.
21260         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
21261         instead of -0.0L. Fix m4 quotation.
21262
21263         * tests/test-signbit.c: Include <float.h>.
21264         (minus_zero): New variable.
21265         (test_signbitl): Use minus_zero instead of -zero.
21266         * modules/signbit-tests (Depends-on): Add float.
21267
21268         * tests/test-ceill.c: Include <float.h>.
21269         (zero): Remove variable.
21270         (minus_zero): New variable.
21271         (main): Use minus_zero instead of -zero.
21272         * modules/ceill-tests (Depends-on): Add float.
21273
21274         * tests/test-floorl.c: Include <float.h>.
21275         (zero): Remove variable.
21276         (minus_zero): New variable.
21277         (main): Use minus_zero instead of -zero.
21278         * modules/floorl-tests (Depends-on): Add float.
21279
21280         * tests/test-roundl.c: Include <float.h>.
21281         (zero): Remove variable.
21282         (minus_zero): New variable.
21283         (main): Use minus_zero instead of -zero.
21284         * modules/roundl-tests (Depends-on): Add float.
21285
21286         * tests/test-truncl.c: Include <float.h>.
21287         (zero): Remove variable.
21288         (minus_zero): New variable.
21289         (main): Use minus_zero instead of -zero.
21290         * modules/truncl-tests (Depends-on): Add float.
21291
21292         * tests/test-frexpl.c (zero): Remove variable.
21293         (minus_zero): New variable.
21294         (main): Use minus_zero instead of -zero.
21295         * modules/frexpl-tests (Depends-on): Add float.
21296
21297         * tests/test-isnan.c (zerol): Remove variable.
21298         (minus_zerol): New variable.
21299         (test_long_double): Use minus_zerol instead of -zerol.
21300         * modules/isnan-tests (Depends-on): Add float.
21301
21302         * tests/test-isnanl.h (zero): Remove variable.
21303         (minus_zero): New variable.
21304         (main): Use minus_zero instead of -zero.
21305         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21306         * modules/isnanl-tests (Depends-on): Add float.
21307
21308         * tests/test-ldexpl.c (zero): Remove variable.
21309         (minus_zero): New variable.
21310         (main): Use minus_zero instead of -zero.
21311         * modules/ldexpl-tests (Depends-on): Add float.
21312
21313         * tests/test-snprintf-posix.h (zerol): Remove variable.
21314         (minus_zerol): New variable.
21315         (test_function): Use minus_zerol instead of -zerol.
21316         * modules/snprintf-posix-tests (Depends-on): Add float.
21317         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21318
21319         * tests/test-sprintf-posix.h (zerol): Remove variable.
21320         (minus_zerol): New variable.
21321         (test_function): Use minus_zerol instead of -zerol.
21322         * modules/sprintf-posix-tests (Depends-on): Add float.
21323         * modules/vsprintf-posix-tests (Depends-on): Add float.
21324
21325         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21326         (minus_zerol): New variable.
21327         (test_function): Use minus_zerol instead of -zerol.
21328         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21329
21330         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21331         (minus_zerol): New variable.
21332         (test_function): Use minus_zerol instead of -zerol.
21333         * modules/vasprintf-posix-tests (Depends-on): Add float.
21334
21335 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21336
21337         * MODULES.html.sh (Support for building documentation): Mention
21338         pmccabe2html.  Sort entries.
21339
21340         Add pmccabe2html module, from gnupdf.
21341         * build-aux/pmccabe.css: New file.
21342         * build-aux/pmccabe2html: New file.
21343         * m4/pmccabe2html.m4: New file.
21344         * modules/pmccabe2html: New file.
21345
21346 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21347
21348         flock: new module
21349         * MODULES.html.sh: Add to list of modules.
21350         * lib/flock.c: flock implementation for Windows and Unix systems
21351         which have fcntl.
21352         * doc/glibc-functions/flock.texi: Update documentation.
21353         * lib/sys_file.in.h: <sys/file.h> header file.
21354         * m4/flock.m4: M4 macros.
21355         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21356         * modules/flock: flock module.
21357         * modules/flock-tests: flock tests module.
21358         * modules/sys_file: sys/file.h module.
21359         * tests/test-flock.c: test suite for flock.
21360
21361 2008-10-06  Jim Meyering  <meyering@redhat.com>
21362
21363         bootstrap: check for LT_INIT more portably still ;-)
21364         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21365         Spotted by Bruno Haible.
21366
21367 2008-10-06  Eric Blake  <ebb9@byu.net>
21368
21369         test-signbit: avoid tripping Irix cc bug on -0.0L
21370         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21371         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21372         entire testsuite consistent and avoids an Irix 6.2 bug.
21373
21374 2008-10-05  Bruno Haible  <bruno@clisp.org>
21375             Jim Meyering  <jim@meyering.net>
21376
21377         Add an option for ignoring EPIPE during close_stdout.
21378         * lib/closeout.h: Include <stdbool.h>.
21379         (close_stdout_set_ignore_EPIPE): New declaration.
21380         * lib/closeout.c: Include <stdbool.h>.
21381         (ignore_EPIPE): New variable.
21382         (close_stdout_set_ignore_EPIPE): New function.
21383         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21384         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21385         failure.
21386         * modules/closeout (Depends-on): Add stdbool.
21387
21388 2008-10-05  Bruno Haible  <bruno@clisp.org>
21389
21390         * modules/accept: New file.
21391         * modules/bind: New file.
21392         * modules/connect: New file.
21393         * modules/getpeername: New file.
21394         * modules/getsockname: New file.
21395         * modules/getsockopt: New file.
21396         * modules/listen: New file.
21397         * modules/recv: New file.
21398         * modules/recvfrom: New file.
21399         * modules/send: New file.
21400         * modules/sendto: New file.
21401         * modules/setsockopt: New file.
21402         * modules/socket: New file.
21403         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21404         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21405         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21406         the particular module is requested. Add a link warning when the
21407         particular module is not requested.
21408         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21409         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21410         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21411         the particular module is requested.
21412         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21413         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21414         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21415         * modules/sys_socket (Depends-on): Add link-warning.
21416         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21417         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21418         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21419         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21420         GL_LINK_WARNING.
21421         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21422         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21423         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21424         * doc/posix-functions/getpeername.texi: Mention the new module
21425         'getpeername'.
21426         * doc/posix-functions/getsockname.texi: Mention the new module
21427         'getsockname'.
21428         * doc/posix-functions/getsockopt.texi: Mention the new module
21429         'getsockopt'.
21430         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21431         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21432         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21433         * doc/posix-functions/send.texi: Mention the new module 'send'.
21434         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21435         * doc/posix-functions/setsockopt.texi: Mention the new module
21436         'setsockopt'.
21437         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21438         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21439         listen, connect, accept.
21440         * modules/select-tests (Depends-on): Likewise.
21441
21442 2008-10-05  Bruno Haible  <bruno@clisp.org>
21443
21444         * lib/winsock.c (strerror): Remove unused #undef.
21445         (rpl_close): Remove unused local variable.
21446
21447         * modules/sys_socket (Depends-on); Add errno.
21448
21449 2008-10-05  Bruno Haible  <bruno@clisp.org>
21450
21451         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21452         (select): Add a link warning when the 'select' module is not used.
21453         * modules/sys_select (Depends-on): Add link-warning.
21454         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21455         Suggested by Paolo Bonzini.
21456
21457 2008-10-05  Jim Meyering  <meyering@redhat.com>
21458
21459         bootstrap: check for LT_INIT more portably
21460         * build-aux/bootstrap: Avoid using grep -E, since it's not
21461         portable enough.  Suggestion from Bruno Haible.
21462
21463 2008-10-05  Bruno Haible  <bruno@clisp.org>
21464
21465         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21466         as being fixed by gnulib.
21467
21468 2008-10-05  Bruno Haible  <bruno@clisp.org>
21469
21470         * modules/select-tests: New file, mostly copied from
21471         modules/sys_select-tests.
21472         * tests/test-select.c: New file, mostly copied from
21473         tests/test-sys_select.c.
21474         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21475         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21476         (Makefile.am): Remove test_sys_select_LDADD.
21477
21478         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21479         to an undefined symbol, for an error message.
21480         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21481         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21482         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21483         winsock-select.c here.
21484         * modules/sys_select (Files): Remove lib/winsock-select.c.
21485         (Depends-on): Remove alloca.
21486         (Makefile.am): Substitute GNULIB_SELECT.
21487         * modules/select: New file.
21488         * doc/posix-functions/select.texi: Update.
21489
21490 2008-10-05  Bruno Haible  <bruno@clisp.org>
21491
21492         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21493         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21494         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21495         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21496         getdtablesize.
21497         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21498         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21499
21500 2008-10-05  Bruno Haible  <bruno@clisp.org>
21501
21502         * modules/getdtablesize-tests: New file.
21503         * tests/test-getdtablesize.c: New file.
21504
21505         New module 'getdtablesize'.
21506         * lib/unistd.in.h (getdtablesize): New declaration.
21507         * lib/getdtablesize.c: New file.
21508         * m4/getdtablesize.m4: New file.
21509         * modules/getdtablesize: New file.
21510         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21511         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21512         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21513         HAVE_GETDTABLESIZE.
21514         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21515
21516 2008-10-05  Bruno Haible  <bruno@clisp.org>
21517
21518         * modules/sched (Makefile.am): Fix typo.
21519         Reported by Simon Josefsson.
21520
21521 2008-10-05  Jim Meyering  <meyering@redhat.com>
21522
21523         bootstrap: check for LT_INIT, too
21524         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21525         are deprecated.  Suggestion from Ralf Wildenhues.
21526
21527 2008-10-05  Bruno Haible  <bruno@clisp.org>
21528
21529         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21530         overriding them by ours.
21531         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21532
21533 2008-10-05  Jim Meyering  <meyering@redhat.com>
21534
21535         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21536         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21537         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21538
21539 2008-10-04  Bruno Haible  <bruno@clisp.org>
21540
21541         * modules/dup2 (License): Change to LGPLv2+.
21542         * modules/sleep (License): Likewise.
21543         * modules/perror (License): Likewise.
21544         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21545         Blake.
21546         * modules/signal (License): Likewise.
21547         * modules/sigprocmask (License): Likewise.
21548         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21549         Meyering.
21550
21551 2008-10-04  Bruno Haible  <bruno@clisp.org>
21552
21553         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21554         Reported by Rainer Tammer <tammer@tammer.net>.
21555
21556 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21557             Bruno Haible  <bruno@clisp.org>
21558
21559         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21560         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21561         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21562
21563 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21564
21565         filevercmp: new module
21566         * lib/filevercmp.h: New function filevercmp comparing version strings.
21567         * lib/filevercmp.c: Implementation of filevercmp function.
21568         * modules/filevercmp: Module metadata.
21569         * tests/test-filevercmp.c: Unit test for new module.
21570         * modules/filevercmp-tests: Unit test metadata.
21571         * MODULES.html.sh: Add filevercmp module.
21572
21573 2008-10-03  Bruno Haible  <bruno@clisp.org>
21574
21575         * lib/c-ctype.h: Add comment.
21576         Reported by Jim Meyering.
21577
21578 2008-10-02  Bruno Haible  <bruno@clisp.org>
21579
21580         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21581
21582 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21583
21584         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21585         name of bootstrap.conf accordingly.
21586
21587 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21588
21589         * build-aux/bootstrap: Install git-merge-changelog configuration
21590         items into .gitconfig if needed.
21591
21592 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21593
21594         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21595         git repository, and initialize/update it accordingly.
21596
21597 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21598
21599         * modules/fsync-tests: New file.
21600         * tests/test-fsync.c: New file.
21601
21602         New module 'fsync'.
21603         * lib/fsync.c: New file.
21604         * m4/fsync.m4: New file.
21605         * modules/fsync: New file.
21606         * lib/unistd.in.h (fsync): New declaration.
21607         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21608         GNULIB_FSYNC and HAVE_FSYNC.
21609         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21610         * MODULES.html.sh (posix_functions): Add fsync.
21611         * doc/posix-functions/fsync.texi: Mention the new module.
21612
21613 2008-10-02  Jim Meyering  <meyering@redhat.com>
21614
21615         fts.c: sync with similar code from coreutils' remove.c
21616         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21617         Guard also with "#if defined __linux__", since for now at least,
21618         this code is Linux-kernel-specific.
21619
21620 2008-10-02  Jim Meyering  <meyering@redhat.com>
21621
21622         fts: bug fixes
21623         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21624         Include <sys/vfs.h>, not <sys/statfs.h>.
21625
21626         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21627         Include <sys/vfs.h>, not <sys/statfs.h>.
21628
21629 2008-10-01  Bruno Haible  <bruno@clisp.org>
21630
21631         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21632         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21633         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21634         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21635         * doc/posix-functions/posix_spawnp.texi: Likewise.
21636         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21637         whether posix_spawn actually works.
21638         * m4/pipe.m4 (gl_PIPE): Likewise.
21639         * modules/execute (Files): Add m4/posix_spawn.m4.
21640         * modules/pipe (Files): Add m4/posix_spawn.m4.
21641         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21642
21643 2008-10-01  Jim Meyering  <meyering@redhat.com>
21644
21645         remove trailing spaces
21646         * NEWS: Likewise.
21647         * lib/poll.c (poll): Likewise.
21648         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21649         * lib/winsock.c (rpl_close): Likewise.
21650         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21651         * modules/yield: Likewise.
21652         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21653         * tests/test-sys_select.c (connect_to_socket): Likewise.
21654
21655         fts.c: adjust a new interface to be more generally useful
21656         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21657         (fts_build): Adjust caller.
21658
21659 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21660
21661         * modules/cond-tests: New file.
21662         * tests/test-cond.c: New file.
21663
21664 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21665             Bruno Haible  <bruno@clisp.org>
21666
21667         * modules/cond (Dependencies): Add errno, time.
21668         * lib/glthread/cond.h: Include <time.h>.
21669         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21670         across platforms.
21671
21672 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21673             Bruno Haible  <bruno@clisp.org>
21674
21675         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21676
21677 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21678             Bruno Haible  <bruno@clisp.org>
21679
21680         * modules/tls-tests (Depends-on): Add thread, yield.
21681         (configure.ac): Remove all checks.
21682         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21683         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21684         gl_thread_self): Remove definitions. Include glthread/thread.h and
21685         glthread/yield.h instead.
21686         (test_tls): Pass an additional NULL argument to gl_thread_join.
21687
21688 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21689             Bruno Haible  <bruno@clisp.org>
21690
21691         * modules/lock-tests (Depends-on): Add thread, yield.
21692         (configure.ac): Remove all checks.
21693         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21694         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21695         gl_thread_self): Remove definitions. Include glthread/thread.h and
21696         glthread/yield.h instead.
21697         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21698         additional NULL argument to gl_thread_join.
21699
21700 2008-09-30  Bruno Haible  <bruno@clisp.org>
21701
21702         Fix the Win32 implementation of the 'thread' module.
21703         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21704         pointer type.
21705         (gl_thread_self): Invoke gl_thread_self_func.
21706         (gl_thread_self_func): New declaration.
21707         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21708         (do_init_self_key, init_self_key): New functions.
21709         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21710         Remove some fields.
21711         (running_threads, running_lock): Remove variables.
21712         (get_current_thread_handle): New function.
21713         (gl_thread_self_func, wrapper_func, glthread_create_func,
21714         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21715         simplified.
21716
21717 2008-09-30  Bruno Haible  <bruno@clisp.org>
21718
21719         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21720         files.
21721
21722 2008-09-30  Jim Meyering  <meyering@redhat.com>
21723
21724         fts.m4: correct the test for statfs.f_type
21725         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21726         when checking for statfs.f_type.
21727
21728 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21729
21730         tests: avoid some compiler warnings
21731         * tests/test-memchr.c (main): Pass NULL indirectly.
21732         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21733
21734 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
21735
21736         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21737         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21738         exactly specified dayshifts.
21739         (dayshift): New rule.
21740         (rel): Add dayshift.
21741         (relative_time_table) [tomorrow, yesterday, today, now]:
21742         Use tDAY_SHIFT in place of tDAY_UNIT.
21743         * tests/test-getdate.c: Add tests for now-disallowed countable
21744         dayshifts, e.g., "4 yesterday ago".
21745
21746 2008-09-29  Bruno Haible  <bruno@clisp.org>
21747
21748         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21749         * tests/test-posix_spawn1.in.sh: Renamed from
21750         tests/test-posix_spawn.in.sh.
21751         * tests/test-posix_spawn2.c: New file.
21752         * tests/test-posix_spawn2.in.sh: New file.
21753         * modules/posix_spawnp-tests (Files): Update.
21754         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21755
21756 2008-09-29  Bruno Haible  <bruno@clisp.org>
21757
21758         Propagate effects of putenv/setenv/unsetenv to child processes.
21759         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21760         * lib/pipe.c (create_pipe): Likewise.
21761
21762 2008-09-29  Bruno Haible  <bruno@clisp.org>
21763
21764         Enable use of shell scripts as executables in mingw.
21765         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21766         run the program as a shell script.
21767         * lib/pipe.c (create_pipe): Likewise.
21768         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21769         resulting array.
21770
21771 2008-09-29  Eric Blake  <ebb9@byu.net>
21772
21773         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21774
21775 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21776
21777         * doc/posix-functions/accept.texi: Update mingw problems.
21778         * doc/posix-functions/bind.texi: Update mingw problems.
21779         * doc/posix-functions/close.texi: Update mingw problems.
21780         * doc/posix-functions/connect.texi: Update mingw problems.
21781         * doc/posix-functions/getpeername.texi: Update mingw problems.
21782         * doc/posix-functions/getsockname.texi: Update mingw problems.
21783         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21784         * doc/posix-functions/ioctl.texi: Update mingw problems.
21785         * doc/posix-functions/listen.texi: Update mingw problems.
21786         * doc/posix-functions/recv.texi: Update mingw problems.
21787         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21788         * doc/posix-functions/select.texi: Update mingw problems.
21789         * doc/posix-functions/send.texi: Update mingw problems.
21790         * doc/posix-functions/sendto.texi: Update mingw problems.
21791         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21792         * doc/posix-functions/socket.texi: Update mingw problems.
21793
21794 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21795             Bruno Haible  <bruno@clisp.org>
21796
21797         * lib/sys_select.in.h: Include sys/time.h.
21798         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21799         * modules/sys_select: Depend on sys_time.
21800         * tests/test-sys_select.c: Test that sys/select.h defines struct
21801         timeval fully.
21802
21803 2008-09-29  Bruno Haible  <bruno@clisp.org>
21804
21805         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21806         * lib/sys_select.in.h: Likewise.
21807
21808 2008-09-29  Bruno Haible  <bruno@clisp.org>
21809
21810         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21811
21812 2008-09-29  Bruno Haible  <bruno@clisp.org>
21813
21814         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21815         Set LIBSOCKET instead of augmenting LIBS.
21816         * modules/sockets (Link): New section.
21817         * modules/sockets-tests (test_sockets_LDADD): New variable.
21818         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21819         * modules/poll-tests (test_poll_LDADD): New variable.
21820         * NEWS: Document the change.
21821
21822 2008-09-29  Bruno Haible  <bruno@clisp.org>
21823
21824         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21825         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21826         ARPA_INET_H directly.
21827         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21828
21829 2008-09-28  Bruno Haible  <bruno@clisp.org>
21830
21831         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21832         from gl_HEADER_SYS_SOCKET.
21833         (gl_HEADER_SYS_SOCKET): Invoke it.
21834         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21835
21836 2008-09-28  Bruno Haible  <bruno@clisp.org>
21837
21838         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21839         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21840         Needed on OSF/1 4.0.
21841
21842 2008-09-28  Bruno Haible  <bruno@clisp.org>
21843
21844         Override open more carefully.
21845         * lib/open.c (orig_open): New function.
21846         (rpl_open): Use orig_open instead of open.
21847         * lib/fcntl.in.h: Add special invocation convention.
21848         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21849         (gl_FUNC_OPEN): Invoke it.
21850
21851         Override freopen more carefully.
21852         * lib/freopen.c (orig_freopen): New function.
21853         (rpl_freopen): Use orig_freopen instead of freopen.
21854         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21855         (gl_FUNC_FREOPEN): Invoke it.
21856
21857         Override fopen more carefully.
21858         * lib/fopen.c (orig_fopen): New function.
21859         (rpl_fopen): Use orig_fopen instead of fopen.
21860         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21861         (gl_FUNC_FOPEN): Invoke it.
21862         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21863
21864 2008-09-28  Bruno Haible  <bruno@clisp.org>
21865
21866         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21867         SIGPIPE.
21868
21869 2008-09-28  Bruno Haible  <bruno@clisp.org>
21870
21871         * tests/test-sigaction.c (handler, main): Disable the check whether
21872         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21873         glibc systems with LinuxThreads.
21874
21875 2008-09-28  Bruno Haible  <bruno@clisp.org>
21876
21877         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21878
21879         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21880         with AIX xlc.
21881         * lib/fcntl.in.h (open): Likewise.
21882         Reported by Rainer Tammer <tammer@tammer.net>.
21883
21884 2008-09-28  Bruno Haible  <bruno@clisp.org>
21885
21886         * modules/posix_spawnp-tests: New file.
21887         * tests/test-posix_spawn.c: New file.
21888         * tests/test-posix_spawn.in.sh: New file.
21889
21890         New module 'posix_spawnp'.
21891         * modules/posix_spawnp: New file.
21892         * lib/spawnp.c: New file, from GNU libc with modifications.
21893         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21894
21895         New module 'posix_spawn'.
21896         * modules/posix_spawn: New file.
21897         * lib/spawn.c: New file, from GNU libc with modifications.
21898         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21899
21900         New module 'posix_spawnattr_destroy'.
21901         * modules/posix_spawnattr_destroy: New file.
21902         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21903         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21904         module.
21905
21906         New module 'posix_spawnattr_setsigmask'.
21907         * modules/posix_spawnattr_setsigmask: New file.
21908         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21909         modifications.
21910         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21911         new module.
21912
21913         New module 'posix_spawnattr_getsigmask'.
21914         * modules/posix_spawnattr_getsigmask: New file.
21915         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21916         modifications.
21917         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21918         new module.
21919
21920         New module 'posix_spawnattr_setsigdefault'.
21921         * modules/posix_spawnattr_setsigdefault: New file.
21922         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21923         modifications.
21924         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21925         new module.
21926
21927         New module 'posix_spawnattr_getsigdefault'.
21928         * modules/posix_spawnattr_getsigdefault: New file.
21929         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21930         modifications.
21931         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21932         new module.
21933
21934         New module 'posix_spawnattr_setschedpolicy'.
21935         * modules/posix_spawnattr_setschedpolicy: New file.
21936         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21937         modifications.
21938         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21939         new module.
21940
21941         New module 'posix_spawnattr_getschedpolicy'.
21942         * modules/posix_spawnattr_getschedpolicy: New file.
21943         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21944         modifications.
21945         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21946         new module.
21947
21948         New module 'posix_spawnattr_setschedparam'.
21949         * modules/posix_spawnattr_setschedparam: New file.
21950         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21951         modifications.
21952         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21953         new module.
21954
21955         New module 'posix_spawnattr_getschedparam'.
21956         * modules/posix_spawnattr_getschedparam: New file.
21957         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21958         modifications.
21959         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21960         new module.
21961
21962         New module 'posix_spawnattr_setpgroup'.
21963         * modules/posix_spawnattr_setpgroup: New file.
21964         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21965         modifications.
21966         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21967         module.
21968
21969         New module 'posix_spawnattr_getpgroup'.
21970         * modules/posix_spawnattr_getpgroup: New file.
21971         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21972         modifications.
21973         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21974         module.
21975
21976         New module 'posix_spawnattr_setflags'.
21977         * modules/posix_spawnattr_setflags: New file.
21978         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21979         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21980         module.
21981
21982         New module 'posix_spawnattr_getflags'.
21983         * modules/posix_spawnattr_getflags: New file.
21984         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21985         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21986         module.
21987
21988         New module 'posix_spawnattr_init'.
21989         * modules/posix_spawnattr_init: New file.
21990         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21991         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21992         module.
21993
21994         New module 'posix_spawn_file_actions_destroy'.
21995         * modules/posix_spawn_file_actions_destroy: New file.
21996         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21997         modifications.
21998         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21999         the new module.
22000
22001         New module 'posix_spawn_file_actions_addopen'.
22002         * modules/posix_spawn_file_actions_addopen: New file.
22003         * lib/spawn_faction_addopen.c: New file, from GNU libc with
22004         modifications.
22005         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
22006         the new module.
22007
22008         New module 'posix_spawn_file_actions_adddup2'.
22009         * modules/posix_spawn_file_actions_adddup2: New file.
22010         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
22011         modifications.
22012         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
22013         the new module.
22014
22015         New module 'posix_spawn_file_actions_addclose'.
22016         * modules/posix_spawn_file_actions_addclose: New file.
22017         * lib/spawn_faction_addclose.c: New file, from GNU libc with
22018         modifications.
22019         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
22020         the new module.
22021
22022         New module 'posix_spawn_file_actions_init'.
22023         * modules/posix_spawn_file_actions_init: New file.
22024         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
22025         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
22026         new module.
22027
22028         New module 'posix_spawn-internal'.
22029         * modules/posix_spawn-internal: New file.
22030         * lib/spawn_int.h: New file, from GNU libc with modifications.
22031         * lib/spawni.c: New file, from GNU libc with modifications.
22032         * m4/posix_spawn.m4: New file.
22033
22034         New module 'spawn'.
22035         * modules/spawn: New file.
22036         * lib/spawn.in.h: New file, from GNU libc with modifications.
22037         * m4/spawn_h.m4: New file.
22038         * doc/posix-headers/spawn.texi: Mention the new module.
22039
22040 2008-09-28  Bruno Haible  <bruno@clisp.org>
22041
22042         * modules/sched-tests: New file.
22043         * tests/test-sched.c: New file.
22044
22045         New module 'sched'.
22046         * modules/sched: New file.
22047         * lib/sched.in.h: New file.
22048         * m4/sched_h.m4: New file.
22049         * doc/posix-headers/sched.texi: Mention the new module.
22050
22051 2008-09-27  Eric Blake  <ebb9@byu.net>
22052
22053         Fix previous patch, and tweak references to $0.
22054         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
22055         (func_version, func_gnulib_dir): Don't call this program
22056         gnulib-tool.
22057         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
22058         with using $0 in function.
22059         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
22060         (func_fatal_error): Reuse the name the user invoked us with.
22061
22062 2008-09-27  Bruno Haible  <bruno@clisp.org>
22063
22064         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
22065         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
22066         (gl_ICONV_H): Not here.
22067         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
22068         instead of assigning ICONV_H directly.
22069
22070         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
22071         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
22072         WCHAR_H directly.
22073
22074 2008-09-27  Bruno Haible  <bruno@clisp.org>
22075
22076         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
22077         * modules/arpa_inet (Depends-on): Add link-warning.
22078         (Makefile.am): Insert the definition of GL_LINK-WARNING.
22079         * modules/unistd (Makefile.am): Likewise.
22080
22081 2008-09-26  Bruno Haible  <bruno@clisp.org>
22082
22083         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
22084         variables.
22085         (func_version): Essentially copied from gnulib-tool.
22086         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
22087         func_readlink): Copied from gnulib-tool.
22088
22089 2008-09-26  Bruno Haible  <bruno@clisp.org>
22090
22091         * gnulib-tool (func_version): Change directory to $gnulib_dir before
22092         invoking git-version-gen.
22093
22094 2008-09-26  Bruno Haible  <bruno@clisp.org>
22095
22096         * posix-modules: Update to directory names changed on 2008-01-19.
22097         Remove commas in output before splitting into words. No more need to
22098         avoid 'ftruncate' since 2007-02-19.
22099
22100 2008-09-26  Bruno Haible  <bruno@clisp.org>
22101
22102         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
22103
22104 2008-09-26  Bruno Haible  <bruno@clisp.org>
22105
22106         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
22107         * modules/fwriteerror (Depends-on): Add errno.
22108
22109 2008-09-26  Bruno Haible  <bruno@clisp.org>
22110
22111         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
22112         * tests/test-vc-list-files-cvs.sh: Likewise.
22113
22114 2008-09-26  Bruno Haible  <bruno@clisp.org>
22115
22116         * doc/posix-headers/sys_resource.texi: Reorder items.
22117
22118 2008-09-26  Jim Meyering  <meyering@redhat.com>
22119
22120         fts: tweak inode comparison function
22121         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
22122         inode numbers, as documented.
22123
22124         fts: sort dirent entries on inode number before traversing
22125         This avoids a quadratic, seek-related performance penalty when
22126         operating on a directory containing many entries (measurable at 10k;
22127         3.5 hours at 2 million entries with a cold cache) on certain types
22128         of file systems, including ext3 and ext4, but not tmpfs.
22129         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
22130         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
22131         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
22132         (fs_handles_readdir_ordered_dirents_efficiently): New function.
22133         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
22134         (fts_build): Set the stat.st_ino member from D_INO.
22135         If it is likely to be useful, sort dirent entries on inode number.
22136
22137         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
22138         and the struct statfs.f_type member.
22139         * modules/fts (Depends-on): Add d-ino.
22140
22141 2008-09-26  Bruno Haible  <bruno@clisp.org>
22142
22143         * modules/sigpipe-die (Depends-on): Add sigpipe.
22144
22145         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
22146         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
22147         and GNULIB_STDIO_H_SIGPIPE are set.
22148         * lib/stdio-write.c: New file.
22149         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
22150         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22151         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22152         REPLACE_STDIO_WRITE_FUNCS.
22153         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
22154         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22155         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22156         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22157         * modules/stdio (Files): Add lib/stdio-write.c.
22158         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
22159         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22160         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22161         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22162         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
22163         REPLACE_FPRINTF_POSIX.
22164         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
22165         REPLACE_PRINTF_POSIX.
22166         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
22167         REPLACE_VFPRINTF_POSIX.
22168         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
22169         REPLACE_VPRINTF_POSIX.
22170         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
22171         SIGPIPE issue.
22172         * doc/posix-functions/fputc.texi: Likewise.
22173         * doc/posix-functions/fputs.texi: Likewise.
22174         * doc/posix-functions/fwrite.texi: Likewise.
22175         * doc/posix-functions/printf.texi: Likewise.
22176         * doc/posix-functions/putc.texi: Likewise.
22177         * doc/posix-functions/putchar.texi: Likewise.
22178         * doc/posix-functions/puts.texi: Likewise.
22179         * doc/posix-functions/vfprintf.texi: Likewise.
22180         * doc/posix-functions/vprintf.texi: Likewise.
22181
22182         * modules/safe-write (Depends-on): Add write.
22183
22184         * modules/sigpipe-tests: New file.
22185         * tests/test-sigpipe.c: New file.
22186         * tests/test-sigpipe.sh: New file.
22187
22188         * modules/write: New file.
22189         * lib/unistd.in.h: Include <sys/types.h>.
22190         (write): New declaration.
22191         * lib/write.c: New file.
22192         * m4/write.m4: New file.
22193         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22194         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
22195         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
22196         GNULIB_WRITE, REPLACE_WRITE.
22197         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
22198         and the SIGPIPE issue.
22199
22200         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
22201         (raise): New declaration.
22202         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
22203         (ext_signal): New function.
22204         (rpl_raise): New function.
22205         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
22206         GNULIB_SIGNAL_H_SIGPIPE.
22207         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
22208         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
22209
22210         * modules/sigpipe: New file.
22211         * m4/sigpipe.m4: New file.
22212
22213 2008-09-25  Derek Price  <derek@ximbiot.com>
22214             Bruno Haible  <bruno@clisp.org>
22215
22216         * gnulib-tool (func_import): Report all license incompatibilities, not
22217         just the first one.
22218
22219 2008-09-25  Bruno Haible  <bruno@clisp.org>
22220
22221         * gnulib-tool (func_import): When computing the edits, consider not
22222         only the Makefile.ams that exist but also those that will be generated.
22223
22224 2008-09-25  Simon Josefsson  <simon@josefsson.org>
22225
22226         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
22227         fixes gnulib-tool --test warning about duplicate dependency.
22228
22229 2008-09-25  Bruno Haible  <bruno@clisp.org>
22230
22231         * gnulib-tool: Don't ask the user to perform edits in the generated
22232         Makefile.ams.
22233         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
22234         apply to the Makefile.am being generated.
22235         (func_emit_tests_Makefile_am): Execute edits that apply to the
22236         Makefile.am being generated.
22237         (func_import): Setup list of Makefile.am edits before emitting the
22238         Makefile.ams, not at the end.
22239         (func_create_testdir): Update.
22240         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22241
22242 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22243
22244         * gnulib-tool (func_import): Store the --tests-base option in the
22245         comment in gnulib-cache.m4.
22246
22247 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22248
22249         * NEWS: Document increased portability that sys_select now provides.
22250
22251         * lib/sys_select.in.h: Install select wrapper.
22252         * lib/sys_socket.in.h: Use more descriptive name when there is no
22253         select wrapper.
22254         * lib/winsock-select.c: New.
22255         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22256         Require gl_HEADER_SYS_SOCKET.
22257         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22258         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22259         * tests/test-sys_select.c: Add functional tests.
22260
22261 2008-09-24  Eric Blake  <ebb9@byu.net>
22262
22263         open, fopen: close fd leak in last patch
22264         * lib/open.c (rpl_open): Close fd before returning error.
22265         * lib/fopen.c (rpl_fopen): Close fd before returning error.
22266         * doc/posix-functions/open.texi (open): Document that Irix also
22267         has the bug.
22268         * doc/posix-functions/fopen.texi (fopen): Likewise.
22269         Reported by Paolo Bonzini.
22270
22271 2008-09-24  Bruno Haible  <bruno@clisp.org>
22272
22273         Ensure that a filename ending in a slash cannot be used to access a
22274         non-directory.
22275         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
22276         to check whether it's really a directory.
22277         * lib/fopen.c: Include fcntl.h, unistd.h.
22278         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
22279         and fdopen().
22280         * modules/fopen (Depends-on): Add unistd.
22281         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
22282         * tests/test-fopen.c (main): Likewise.
22283         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
22284         * doc/posix-functions/fopen.texi: Likewise.
22285         Reported by Eric Blake.
22286
22287 2008-09-23  Eric Blake  <ebb9@byu.net>
22288
22289         c-stack: avoid compiler optimizations when provoking overflow
22290         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
22291         recursion harder to optimize, to ensure a stack overflow occurs.
22292         * tests/test-c-stack.c (recurse): Likewise.
22293         Borrowed from libsigsegv.
22294
22295         c-stack: work around Irix sigaltstack bug
22296         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
22297         whether sigaltstack uses wrong end of stack_t (copied in part from
22298         libsigsegv).
22299         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
22300         Irix bug, without requiring an over-allocation.
22301         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
22302         bug.
22303
22304         fopen: document mingw bug on directories
22305         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22306         not allowing a stream visiting a directory, even though reading
22307         from such a stream is not portable.
22308
22309 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22310
22311         * lib/poll.c: Rewrite.
22312         * modules/poll: Depend on alloca.
22313
22314 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22315
22316         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22317         instead define prototypes for a full set of wrappers.  Ensure
22318         that Cygwin does not use the compatibility code, which is only
22319         for MinGW.
22320         * lib/winsock.c: New.
22321         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22322         * modules/sys_socket: Add lib/winsock.c.
22323
22324         * modules/poll-tests: Add errno and perror.
22325         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22326
22327 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22328
22329         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22330
22331 2008-09-23  Bruno Haible  <bruno@clisp.org>
22332
22333         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22334         * doc/glibc-functions/*: Likewise.
22335
22336 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22337
22338         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22339         success.
22340
22341 2008-09-22  Eric Blake  <ebb9@byu.net>
22342             Bruno Haible  <bruno@clisp.org>
22343
22344         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22345         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22346         supply %A but mishandle pseudo-NaN.
22347         Reported by Simon Josefsson.
22348
22349 2008-09-21  Bruno Haible  <bruno@clisp.org>
22350
22351         * tests/test-lock.c (main): Tweak skip message.
22352         * tests/test-tls.c (main): Likewise.
22353
22354 2008-09-21  Bruno Haible  <bruno@clisp.org>
22355
22356         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22357         whether 'struct sigaction' has sa_sigaction here...
22358         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22359         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22360
22361 2008-09-21  Bruno Haible  <bruno@clisp.org>
22362
22363         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22364         section.
22365         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22366         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22367         the new section.
22368         (Support for obsolete systems lacking POSIX:2001): New section.
22369         (String handling <string.h>): Move strdup to the new section.
22370         Suggested by Simon Josefsson and Paolo Bonzini.
22371
22372 2008-09-21  Bruno Haible  <bruno@clisp.org>
22373
22374         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22375         exponents in %e and %g results on 'long double'. Needed for mingw's
22376         improved *printf functions.
22377         * tests/test-vasprintf-posix.c (test_function): Likewise.
22378         * tests/test-snprintf-posix.h (test_function): Likewise.
22379         * tests/test-sprintf-posix.h (test_function): Likewise.
22380         Reported by Eric Blake.
22381
22382 2008-09-21  Bruno Haible  <bruno@clisp.org>
22383
22384         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22385         * tests/test-sprintf-posix.h (test_function): Likewise.
22386
22387 2008-09-21  Bruno Haible  <bruno@clisp.org>
22388
22389         * modules/getpass (Depends-on): Add strdup-posix.
22390
22391         New module 'strdup-posix'.
22392         * modules/strdup-posix: New file.
22393         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22394         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22395         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22396         REPLACE_STRDUP.
22397         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22398         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22399         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22400         strdup-posix.
22401
22402         * modules/strdup (Depends-on): Remove malloc-posix.
22403
22404 2008-09-20  Bruno Haible  <bruno@clisp.org>
22405
22406         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22407         Wildenhues.
22408
22409 2008-09-20  Bruno Haible  <bruno@clisp.org>
22410
22411         Ensure that wint_t gets defined on IRIX 5.3.
22412         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22413         * lib/wctype.in.h (wint_t): Likewise.
22414         (__wctype_wint_t): Remove type.
22415         (isw*): Use wint_t instead of __wctype_wint_t.
22416         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22417         * modules/wchar (Files): Add m4/wint_t.m4.
22418         (Makefile.am): Substitute HAVE_WINT_T.
22419         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22420         * tests/test-wctype.c: Check that wint_t is defined.
22421         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22422         * doc/posix-headers/wctype.texi: Likewise.
22423         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22424
22425 2008-09-18  Bruno Haible  <bruno@clisp.org>
22426
22427         * gnulib-tool (func_exit): Update comment.
22428
22429 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22430
22431         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22432         assumes strdup exists and does not depend on strdup to return
22433         ENOMEM on out of memory conditions.
22434
22435 2008-09-18  Bruno Haible  <bruno@clisp.org>
22436
22437         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
22438         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22439         digits for the exponent.
22440
22441 2008-09-18  Jim Meyering  <meyering@redhat.com>
22442             Bruno Haible  <bruno@clisp.org>
22443
22444         * lib/vasnprintf.c (decimal_point_char): Define also if
22445         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22446
22447 2008-09-16  Bruno Haible  <bruno@clisp.org>
22448         and Eric Blake  <ebb9@byu.net>
22449
22450         vasnprintf: support Irix 5.3
22451         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22452         that mishandle long double infinity.
22453         Reported by Tom G. Christensen.
22454
22455 2008-09-16  Bruno Haible  <bruno@clisp.org>
22456
22457         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22458         Solaris 9.
22459         * doc/glibc-functions/alphasort.texi: Likewise.
22460         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22461
22462 2008-09-16  Jim Meyering  <meyering@redhat.com>
22463
22464         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22465         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22466         a umask modification leak out of a subshell.  Otherwise, the
22467         opensolaris /bin/sh would be accepted and thus cause unwarranted
22468         failures in the coreutils test suite.
22469
22470 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22471
22472         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22473         to succeed.
22474
22475 2008-09-16  Jim Meyering  <meyering@redhat.com>
22476
22477         avoid spurious test failure when library is built without ACL support
22478         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22479         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22480         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22481         * tests/test-copy-acl.sh: Likewise.
22482
22483 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22484
22485         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22486         based on character occurrence counts.
22487
22488 2008-09-15  Eric Blake  <ebb9@byu.net>
22489
22490         tests: avoid some compiler warnings
22491         * tests/test-memchr.c (main): Pass NULL indirectly.
22492         * tests/test-closein.c (main): Avoid unused variable.
22493
22494 2008-09-15  Bruno Haible  <bruno@clisp.org>
22495
22496         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22497         are missing on OpenBSD 4.0 individually.
22498         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22499
22500 2008-09-15  Bruno Haible  <bruno@clisp.org>
22501
22502         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22503         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22504         * doc/posix-functions/perror.texi: Likewise.
22505         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22506         is missing.
22507         Reported by Eric Blake.
22508
22509         * lib/errno.in.h: Use replacement values >= 2000.
22510         Reported by Eric Blake.
22511
22512 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22513
22514         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22515         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22516         limit.
22517         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22518         compareseq was aborted.
22519
22520 2008-09-14  Bruno Haible  <bruno@clisp.org>
22521
22522         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22523         yvec_edit_count.
22524         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22525         (fstrcmp_bounded): Simplify result computation accordingly.
22526
22527 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22528
22529         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22530         (fstrcmp): Define in terms of fstrcmp_bounded.
22531         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22532         lower_bound argument.
22533         Return quickly if the result is certainly < lower_bound.
22534         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22535
22536 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22537
22538         * lib/diffseq.h (EARLY_ABORT): New macro.
22539         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22540         evaluates to true.
22541
22542 2008-09-14  Bruno Haible  <bruno@clisp.org>
22543
22544         * modules/perror-tests: New file.
22545         * tests/test-perror.sh: New file.
22546         * tests/test-perror.c: New file.
22547
22548         New module 'perror'.
22549         * lib/stdio.in.h (perror): New declaration.
22550         * lib/perror.c: New file.
22551         * m4/perror.m4: New file.
22552         * modules/perror: New file.
22553         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22554         * doc/posix-functions/perror.texi: Mention the perror module.
22555         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22556         REPLACE_PERROR.
22557         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22558         REPLACE_PERROR.
22559
22560 2008-09-14  Bruno Haible  <bruno@clisp.org>
22561
22562         * modules/stdio (Makefile.am): Reorder to match the order in
22563         lib/stdio.in.h.
22564         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22565
22566 2008-09-13  Bruno Haible  <bruno@clisp.org>
22567
22568         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22569
22570 2008-09-13  Bruno Haible  <bruno@clisp.org>
22571
22572         Extend strerror to cover the added errno values.
22573         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22574         (rpl_strerror): Provide error messages for the added errno values and
22575         for the WSA* values.
22576         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22577         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22578         strerror.
22579         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22580         * modules/strerror (Depends-on): Add errno.
22581         * doc/posix-functions/strerror.texi: Document the change.
22582         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22583         and EOVERFLOW.
22584
22585 2008-09-13  Bruno Haible  <bruno@clisp.org>
22586
22587         * modules/EOVERFLOW: Remove file.
22588         * m4/eoverflow.m4: Remove file.
22589         * modules/EOVERFLOW-tests: Remove file.
22590         * tests/test-EOVERFLOW.c: Remove file.
22591         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22592         * modules/ftell (Depends-on): Likewise.
22593         * modules/getdelim (Depends-on): Likewise.
22594         * modules/getugroups (Depends-on): Likewise.
22595         * modules/poll (Depends-on): Likewise.
22596         * modules/snprintf (Depends-on): Likewise.
22597         * modules/sprintf-posix (Depends-on): Likewise.
22598         * modules/vasnprintf (Depends-on): Likewise.
22599         * modules/vasprintf (Depends-on): Likewise.
22600         * modules/vfprintf-posix (Depends-on): Likewise.
22601         * modules/vsnprintf (Depends-on): Likewise.
22602         * modules/vsprintf-posix (Depends-on): Likewise.
22603         * modules/xvasprintf (Depends-on): Likewise.
22604         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22605         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22606         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22607         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22608         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22609         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22610         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22611         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22612         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22613         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22614         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22615         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22616         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22617         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22618         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22619         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22620         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22621         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22622         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22623         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22624         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22625         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22626         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22627         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22628         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22629         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22630         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22631         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22632         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22633         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22634         * MODULES.html.sh: Remove EOVERFLOW.
22635         * NEWS: Mention the change.
22636
22637 2008-09-13  Bruno Haible  <bruno@clisp.org>
22638
22639         * modules/errno-tests: New file.
22640         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22641
22642         * lib/errno.in.h: New file.
22643         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22644         * modules/errno: New file.
22645         * doc/posix-headers/errno.texi: Update documentation.
22646         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22647
22648 2008-09-13  Bruno Haible  <bruno@clisp.org>
22649
22650         * tests/test-poll.c: Use #if for native Windows, rather than testing
22651         __MSVCRT__.
22652
22653 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22654             Bruno Haible  <bruno@clisp.org>
22655
22656         * lib/glob.c: Don't include <pwd.h> on native Windows.
22657         (WINDOWS32): New macro.
22658         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22659
22660 2008-09-13  Bruno Haible  <bruno@clisp.org>
22661
22662         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22663         (ETIMEDOUT): Remove macro.
22664         (glthread_cond_timedwait_multithreaded): New declaration.
22665         (glthread_cond_timedwait): Use it.
22666         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22667         (glthread_cond_timedwait_multithreaded): New function.
22668
22669 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22670
22671         * modules/poll-tests: Do not check for io.h.
22672         * tests/test-poll.c: Check for __MSVCRT__ instead.
22673
22674 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22675
22676         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22677         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22678         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22679
22680 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22681
22682         * modules/poll-tests: New.
22683         * tests/test-poll.c: New.
22684
22685 2008-09-12  Eric Blake  <ebb9@byu.net>
22686
22687         frexp: test for NetBSD failure on -0.0
22688         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22689         not all, bugs from NetBSD 3.0 have been fixed.
22690         * doc/posix-functions/frexp.texi (frexp): Document bug.
22691         Reported by Thomas Klausner.
22692
22693         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22694         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22695         literal -0.0.
22696         Reported by Jonathan C. Patschke <jp@centtech.com>.
22697
22698 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22699
22700         * lib/glthread/cond.h: Use dummy implementation also if
22701         USE_WIN32_THREADS.
22702
22703 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22704
22705         * modules/fnmatch-posix (License): Change to LGPLv2+.
22706         * modules/fnmatch-gnu (License): Likewise.
22707
22708 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22709
22710         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22711
22712 2008-09-11  Jim Meyering  <meyering@redhat.com>
22713
22714         * users.txt: Add gtk-vnc.
22715
22716 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22717
22718         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22719         rotate amounts.
22720
22721         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22722         required for 16-bit and 8-bit rotates.
22723         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22724         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22725         UINT8_MAX instead of hard-coded constants.
22726         Suggested by Paul Eggert.
22727
22728 2008-09-07  Bruno Haible  <bruno@clisp.org>
22729
22730         * tests/test-striconveh.c (main): Check behaviour when converting from
22731         UTF-7.
22732
22733         Make striconveh work better with stateful encodings.
22734         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22735         that iconv does not increment the inptr when returning -1/EINVAL.
22736
22737 2008-09-07  Bruno Haible  <bruno@clisp.org>
22738
22739         * build-aux/config.rpath: Update according to libtool-2.2.6.
22740         * build-aux/config.libpath: Likewise.
22741
22742 2008-09-06  Bruno Haible  <bruno@clisp.org>
22743
22744         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22745         * lib/freadptr.c (freadptr): Likewise.
22746         * lib/freadseek.c (freadptrinc): Likewise.
22747         Reported by Simon Josefsson.
22748
22749 2008-09-06  Bruno Haible  <bruno@clisp.org>
22750
22751         * modules/freadptr (License): Change to LGPLv2+.
22752         * modules/freadseek (License): Likewise.
22753         Suggested by Eric Blake.
22754
22755         * modules/memchr2 (License): Change to LGPLv2+.
22756         Approved by Eric Blake.
22757
22758 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22759             Bruno Haible  <bruno@clisp.org>
22760
22761         Make gnulib-tool work with native 'sed' on AIX.
22762         * gnulib-tool (sed_noop): New variable.
22763         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22764         func_add_or_update, func_create_testdir): Use it to initialize sed
22765         script variables.
22766         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22767
22768 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22769             Bruno Haible  <bruno@clisp.org>
22770
22771         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22772         also works after #include directives.
22773
22774 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
22775
22776         getdate.y: reject an out-of-range timezone value
22777         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22778         the range [-24...+24].  When specified with only one or two digits,
22779         * tests/test-getdate.c: Tests for the fix.
22780         * doc/getdate.texi: Document this change.
22781
22782 2008-09-03  Bruno Haible  <bruno@clisp.org>
22783
22784         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22785
22786 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22787
22788         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22789         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22790         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22791         Blake <ebb9@byu.net>.
22792
22793         * tests/test-bitrotate.c: Add more test vectors.
22794
22795 2008-09-02  Eric Blake  <ebb9@byu.net>
22796
22797         vasnprintf-posix: handle large precision via %.*d
22798         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22799         when handling it ourselves.
22800         * tests/test-vasnprintf-posix.c (test_function): Add test.
22801         * tests/test-snprintf-posix.h (test_function): Likewise.
22802         * tests/test-sprintf-posix.h (test_function): Likewise.
22803         * tests/test-vasprintf-posix.c (test_function): Likewise.
22804         Reported by Alain Guibert.
22805
22806 2008-09-01  Eric Blake  <ebb9@byu.net>
22807
22808         c-stack: make configure-time check more robust
22809         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22810         successful sigaction call.
22811         Reported by Tom G. Christensen.
22812
22813 2008-09-01  Bruno Haible  <bruno@clisp.org>
22814
22815         New module 'findprog-lgpl'.
22816         * modules/findprog-lgpl: New file.
22817         * lib/findprog-lgpl.c: New file.
22818         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22819         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22820         to decide whether to use strdup or xstrdup, concatenated_filename or
22821         xconcatenated_filename.
22822
22823 2008-09-01  Bruno Haible  <bruno@clisp.org>
22824
22825         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22826         'xconcat-filename' (GPL).
22827         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22828         (License): Change to LGPLv2+.
22829         * modules/xconcat-filename: New file.
22830         * lib/concat-filename.h (concatenated_filename): Change specification.
22831         (xconcatenated_filename): New declaration.
22832         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22833         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22834         memory situations.
22835         * lib/xconcat-filename.c: New file.
22836         * NEWS: Mention the change.
22837         * lib/findprog.c: Include concat-filename.h, not filename.h.
22838         (find_in_path): Use xconcatenated_filename instead of
22839         concatenated_filename.
22840         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22841         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22842         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22843         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22844         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22845         instead of concatenated_filename.
22846         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22847         (execute_java_class): Use xconcatenated_filename instead of
22848         concatenated_filename.
22849         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22850         * modules/javacomp (Depends-on): Likewise.
22851         * modules/javaexec (Depends-on): Likewise.
22852
22853 2008-09-01  Bruno Haible  <bruno@clisp.org>
22854
22855         Split module 'filename' into 'filename' and 'concat-filename'.
22856         * modules/filename: Keep only lib/filename.h.
22857         (License): Change to LGPLv2+.
22858         * modules/concat-filename: New file, extracted from modules/filename.
22859         * lib/filename.h (concatenated_filename): Remove declaration.
22860         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22861         * lib/concat-filename.c: Include concat-filename.h.
22862         * NEWS: Mention the change.
22863
22864 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22865
22866         * lib/bitrotate.h (rotl8, rotr8): Add.
22867
22868         * modules/bitrotate (configure.ac): Need
22869         AC_REQUIRE([AC_C_INLINE]).
22870         (Description): Mention stdint.h.  Reported by Bruno Haible
22871         <bruno@clisp.org>.
22872
22873         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22874         Paolo Bonzini <bonzini@gnu.org>.
22875
22876 2008-08-31  Bruno Haible  <bruno@clisp.org>
22877
22878         Assume Solaris specific bi-arch conventions on Solaris systems.
22879         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22880         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22881         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22882         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22883         like acl_libdirstem.
22884         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22885         acl_libdirstem.
22886         * NEWS: Mention the change.
22887         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22888
22889 2008-08-31  Jim Meyering  <meyering@redhat.com>
22890
22891         * lib/strftime.h: Add comments describing the two added arguments.
22892
22893         remove duplicate #include directives
22894         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22895         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22896
22897 2008-08-31  Bruno Haible  <bruno@clisp.org>
22898
22899         New module 'sigpipe-die'.
22900         * modules/sigpipe-die: New file.
22901         * lib/sigpipe-die.h: New file.
22902         * lib/sigpipe-die.c: New file.
22903         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22904
22905 2008-08-31  Bruno Haible  <bruno@clisp.org>
22906
22907         Don't override previously installed signal handlers.
22908         * lib/fatal-signal.c (saved_sigactions): New variable.
22909         (uninstall_handlers): Reset the signal to the saved handler, not
22910         to SIG_DFL (except when ignored).
22911         (install_handlers): Save the previous handlers.
22912
22913 2008-08-30  Bruno Haible  <bruno@clisp.org>
22914
22915         * gnulib-tool (func_reset_sigpipe): New function.
22916         (func_get_automake_snippet, func_modules_transitive_closure,
22917         func_import): Invoke it before a join command that reads from stdin,
22918         to avoid "echo: write error: Broken pipe" error messages on stderr.
22919         Reported by Sam Steingold <sds@gnu.org>.
22920
22921 2008-08-30  Bruno Haible  <bruno@clisp.org>
22922
22923         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22924         Code copied from m4/open.m4.
22925         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22926         access and the filename ends in a slash. Code copied from lib/open.c.
22927         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22928         * tests/test-fopen.c (main): Check against bug with trailing slash.
22929
22930 2008-08-29  Bruno Haible  <bruno@clisp.org>
22931
22932         Avoid some "gcc -pedantic" warnings.
22933         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22934         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22935         * lib/dirent.in.h: Likewise.
22936         * lib/fcntl.in.h: Likewise.
22937         * lib/float.in.h: Likewise.
22938         * lib/iconv.in.h: Likewise.
22939         * lib/inttypes.in.h: Likewise.
22940         * lib/locale.in.h: Likewise.
22941         * lib/math.in.h: Likewise.
22942         * lib/netinet_in.in.h: Likewise.
22943         * lib/search.in.h: Likewise.
22944         * lib/signal.in.h: Likewise.
22945         * lib/stdarg.in.h: Likewise.
22946         * lib/stdint.in.h: Likewise.
22947         * lib/stdio.in.h: Likewise.
22948         * lib/stdlib.in.h: Likewise.
22949         * lib/string.in.h: Likewise.
22950         * lib/strings.in.h: Likewise.
22951         * lib/sys_select.in.h: Likewise.
22952         * lib/sys_socket.in.h: Likewise.
22953         * lib/sys_stat.in.h: Likewise.
22954         * lib/sys_time.in.h: Likewise.
22955         * lib/sysexits.in.h: Likewise.
22956         * lib/time.in.h: Likewise.
22957         * lib/unistd.in.h: Likewise.
22958         * lib/wchar.in.h: Likewise.
22959         * lib/wctype.in.h: Likewise.
22960         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22961         * modules/fchdir (Makefile.am): Likewise.
22962         * modules/fcntl (Makefile.am): Likewise.
22963         * modules/float (Makefile.am): Likewise.
22964         * modules/iconv_open (Makefile.am): Likewise.
22965         * modules/inttypes (Makefile.am): Likewise.
22966         * modules/locale (Makefile.am): Likewise.
22967         * modules/math (Makefile.am): Likewise.
22968         * modules/netinet_in (Makefile.am): Likewise.
22969         * modules/search (Makefile.am): Likewise.
22970         * modules/signal (Makefile.am): Likewise.
22971         * modules/stdarg (Makefile.am): Likewise.
22972         * modules/stdint (Makefile.am): Likewise.
22973         * modules/stdio (Makefile.am): Likewise.
22974         * modules/stdlib (Makefile.am): Likewise.
22975         * modules/string (Makefile.am): Likewise.
22976         * modules/strings (Makefile.am): Likewise.
22977         * modules/sys_select (Makefile.am): Likewise.
22978         * modules/sys_socket (Makefile.am): Likewise.
22979         * modules/sys_stat (Makefile.am): Likewise.
22980         * modules/sys_time (Makefile.am): Likewise.
22981         * modules/sysexits (Makefile.am): Likewise.
22982         * modules/time (Makefile.am): Likewise.
22983         * modules/unistd (Makefile.am): Likewise.
22984         * modules/wchar (Makefile.am): Likewise.
22985         * modules/wctype (Makefile.am): Likewise.
22986         Reported by Reuben Thomas <rrt@sc3d.org>.
22987
22988 2008-08-29  Bruno Haible  <bruno@clisp.org>
22989
22990         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22991         any more.
22992
22993 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22994
22995         * MODULES.html.sh (Misc): Add bitrotate.
22996
22997         * modules/bitrotate: New file.
22998
22999         * lib/bitrotate.h: New file.
23000
23001         * modules/bitrotate-tests: New file.
23002
23003         * tests/test-bitrotate.c: New file.
23004
23005         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
23006         on the bitrotate module.
23007
23008         * lib/arctwo.c: Use new bitrotate module.
23009
23010 2008-08-29  Jim Meyering  <meyering@redhat.com>
23011
23012         bootstrap: merge changes from coreutils
23013         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
23014         of copied files.  Remove a kludge, now that this is fixed.
23015         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
23016         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
23017         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
23018
23019 2008-08-29  Bruno Haible  <bruno@clisp.org>
23020
23021         * MODULES.html.sh: Remove --cvs-urls option.
23022
23023 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
23024
23025         maint.mk: adjust to file name change
23026         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
23027
23028 2008-08-28  Jim Meyering  <meyering@redhat.com>
23029
23030         * modules/getndelim2 (License): Relicense to LGPLv2+.
23031         Approved by Richard Stallman for the version of 1995, and by
23032         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
23033
23034 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
23035
23036         * lib/getdelim.c (flockfile, funlockfile): Make all of them
23037         dummy if one is not available.  Do not touch them if
23038         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
23039         (getc_maybe_unlocked): New.
23040         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
23041
23042 2008-08-26  Eric Blake  <ebb9@byu.net>
23043
23044         doc/INSTALL: resync from autoconf
23045         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
23046         (INSTALL_PRELUDE): Delete; this is done more efficiently by
23047         moving...
23048         * install.texi [!autoconf]: ...here.  Resync from autoconf.
23049         * INSTALL: Regenerate.
23050         * INSTALL.ISO: New file.
23051         * INSTALL.UTF-8: Likewise.
23052
23053 2008-08-26  Jim Meyering  <meyering@redhat.com>
23054
23055         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
23056         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
23057         these definitions conditional, so that they may be overridden, too.
23058
23059 2008-08-26  Bruno Haible  <bruno@clisp.org>
23060
23061         Generate INSTALL file variants with prettier quotes.
23062         * doc/Makefile (INSTALL_PRELUDE): New macro.
23063         (INSTALL): Use it.
23064         (INSTALL.ISO, INSTALL.UTF-8): New rules.
23065
23066 2008-08-26  Bruno Haible  <bruno@clisp.org>
23067
23068         Run makeinfo in an English locale.
23069         * doc/Makefile (MAKEINFO): New variable.
23070
23071 2008-08-26  Bruno Haible  <bruno@clisp.org>
23072
23073         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
23074         Suggested by Eric Blake.
23075
23076 2008-08-25  Bruno Haible  <bruno@clisp.org>
23077
23078         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
23079
23080 2008-08-25  Eric Blake  <ebb9@byu.net>
23081
23082         c-stack: test that stack overflow can be caught
23083         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
23084         that platform allows handling stack overflow; at least OS/2 EMX
23085         has sigaltstack, but crashes before transferring control to
23086         handler on stack overflow.
23087         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
23088         check for HAVE_STACK_OVERFLOW_HANDLING.
23089         Reported by Elbert Pol.
23090
23091 2008-08-25  Bruno Haible  <bruno@clisp.org>
23092
23093         * doc/posix-functions/strftime.texi: Fix description of strftime
23094         module.
23095
23096 2008-08-24  Bruno Haible  <bruno@clisp.org>
23097
23098         * tests/uniwidth/test-uc_width2.c: New file.
23099         * tests/uniwidth/test-uc_width2.sh: New file.
23100         * modules/uniwidth/width-tests (Files): Add the new files.
23101         (TESTS): Add uniwidth/test-uc_width2.sh.
23102         (TESTS_ENVIRONMENT): New variable.
23103         (check_PROGRAMS): Add test-uc_width2.
23104         (test_uc_width2_SOURCES): New variable.
23105
23106         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
23107         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
23108         not 0x00AB.
23109         Reported by Alexander V. Lukyanov <lav@netis.ru>.
23110
23111 2008-08-22  Eric Blake  <ebb9@byu.net>
23112
23113         test-lock, test-tls: mention why a test is skipped
23114         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
23115         skipped.
23116         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
23117
23118         count-one-bits: relax license
23119         * modules/count-one-bits (License): Relicense to LGPLv2+.
23120         Suggested by Ludovic Courtès, approved by Ben Pfaff.
23121
23122 2008-08-22  Andreas Schwab  <schwab@suse.de>
23123
23124         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
23125         Remove spurious space in assignment.
23126
23127 2008-08-21  Simon Josefsson  <simon@josefsson.org>
23128
23129         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
23130         Paul Eggert <eggert@CS.UCLA.EDU>.
23131
23132 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
23133
23134         * modules/gettext: Add m4/threadlib.m4.
23135
23136 2008-08-19  Eric Blake  <ebb9@byu.net>
23137
23138         test-c-stack: fix compilation failure on FreeBSD 5.0
23139         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
23140         headers before <sys/resource.h>.
23141         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
23142         the bug.
23143         Reported by Nelson H. F. Beebe.
23144
23145         strverscmp: migrate from "strverscmp.h" to <string.h>
23146         * modules/string (Makefile.am): Add new hooks.
23147         * modules/strverscmp (Files): Remove strverscmp.h.
23148         (Depends-on): Add string.
23149         (configure.ac): Add indicator.
23150         (Include): Mention new header.
23151         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
23152         defaults.
23153         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
23154         results.
23155         * lib/strverscmp.h: Delete.
23156         * lib/string.in.h (strverscmp): Provide declaration, when needed.
23157         * tests/test-strverscmp.c (includes): Adjust client.
23158         * lib/check-version.c (includes): Likewise.
23159         * NEWS: Document the change.
23160
23161         strverscmp: add unit test
23162         * modules/strverscmp-tests: New file.
23163         * tests/test-strverscmp.c: Likewise.
23164
23165 2008-08-19  Simon Josefsson  <simon@josefsson.org>
23166
23167         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
23168         regarding Windows crypto stuff, from Mono.
23169
23170 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
23171
23172         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
23173         if present, for intel RND.  Return error on failures.
23174
23175 2008-08-18  Ben Pfaff  <blp@gnu.org>
23176
23177         gitlog-to-changelog: give better diagnostic for failed pipe-open
23178         * build-aux/gitlog-to-changelog: Improve error message: suggest
23179         that the version of Git may be too old.
23180
23181 2008-08-18  Simon Josefsson  <simon@josefsson.org>
23182
23183         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
23184         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
23185
23186 2008-08-18  Bruno Haible  <bruno@clisp.org>
23187
23188         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
23189         pthread_in_use().
23190
23191 2008-08-18  Bruno Haible  <bruno@clisp.org>
23192
23193         * lib/glthread/threadlib.c: Include <pthread.h>.
23194
23195 2008-08-18  Bruno Haible  <bruno@clisp.org>
23196
23197         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
23198         glthread_recursive_lock_* macros.
23199         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
23200         Fix syntax error.
23201
23202 2008-08-18  Bruno Haible  <bruno@clisp.org>
23203
23204         * lib/glthread/thread.c: Avoid forcing a context switch right after
23205         thread creation.
23206
23207 2008-08-17  Bruno Haible  <bruno@clisp.org>
23208
23209         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
23210         * lib/glthread/thread.h: Provide Win32 specific implementation.
23211         * modules/thread (Files): Add lib/glthread/thread.c.
23212         (Depends-on): Add lock.
23213         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
23214
23215 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23216
23217         New module 'yield'.
23218         * modules/yield: New file.
23219         * lib/glthread/yield.h: New file.
23220         * m4/yield.m4: New file.
23221         * MODULES.html.sh (Multithreading): Add yield.
23222
23223 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23224
23225         New module 'thread'.
23226         * modules/thread: New file.
23227         * lib/glthread/thread.h: New file.
23228         * m4/thread.m4: New file.
23229         * MODULES.html.sh (Multithreading): Add thread.
23230
23231 2008-08-17  Bruno Haible  <bruno@clisp.org>
23232
23233         * lib/glthread/lock.h: Include <stdlib.h> always.
23234         * lib/glthread/tls.h: Likewise.
23235         * lib/glthread/cond.h: Likewise.
23236
23237 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23238
23239         New module 'cond'.
23240         * modules/cond: New file.
23241         * lib/glthread/cond.h: New file.
23242         * lib/glthread/cond.c: New file.
23243         * m4/cond.m4: New file.
23244         * MODULES.html.sh (Multithreading): Add cond.
23245
23246 2008-08-16  Eric Blake  <ebb9@byu.net>
23247
23248         c-stack: fix regression on Irix 5.3 from 2008-06-21
23249         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23250         sa_sigaction...
23251         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23252         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23253         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23254         * modules/signal (Makefile.am): Use the value.
23255         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23256         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23257         * doc/posix-headers/signal.texi (signal.h): Document this
23258         portability issue.
23259         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
23260         Reported by Tom G. Christensen.
23261
23262 2008-08-17  Bruno Haible  <bruno@clisp.org>
23263
23264         New module 'threadlib'.
23265         * modules/threadlib: New file.
23266         * lib/glthread/threadlib.c: New file, extracted from
23267         lib/glthread/lock.c.
23268         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
23269         functions.
23270         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
23271         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
23272         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
23273         macros.
23274         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
23275         (gl_DISABLE_THREADS): Remove macro.
23276         * modules/lock (Files): Remove build-aux/config.rpath.
23277         (Depends-on): Remove havelib. Add threadlib.
23278         (configure.ac-early): Remove section.
23279         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
23280         * modules/tls (Depends-on): Remove lock. Add threadlib.
23281         (Link): New section, copied from threadlib.
23282         * MODULES.html.sh (Multithreading): Add threadlib.
23283
23284 2008-08-14  Bruno Haible  <bruno@clisp.org>
23285
23286         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
23287         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
23288         glthread_rwlock_unlock, glthread_rwlock_destroy,
23289         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
23290         glthread_recursive_lock_destroy): Define as macros always.
23291         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
23292         glthread_lock_lock.
23293         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
23294         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
23295         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
23296         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
23297         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
23298         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
23299         (glthread_recursive_lock_lock_func): Renamed from
23300         glthread_recursive_lock_lock.
23301         (glthread_recursive_lock_unlock_func): Renamed from
23302         glthread_recursive_lock_unlock.
23303         (glthread_recursive_lock_destroy_func): Renamed from
23304         glthread_recursive_lock_destroy.
23305
23306 2008-08-14  Bruno Haible  <bruno@clisp.org>
23307
23308         * lib/glthread/lock.h: Renamed from lib/lock.h.
23309         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23310         * lib/glthread/tls.h: Renamed from lib/tls.h.
23311         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23312         * lib/fstrcmp.c: Update includes.
23313         * lib/strsignal.c: Update includes.
23314         * modules/lock (Files, Makefile.am): Update.
23315         (Include): Change to "glthread/lock.h".
23316         * modules/tls (Files, Makefile.am): Update.
23317         (Include): Change to "glthread/tls.h".
23318         * tests/test-lock.c: Update includes.
23319         * tests/test-tls.c: Update includes.
23320         * NEWS: Mention the renamed header files.
23321
23322 2008-08-11  Jim Meyering  <meyering@redhat.com>
23323
23324         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23325
23326 2008-08-11  Eric Blake  <ebb9@byu.net>
23327
23328         test-c-stack: avoid C99-ism
23329         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23330         before statement.
23331         Reported by Alain Guibert.
23332
23333 2008-08-10  Jim Meyering  <meyering@redhat.com>
23334
23335         ensure that return value of uinttostr et al are not ignored
23336         * lib/inttostr.h (__GNUC_PREREQ): Define.
23337         (__attribute_warn_unused_result__): Define.
23338         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23339
23340 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23341
23342         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23343         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23344
23345 2008-08-07  Jim Meyering  <meyering@redhat.com>
23346
23347         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23348
23349         * modules/mkstemp (License): Relicense under LGPLv2+.
23350         * modules/tempname (License): Likewise.
23351
23352 2008-08-06  Bruno Haible  <bruno@clisp.org>
23353
23354         * lib/poll.c (poll): Further micro-optimization.
23355
23356 2008-08-06  Jim Meyering  <meyering@redhat.com>
23357
23358         inet_pton.c: use locale-independent tolower
23359         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23360         (inet_pton6): Use c_tolower rather than tolower.
23361         * modules/inet_pton (Depends-on): Add c-ctype.
23362
23363 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23364
23365         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23366         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23367
23368 2008-08-06  Jim Meyering  <meyering@redhat.com>
23369
23370         * modules/inet_pton (License): Relicense under LGPLv2+.
23371
23372 2008-08-03  Bruno Haible  <bruno@clisp.org>
23373
23374         Additional non-aborting API for lock and tls.
23375         * lib/lock.h: Include <errno.h>.
23376         (glthread_lock_init): New macro/function.
23377         (gl_lock_init): Define as wrapper around glthread_lock_init.
23378         (glthread_lock_lock): New macro/function.
23379         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23380         (glthread_lock_unlock): New macro/function.
23381         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23382         (glthread_lock_destroy): New macro/function.
23383         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23384         (glthread_rwlock_init): New macro/function.
23385         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23386         (glthread_rwlock_rdlock): New macro/function.
23387         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23388         (glthread_rwlock_wrlock): New macro/function.
23389         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23390         (glthread_rwlock_unlock): New macro/function.
23391         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23392         (glthread_rwlock_destroy): New macro/function.
23393         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23394         (glthread_recursive_lock_init): New macro/function.
23395         (gl_recursive_lock_init): Define as wrapper around
23396         glthread_recursive_lock_init.
23397         (glthread_recursive_lock_lock): New macro/function.
23398         (gl_recursive_lock_lock): Define as wrapper around
23399         glthread_recursive_lock_lock.
23400         (glthread_recursive_lock_unlock): New macro/function.
23401         (gl_recursive_lock_unlock): Define as wrapper around
23402         glthread_recursive_lock_unlock.
23403         (glthread_recursive_lock_destroy): New macro/function.
23404         (gl_recursive_lock_destroy): Define as wrapper around
23405         glthread_recursive_lock_destroy.
23406         (glthread_once): New macro/function.
23407         (gl_once): Define as wrapper around glthread_once.
23408         Update function declarations.
23409         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23410         glthread_rwlock_init. Return error code.
23411         (glthread_rwlock_rdlock_multithreaded): Renamed from
23412         glthread_rwlock_rdlock. Return error code.
23413         (glthread_rwlock_wrlock_multithreaded): Renamed from
23414         glthread_rwlock_wrlock. Return error code.
23415         (glthread_rwlock_unlock_multithreaded): Renamed from
23416         glthread_rwlock_unlock. Return error code.
23417         (glthread_rwlock_destroy_multithreaded): Renamed from
23418         glthread_rwlock_destroy. Return error code.
23419         (glthread_recursive_lock_init_multithreaded): Renamed from
23420         glthread_recursive_lock_init. Return error code.
23421         (glthread_recursive_lock_lock_multithreaded): Renamed from
23422         glthread_recursive_lock_lock. Return error code.
23423         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23424         glthread_recursive_lock_unlock. Return error code.
23425         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23426         glthread_recursive_lock_destroy. Return error code.
23427         (glthread_once_call): Make static.
23428         (glthread_once_multithreaded): Renamed from glthread_once.
23429         * lib/tls.h: Include <errno.h>.
23430         (glthread_tls_key_init): New macro/function.
23431         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23432         (glthread_tls_set): New macro/function.
23433         (gl_tls_set): Define as wrapper around glthread_tls_set.
23434         (glthread_tls_key_destroy): New macro/function.
23435         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23436         Update function declarations.
23437         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23438         glthread_tls_get.
23439         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23440
23441 2008-08-04  Eric Blake  <ebb9@byu.net>
23442
23443         gnumakefile: use space, not TAB, outside of targets
23444         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23445
23446 2008-08-02  Jim Meyering  <meyering@redhat.com>
23447
23448         getdate.y: avoid locale-dependent date parsing failure
23449         In Turkish locales, getdate would fail to recognize keywords
23450         containing a lowercase "i".  The solution is not to rely on
23451         locale-sensitive case-conversion.
23452         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23453         (lookup_word): Use c_toupper in place of toupper.
23454         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23455         Reported by Vefa Bicakci <bicave@superonline.com> in
23456         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23457         * modules/getdate (Depends-on): Add c-ctype.
23458
23459 2008-08-02  Bruno Haible  <bruno@clisp.org>
23460
23461         * gnulib-tool (func_import): When updating or creating a .gitignore
23462         file, prepend each added line with a slash, and ignore leading slashes
23463         from the existing lines.
23464         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23465
23466 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23467
23468         Portability fix for GNU make 3.79.1.
23469         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23470         versions do not understand.
23471
23472 2008-08-01  Bruno Haible  <bruno@clisp.org>
23473
23474         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23475         * tests/test-isnanf.h (zero): New variable.
23476         (main): Avoid literal -0.0f.
23477         * tests/test-isnand.h (zero): New variable.
23478         (main): Avoid literal -0.0.
23479         * tests/test-isnanl.h (zero): New variable.
23480         (main): Avoid literal -0.0L.
23481         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23482         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23483         -0.0, -0.0L.
23484         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23485         (test_signbitd): Avoid literal -0.0.
23486         (test_signbitl): Avoid literal -0.0L.
23487         * tests/test-ceilf1.c (zero): New variable.
23488         (main): Avoid literal -0.0f.
23489         * tests/test-ceill.c (zero): New variable.
23490         (main): Avoid literal -0.0L.
23491         * tests/test-floorf1.c (zero): New variable.
23492         (main): Avoid literal -0.0f.
23493         * tests/test-floorl.c (zero): New variable.
23494         (main): Avoid literal -0.0L.
23495         * tests/test-roundf1.c (zero): New variable.
23496         (main): Avoid literal -0.0f.
23497         * tests/test-round1.c (zero): New variable.
23498         (main): Avoid literal -0.0.
23499         * tests/test-roundl.c (zero): New variable.
23500         (main): Avoid literal -0.0L.
23501         * tests/test-truncf1.c (zero): New variable.
23502         (main): Avoid literal -0.0f.
23503         * tests/test-trunc1.c (zero): New variable.
23504         (main): Avoid literal -0.0.
23505         * tests/test-truncl.c (zero): New variable.
23506         (main): Avoid literal -0.0L.
23507         * tests/test-frexp.c (zero): New variable.
23508         (main): Avoid literal -0.0.
23509         * tests/test-frexpl.c (zero): New variable.
23510         (main): Avoid literal -0.0L.
23511         * tests/test-ldexpl.c (zero): New variable.
23512         (main): Avoid literal -0.0L.
23513         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23514         (zerod, zerol): New variables.
23515         (test_function): Avoid literals -0.0, -0.0L.
23516         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23517         (zerod, zerol): New variables.
23518         (test_function): Avoid literals -0.0, -0.0L.
23519         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23520         (zerod, zerol): New variables.
23521         (test_function): Avoid literals -0.0, -0.0L.
23522         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23523         (zerod, zerol): New variables.
23524         (test_function): Avoid literals -0.0, -0.0L.
23525         * tests/test-strtod.c (zero): New variable.
23526         (main): Avoid literal -0.0.
23527         Reported by Jonathan C. Patschke <jp@centtech.com>.
23528
23529 2008-07-31  Jim Meyering  <meyering@redhat.com>
23530
23531         sha256.h: correct definition of SHA224_DIGEST_SIZE
23532         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23533         Reported by Paulie Pena IV <paulie4@gmail.com>.
23534         Define as 224 / 8, rather than as a literal.
23535         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23536         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23537         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23538
23539 2008-07-31  Bruno Haible  <bruno@clisp.org>
23540
23541         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23542         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23543         Reported by Jonathan Patschke <jp@centtech.com>.
23544
23545 2008-07-31  Bruno Haible  <bruno@clisp.org>
23546
23547         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23548         Reported by Paolo Bonzini <bonzini@gnu.org>.
23549
23550 2008-07-30  Eric Blake  <ebb9@byu.net>
23551
23552         test-strtod: allow compilation without -lm
23553         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23554         Reported by Dennis Clarke <blastwave@gmail.com>.
23555
23556 2008-07-28  Jim Meyering  <meyering@redhat.com>
23557
23558         bootstrap: work also when there are no .po files in po/
23559         * build-aux/bootstrap (update_po_files): Complete the change
23560         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23561
23562 2008-07-27  Jim Meyering  <meyering@redhat.com>
23563
23564         * users.txt: Add zile.
23565
23566 2008-07-26  Ben Pfaff  <blp@gnu.org>
23567
23568         Add missing dependencies on new m4/exponent[fdl].m4 files.
23569         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23570         * modules/isnand-nolibm: Add m4/exponentd.m4.
23571         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23572         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23573         m4/isnan[fdl].m4, because the macros actually used moved.
23574         Reported by Jim Meyering.
23575
23576 2008-07-14  Ben Pfaff  <blp@gnu.org>
23577
23578         Add isinf module.
23579         * lib/isinf.c: New file.
23580         * lib/math.in.h: Define isinf macro if we have decided to replace
23581         it.
23582         * m4/isinf.m4: New file.
23583         * m4/math_h.m4: Initialize and substitute variables for isinf
23584         module.
23585         * modules/isinf: New file.
23586         * modules/isinf-tests: New file.
23587         * modules/math: Add substitutions for new module.
23588         * tests/test-isinf.c: New file.
23589         * doc/posix-functions/isinf.texi: Mention new module.
23590         * MODULES.html.sh: Mention new module.
23591
23592 2008-07-14  Ben Pfaff  <blp@gnu.org>
23593
23594         Factor out some macros for use by additional modules.
23595         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23596         exponentf.m4.
23597         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23598         exponentd.m4.
23599         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23600         file exponentl.m4.
23601         * m4/exponentf.m4: New file.
23602         * m4/exponentd.m4: New file.
23603         * m4/exponentl.m4: New file.
23604         * modules/isnanf: Use new file m4/exponentf.m4.
23605         * modules/isnand: Use new file m4/exponentd.m4.
23606         * modules/isnanl: Use new file m4/exponentl.m4.
23607
23608 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23609
23610         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23611         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23612         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23613         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23614
23615         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23616         readlink on platforms without PATH_MAX.
23617
23618 2008-07-21  Eric Blake  <ebb9@byu.net>
23619
23620         Warn, not fail, on stale version.
23621         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23622
23623         Don't allow installation with stale devel version number.
23624         * top/GNUmakefile (_is-install-target): New macro.
23625         (_curr-ver): Forbid installation with stale version number.
23626
23627 2008-07-20  Bruno Haible  <bruno@clisp.org>
23628
23629         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23630         TESTS_ENVIRONMENT.
23631         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23632
23633 2008-07-20  Bruno Haible  <bruno@clisp.org>
23634
23635         * lib/c-stack.h (c_stack_action): Add documentation.
23636         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23637
23638 2008-07-20  Bruno Haible  <bruno@clisp.org>
23639
23640         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23641         * modules/readlink (License): Likewise.
23642
23643 2008-07-17  Eric Blake  <ebb9@byu.net>
23644
23645         * modules/c-stack (Link): Fix typo.
23646
23647         Make c-stack use libsigsegv, when available.
23648         * modules/c-stack (Depends-on): Add libsigsegv.
23649         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23650         needed.
23651         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23652         (segv_handler, overflow_handler, c_stack_action)
23653         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23654         implementation when libsigsegv is available, but only when using
23655         the library is necessary.
23656         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23657         comment, explaining why XSI check fails on Linux.
23658         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23659         * tests/test-c-stack2.sh: Tweak skip message.
23660         * NEWS: Document new link-time requirements.
23661
23662 2008-07-16  Eric Blake  <ebb9@byu.net>
23663
23664         c-stack: Expose false positives when not using libsigsegv.
23665         * modules/c-stack-tests (Files): Expand test.
23666         * tests/test-c-stack.c (main): Add means to conditionally trigger
23667         non-overflow SIGSEGV.
23668         * tests/test-c-stack2.sh: New file.
23669
23670 2008-07-14  Bruno Haible  <bruno@clisp.org>
23671
23672         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23673         Reported by Eric Blake.
23674
23675 2008-07-14  Sam Steingold  <sds@gnu.org>
23676             Bruno Haible  <bruno@clisp.org>
23677
23678         New module libsigsegv.
23679         * modules/libsigsegv: New file.
23680         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23681         modifications.
23682         * MODULES.html.sh (Signal handling): New section.
23683
23684 2008-07-14  Bruno Haible  <bruno@clisp.org>
23685
23686         * modules/unictype/ctype-* (Description): Add the word "function".
23687         Improves the resulting doc in MODULES.html.
23688
23689 2008-07-12  Ben Pfaff  <blp@gnu.org>
23690
23691         Add longlong module.
23692         * modules/longlong: New file.
23693
23694 2008-07-12  Bruno Haible  <bruno@clisp.org>
23695
23696         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23697         to empty.
23698
23699 2008-07-10  Ben Pfaff  <blp@gnu.org>
23700
23701         Add isnan module.
23702         * doc/posix-functions/isnan.texi: Mention new module.
23703         * lib/math.in.h: Define isnan macro if we have decided to replace
23704         it.
23705         * m4/isnan.m4: New file.
23706         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23707         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23708         also.
23709         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23710         redundancy.
23711         * m4/math_h.m4: Initialize and substitute variables for isnan
23712         module.
23713         * modules/isnan: New file.
23714         * modules/isnan-tests: New file.
23715         * modules/math: Add substitutions for new module.
23716         * tests/test-isnan.c: New file.
23717         * MODULES.html.sh: Mention new module.
23718
23719 2008-07-10  Ben Pfaff  <blp@gnu.org>
23720
23721         Add isnanf module.
23722         * lib/isnanf.m4: New file.
23723         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23724         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23725         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23726         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23727         * modules/isnanf: New file.
23728         * modules/isnanf-tests: New file.
23729         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23730         files.
23731         * tests/test-isnanf-nolibm.c: factored most of its contents into
23732         new file tests/test-isnanf.h.
23733         * tests/test-isnanf.h: New file.
23734         * tests/test-isnanf.c: New file.
23735         * MODULES.html.sh: Mention new module.
23736         * doc/glibc-functions/isnanf.texi: Mention new module.
23737
23738 2008-07-10  Ben Pfaff  <blp@gnu.org>
23739
23740         Add isnand module.
23741         * lib/isnand.h: New file.
23742         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23743         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23744         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23745         functionality also.
23746         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23747         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23748         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23749         * modules/isnand: New file.
23750         * modules/isnand-tests: New file.
23751         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23752         files.
23753         * tests/test-isnand-nolibm.c: factored most of its contents into
23754         new file tests/test-isnand.h.
23755         * tests/test-isnand.h: New file.
23756         * tests/test-isnand.c: New file.
23757         * MODULES.html.sh: Mention new module.
23758
23759 2008-07-10  Ben Pfaff  <blp@gnu.org>
23760
23761         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23762         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23763         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23764         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23765         * modules/isnanf-nolibm: Update references to renamed files.
23766         * modules/isnand-nolibm: Likewise.
23767         * modules/isnanf-nolibm-tests: Likewise.
23768         * modules/isnand-nolibm-tests: Likewise.
23769         * lib/frexp.c: Likewise.
23770         * lib/isfinite.c: Likewise.
23771         * lib/signbitd.c: Likewise.
23772         * lib/signbitf.c: Likewise.
23773         * lib/vasnprintf.c: Likewise.
23774         * tests/test-ceilf1.c: Likewise.
23775         * tests/test-ceilf2.c: Likewise.
23776         * tests/test-floorf1.c: Likewise.
23777         * tests/test-floorf2.c: Likewise.
23778         * tests/test-frexp.c: Likewise.
23779         * tests/test-round1.c: Likewise.
23780         * tests/test-round2.c: Likewise.
23781         * tests/test-roundf1.c: Likewise.
23782         * tests/test-strtod.c: Likewise.
23783         * tests/test-trunc1.c: Likewise.
23784         * tests/test-trunc2.c: Likewise.
23785         * tests/test-truncf1.c: Likewise.
23786         * tests/test-truncf2.c: Likewise.
23787         * NEWS: Mention the renamed header files.
23788
23789 2008-07-11  Jim Meyering  <meyering@redhat.com>
23790
23791         vc-list-files: make the last-resort awk code more portable
23792         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23793         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23794         does not support it.
23795
23796 2008-07-10  Eric Blake  <ebb9@byu.net>
23797
23798         Work with tar's bootstrap.
23799         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23800         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23801         an m4 comment.
23802
23803 2008-07-09  Jim Meyering  <meyering@redhat.com>
23804
23805         posix-shell.m4: fix typo that made this test malfunction
23806         * m4/posix-shell.m4: Remove capitalization in variable name.
23807
23808 2008-07-08  Bruno Haible  <bruno@clisp.org>
23809
23810         * m4/onceonly.m4: Update comments.
23811         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23812
23813 2008-07-04  Jim Meyering  <meyering@redhat.com>
23814
23815         * users.txt: Add vc-dwim.
23816         (bison, coreutils): Use the gitweb URL.
23817
23818 2008-07-03  Jim Meyering  <meyering@redhat.com>
23819
23820         * users.txt: Add libffcall.  From Sam Steingold.
23821
23822 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
23823
23824         getdate.y: do not ignore TZ with relative day, month or year offset
23825         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23826         relative-date-handling, since otherwise, the latter would clobber the
23827         sole output (an updated Start value) of the tz-handling block.
23828         * tests/test-getdate.c: Tests for the fix
23829
23830 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23831
23832         Recognize 'foo_LIBRARIES += libgnu.a'.
23833         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23834         makefile snippet has already specified an installation location,
23835         also using '+='.
23836
23837 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
23838
23839         getdate.y: factor out common actions
23840         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23841         Use them in place of open-coded actions.
23842
23843 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23844
23845         Add self-test for getdate module.
23846         * modules/getdate-tests: New file.
23847         * tests/test-getdate.c: New file.
23848
23849 2008-06-29  Bruno Haible  <bruno@clisp.org>
23850
23851         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23852         .gitignore.
23853         Reported by Sylvain Beucler <beuc@beuc.net>.
23854
23855 2008-06-29  Bruno Haible  <bruno@clisp.org>
23856
23857         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23858         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23859
23860 2008-06-29  Bruno Haible  <bruno@clisp.org>
23861
23862         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23863         EXTRA_DIST.
23864         Reported by Sylvain Beucler <beuc@beuc.net>.
23865
23866 2008-06-26  Jim Meyering  <meyering@redhat.com>
23867
23868         make several modules depend on the "open" module
23869         This provides slightly increased consistency when opening-for-write
23870         the name of a non-directory spelled with a trailing slash.
23871         * modules/chdir-safer: Likewise.
23872         * modules/chown: Likewise.
23873         * modules/clean-temp: Likewise.
23874         * modules/copy-file: Likewise.
23875         * modules/fchdir: Likewise.
23876         * modules/fcntl-safer: Likewise.
23877         * modules/pipe: Likewise.
23878         * modules/utime: Likewise.
23879         Prompted by Eric Blake and Bruno Haible.
23880
23881 2008-06-24  Andreas Schwab  <schwab@suse.de>
23882
23883         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23884         literals can be used as initializers for global variables.
23885
23886 2008-06-23  Eric Blake  <ebb9@byu.net>
23887
23888         Make gnulib-cache.m4 easier to diff.
23889         * gnulib-tool (func_import): Allow newlines when reading cached
23890         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23891
23892 2008-06-23  Bruno Haible  <bruno@clisp.org>
23893
23894         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23895         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23896         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23897         m4/signalblocking.m4.
23898         (gl_PREREQ_SIGACTION): Don't invoke it.
23899         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23900         gl_PREREQ_SIG_HANDLER_H.
23901         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23902         Don't check for sigaction here.
23903
23904 2008-06-23  Bruno Haible  <bruno@clisp.org>
23905
23906         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23907         (install_handlers): Don't set the SA_RESETHAND flag.
23908
23909 2008-06-23  Bruno Haible  <bruno@clisp.org>
23910
23911         * m4/sigaction.m4: Comment fixes.
23912         * lib/signal.in.h: Likewise.
23913
23914 2008-06-23  Eric Blake  <ebb9@byu.net>
23915
23916         Fix typo.
23917         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23918
23919         Avoid SA_ namespace.
23920         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23921         Reported by Ralf Wildenhues.
23922
23923         Avoid test failure due to SA_RESTORER.
23924         * tests/test-sigaction.c (SA_MASK): New macro.
23925         (main): Avoid failing due to extension flags being set.
23926         Reported by Jim Meyering.
23927
23928         Revert use of sig-handler.h in sigprocmask.c.
23929         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23930         it requires the existence of struct sigaction.
23931         * lib/sigprocmask.c (handler_t): Restore typedef.
23932         (rpl_signal, old_handlers): Use local type.
23933
23934 2008-06-22  Bruno Haible  <bruno@clisp.org>
23935
23936         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23937         conditionally.
23938         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23939
23940 2008-06-22  Bruno Haible  <bruno@clisp.org>
23941
23942         * doc/posix-functions/siginterrupt.texi: Move note.
23943
23944         * lib/signal.in.h (SA_RESTART): New macro.
23945         * lib/sigaction.c: Update comment.
23946
23947         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23948
23949         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23950         (gl_PREREQ_SIGPROCMASK): Invoke it.
23951         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23952
23953         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23954
23955         * lib/sigprocmask.c: Update a comment.
23956
23957 2008-06-21  Eric Blake  <ebb9@byu.net>
23958
23959         Use sigaction module rather than signal().
23960         * modules/c-stack (Depends-on): Add sigaction.
23961         * modules/fatal-signal (Depends-on): Likewise.
23962         * modules/nanosleep (Depends-on): Likewise.
23963         * modules/sigprocmask (Files): Add sig-handler.h.
23964         * modules/sigaction (Files): Likewise.
23965         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23966         Eggert.
23967         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23968         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23969         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23970         (init_fatal_signals): Likewise.
23971         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23972         (siginterrupt): Delete fallback.
23973         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23974         instead.
23975         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23976         siginterrupt.
23977
23978         New module sigaction, for mingw.
23979         * modules/sigaction: New module...
23980         * modules/sigaction-tests: ...and its test.
23981         * m4/sigaction.m4: New file.
23982         * lib/sigaction.c: Likewise.
23983         * tests/test-sigaction.c: Likewise.
23984         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23985         * modules/signal (Makefile.am): Likewise.
23986         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23987         needed.
23988         * doc/posix-headers/signal.texi (signal.h): Mention provided
23989         types.
23990         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23991         that sigaction is preferable.
23992         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23993         module.
23994         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23995         sigaction.
23996
23997         Improve robustness of sigprocmask by overriding signal.
23998         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23999         is in use.
24000         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
24001         (SIGKILL, SIGSTOP): Provide fallbacks.
24002         (rpl_signal): Implement.
24003         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
24004         signal can be called inside handlers.
24005
24006         Fix nanosleep module on mingw.
24007         * modules/nanosleep (Depends-on): Add sys_select.
24008         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
24009
24010         Fix licensing of sigprocmask.
24011         * modules/raise (License): Relicense as LGPL.
24012
24013 2008-06-21  Bruno Haible  <bruno@clisp.org>
24014
24015         * lib/propername.c (proper_name_utf8): Don't use the transliterated
24016         result if it contains question marks.
24017         Reported by Michael Geng <linux@michaelgeng.de>.
24018
24019 2008-06-19  Bruno Haible  <bruno@clisp.org>
24020
24021         Fix CVS-ism.
24022         * doc/gnulib.texi: Include updated-stamp.texi.
24023         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
24024         (updated-stamp.texi): New rule.
24025         (gnulib.info): Depend on it.
24026         * doc/.gitignore: Add updated-stamp.texi.
24027         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
24028
24029 2008-06-19  Bruno Haible  <bruno@clisp.org>
24030
24031         * doc/Makefile (gnulib.info): Update and simplify dependencies.
24032         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24033
24034 2008-06-19  Eric Blake  <ebb9@byu.net>
24035
24036         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
24037         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
24038         Reported by Stepan Kasal.
24039
24040 2008-06-18  Bruno Haible  <bruno@clisp.org>
24041
24042         * lib/fatal-signal.c (init_fatal_signals): Add comment.
24043         Reported by Eric Blake.
24044
24045 2008-06-18  Eric Blake  <ebb9@byu.net>
24046
24047         Work around cygwin 1.5.25 strsignal bug.
24048         * tests/test-strsignal.c: Allow for const char *.
24049         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
24050
24051 2008-06-18  Simon Josefsson  <simon@josefsson.org>
24052
24053         * users.txt: Update URL to article and add author/date
24054         information.
24055
24056 2008-06-17  Bruno Haible  <bruno@clisp.org>
24057
24058         New macro gl_DISABLE_THREADS.
24059         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
24060         if the user did not pass --enable-threads or --disable-threads option.
24061         (gl_DISABLE_THREADS): New macro.
24062         Reported by Eric Blake <ebb9@byu.net>.
24063
24064 2008-06-17  Bruno Haible  <bruno@clisp.org>
24065
24066         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
24067         when the macro ignores it.
24068         Based on a patch by Eric Blake <ebb9@byu.net>.
24069
24070 2008-06-17  Bruno Haible  <bruno@clisp.org>
24071
24072         * modules/tls (License): Change to LGPLv2+.
24073         Reported by Eric Blake.
24074
24075 2008-06-17  Eric Blake  <ebb9@byu.net>
24076
24077         Simplify c-stack prerequisites.
24078         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
24079         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
24080         no longer requires <ucontext.h> to exist.  Optimize setrlimit
24081         check.
24082         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
24083         <sys/resource.h>.
24084
24085         Move c-stack test into testsuite.
24086         * modules/c-stack-tests: New file.
24087         * lib/c-stack.c [DEBUG]: Move test program...
24088         * tests/test-c-stack.c: ...into this new file.  Skip rather than
24089         fail test if sigaltstack is lacking.
24090         * tests/test-c-stack.sh: New driver file.
24091
24092 2008-06-16  Eric Blake  <ebb9@byu.net>
24093
24094         Use raise module consistently.
24095         * modules/fatal-signal (Depends-on): Add raise.
24096         * modules/sigprocmask (Depends-on): Likewise.
24097         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24098         * lib/sigprocmask.c (sigprocmask): Likewise.
24099         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24100         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
24101
24102         Fix compliance bug in sigpending.
24103         * lib/sigprocmask.c (sigpending): Return pending array via
24104         parameter, not return value.
24105
24106 2008-06-14  Eric Blake  <ebb9@byu.net>
24107
24108         Improve obstack-printf test code.
24109         * tests/test-obstack-printf.c (test_function): Fix comment, and
24110         simplify usage of obstack_* in macros.  Add a test for coverage.
24111         Reported by Bruno Haible.
24112
24113 2008-06-14  Bruno Haible  <bruno@clisp.org>
24114
24115         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
24116         array size as a constant, not as a const variable.
24117         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
24118         AC_USE_SYSTEM_EXTENSIONS.
24119         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
24120         Test whether the obstack_printf function actually exists.
24121         * modules/obstack-printf (Depends-on): Add extensions.
24122         (Include): Remove obstack.h.
24123         * modules/obstack-printf-posix (Depends-on): Add extensions.
24124         (Include): Remove obstack.h.
24125
24126 2008-06-13  Eric Blake  <ebb9@byu.net>
24127
24128         Add obstack-printf and obstack-printf-posix modules.
24129         * modules/obstack-printf: New file.
24130         * modules/obstack-printf-posix: Likewise.
24131         * MODULES.html.sh (Misc): Mention them.
24132         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
24133         Likewise.
24134         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
24135         Likewise.
24136         * modules/stdio (Makefile.am): Accomodate new modules.
24137         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24138         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
24139         Declare.
24140         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
24141         functions.
24142         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
24143         (gl_REPLACE_OBSTACK_PRINTF): New macros
24144         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
24145         * tests/test-obstack-printf.c: New file.
24146         * modules/obstack-printf-tests: Likewise.
24147         * modules/obstack-printf-posix-tests: Likewise.
24148
24149 2008-06-11  Bruno Haible  <bruno@clisp.org>
24150
24151         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
24152         * lib/open.c: Include errno.h.
24153         (open): Fail when attempting to write to a file that has a trailing
24154         slash.
24155         * tests/test-open.c (main): Test against trailing slash bug.
24156         * doc/posix-functions/open.texi: Mention the trailing slash bug.
24157
24158 2008-06-10  Bruno Haible  <bruno@clisp.org>
24159
24160         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
24161         for $? to work inside the trap command, with various /bin/sh-s.
24162         * tests/test-vc-list-files-cvs.sh: Likewise.
24163
24164 2008-06-10  Bruno Haible  <bruno@clisp.org>
24165
24166         * lib/acl-internal.h: Don't include gettext.h here.
24167         * lib/set-mode-acl.c: Include gettext.h here.
24168         * lib/copy-acl.c: Likewise.
24169
24170 2008-06-10  Bruno Haible  <bruno@clisp.org>
24171
24172         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
24173         * lib/wait-process.c (wait_subprocess): Likewise.
24174         * lib/execute.h (execute): Add termsigp argument.
24175         * lib/execute.c (execute): Likewise.
24176         * lib/csharpcomp.c (compile_csharp_using_pnet,
24177         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
24178         * lib/csharpexec.c (execute_csharp_using_pnet,
24179         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
24180         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
24181         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
24182         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
24183         is_jikes_present): Update.
24184         * lib/javaexec.c (execute_java_class): Update.
24185         * lib/javaversion.c (execute_and_read_line): Update.
24186         * NEWS: Document the changes.
24187         Reported by Eric Blake.
24188
24189 2008-06-10  Eric Blake  <ebb9@byu.net>
24190
24191         Add missing include.
24192         * tests/test-strstr.c (includes): Add <signal.h>.
24193         * tests/test-strcasestr.c (includes): Likewise.
24194         * tests/test-memmem.c (includes): Likewise.
24195
24196 2008-06-10  Bruno Haible  <bruno@clisp.org>
24197
24198         * lib/wait-process.c (wait_subprocess): Add an assertion.
24199
24200 2008-06-10  Bruno Haible  <bruno@clisp.org>
24201
24202         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
24203
24204 2008-06-10  Bruno Haible  <bruno@clisp.org>
24205
24206         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
24207         using alarm().
24208         * tests/test-strcasestr.c (main): Likewise.
24209         * tests/test-strstr.c (main): Likewise.
24210
24211 2008-06-09  Bruno Haible  <bruno@clisp.org>
24212
24213         Work around the Solaris 10 ACE ACLs ABI change.
24214         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
24215         declare if ACL_NO_TRIVIAL is present.
24216         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
24217         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
24218         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
24219         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
24220         define if ACL_NO_TRIVIAL is present.
24221         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
24222         and use the current ABI.
24223         (file_has_acl): Use same #if condition as elsewhere.
24224         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
24225         in use, and use the current ABI.
24226         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
24227         Reported by Jim Meyering.
24228
24229 2008-06-09  Eric Blake  <ebb9@byu.net>
24230
24231         Work around environments that (stupidly) ignore SIGALRM.
24232         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
24233         before using alarm().
24234         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24235         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24236         Reported by Ian Beckwith <ianb@erislabs.net>.
24237
24238         Produce autobuild blurb earlier in log.
24239         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24240
24241 2008-06-09  Jim Meyering  <meyering@redhat.com>
24242         and OndÅ™ej Vašík  <ovasik@redhat.com>
24243
24244         utimens.c: correct kernel bug work-around
24245         OndÅ™ej Vašík found that the invalid return value of 280 indicates
24246         failure, not success, and the kernel bug we're trying to work
24247         around affects not just the utimensat call, but also the fallback
24248         futimens call.
24249         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24250         not success.
24251         [HAVE_FUTIMENS]: Use the same work-around, here.
24252
24253 2008-06-09  Jim Meyering  <meyering@redhat.com>
24254
24255         add more guards around definition of ACE_-related code
24256         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24257         ALLOW and ACE_OWNER are also defined.
24258
24259 2008-06-08  Bruno Haible  <bruno@clisp.org>
24260
24261         * lib/acl-internal.h: Add me as co-author.
24262         * lib/file-has-acl.c: Likewise.
24263         * lib/set-mode-acl.c: Likewise.
24264         * lib/copy-acl.c: Likewise.
24265
24266 2008-06-08  Bruno Haible  <bruno@clisp.org>
24267
24268         Add support for AIX ACLs.
24269         * lib/acl-internal.h (acl_nontrivial): New declaration.
24270         * lib/file-has-acl.c (acl_nontrivial): New function.
24271         (file_has_acl): Add implementation using AIX 4 ACL API.
24272         * lib/set-mode-acl.c (qset_acl): Likewise.
24273         * lib/copy-acl.c (qcopy_acl): Likewise.
24274
24275 2008-06-08  Bruno Haible  <bruno@clisp.org>
24276
24277         Add support for HP-UX ACLs.
24278         * lib/acl-internal.h (acl_nontrivial): New declaration.
24279         * lib/file-has-acl.c (acl_nontrivial): New function.
24280         (file_has_acl): Add implementation using HP-UX 11 ACL API.
24281         * lib/set-mode-acl.c (qset_acl): Likewise.
24282         * lib/copy-acl.c (qcopy_acl): Likewise.
24283
24284 2008-06-08  Bruno Haible  <bruno@clisp.org>
24285
24286         Add support for Cygwin ACLs.
24287         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
24288         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
24289         the chmod_or_fchmod call.
24290         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
24291
24292 2008-06-08  Bruno Haible  <bruno@clisp.org>
24293
24294         Fix bug with setuid modes in Solaris 10+ code.
24295         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
24296         succeeded, when the mode contains some special bits.
24297
24298 2008-06-08  Bruno Haible  <bruno@clisp.org>
24299
24300         Add support for Solaris 7..10 ACLs.
24301         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
24302         declarations.
24303         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
24304         functions.
24305         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24306         * lib/set-mode-acl.c (qset_acl): Likewise.
24307         * lib/copy-acl.c (qcopy_acl): Likewise.
24308
24309 2008-06-08  Bruno Haible  <bruno@clisp.org>
24310
24311         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24312         declaration.
24313         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24314         (acl_access_nontrivial): Remove MacOS X case.
24315         (file_has_acl): Use acl_extended_nontrivial.
24316         * lib/copy-acl.c (qcopy_acl): Likewise.
24317
24318 2008-06-08  Bruno Haible  <bruno@clisp.org>
24319
24320         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24321
24322 2008-06-08  Jim Meyering  <meyering@redhat.com>
24323
24324         * modules/acl (Maintainer): Add Bruno Haible.
24325
24326 2008-06-07  Bruno Haible  <bruno@clisp.org>
24327
24328         Improve support for Tru64 ACLs.
24329         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24330         ACL on OSF/1.
24331
24332 2008-06-07  Bruno Haible  <bruno@clisp.org>
24333
24334         Add support for MacOS X ACLs.
24335         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24336         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24337         * lib/set-mode-acl.c (qset_acl): Likewise.
24338         * lib/copy-acl.c (qcopy_acl): Likewise.
24339
24340 2008-06-07  Bruno Haible  <bruno@clisp.org>
24341
24342         Fix memory leak introduced on 2008-05-22.
24343         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24344         use.
24345
24346 2008-06-07  Bruno Haible  <bruno@clisp.org>
24347
24348         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24349         to construct an empty ACL.
24350
24351 2008-06-07  Bruno Haible  <bruno@clisp.org>
24352
24353         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24354         precisely.
24355         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24356
24357 2008-06-07  Bruno Haible  <bruno@clisp.org>
24358
24359         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24360         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24361
24362 2008-06-07  Bruno Haible  <bruno@clisp.org>
24363
24364         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24365         regardless of POSIX.
24366         * doc/posix-functions/_longjmp.texi: Likewise.
24367         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24368         SystemV platform in this case.
24369
24370 2008-06-06  Eric Blake  <ebb9@byu.net>
24371
24372         Document abort() bugs.
24373         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24374
24375         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24376         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24377         sigsetjmp.
24378         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24379         siglongjmp, but only as a macro.
24380         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24381         is obsolete.
24382         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24383
24384         Tweak documentation to cover cygwin argz bugs.
24385         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24386         argz bug fix; no code change needed since no cygwin releases
24387         occurred between the last fix and the bug being tested.
24388         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24389         module and recently fixed cygwin bugs.
24390         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24391         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24392         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24393         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24394         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24395         Likewise.
24396         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24397         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24398         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24399         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24400         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24401         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24402         Likewise.
24403
24404         Avoid gcc warning on cygwin.
24405         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24406         !ACL_NO_TRIVIAL]: Avoid unused variable.
24407
24408 2008-06-05  Eric Blake  <ebb9@byu.net>
24409
24410         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24411         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24412         git-version-gen fails to come up with a version.
24413         Reported by Simon Josefsson.
24414
24415 2008-06-05  Jim Meyering  <meyering@redhat.com>
24416             Paul Eggert  <eggert@cs.ucla.edu>
24417
24418         utimens.c: work around a probable Linux kernel bug
24419         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24420         appears to be a kernel bug that causes utimensat to return 280
24421         instead of 0, indicating success.
24422
24423 2008-06-04  Bruno Haible  <bruno@clisp.org>
24424
24425         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24426         2008-06-01 commit.
24427
24428 2008-06-04  Bruno Haible  <bruno@clisp.org>
24429
24430         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24431         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24432         (file_has_acl): Use it. Save errno afterwards.
24433         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24434
24435 2008-06-03  Bruno Haible  <bruno@clisp.org>
24436
24437         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24438         draft code. Simplify #ifs.
24439         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24440         Put Solaris code after POSIX-draft code. Fix comments regarding
24441         Solaris 10, HP-UX. Mention Cygwin.
24442         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24443
24444 2008-06-03  Eric Blake  <ebb9@byu.net>
24445
24446         Provide fallback for older kernels.
24447         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24448         Provide runtime fallback if kernel lacks support.
24449         Reported by Mike Frysinger.
24450
24451 2008-06-02  Bruno Haible  <bruno@clisp.org>
24452
24453         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24454         it exists.
24455
24456 2008-06-02  Bruno Haible  <bruno@clisp.org>
24457
24458         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24459         * lib/copy-acl.c (qcopy_acl): Update comment.
24460
24461 2008-06-02  Bruno Haible  <bruno@clisp.org>
24462
24463         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24464         like ACL APIs.
24465
24466 2008-06-02  Bruno Haible  <bruno@clisp.org>
24467
24468         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24469         * tests/test-set-mode-acl.sh: Likewise.
24470         * tests/test-copy-acl.sh: Likewise.
24471         * tests/test-copy-file.sh: Likewise.
24472
24473 2008-06-02  Bruno Haible  <bruno@clisp.org>
24474
24475         * tests/test-file-has-acl.sh: Remove unused code.
24476
24477 2008-06-01  Bruno Haible  <bruno@clisp.org>
24478
24479         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24480         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24481         messages.
24482         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24483
24484 2008-06-01  Bruno Haible  <bruno@clisp.org>
24485
24486         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24487         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24488         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24489         APIs.
24490         * modules/acl-tests (configure.ac): Remove tests now contained in
24491         m4/acl.m4.
24492
24493 2008-06-02  Jim Meyering  <meyering@redhat.com>
24494
24495         announce-gen: use a better key-server host name
24496         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24497         it may be more consistently reliable.  Suggested by Werner Koch
24498         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24499
24500 2008-06-01  Bruno Haible  <bruno@clisp.org>
24501
24502         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24503         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24504
24505 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24506
24507         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24508
24509 2008-06-01  Bruno Haible  <bruno@clisp.org>
24510
24511         New ACL tests.
24512         * tests/test-file-has-acl.sh: New file.
24513         * tests/test-file-has-acl.c: New file.
24514         * tests/test-set-mode-acl.sh: New file.
24515         * tests/test-set-mode-acl.c: New file.
24516         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24517         * tests/test-copy-acl.c: New file.
24518         * modules/acl-tests: New file, based on modules/copy-file-tests.
24519         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24520         (Depends-on): Add acl-tests.
24521         (configure.ac): Remove checks.
24522         (Makefile.am): Don't create test-sameacls program here any more.
24523
24524 2008-06-01  Bruno Haible  <bruno@clisp.org>
24525
24526         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24527         * tests/test-sameacls.c: Include progname.h.
24528         (main): Invoke set_program_name. Portability fixes for MacOS X,
24529         Solaris, HP-UX.
24530
24531 2008-06-01  Bruno Haible  <bruno@clisp.org>
24532
24533         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24534         function.
24535         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24536
24537 2008-06-01  Bruno Haible  <bruno@clisp.org>
24538
24539         * modules/rpmatch (Depends-on): Add strdup.
24540
24541 2008-06-01  Bruno Haible  <bruno@clisp.org>
24542
24543         * lib/pipe.c: Include unistd-safer.h.
24544         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24545         * modules/pipe (Depends-on): Add unistd-safer.
24546
24547 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24548
24549         * modules/autobuild (configure.ac): Call AB_INIT.
24550
24551 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24552
24553         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24554         Suggested by Bruno Haible <bruno@clisp.org>.
24555
24556 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24557
24558         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24559         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24560         <bruno@clisp.org>.
24561
24562 2008-05-29  Eric Blake  <ebb9@byu.net>
24563
24564         Prefer new POSIX 200x interfaces over futimesat.
24565         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24566         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24567         when available.
24568         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24569
24570 2008-05-28  Bruno Haible  <bruno@clisp.org>
24571
24572         * modules/stpcpy (License): Change to LGPLv2+.
24573         Requested by David Lutterkort <dlutter@redhat.com>.
24574
24575 2008-05-27  Bruno Haible  <bruno@clisp.org>
24576
24577         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24578         current mingw.
24579         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24580
24581 2008-05-27  Bruno Haible  <bruno@clisp.org>
24582
24583         * modules/iconv_open (Link): New section, from module 'iconv'.
24584         * modules/striconv (Link): Likewise.
24585         * modules/striconveh (Link): Likewise.
24586         * modules/xstriconv (Link): Likewise.
24587         * modules/unicodeio (Link): Likewise.
24588         * modules/propername (Link): Likewise.
24589         Reported by Jim Meyering.
24590
24591 2008-05-26  Jim Meyering  <meyering@redhat.com>
24592
24593         sha256: do not artificially restrict buffer length to be < 2^32
24594         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24595         uint32_t to size_t.
24596         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24597         to match.
24598
24599         avoid unaligned access errors, e.g., on sparc
24600         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24601         direct access through a possibly-unaligned uint64* pointer.
24602         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24603         direct access through a possibly-unaligned uint32* pointer.
24604         Prompted by this patch from Tom "spot" Callaway:
24605         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24606
24607         sha512.c: fix typo in comment
24608         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24609
24610 2008-05-25  Bruno Haible  <bruno@clisp.org>
24611
24612         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24613         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24614         (Makefile.am): Update lib_SOURCES.
24615
24616 2008-05-25  Bruno Haible  <bruno@clisp.org>
24617
24618         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24619
24620 2008-05-25  Jim Meyering  <meyering@redhat.com>
24621
24622         useless-if-before-free: freed expr may have white-space differences
24623         * build-aux/useless-if-before-free: Recognize cases in which the
24624         freed expression differs from the tested one in embedded white
24625         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24626         $1 was used, so we can't make any regexp shy.  Improved tests now
24627         detect this.
24628
24629         useless-if-before-free: accept white space in the expression.
24630         * build-aux/useless-if-before-free: For now, any white space
24631         in the expression must be identical in the free argument.
24632
24633         useless-if-before-free: efficiency tweak
24634         * build-aux/useless-if-before-free: Make the expression-matching
24635         regexp "shy".
24636         Make the *outer* regexp shy, not the expr-matching one.
24637
24638         update code-in-comment to accept cast of free arg
24639         * build-aux/useless-if-before-free: Update regexp.
24640
24641 2008-05-25  Bruno Haible  <bruno@clisp.org>
24642
24643         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24644         * modules/copy-file-tests (Files, Makefile.am): Update.
24645         * tests/test-copy-file.c (func_test_copy): Update.
24646
24647 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24648
24649         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24650
24651 2008-05-23  Bruno Haible  <bruno@clisp.org>
24652
24653         Improve support for ACLs on OSF/1.
24654         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24655         Remove fallback for unknown flavors of ACLs.
24656
24657 2008-05-22  Bruno Haible  <bruno@clisp.org>
24658
24659         Add support for ACLs on OSF/1.
24660         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24661         replacements.
24662         (acl_free_text): New macro fallback.
24663         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24664         acl_free.
24665         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24666         acl_free_text function. Require AC_C_INLINE.
24667
24668 2008-05-22  Bruno Haible  <bruno@clisp.org>
24669
24670         Make copy_acl work on MacOS X 10.5.
24671         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24672         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24673         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24674         If MODE_INSIDE_ACL, don't assume that every system has the same text
24675         representation for ACLs as FreeBSD.
24676         * lib/copy-acl.c (copy_acl): Add support for platforms with
24677         !MODE_INSIDE_ACL.
24678         * lib/file-has-acl.c (file_has_acl): Likewise.
24679         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24680         FreeBSD, MacOS X, or IRIX, respectively.
24681
24682 2008-05-22  Bruno Haible  <bruno@clisp.org>
24683
24684         * lib/acl.h: Don't include <sys/acl.h>.
24685         (GETACLCNT): Move fallback to lib/acl-internal.h.
24686         * lib/acl-internal.h: Include <sys/acl.h> here.
24687         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24688
24689 2008-05-22  Bruno Haible  <bruno@clisp.org>
24690
24691         Split off copy_acl function to separate file.
24692         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24693         * lib/acl.c (copy_acl): Moved function to separate file.
24694         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24695         * modules/acl (Files): Add lib/copy-acl.c.
24696         (Makefiles.am): Augment lib_SOURCES.
24697
24698 2008-05-22  Bruno Haible  <bruno@clisp.org>
24699
24700         * modules/copy-file-tests: New file.
24701         * tests/test-copy-file.sh: New file.
24702         * tests/test-copy-file.c: New file.
24703         * tests/test-copy-file-sameacls.c: New file.
24704
24705 2008-05-22  Eric Blake  <ebb9@byu.net>
24706
24707         Avoid gcc warning.
24708         * tests/test-memcmp.c (main): Pass NULL indirectly.
24709
24710 2008-05-21  Bruno Haible  <bruno@clisp.org>
24711
24712         Add reference doc about ACLs.
24713         * doc/acl-resources.txt: New file.
24714         * doc/acl-cygwin.txt: New file.
24715
24716 2008-05-21  Bruno Haible  <bruno@clisp.org>
24717
24718         Avoid one more warning from gcc.
24719         * lib/vasnprintf.c (IF_LINT): Update comments.
24720         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24721
24722 2008-05-21  Jim Meyering  <meyering@redhat.com>
24723
24724         avoid a warning from gcc
24725         * lib/vasnprintf.c (IF_LINT): Define.
24726         (scale10_round_decimal_long_double):
24727         Use it to avoid a "may be used uninitialized" warning.
24728         (scale10_round_decimal_double): Likewise.
24729
24730 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24731
24732         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24733         declared.
24734
24735 2008-05-20  Bruno Haible  <bruno@clisp.org>
24736
24737         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24738         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24739
24740 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24741
24742         * modules/memcmp-tests: New file.
24743         * tests/test-memcmp.c: New file.
24744
24745 2008-05-19  Bruno Haible  <bruno@clisp.org>
24746
24747         * modules/propername (Notice, configure.ac): Put quoted "..." into
24748         --keyword option.
24749         * lib/propername.h: Update comments accordingly.
24750         Reported by Eric Blake.
24751
24752 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24753
24754         * modules/getpass-gnu (Depends-on): Add fseeko.
24755
24756 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24757
24758         * modules/base64-tests: New file.
24759
24760 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24761
24762         * lib/base64.c (base64_decode_ctx): If a decode context structure
24763         was passed in use it to ignore newlines.  If a context structure
24764         was _not_ passed in, continue to treat newlines as garbage (this
24765         is the historical behavior).  Formerly base64_decode.
24766         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24767         takes a decode context structure.
24768         * lib/base64.h (base64_decode): Macro for four-argument calls.
24769         (base64_decode_alloc): Likewise.
24770         * lib/base64.c (base64_decode_ctx): If a decode context structure
24771         was passed in use it to ignore newlines.  If a context structure
24772         was _not_ passed in, continue to treat newlines as garbage (this
24773         is the historical behavior).  Formerly base64_decode.
24774         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24775         takes a decode context structure.
24776         * lib/base64.h (base64_decode): Macro for four-argument calls.
24777         (base64_decode_alloc): Likewise.
24778
24779 2008-05-19  Jim Meyering  <meyering@redhat.com>
24780
24781         avoid a warning from gcc
24782         * lib/trim.c (IF_LINT): Define.
24783         (trim2): Use it to avoid a "may be used uninitialized" warning.
24784
24785         Fix doc typo.
24786         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24787
24788 2008-05-19  Bruno Haible  <bruno@clisp.org>
24789
24790         * doc/glibc-functions/getpass.texi: Document limits of other
24791         implementations.
24792
24793 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24794             Bruno Haible <bruno@clisp.org>
24795
24796         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24797
24798 2008-05-18  Bruno Haible  <bruno@clisp.org>
24799
24800         * modules/propername: New file, from GNU gettext.
24801         * lib/propername.h: New file, from GNU gettext.
24802         * lib/propername.c: New file, from GNU gettext.
24803         * MODULES.html.sh (Internationalization functions): Add propername.
24804
24805 2008-05-16  Jim Meyering  <meyering@redhat.com>
24806             Bruno Haible  <bruno@clisp.org>
24807
24808         Avoid some warnings from "gcc -Wshadow".
24809         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24810
24811 2008-05-15  Eric Blake  <ebb9@byu.net>
24812
24813         Extend previous patch to cygwin 1.7.0.
24814         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24815         fast implementation in cygwin >= 1.7.0.
24816         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24817         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24818
24819 2008-05-15  Bruno Haible  <bruno@clisp.org>
24820
24821         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24822         implementation in glibc >= 2.9.
24823         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24824         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24825
24826 2008-05-15  Bruno Haible  <bruno@clisp.org>
24827
24828         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24829         (Unicode string functions): Add unilbrk/*.
24830         Reported by Karl Berry.
24831
24832 2008-05-15  Eric Blake  <ebb9@byu.net>
24833
24834         Fix violation of <stdbool.h> replacement in regex.
24835         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24836         * lib/regexec.c (re_search_internal): Likewise.
24837         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24838
24839 2008-05-15  Jim Meyering  <meyering@redhat.com>
24840
24841         avoid distracting test output when git or cvs is not found
24842         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24843         * tests/test-vc-list-files-git.sh: Likewise.
24844
24845 2008-05-15  Eric Blake  <ebb9@byu.net>
24846
24847         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24848         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24849         glibc version.
24850         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24851         * doc/posix-functions/strstr.texi (strstr): Likewise.
24852         * lib/str-two-way.h (MAX): Sychronize with glibc.
24853
24854 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24855
24856         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24857         opr.ctx_type.
24858         (calc_first): Initialize constraint field.
24859         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24860         Fix grammar.
24861         (duplicate_node): Merge constraint field for all node types.
24862         (calc_eclosure_iter): Look at constraint field for all node types.
24863         * lib/regex_internal.c (create_cd_newstate): Don't look at
24864         opr.ctx_type.
24865
24866 2008-05-14  Bruno Haible  <bruno@clisp.org>
24867
24868         Help GCC to do better code generation.
24869         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24870         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24871         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24872         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24873         Declare with attribute 'malloc' if supported.
24874
24875 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24876
24877         use "echo STR|wc -c" rather than unportable "expr length STR"
24878         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24879         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24880
24881 2008-05-14  Jim Meyering  <meyering@redhat.com>
24882
24883         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24884         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24885         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24886         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24887         via Collin Lasse.
24888
24889 2008-05-14  Eric Blake  <ebb9@byu.net>
24890
24891         Avoid quadratic growth in gl_LIBSOURCES.
24892         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24893         Suggested by Bruno Haible.
24894
24895         Test xmemdup0.
24896         * modules/xmemdup0-tests: New file.
24897         * tests/test-xmemdup0.c: Likewise.
24898
24899 2008-05-13  Eric Blake  <ebb9@byu.net>
24900
24901         Split xmemdup0 into its own module.
24902         * modules/xmemdup0: New file.
24903         * lib/xmemdup0.h: Likewise.
24904         * lib/xmemdup0.c: Likewise.
24905         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24906         * lib/xalloc.h (xmemdup0): Remove.
24907         * lib/xmalloc.c (xmemdup0): Likewise.
24908
24909 2008-05-13  Eric Blake  <ebb9@byu.net>
24910             Bruno Haible  <bruno@clisp.org>
24911
24912         Reduce number of forks required during autoconf.
24913         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24914         and gl_LIBSOURCES_DIR.
24915         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24916         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24917         m4_syscmd per file.
24918         <m4_foreach_w>: Move...
24919         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24920
24921 2008-05-13  Eric Blake  <ebb9@byu.net>
24922
24923         * gnulib-tool: Fix various comment typos.
24924
24925 2008-05-12  Bruno Haible  <bruno@clisp.org>
24926
24927         Tailor the linebreaking algorithm.
24928         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24929
24930 2008-05-12  Bruno Haible  <bruno@clisp.org>
24931
24932         Update to Unicode 5.0.0.
24933         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24934         LBP_JV, LBP_JT. Redistribute values.
24935         (unilbrk_table): Change size.
24936         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24937         Unicode TR#14 rev. 22.
24938         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24939         LBP_JV, LBP_JT. Redistribute values.
24940         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24941         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24942         Update.
24943         * lib/unilbrk/lbrkprop1.h: Regenerated.
24944         * lib/unilbrk/lbrkprop2.h: Regenerated.
24945         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24946         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24947         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24948         Likewise.
24949         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24950         Likewise.
24951         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24952         result.
24953         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24954         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24955         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24956         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24957         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24958         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24959
24960 2008-05-11  Bruno Haible  <bruno@clisp.org>
24961
24962         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24963
24964 2008-05-11  Bruno Haible  <bruno@clisp.org>
24965
24966         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24967         * modules/unilbrk/gen-lbrk: New file.
24968
24969 2008-05-11  Bruno Haible  <bruno@clisp.org>
24970
24971         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24972         * m4/sha512.m4 (gl_SHA512): Likewise.
24973
24974 2008-05-11  Jim Meyering  <meyering@redhat.com>
24975
24976         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24977         * modules/crypto/sha256: New file.
24978         * modules/crypto/sha512: Likewise.
24979         * lib/sha256.c: Likewise.
24980         * lib/sha256.h: Likewise.
24981         * lib/sha512.c: Likewise.
24982         * lib/sha512.h: Likewise.
24983         * lib/u64.h: Likewise.
24984         * m4/sha256.m4: Likewise.
24985         * m4/sha512.m4: Likewise.
24986         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24987
24988 2008-05-10  Bruno Haible  <bruno@clisp.org>
24989
24990         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24991         (Input/Output <stdio.h>): Add xprintf.
24992         (Signal handling <signal.h>): Add strsignal.
24993         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24994         (Core language properties): Add func.
24995         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24996         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24997         strings.
24998         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24999         (Input/output): New section.
25000         (File system functions): Add openat-die, stat-macros.
25001         (Networking functions): Add sockets.
25002         (Unicode string functions): Add unictype/*.
25003         (Support for building libraries and executables): Add gperf.
25004         (Support for building documentation): Add agpl-3.0.
25005         (Misc): Add nocrash.
25006
25007 2008-05-10  Bruno Haible  <bruno@clisp.org>
25008
25009         * modules/unictype/gen-ctype: New file.
25010
25011 2008-05-10  Jim Meyering  <meyering@redhat.com>
25012
25013         Make chdir-safer.c more efficient on a system with no symlinks.
25014         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
25015         also if ELOOP is zero.  Suggested by Bruno Haible.
25016
25017         Make chdir-safer.c slightly safer.
25018         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
25019         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
25020
25021         Avoid compile failure on systems without ELOOP (like mingw).
25022         * lib/chdir-safer.c (ELOOP): Define if not already defined.
25023         Reported by Bruno Haible.
25024
25025 2008-05-10  Bruno Haible  <bruno@clisp.org>
25026
25027         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
25028         (is_utf8_encoding): Use a case-insensitive comparison.
25029         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
25030         streq.
25031
25032 2008-05-10  Bruno Haible  <bruno@clisp.org>
25033
25034         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
25035         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
25036         * lib/unilbrk/ulc-common.h (iconv_string_length,
25037         iconv_string_keeping_offsets): Remove declarations.
25038         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
25039         Don't include <iconv.h>, streq.h, xsize.h.
25040         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
25041         conversion.
25042         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
25043         <iconv.h>, streq.h, xsize.h.
25044         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
25045         conversion.
25046         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
25047         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
25048         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
25049         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
25050
25051 2008-05-10  Bruno Haible  <bruno@clisp.org>
25052
25053         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
25054         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
25055
25056         * modules/unilbrk/u32-width-linebreaks-tests: New file.
25057         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
25058
25059         * modules/unilbrk/u16-width-linebreaks-tests: New file.
25060         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
25061
25062         * modules/unilbrk/u8-width-linebreaks-tests: New file.
25063         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
25064
25065         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
25066         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
25067
25068         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
25069         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
25070
25071         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
25072         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
25073
25074         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
25075         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
25076
25077 2008-05-10  Bruno Haible  <bruno@clisp.org>
25078
25079         Split up 'linebreak' module.
25080         * lib/unilbrk.h: New file, based on lib/linebreak.h.
25081         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
25082         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
25083         modifications.
25084         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
25085         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
25086         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
25087         lib/linebreak.c.
25088         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
25089         lib/linebreak.c.
25090         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
25091         lib/linebreak.c.
25092         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
25093         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
25094         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
25095         lib/linebreak.c.
25096         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
25097         lib/linebreak.c.
25098         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
25099         lib/linebreak.c.
25100         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
25101         lib/linebreak.c.
25102         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
25103         lib/linebreak.c.
25104         * modules/unilbrk/base: New file.
25105         * modules/unilbrk/tables: New file.
25106         * modules/unilbrk/u8-possible-linebreaks: New file.
25107         * modules/unilbrk/u16-possible-linebreaks: New file.
25108         * modules/unilbrk/u32-possible-linebreaks: New file.
25109         * modules/unilbrk/ulc-common: New file.
25110         * modules/unilbrk/ulc-possible-linebreaks: New file.
25111         * modules/unilbrk/u8-width-linebreaks: New file.
25112         * modules/unilbrk/u16-width-linebreaks: New file.
25113         * modules/unilbrk/u32-width-linebreaks: New file.
25114         * modules/unilbrk/ulc-width-linebreaks: New file.
25115         * lib/linebreak.h: Remove file.
25116         * lib/linebreak.c: Remove file.
25117         * m4/linebreak.m4: Remove file.
25118         * modules/linebreak: Remove file.
25119         * NEWS: Mention the changes.
25120
25121 2008-05-09  Eric Blake  <ebb9@byu.net>
25122
25123         Add xmemdup0.
25124         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
25125         implementation.
25126         * lib/xmalloc.c (xmemdup0): New C implementation.
25127
25128 2008-05-08  Bruno Haible  <bruno@clisp.org>
25129
25130         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
25131
25132 2008-05-07  Eric Blake  <ebb9@byu.net>
25133
25134         Support cross-compilation of <wctype.h>.
25135         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
25136         AC_CACHE_CHECK.
25137
25138 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
25139
25140         * build-aux/vc-list-files: Add support for bzr.
25141
25142 2008-05-03  Jim Meyering  <meyering@redhat.com>
25143
25144         avoid failed assertion with tight malloc
25145         * tests/test-getndelim2.c: Correct an off-by-one assertion.
25146
25147 2008-05-03  Simon Josefsson  <simon@josefsson.org>
25148
25149         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
25150         are needed from arpa/inet.h.
25151         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
25152         Reported by Bruno Haible.
25153
25154 2008-05-02  Jim Meyering  <meyering@redhat.com>
25155
25156         avoid compilation error on FreeBSD 6
25157         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
25158
25159 2008-05-01  Jim Meyering  <meyering@redhat.com>
25160
25161         useless-if-before-free: correct --help's exit status description
25162         * build-aux/useless-if-before-free (usage): Like grep, exit 0
25163         for one or more matches, etc.  Reported by Bruno Haible.
25164
25165         vc-list-files: make the stand-alone gnulib test work
25166         * modules/vc-list-files-tests (configure.ac):
25167         Define and AC_SUBST abs_aux_dir.
25168         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
25169         $(abs_top_srcdir) to each script and having each of them
25170         duplicate the work of setting PATH, set PATH here, using
25171         the new variable, abs_aux_dir instead.
25172         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
25173         * tests/test-vc-list-files-git.sh: Likewise.
25174         Reported by Bruno Haible.
25175
25176 2008-05-01  Bruno Haible  <bruno@clisp.org>
25177
25178         * lib/getndelim2.c (getndelim2): Fix newsize computation during
25179         reallocation. Rename 'done' to 'found_delimiter'.
25180
25181 2008-05-01  Jim Meyering  <meyering@redhat.com>
25182
25183         vc-list-files: accommodate /bin/sh like the one from Solaris 10
25184         * build-aux/vc-list-files: Use `...`, not $(...).
25185
25186 2008-04-30  Jim Meyering  <meyering@redhat.com>
25187
25188         add tests for vc-list-files
25189         * modules/vc-list-files-tests: New module.
25190         * tests/test-vc-list-files-cvs.sh: New file.
25191         * tests/test-vc-list-files-git.sh: New file.
25192
25193         avoid a warning from gcc
25194         * lib/getndelim2.c (IF_LINT): Define.
25195         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
25196
25197         vc-list-files: work properly with build-aux/cvsu, too
25198         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
25199         to all cvs-based clauses.
25200
25201         vc-list-files: work properly in the CVS+awk case, too
25202         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
25203
25204         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
25205         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
25206         take more than one file argument, so .  Add quotes, just in case $dir
25207         ever contains a shell meta-character.  Prompted by Soren Hansen in
25208         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
25209
25210 2008-04-29  Eric Blake  <ebb9@byu.net>
25211
25212         Optimize getndelim2 to use block operations when possible.
25213         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
25214         freadseek, and memchr2.
25215         * lib/getndelim2.c (getndelim2): Use them for block reads.
25216
25217 2008-04-29  Bruno Haible  <bruno@clisp.org>
25218
25219         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
25220         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25221         * modules/inet_ntop (Depends-on): Add extensions.
25222         * modules/inet_pton (Depends-on): Likewise.
25223         Reported by Simon Josefsson.
25224
25225 2008-04-29  Jim Meyering  <meyering@redhat.com>
25226
25227         When the is more than one match in a block, match all of them.
25228         * build-aux/useless-if-before-free: Iterate through each block
25229         until there are no more matches.
25230
25231         Fix broken useless-if-before-free script.
25232         * build-aux/useless-if-before-free: Fix typo: missing "?" after
25233         the expression to match cast of argument to free-like function.
25234
25235 2008-04-29  Eric Blake  <ebb9@byu.net>
25236
25237         Use new header.
25238         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
25239
25240 2008-04-29  Jim Meyering  <meyering@redhat.com>
25241
25242         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25243         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25244         by gnulib to exist and to declare e.g., inet_ntop.
25245         Don't include "inet_ntop.h", now removed.
25246
25247         * m4/arpa_inet_h.m4: Remove trailing blanks.
25248
25249 2008-04-29  Eric Blake  <ebb9@byu.net>
25250
25251         Silence valgrind on safe reads beyond potential array bounds.
25252         * lib/rawmemchr.valgrind: New file.
25253         * lib/strchrnul.valgrind: Likewise.
25254         * modules/rawmemchr (Files): Distribute new file.
25255         * modules/strchrnul (Files): Likewise.
25256         Suggested by Bruno Haible.
25257
25258 2008-04-29  Bruno Haible  <bruno@clisp.org>
25259
25260         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
25261         (inet_ntop, inet_pton): Change portability warning's wording.
25262         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
25263         Invoke gl_CHECK_NEXT_HEADERS.
25264         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
25265         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
25266         set ARPA_INET_H.
25267         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25268         * modules/arpa_inet (Description): No longer only for systems that
25269         lack it.
25270         (Depends-on): Add include_next.
25271         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
25272         HAVE_ARPA_INET_H.
25273
25274 2008-04-29  Jim Meyering  <meyering@redhat.com>
25275
25276         * modules/mkdir (License): Re-license as LGPLv2+.
25277
25278 2008-04-29  Bruno Haible  <bruno@clisp.org>
25279
25280         * modules/rawmemchr (Maintainer): Set to Eric.
25281         * modules/strchrnul (Maintainer): Likewise.
25282
25283 2008-04-29  Simon Josefsson  <simon@josefsson.org>
25284
25285         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
25286         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
25287
25288         * modules/arpa_inet (arpa/inet.h): Use them.
25289
25290 2008-04-28  Eric Blake  <ebb9@byu.net>
25291
25292         Test getndelim2.
25293         * modules/getndelim2-tests: New file.
25294         * tests/test-getndelim2.c: Likewise.
25295         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
25296         stream.
25297         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
25298
25299         * MODULES.html.sh: Document new module.
25300
25301 2008-04-20  Bruno Haible  <bruno@clisp.org>
25302
25303         * lib/c-stack.c (die): Use raise.
25304         * modules/c-stack (Depends-on): Add raise.
25305
25306 2008-04-28  Bruno Haible  <bruno@clisp.org>
25307
25308         Expect rpmatch to be declared.
25309         * lib/yesno.c (rpmatch): Remove declaration.
25310
25311         Declare rpmatch.
25312         * lib/stdlib.in.h (rpmatch): New declaration.
25313         * lib/rpmatch.c: Include <stdlib.h> first.
25314         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25315         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25316         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25317         HAVE_RPMATCH.
25318         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25319         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25320         (Include): Set to <stdlib.h>.
25321         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25322         HAVE_RPMATCH.
25323         * NEWS: Document the change.
25324
25325 2008-04-28  Bruno Haible  <bruno@clisp.org>
25326
25327         Change rpmatch to use nl_langinfo when appropriate.
25328         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25329         (N_): New macro.
25330         (localized_pattern): New function/macro.
25331         (try): Remove match, nomatch arguments. Copy the pattern into safe
25332         memory before caching it.
25333         (rpmatch): Use localized_pattern. Add translator comments.
25334         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25335         Suggested by Eric Blake.
25336         * modules/rpmatch (Depends-on): Add stdbool.
25337
25338 2008-04-28  Eric Blake  <ebb9@byu.net>
25339
25340         Add rawmemchr module, matching glibc.
25341         * modules/string (Makefile.am): New indicator.
25342         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25343         * lib/string.in.h (rawmemchr): Declare when appropriate.
25344         * modules/rawmemchr: New file.
25345         * m4/rawmemchr.m4: Likewise.
25346         * lib/rawmemchr.c: Likewise.
25347         * modules/rawmemchr-tests: Likewise.
25348         * tests/test-rawmemchr.c: Likewise.
25349         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25350         module.
25351         * modules/strchrnul (Depends-on): Add rawmemchr.
25352         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25353
25354         Whitespace cleanup.
25355         * tests/test-strchrnul.c: Reindent.
25356         * lib/strchrnul.c: Likewise.
25357
25358         Optimize and test strchrnul.
25359         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25360         * modules/strchrnul-tests: New file.
25361         * tests/test-strchrnul.c: Likewise.
25362
25363         Remove intprops dependency.
25364         * modules/memchr (Depends-on): Remove intprops.
25365         * modules/memrchr (Depends-on): Likewise.
25366         * modules/memchr2 (Depends-on): Likewise.
25367         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25368         * lib/memrchr.c (__memrchr): Likewise.
25369         * lib/memrchr2.c (memchr2): Likewise.
25370         Reported by Simon Josefsson.
25371
25372 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25373
25374         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25375         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25376
25377 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25378
25379         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25380
25381         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25382
25383         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25384
25385         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25386         declarations.
25387         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25388
25389         * m4/inet_pton.m4: Don't check for header files.
25390
25391         * m4/inet_ntop.m4: Don't check for header files.
25392
25393 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25394
25395         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25396         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25397         trigger for cygwin).
25398         Reported by Bruno Haible  <bruno@clisp.org>.
25399
25400 2008-04-28  Bruno Haible  <bruno@clisp.org>
25401
25402         * doc/posix-functions/strdup.texi: Mention mingw problem.
25403
25404 2008-04-27  Bruno Haible  <bruno@clisp.org>
25405
25406         * modules/stat-time-tests (Depends-on): Add sleep.
25407         * tests/test-stat-time.c (force_unlink): New function.
25408         (cleanup): Use it.
25409         (test_mtime): Remove the ctime related tests.
25410         (test_ctime): New function, containing the ctime related tests.
25411         (main): Call test_ctime, except on native Windows platforms.
25412
25413 2008-04-27  Bruno Haible  <bruno@clisp.org>
25414
25415         * lib/rpmatch.c (rpmatch): Add some comments.
25416         Reported by James Youngman <jay@gnu.org>.
25417
25418 2008-04-27  Bruno Haible  <bruno@clisp.org>
25419
25420         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25421         quiet NaNs.
25422
25423 2008-04-27  Bruno Haible  <bruno@clisp.org>
25424
25425         Make test-yesno.sh work on mingw.
25426         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25427         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25428         (main): Set stdin to binary mode.
25429         * modules/yesno-tests (Depends-on): Add binary-io.
25430
25431 2008-04-27  Bruno Haible  <bruno@clisp.org>
25432
25433         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25434         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25435         argument that lie outside the IEEE 854 domain.
25436         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25437         (gl_ISFINITE): Use it.
25438         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25439
25440 2008-04-27  Bruno Haible  <bruno@clisp.org>
25441
25442         Allow local renaming in config.h.
25443         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25444
25445 2008-04-27  Bruno Haible  <bruno@clisp.org>
25446
25447         * lib/memchr.c (__memchr): Change type of 'i'.
25448         * lib/memchr2.c (memchr2): Likewise.
25449
25450 2008-04-26  Eric Blake  <ebb9@byu.net>
25451         and Bruno Haible  <bruno@clisp.org>
25452
25453         Optimize and test memrchr.
25454         * modules/memrchr (Depends-on): Add intprops.
25455         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25456         * modules/memrchr-tests: New file.
25457         * tests/test-memrchr.c: New file.
25458
25459 2008-04-26  Bruno Haible  <bruno@clisp.org>
25460
25461         Add tentative support for DragonFly BSD.
25462         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25463         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25464         fp.
25465         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25466         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25467         * lib/fpurge.c (fpurge): Likewise.
25468         * lib/freadable.c (freaadable): Likewise.
25469         * lib/freadahead.c (freadahead): Likewise.
25470         * lib/freading.c (freading): Likewise.
25471         * lib/freadptr.c (freadptr): Likewise.
25472         * lib/freadseek.c (freadptrinc): Likewise.
25473         * lib/fseeko.c (fseeko): Likewise.
25474         * lib/fseterr.c (fseterr): Likewise.
25475         * lib/fwritable.c (fwritable): Likewise.
25476         * lib/fwriting.c (fwriting): Likewise.
25477
25478 2008-04-26  Bruno Haible  <bruno@clisp.org>
25479
25480         * lib/stdio-impl.h: New file.
25481         * lib/fbufmode.c: Include stdio-impl.h.
25482         (fbufmode): Use fp_, remove redundant #defines.
25483         * lib/fflush.c: Include stdio-impl.h.
25484         (clear_ungetc_buffer): Remove redundant #defines.
25485         * lib/fpurge.c: Include stdio-impl.h.
25486         (fpurge): Remove redundant #defines.
25487         * lib/freadable.c: Include stdio-impl.h.
25488         (freadable): Remove redundant #defines.
25489         * lib/freadahead.c: Include stdio-impl.h.
25490         (freadahead): Remove redundant #defines.
25491         * lib/freading.c: Include stdio-impl.h.
25492         (freading): Remove redundant #defines.
25493         * lib/freadptr.c: Include stdio-impl.h.
25494         (freadptr): Remove redundant #defines.
25495         * lib/freadseek.c: Include stdio-impl.h.
25496         (freadptrinc): Remove redundant #defines.
25497         * lib/fseeko.c: Include stdio-impl.h.
25498         (rpl_fseeko): Remove redundant #defines.
25499         * lib/fseterr.c: Include stdio-impl.h.
25500         (fseterr): Remove redundant #defines.
25501         * lib/fwritable.c: Include stdio-impl.h.
25502         (fwritable: Remove redundant #defines.
25503         * lib/fwriting.c: Include stdio-impl.h.
25504         (fwriting): Remove redundant #defines.
25505         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25506         * modules/fflush (Files): Likewise.
25507         * modules/fpurge (Files): Likewise.
25508         * modules/freadable (Files): Likewise.
25509         * modules/freadahead (Files): Likewise.
25510         * modules/freading (Files): Likewise.
25511         * modules/freadptr (Files): Likewise.
25512         * modules/freadseek (Files): Likewise.
25513         * modules/fseeko (Files): Likewise.
25514         * modules/fseterr (Files): Likewise.
25515         * modules/fwritable (Files): Likewise.
25516         * modules/fwriting (Files): Likewise.
25517
25518 2008-04-26  Bruno Haible  <bruno@clisp.org>
25519
25520         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25521         restore_seek_optimization, update_fpos_cache): New functions, extracted
25522         from rpl_fflush.
25523         (rpl_fflush): Use them.
25524         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25525         (gl_REPLACE_FFLUSH): Use it.
25526
25527 2008-04-26  Bruno Haible  <bruno@clisp.org>
25528
25529         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25530         on Solaris.
25531         * tests/test-xstrtoimax.sh: Likewise.
25532         * tests/test-xstrtoumax.sh: Likewise.
25533         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25534
25535 2008-04-26  Bruno Haible  <bruno@clisp.org>
25536
25537         * modules/memchr-tests: New file.
25538         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25539
25540 2008-04-26  Eric Blake  <ebb9@byu.net>
25541             Bruno Haible  <bruno@clisp.org>
25542
25543         * lib/memchr.c: Include intprops.h.
25544         (__memchr): Optimize parallel detection of matching bytes. Rename local
25545         variables. Add explanatory comments.
25546
25547 2008-04-26  Bruno Haible  <bruno@clisp.org>
25548
25549         Fix module 'memchr', broken since 2000-10-28.
25550         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25551
25552 2008-04-26  Bruno Haible  <bruno@clisp.org>
25553
25554         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25555         comments.
25556
25557 2008-04-25  Eric Blake  <ebb9@byu.net>
25558
25559         Use native fstatat on cygwin 1.7.0.
25560         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25561         first.
25562
25563 2008-04-23  Eric Blake  <ebb9@byu.net>
25564
25565         Improve memchr2 performance.
25566         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25567         NUL bytes.
25568         * modules/memchr2 (Depends-on): Use intprops.h.
25569
25570 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25571
25572         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25573         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25574         <blp@cs.stanford.edu>.
25575
25576 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25577
25578         * lib/arpa_inet.in.h: New file.
25579
25580         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25581         (Makefile.am): Sed in substitute header file.
25582
25583         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25584         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25585
25586         * modules/inet_ntop (configure.ac): Use
25587         gl_ARPA_INET_MODULE_INDICATOR.
25588
25589         * modules/inet_pton (configure.ac): Use
25590         gl_ARPA_INET_MODULE_INDICATOR.
25591
25592 2008-04-22  Jim Meyering  <meyering@redhat.com>
25593
25594         * modules/verify (License): Re-license as LGPLv2+.
25595
25596 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25597
25598         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25599         parameter to void* as per POSIX standard (MinGW uses char*).
25600
25601 2008-04-21  Bruno Haible  <bruno@clisp.org>
25602
25603         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25604         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25605         Define to replacements if REPLACE_ISWCNTRL is 1.
25606         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25607         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25608         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25609         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25610         what it fixes.
25611         * doc/posix-functions/iswalpha.texi: Likewise.
25612         * doc/posix-functions/iswblank.texi: Likewise.
25613         * doc/posix-functions/iswcntrl.texi: Likewise.
25614         * doc/posix-functions/iswdigit.texi: Likewise.
25615         * doc/posix-functions/iswgraph.texi: Likewise.
25616         * doc/posix-functions/iswlower.texi: Likewise.
25617         * doc/posix-functions/iswprint.texi: Likewise.
25618         * doc/posix-functions/iswpunct.texi: Likewise.
25619         * doc/posix-functions/iswspace.texi: Likewise.
25620         * doc/posix-functions/iswupper.texi: Likewise.
25621         * doc/posix-functions/iswxdigit.texi: Likewise.
25622         Reported by Alain Guibert.
25623
25624 2008-04-21  Bruno Haible  <bruno@clisp.org>
25625
25626         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25627         Patch by Alain Guibert.
25628
25629 2008-04-21  Bruno Haible  <bruno@clisp.org>
25630
25631         Fix test failures on mingw.
25632         * tests/test-xstrtol.c (print_no_progname): New function.
25633         (main): Install it in error_print_progname hook.
25634         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25635         * tests/test-xstrtoimax.sh: Likewise.
25636         * tests/test-xstrtoumax.sh: Likewise.
25637
25638 2008-04-21  Bruno Haible  <bruno@clisp.org>
25639
25640         Fix test failure on mingw.
25641         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25642
25643 2008-04-21  Bruno Haible  <bruno@clisp.org>
25644
25645         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25646         Actually assign a value.
25647
25648 2008-04-20  Bruno Haible  <bruno@clisp.org>
25649
25650         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25651         take 2.
25652         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25653         'canonicalize-lgpl' module is also used.
25654         * lib/canonicalize-lgpl.c: Undo last change.
25655         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25656
25657 2008-04-20  Bruno Haible  <bruno@clisp.org>
25658
25659         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25660         config.h. Provide _mkdir based fallback for mingw.
25661         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25662         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25663         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25664         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25665         rather than defining mkdir in config.h.
25666         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25667         (gl_SYS_STAT_H_DEFAULTS): New macro.
25668         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25669         HAVE_IO_H any more.
25670         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25671         HAVE_DECL_MKDIR and HAVE_IO_H.
25672
25673 2008-04-20  Bruno Haible  <bruno@clisp.org>
25674
25675         * lib/isapipe.c: Port to native Windows platforms.
25676
25677 2008-04-20  Bruno Haible  <bruno@clisp.org>
25678
25679         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25680
25681 2008-04-21  Eric Blake  <ebb9@byu.net>
25682
25683         Work around preprocessors that don't handle UINTMAX_MAX.
25684         * lib/memchr2.c (memchr2): Avoid embedded #if.
25685         Reported by Alain Guibert, fix suggested by Bruno Haible.
25686
25687 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25688
25689         * doc/posix-functions/strftime.texi (strftime): Explain better
25690         Windows incompatibility.  Suggested by Micah Cowan
25691         <micah@cowan.name>.
25692
25693 2008-04-20  Bruno Haible  <bruno@clisp.org>
25694
25695         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25696         unistr/u8-mblen.
25697
25698 2008-04-20  Bruno Haible  <bruno@clisp.org>
25699
25700         Fix test failure on platforms with non-GNU iconv.
25701         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25702         (U_TO_U8): Use it, rather than u16_to_u8.
25703         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25704         units at the end of the input string.
25705         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25706
25707 2008-04-20  Bruno Haible  <bruno@clisp.org>
25708
25709         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25710         when the resulting length is 0.
25711         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25712
25713 2008-04-20  Bruno Haible  <bruno@clisp.org>
25714
25715         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25716         works.
25717         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25718
25719 2008-04-20  Bruno Haible  <bruno@clisp.org>
25720
25721         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25722         * modules/tsearch-tests (configure.ac): Test for initstate function.
25723
25724 2008-04-20  Bruno Haible  <bruno@clisp.org>
25725
25726         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25727         for nlink_t if missing.
25728         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25729
25730 2008-04-19  Bruno Haible  <bruno@clisp.org>
25731
25732         Work around snprintf bug on Linux libc5.
25733         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25734         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25735         gl_SNPRINTF_SIZE1.
25736         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25737         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25738         that test failed.
25739         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25740         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25741         * modules/snprintf (Files): Add m4/printf.m4.
25742         * modules/vsnprintf (Files): Likewise.
25743         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25744         * doc/posix-functions/vsnprintf.texi: Likewise.
25745
25746 2008-04-19  Bruno Haible  <bruno@clisp.org>
25747
25748         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25749         from 0.0058 to less than 10^-7.
25750
25751 2008-04-19  Bruno Haible  <bruno@clisp.org>
25752
25753         Fix rounding when a precision is given.
25754         * lib/vasnprintf.c (is_borderline): New function.
25755         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25756         9...9x.
25757         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25758         %e, %g.
25759         * tests/test-vasprintf-posix.c (test_function): Likewise.
25760         * tests/test-snprintf-posix.h (test_function): Likewise.
25761         * tests/test-sprintf-posix.h (test_function): Likewise.
25762         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25763         * tests/test-printf-posix.h (test_function): Likewise.
25764         * tests/test-printf-posix.output: Update.
25765         Reported by John Darrington <john@darrington.wattle.id.au> via
25766         Ben Pfaff <blp@cs.stanford.edu>.
25767
25768 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25769
25770         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25771         Suggested by Bruno Haible <bruno@clisp.org>.
25772
25773 2008-04-17  Bruno Haible  <bruno@clisp.org>
25774
25775         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25776         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25777         implementation.
25778         Patch by Bruce Merry <bmerry@gmail.com>.
25779
25780 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25781
25782         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25783         doesn't work under Windows.
25784
25785 2008-04-16  Bruno Haible  <bruno@clisp.org>
25786
25787         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25788         New macros.
25789         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25790         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25791         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25792         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25793         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25794         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25795         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25796         macros.
25797         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25798         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25799         Northern Sotho, Uighur.
25800
25801 2008-04-16  Bruno Haible  <bruno@clisp.org>
25802
25803         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25804         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25805         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25806         Reported by Daniel Bergström <daniel@octocode.com>.
25807
25808 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25809             Bruno Haible  <bruno@clisp.org>
25810
25811         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25812         function.
25813         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25814         New functions, mostly extracted from gl_locale_name_default.
25815         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25816
25817 2008-04-16  Eric Blake  <ebb9@byu.net>
25818
25819         Adjust strtod detection to catch glibc 2.7 bug.
25820         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25821         Reported by John Gatewood Ham.
25822
25823 2008-04-16  Bruno Haible  <bruno@clisp.org>
25824
25825         Add tentative support for Linux libc5.
25826         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25827         * lib/fpurge.c (fpurge): Likewise.
25828         * lib/freadable.c (freadable): Likewise.
25829         * lib/freadahead.c (freadahead): Likewise.
25830         * lib/freading.c (freading): Likewise.
25831         * lib/freadptr.c (freadptr): Likewise.
25832         * lib/freadseek.c (freadptrinc): Likewise.
25833         * lib/fseeko.c (rpl_fseeko): Likewise.
25834         * lib/fseterr.c (fseterr): Likewise.
25835         * lib/fwritable.c (fwritable): Likewise.
25836         * lib/fwriting.c (fwriting): Likewise.
25837         Reported by Alain Guibert <alguibert+bts@free.fr>.
25838
25839 2008-04-15  Bruno Haible  <bruno@clisp.org>
25840
25841         * modules/mathl (configure.ac): Define module indicator.
25842
25843 2008-04-15  Bruno Haible  <bruno@clisp.org>
25844
25845         * lib/logl.c (logl): Remove unused variables.
25846
25847 2008-04-15  Bruno Haible  <bruno@clisp.org>
25848
25849         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25850         fails.
25851
25852 2008-04-15  Bruno Haible  <bruno@clisp.org>
25853
25854         * lib/trim.c (trim2): Fix argument of isspace() macro.
25855
25856 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25857
25858         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25859         to 0.
25860         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25861
25862 2008-04-14  Bruno Haible  <bruno@clisp.org>
25863
25864         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25865         AC_LANG_PROGRAM argument.
25866         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25867         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25868         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25869         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25870         * m4/math_h.m4 (gl_MATH_H): Likewise.
25871         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25872         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25873         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25874         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25875         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25876         * m4/regex.m4 (gl_REGEX): Likewise.
25877         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25878         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25879         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25880         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25881         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25882         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25883         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25884         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25885
25886 2008-04-14  Jim Meyering  <meyering@redhat.com>
25887
25888         test-strtod: fix typos: s/abs/fabs/
25889         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25890
25891 2008-04-13  Bruno Haible  <bruno@clisp.org>
25892
25893         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25894         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25895         module is also used and while not building the reloc-wrapper.
25896
25897 2008-04-13  Bruno Haible  <bruno@clisp.org>
25898
25899         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25900
25901 2008-04-13  Bruno Haible  <bruno@clisp.org>
25902
25903         Fix AIX compilation failure introduced on 2008-04-02.
25904         * tests/test-frexp.c (exp): Undefine before redefining.
25905         * tests/test-frexpl.c (exp): Likewise.
25906
25907 2008-04-13  Bruno Haible  <bruno@clisp.org>
25908
25909         Work around a HP-UX stdio bug.
25910         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25911         * tests/test-ftello.c (main): Likewise.
25912         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25913         * doc/posix-functions/ftello.texi: Likewise.
25914
25915 2008-04-13  Bruno Haible  <bruno@clisp.org>
25916
25917         Make test-signbit pass on HP-UX/hppa.
25918         * tests/test-signbit.c (minus_zerol): New variable.
25919         (test_signbitl): Use it.
25920
25921 2008-04-13  Bruno Haible  <bruno@clisp.org>
25922
25923         Make truncl work on OSF/1 4.0.
25924         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25925         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25926         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25927         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25928         HAVE_DECL_TRUNCL.
25929         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25930         HAVE_DECL_TRUNCL.
25931         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25932
25933 2008-04-13  Bruno Haible  <bruno@clisp.org>
25934
25935         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25936
25937 2008-04-13  Bruno Haible  <bruno@clisp.org>
25938
25939         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25940         expression, so as to avoid HP-UX 11 cc compiler bug.
25941
25942 2008-04-13  Bruno Haible  <bruno@clisp.org>
25943
25944         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25945
25946 2008-04-13  Bruno Haible  <bruno@clisp.org>
25947
25948         * lib/git-merge-changelog.c: Remove empty declaration outside of
25949         functions.
25950
25951 2008-04-13  Bruno Haible  <bruno@clisp.org>
25952
25953         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25954
25955 2008-04-13  Bruno Haible  <bruno@clisp.org>
25956
25957         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25958         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25959         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25960         also if it exists but lacks definitions of the SHUT_* macros.
25961         * modules/sys_socket (Description): Update.
25962         Reported by Elbert Pol <e.pol@chello.nl>.
25963
25964 2008-04-13  Bruno Haible  <bruno@clisp.org>
25965
25966         * lib/localcharset.c (OS2): Don't redefine if already defined.
25967         Reported by Elbert Pol <e.pol@chello.nl>.
25968
25969 2008-04-13  Bruno Haible  <bruno@clisp.org>
25970
25971         * lib/binary-io.h [__EMX__]: Include <io.h>.
25972         Reported by Elbert Pol <e.pol@chello.nl>.
25973
25974 2008-04-12  Bruno Haible  <bruno@clisp.org>
25975
25976         * lib/fpucw.h: Enable the definitions also for x86_64.
25977         Needed for NetBSD/x86_64.
25978         Reported by Thomas Klausner <tk@giga.or.at>.
25979
25980 2008-04-12  Bruno Haible  <bruno@clisp.org>
25981
25982         * tests/test-strtod.c: Include isnand.h.
25983         (main): Use isnand instead of isnan.
25984         Reported by Jim Meyering.
25985
25986 2008-04-12  Bruno Haible  <bruno@clisp.org>
25987
25988         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25989         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25990
25991 2008-04-12  Jim Meyering  <meyering@redhat.com>
25992
25993         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25994
25995 2008-04-12  Bruno Haible  <bruno@clisp.org>
25996
25997         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25998         Reported by Elbert Pol <e.pol@chello.nl>.
25999
26000 2008-04-12  Eric Blake  <ebb9@byu.net>
26001
26002         Work around Solaris 10 math.h bug.
26003         * m4/math_h.m4 (gl_MATH_H): Check for bug.
26004         (gl_MATH_H_DEFAULTS): Set up default.
26005         * modules/math (Makefile.am): Replace new indicators.
26006         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
26007         * tests/test-math.c (main): Test this.
26008         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
26009         * doc/posix-headers/math.texi (math.h): Mention bug.
26010         Reported by Nelson H. F. Beebe and Jim Meyering.
26011
26012 2008-04-11  Bruno Haible  <bruno@clisp.org>
26013
26014         Adapt to future versions of Apple GCC.
26015         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
26016         Reported by Peter O'Gorman <peter@pogma.com>.
26017
26018 2008-04-11  Bruno Haible  <bruno@clisp.org>
26019
26020         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
26021
26022 2008-04-11  Bruno Haible  <bruno@clisp.org>
26023
26024         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
26025
26026         * modules/getaddrinfo-tests (Makefile.am): Define
26027         test_getaddrinfo_LDADD.
26028
26029 2008-04-11  Bruno Haible  <bruno@clisp.org>
26030
26031         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
26032         (init): Fix syntax error.
26033         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
26034         is declared.
26035
26036 2008-04-11  Bruno Haible  <bruno@clisp.org>
26037
26038         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
26039         * modules/glob (Depends-on): Add stdbool.
26040
26041 2008-04-11  Bruno Haible  <bruno@clisp.org>
26042
26043         * lib/trim.c: Include <string.h>.
26044
26045 2008-04-11  Eric Blake  <ebb9@byu.net>
26046
26047         Avoid compile failure on OS/2.
26048         * lib/regex_internal.h (internal_function): Disable optimization
26049         on OS/2 (__EMX__), where it caused compiler error.
26050         Reported by Elbert Pol.
26051
26052 2008-04-11  Bruno Haible  <bruno@clisp.org>
26053
26054         Flush the standard error stream before aborting. Needed on mingw.
26055         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
26056         * tests/test-array_list.c (ASSERT): Likewise.
26057         * tests/test-array_oset.c (ASSERT): Likewise.
26058         * tests/test-avltree_list.c (ASSERT): Likewise.
26059         * tests/test-avltree_oset.c (ASSERT): Likewise.
26060         * tests/test-avltreehash_list.c (ASSERT): Likewise.
26061         * tests/test-binary-io.c (ASSERT): Likewise.
26062         * tests/test-byteswap.c (ASSERT): Likewise.
26063         * tests/test-c-ctype.c (ASSERT): Likewise.
26064         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
26065         * tests/test-c-strcasestr.c (ASSERT): Likewise.
26066         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
26067         * tests/test-c-strstr.c (ASSERT): Likewise.
26068         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
26069         * tests/test-canonicalize.c (ASSERT): Likewise.
26070         * tests/test-carray_list.c (ASSERT): Likewise.
26071         * tests/test-ceilf1.c (ASSERT): Likewise.
26072         * tests/test-ceilf2.c (ASSERT): Likewise.
26073         * tests/test-ceill.c (ASSERT): Likewise.
26074         * tests/test-count-one-bits.c (ASSERT): Likewise.
26075         * tests/test-fbufmode.c (ASSERT): Likewise.
26076         * tests/test-fflush2.c (ASSERT): Likewise.
26077         * tests/test-floorf1.c (ASSERT): Likewise.
26078         * tests/test-floorf2.c (ASSERT): Likewise.
26079         * tests/test-floorl.c (ASSERT): Likewise.
26080         * tests/test-fopen.c (ASSERT): Likewise.
26081         * tests/test-fpending.c (ASSERT): Likewise.
26082         * tests/test-fprintf-posix.c (ASSERT): Likewise.
26083         * tests/test-fpurge.c (ASSERT): Likewise.
26084         * tests/test-freadable.c (ASSERT): Likewise.
26085         * tests/test-freadahead.c (ASSERT): Likewise.
26086         * tests/test-freading.c (ASSERT): Likewise.
26087         * tests/test-freadptr.c (ASSERT): Likewise.
26088         * tests/test-freadptr2.c (ASSERT): Likewise.
26089         * tests/test-freadseek.c (ASSERT): Likewise.
26090         * tests/test-freopen.c (ASSERT): Likewise.
26091         * tests/test-frexp.c (ASSERT): Likewise.
26092         * tests/test-frexpl.c (ASSERT): Likewise.
26093         * tests/test-fseek.c (ASSERT): Likewise.
26094         * tests/test-fseeko.c (ASSERT): Likewise.
26095         * tests/test-fstrcmp.c (ASSERT): Likewise.
26096         * tests/test-ftell.c (ASSERT): Likewise.
26097         * tests/test-ftello.c (ASSERT): Likewise.
26098         * tests/test-func.c (ASSERT): Likewise.
26099         * tests/test-fwritable.c (ASSERT): Likewise.
26100         * tests/test-fwriting.c (ASSERT): Likewise.
26101         * tests/test-getdelim.c (ASSERT): Likewise.
26102         * tests/test-getline.c (ASSERT): Likewise.
26103         * tests/test-i-ring.c (ASSERT): Likewise.
26104         * tests/test-iconv-utf.c (ASSERT): Likewise.
26105         * tests/test-iconv.c (ASSERT): Likewise.
26106         * tests/test-isfinite.c (ASSERT): Likewise.
26107         * tests/test-isnand.c (ASSERT): Likewise.
26108         * tests/test-isnanf.c (ASSERT): Likewise.
26109         * tests/test-isnanl.h (ASSERT): Likewise.
26110         * tests/test-ldexpl.c (ASSERT): Likewise.
26111         * tests/test-linked_list.c (ASSERT): Likewise.
26112         * tests/test-linkedhash_list.c (ASSERT): Likewise.
26113         * tests/test-localename.c (ASSERT): Likewise.
26114         * tests/test-lseek.c (ASSERT): Likewise.
26115         * tests/test-mbscasecmp.c (ASSERT): Likewise.
26116         * tests/test-mbscasestr1.c (ASSERT): Likewise.
26117         * tests/test-mbscasestr2.c (ASSERT): Likewise.
26118         * tests/test-mbscasestr3.c (ASSERT): Likewise.
26119         * tests/test-mbscasestr4.c (ASSERT): Likewise.
26120         * tests/test-mbschr.c (ASSERT): Likewise.
26121         * tests/test-mbscspn.c (ASSERT): Likewise.
26122         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
26123         * tests/test-mbspbrk.c (ASSERT): Likewise.
26124         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
26125         * tests/test-mbsrchr.c (ASSERT): Likewise.
26126         * tests/test-mbsspn.c (ASSERT): Likewise.
26127         * tests/test-mbsstr1.c (ASSERT): Likewise.
26128         * tests/test-mbsstr2.c (ASSERT): Likewise.
26129         * tests/test-mbsstr3.c (ASSERT): Likewise.
26130         * tests/test-memchr2.c (ASSERT): Likewise.
26131         * tests/test-memmem.c (ASSERT): Likewise.
26132         * tests/test-open.c (ASSERT): Likewise.
26133         * tests/test-printf-frexp.c (ASSERT): Likewise.
26134         * tests/test-printf-frexpl.c (ASSERT): Likewise.
26135         * tests/test-printf-posix.c (ASSERT): Likewise.
26136         * tests/test-quotearg.c (ASSERT): Likewise.
26137         * tests/test-rbtree_list.c (ASSERT): Likewise.
26138         * tests/test-rbtree_oset.c (ASSERT): Likewise.
26139         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
26140         * tests/test-round1.c (ASSERT): Likewise.
26141         * tests/test-roundf1.c (ASSERT): Likewise.
26142         * tests/test-roundl.c (ASSERT): Likewise.
26143         * tests/test-signbit.c (ASSERT): Likewise.
26144         * tests/test-sleep.c (ASSERT): Likewise.
26145         * tests/test-snprintf-posix.c (ASSERT): Likewise.
26146         * tests/test-snprintf.c (ASSERT): Likewise.
26147         * tests/test-sprintf-posix.c (ASSERT): Likewise.
26148         * tests/test-stat-time.c (ASSERT): Likewise.
26149         * tests/test-strcasestr.c (ASSERT): Likewise.
26150         * tests/test-strerror.c (ASSERT): Likewise.
26151         * tests/test-striconv.c (ASSERT): Likewise.
26152         * tests/test-striconveh.c (ASSERT): Likewise.
26153         * tests/test-striconveha.c (ASSERT): Likewise.
26154         * tests/test-strsignal.c (ASSERT): Likewise.
26155         * tests/test-strstr.c (ASSERT): Likewise.
26156         * tests/test-strtod.c (ASSERT): Likewise.
26157         * tests/test-trunc1.c (ASSERT): Likewise.
26158         * tests/test-trunc2.c (ASSERT): Likewise.
26159         * tests/test-truncf1.c (ASSERT): Likewise.
26160         * tests/test-truncf2.c (ASSERT): Likewise.
26161         * tests/test-truncl.c (ASSERT): Likewise.
26162         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
26163         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
26164         * tests/test-vasnprintf.c (ASSERT): Likewise.
26165         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
26166         * tests/test-vasprintf.c (ASSERT): Likewise.
26167         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
26168         * tests/test-vprintf-posix.c (ASSERT): Likewise.
26169         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
26170         * tests/test-vsnprintf.c (ASSERT): Likewise.
26171         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
26172         * tests/test-wcwidth.c (ASSERT): Likewise.
26173         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
26174         * tests/test-xprintf-posix.c (ASSERT): Likewise.
26175         * tests/test-xvasprintf.c (ASSERT): Likewise.
26176         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
26177         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
26178         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
26179         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
26180         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
26181         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
26182         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
26183         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
26184         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
26185         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
26186         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
26187         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
26188         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
26189         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
26190         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
26191         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
26192         * tests/unictype/test-block_list.c (ASSERT): Likewise.
26193         * tests/unictype/test-block_of.c (ASSERT): Likewise.
26194         * tests/unictype/test-block_test.c (ASSERT): Likewise.
26195         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
26196         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
26197         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
26198         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
26199         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
26200         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
26201         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
26202         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
26203         * tests/unictype/test-combining.c (ASSERT): Likewise.
26204         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
26205         * tests/unictype/test-digit.c (ASSERT): Likewise.
26206         * tests/unictype/test-mirror.c (ASSERT): Likewise.
26207         * tests/unictype/test-numeric.c (ASSERT): Likewise.
26208         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
26209         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
26210         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
26211         * tests/unictype/test-scripts.c (ASSERT): Likewise.
26212         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
26213         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
26214         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
26215         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
26216         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
26217         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
26218         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
26219         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
26220         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
26221         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
26222         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
26223         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
26224         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
26225         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
26226         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
26227         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
26228         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
26229         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
26230         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
26231         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
26232         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
26233         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
26234         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
26235         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
26236         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
26237         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
26238         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
26239         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26240         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26241         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26242         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26243         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26244         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26245         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26246         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26247         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26248         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26249         Reported by Eric Blake.
26250
26251 2008-04-11  Bruno Haible  <bruno@clisp.org>
26252
26253         * lib/wchar.in.h: Tweak comment.
26254
26255 2008-04-11  Bruno Haible  <bruno@clisp.org>
26256
26257         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26258         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26259         gl_COMMON.
26260         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
26261
26262 2008-04-11  Bruno Haible  <bruno@clisp.org>
26263
26264         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
26265
26266 2008-04-11  Simon Josefsson  <simon@josefsson.org>
26267
26268         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
26269         of attempting to use non-existing /dev/*random.  Based on patch
26270         from Adam Strzelecki <ono@java.pl> in
26271         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
26272
26273 2008-04-08  Bruno Haible  <bruno@clisp.org>
26274
26275         Add tentative support for emx+gcc.
26276         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
26277         * lib/fpurge.c (fpurge): Likewise.
26278         * lib/freadable.c (freadable): Likewise.
26279         * lib/freadahead.c (freadahead): Likewise.
26280         * lib/freading.c (freading): Likewise.
26281         * lib/freadptr.c (freadptr): Likewise.
26282         * lib/freadseek.c (freadptrinc): Likewise.
26283         * lib/fseeko.c (rpl_fseeko): Likewise.
26284         * lib/fseterr.c (fseterr): Likewise.
26285         * lib/fwritable.c (fwritable): Likewise.
26286         * lib/fwriting.c (fwriting): Likewise.
26287         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
26288
26289 2008-04-09  Eric Blake  <ebb9@byu.net>
26290
26291         Avoid some autoconf warnings.
26292         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
26293         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
26294         * m4/afs.m4 (gl_AFS): Likewise.
26295         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
26296         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
26297         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26298         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
26299         (gl_INTEGER_TYPE_SUFFIX): Likewise.
26300         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
26301         (AC_CHECK_DECLS_ONCE): Likewise.
26302         Rename file...
26303         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
26304         gnulib-tool requires autoconf 2.59 or better.
26305         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26306
26307 2008-04-08  Eric Blake  <ebb9@byu.net>
26308
26309         Use 'git describe --match' if present (added in git 1.5.5).
26310         * build-aux/git-version-gen: Limit result to tags that match 'v*'
26311         if possible.
26312
26313 2008-04-08  Bruno Haible  <bruno@clisp.org>
26314
26315         Add tentative support for OpenServer.
26316         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26317         _ptr, _cnt.
26318         * lib/fpurge.c (fpurge): Likewise.
26319         * lib/freadable.c (freadable): Likewise.
26320         * lib/freadahead.c (freadahead): Likewise.
26321         * lib/freading.c (freading): Likewise.
26322         * lib/freadptr.c (freadptr): Likewise.
26323         * lib/freadseek.c (freadptrinc): Likewise.
26324         * lib/fseeko.c (rpl_fseeko): Likewise.
26325         * lib/fseterr.c (fseterr): Likewise.
26326         * lib/fwritable.c (fwritable): Likewise.
26327         * lib/fwriting.c (fwriting): Likewise.
26328         Reported by Roger Cornelius <rac@tenzing.org> and
26329         Brian K. White <brian@aljex.com>.
26330
26331 2008-04-06  Jim Meyering  <meyering@redhat.com>
26332
26333         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26334
26335 2008-04-06  Bruno Haible  <bruno@clisp.org>
26336
26337         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26338         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26339         * tests/test-printf-posix.sh: Likewise.
26340         * tests/test-vfprintf-posix.sh: Likewise.
26341         * tests/test-vprintf-posix.sh: Likewise.
26342         * tests/test-xprintf-posix.sh: Likewise.
26343
26344 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26345
26346         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26347         hide error from 'ls', needed on OS/2.
26348         Report by Elbert Pol <elbert.pol@gmail.com>.
26349
26350 2008-04-04  Eric Blake  <ebb9@byu.net>
26351
26352         Make test-fseeko.c failures meaningful.
26353         * tests/test-fseeko.c: Print line number on failure.
26354         * tests/test-fseek.c: Likewise.
26355         Reported by Nelson H. F. Beebe.
26356
26357         Improve strtod bug detection check.
26358         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26359         required for Solaris 10.
26360         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26361
26362 2008-04-04  Bruno Haible  <bruno@clisp.org>
26363
26364         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26365         by m4/setenv.m4.
26366
26367 2008-04-03  Eric Blake  <ebb9@byu.net>
26368
26369         Ensure sane .version contents.
26370         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26371         version string.
26372         * build-aux/git-version-gen: Improve documentation.
26373
26374         Make GNU make output nicer.
26375         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26376         MAKECMDGOALS to enforce message for all command line targets.  Set
26377         srcdir for use in maint.mk.
26378
26379         Another maintainer tweak.
26380         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26381         a target that regenerates version.
26382
26383 2008-04-03  Jim Meyering  <meyering@redhat.com>
26384
26385         vc-list-files: don't cause coreutils "make po-check" failure
26386         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26387
26388 2008-04-03  Eric Blake  <ebb9@byu.net>
26389
26390         Allow VPATH usage of vc-list-files.
26391         * build-aux/vc-list-files (scriptversion): Add timestamp.
26392         (options): Add --help, --version, -C.
26393         (CVS): Support installed cvsu.
26394
26395 2008-04-02  Bruno Haible  <bruno@clisp.org>
26396
26397         Avoid some "statement with no effect" warnings from gcc.
26398         * tests/test-wctype.c (main): Explicitly ignore unused values.
26399         Reported by Jim Meyering.
26400
26401 2008-04-02  Jim Meyering  <meyering@redhat.com>
26402
26403         Avoid some warnings from "gcc -Wshadow".
26404         * tests/test-frexp.c (exp): Define to a different identifier.
26405         * tests/test-frexpl.c (exp): Likewise.
26406
26407 2008-04-03  Jim Meyering  <meyering@redhat.com>
26408
26409         bootstrap: remove dangling *.[ch] symlinks from lib
26410         * build-aux/bootstrap [dangling symlink removal]: Move find's
26411         -depth option to precede all others, to avoid a warning.
26412         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26413
26414 2008-04-02  Bruno Haible  <bruno@clisp.org>
26415
26416         Avoid some warnings from "gcc -Wshadow".
26417         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26418         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26419         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26420         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26421         Reported by Jim Meyering.
26422
26423 2008-04-01  Bruno Haible  <bruno@clisp.org>
26424
26425         Fix test to work on IRIX 6.5 with cc.
26426         * tests/test-math.c (numeric_equal): New function.
26427         (main): Use it.
26428
26429 2008-04-01  Bruno Haible  <bruno@clisp.org>
26430
26431         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26432
26433 2008-04-01  Bruno Haible  <bruno@clisp.org>
26434
26435         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26436         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26437         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26438         (Depends-on): Remove math.
26439
26440         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26441         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26442         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26443         (Depends-on): Remove math.
26444
26445         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26446         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26447         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26448         (Depends-on): Remove math.
26449         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26450         (Depends-on): Remove math.
26451
26452         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26453         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26454         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26455         (Depends-on): Remove math.
26456         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26457         (Depends-on): Remove math.
26458
26459         * tests/test-round1.c: Include nan.h.
26460         (main): Use NaNd instead of NAN.
26461         * modules/round-tests (Files): Add tests/nan.h.
26462
26463         * tests/test-trunc1.c: Include nan.h.
26464         (main): Use NaNd instead of NAN.
26465         * modules/trunc-tests (Files): Add tests/nan.h.
26466
26467         * tests/test-roundf1.c: Include nan.h.
26468         (main): Use NaNf instead of NAN.
26469         * modules/roundf-tests (Files): Add tests/nan.h.
26470
26471         * tests/test-truncf1.c: Include nan.h.
26472         (main): Use NaNf instead of NAN.
26473         * modules/truncf-tests (Files): Add tests/nan.h.
26474
26475         * tests/test-ceilf1.c: Include nan.h.
26476         (main): Use NaNf instead of NAN.
26477         * modules/ceilf-tests (Files): Add tests/nan.h.
26478
26479         * tests/test-floorf1.c: Include nan.h.
26480         (main): Use NaNf instead of NAN.
26481         * modules/floorf-tests (Files): Add tests/nan.h.
26482
26483         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26484         (main): Use NaNf instead of NAN.
26485         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26486
26487         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26488         (main): Use NaNd instead of NAN.
26489         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26490
26491         * tests/test-frexp.c: Include nan.h.
26492         (main): Use NaNd instead of NAN.
26493         * modules/frexp-tests (Files): Add tests/nan.h.
26494
26495         * lib/isnan.c: Don't include <math.h>.
26496         (FUNC): Don't use NAN macro.
26497         * modules/isnand-nolibm (Depends-on): Remove math.
26498         * modules/isnanf-nolibm (Depends-on): Remove math.
26499         * modules/isnanl (Depends-on): Remove math.
26500         * modules/isnanl-nolibm (Depends-on): Remove math.
26501
26502         * tests/nan.h: New file.
26503
26504 2008-04-01  Eric Blake  <ebb9@byu.net>
26505
26506         Fix typos.
26507         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26508         values to be the right type.
26509
26510         For now, cater to gnulib strtod inaccuracies.
26511         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26512         fractional results.  While not as nice from a QoI perspective, it
26513         is a quicker patch than correctly implementing decimal to binary
26514         rounding.
26515
26516 2008-03-31  Eric Blake  <ebb9@byu.net>
26517
26518         Guarantee a definition of NAN.
26519         * lib/math.in.h (NAN): Define if missing.
26520         * tests/test-math.c (main): Test it.
26521         * doc/posix-headers/math.texi (math.h): Document this.
26522         * lib/isnan.c (rpl_isnand): Use it.
26523         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26524         * tests/test-floorf1.c (NaN): Likewise.
26525         * tests/test-frexp.c (NaN): Likewise.
26526         * tests/test-isnand.c (NaN): Likewise.
26527         * tests/test-isnanf.c (NaN): Likewise.
26528         * tests/test-round1.c (NaN): Likewise.
26529         * tests/test-roundf1.c (NaN): Likewise.
26530         * tests/test-snprintf-posix.h (NaN): Likewise.
26531         * tests/test-sprintf-posix.h (NaN): Likewise.
26532         * tests/test-trunc1.c (NaN): Likewise.
26533         * tests/test-truncf1.c (NaN): Likewise.
26534         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26535         * tests/test-vasprintf-posix.c (NaN): Likewise.
26536         * modules/isnand-nolibm (Depends-on): Add math.
26537         * modules/isnanf-nolibm (Depends-on): Likewise.
26538         * modules/isnanl (Depends-on): Likewise.
26539         * modules/isnanl-nolibm (Depends-on): Likewise.
26540         * modules/snprintf-posix-tests (Depends-on): Likewise.
26541         * modules/sprintf-posix-tests (Depends-on): Likewise.
26542         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26543         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26544         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26545         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26546
26547 2008-03-31  Bruno Haible  <bruno@clisp.org>
26548
26549         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26550         * doc/posix-functions/strtod.texi: Likewise.
26551
26552 2008-03-31  Bruno Haible  <bruno@clisp.org>
26553
26554         * tests/test-strtod.c (main): Don't use C99 syntax.
26555
26556 2008-03-31  Bruno Haible  <bruno@clisp.org>
26557
26558         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26559         Reported by Eric Blake.
26560
26561 2008-03-31  Jim Meyering  <meyering@redhat.com>
26562
26563         Don't compare actual signbit return values.
26564         * tests/test-strtod.c (main): Rather, compare only their
26565         zero/non-zero nature.
26566
26567 2008-03-31  Eric Blake  <ebb9@byu.net>
26568
26569         More strtod documentation.
26570         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26571         failures as distinct bugs.
26572
26573 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26574
26575         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26576         Problem reported by Erik Benada in
26577         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26578
26579 2008-03-30  Bruno Haible  <bruno@clisp.org>
26580
26581         * tests/test-strtod.c: Add comments about which assertion fails on which
26582         platform.
26583         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26584
26585 2008-03-30  Eric Blake  <ebb9@byu.net>
26586
26587         Test signbit behavior on zeros.
26588         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26589         (test_signbitd, test_signbitl): Likewise.
26590
26591         More strtod touchups.
26592         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26593         sign of negative underflow, for now.  Use .5, not .1.
26594         * doc/posix-functions/strtod.texi (strtod): Mention these
26595         limitations.
26596         Reported by Jim Meyering.
26597
26598 2008-03-30  Bruno Haible  <bruno@clisp.org>
26599
26600         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26601         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26602
26603 2008-03-30  Bruno Haible  <bruno@clisp.org>
26604
26605         Avoid failure when attempting to return empty iconv results on some
26606         platforms.
26607         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26608         allocation, don't report ENOMEM when the resulting string is empty.
26609
26610 2008-03-30  Bruno Haible  <bruno@clisp.org>
26611
26612         Fix buffer overrun.
26613         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26614         Don't consider the width for tmp_length. Check count against tmp_length
26615         before doing the padding. Ensure enough allocation during padding.
26616
26617 2008-03-30  Eric Blake  <ebb9@byu.net>
26618
26619         strtod touchups.
26620         * lib/strtod.c (strtod): Avoid compiler warnings.
26621         Reported by Jim Meyering.
26622
26623 2008-03-30  Bruno Haible  <bruno@clisp.org>
26624
26625         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26626         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26627         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26628         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26629         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26630         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26631         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26632         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26633
26634         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26635         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26636         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26637         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26638         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26639         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26640         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26641         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26642
26643         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26644         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26645         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26646         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26647         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26648         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26649         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26650         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26651
26652         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26653         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26654
26655         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26656         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26657
26658         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26659         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26660
26661         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26662         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26663         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26664
26665         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26666         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26667         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26668
26669         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26670         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26671         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26672
26673         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26674         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26675         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26676
26677         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26678         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26679         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26680         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26681         (Depends-on): Add EOVERFLOW.
26682         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26683         (Depends-on): Add EOVERFLOW.
26684         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26685         (Depends-on): Add EOVERFLOW.
26686         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26687         (Depends-on): Add EOVERFLOW.
26688         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26689         (Depends-on): Add EOVERFLOW.
26690         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26691         (Depends-on): Add EOVERFLOW.
26692         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26693         (Depends-on): Add EOVERFLOW.
26694         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26695         (Depends-on): Add EOVERFLOW.
26696
26697         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26698         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26699         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26700
26701         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26702         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26703         * modules/snprintf (Depends-on): Add EOVERFLOW.
26704
26705         * lib/poll.c (EOVERFLOW): Remove fallback.
26706         * modules/poll (Depends-on): Add EOVERFLOW.
26707
26708         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26709         * modules/getugroups (Depends-on): Add EOVERFLOW.
26710
26711         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26712         * modules/getdelim (Depends-on): Add EOVERFLOW.
26713
26714         * lib/ftell.c (EOVERFLOW): Remove fallback.
26715         * modules/ftell (Depends-on): Add EOVERFLOW.
26716
26717         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26718         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26719         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26720
26721         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26722
26723         * modules/EOVERFLOW-tests: New file.
26724         * tests/test-EOVERFLOW.c: New file.
26725
26726         * modules/EOVERFLOW: New file.
26727         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26728
26729 2008-03-30  Bruno Haible  <bruno@clisp.org>
26730
26731         Fix bug introduced on 2007-06-10.
26732         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26733         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26734
26735 2008-03-30  Bruno Haible  <bruno@clisp.org>
26736
26737         Improve freadseek's efficiency after ungetc.
26738         * lib/freadseek.c: Include freadahead.h.
26739         (freadptrinc): New function, extracted from freadseek.
26740         (freadseek): Use it in a loop. Use freadahead to determine the number
26741         of loop iterations.
26742         * modules/freadseek (Depends-on): Add freadahead.
26743         (configure.ac): Require AC_C_INLINE.
26744
26745 2008-03-30  Bruno Haible  <bruno@clisp.org>
26746
26747         * lib/freadseek.c (freadseek): Don't ignore the return value of
26748         freadptr.
26749
26750 2008-03-29  Eric Blake  <ebb9@byu.net>
26751
26752         Add hex float support.
26753         * modules/strtod (Depends-on): Add c-ctype.
26754         (Link): Mention POW_LIB.
26755         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26756         whitespace between 'e' and exponent.
26757         * tests/test-strtod.c (main): Enable hex float tests.
26758         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26759         now provides.
26760
26761         Document various strtod bugs, with some fixes.
26762         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26763         "-0x", "inf", "nan", and hex constants.
26764         * doc/posix-functions/atof.texi (atof): Likewise.
26765         * modules/stdlib (Makefile.am): Support strtod.
26766         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26767         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26768         detect additional strtod bugs.
26769         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26770         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26771         bool where appropriate.  Parse 'inf' and 'nan'.
26772         * tests/test-strtod.c: New file.
26773         * modules/strtod (Depends-on): Add stdbool, stdlib.
26774         (configure.ac): Turn on module indicator.
26775         * modules/strtod-tests: New module.
26776
26777 2008-03-29  Eric Blake  <ebb9@byu.net>
26778
26779         Fix ftell on mingw.
26780         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26781         * modules/ftell-tests (Depends-on): Add binary-io.
26782         * modules/ftello-tests (Depends-on): Likewise.
26783         * tests/test-ftell.c (main): Enhance test to cover behavior after
26784         ungetc.  Enforce binary mode.
26785         * tests/test-ftello.c (main): Likewise.
26786
26787         Pass test-freadseek on cygwin.
26788         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26789         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26790         ungetc buffer.
26791
26792         * tests/test-fflush2.c (main): Fix typo.
26793
26794 2008-03-29  Bruno Haible  <bruno@clisp.org>
26795
26796         * tests/test-fflush2.c (main): Temporarily disable the contents of
26797         this test.
26798         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26799         Reported by Eric Blake.
26800
26801 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26802
26803         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26804         (GC_SHA224_DIGEST_SIZE): Add.
26805
26806         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26807         (gc_hash_digest_length): Likewise.
26808         (gc_hash_buffer): Likewise.
26809
26810 2008-03-25  Bruno Haible  <bruno@clisp.org>
26811
26812         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26813         detail which gettext release to use.
26814         Reported by Simon Josefsson.
26815
26816 2008-03-26  Jim Meyering  <meyering@redhat.com>
26817
26818         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26819         * modules/gnumakefile (clean-GNUmakefile): Also, use
26820         test ... && ... || : syntax rather than if-then ... fi.
26821
26822         gnumakefile: Don't double-quote-expand $(VPATH) value.
26823         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26824
26825 2008-03-24  Eric Blake  <ebb9@byu.net>
26826
26827         Alter GNUmakefile to install into top directory.
26828         * modules/maintainer-makefile: Split, and add dependency...
26829         * modules/gnumakefile: to this new module.
26830         * build-aux/GNUmakefile: Move...
26831         * top/GNUmakefile: ...here.
26832         * build-aux/maint.mk: Move...
26833         * top/maint.mk: ...here.
26834         * MODULES.html.sh (Support for maintaining...): Document new
26835         module.
26836
26837 2008-03-23  Bruno Haible  <bruno@clisp.org>
26838
26839         * gnulib-tool: New options --vc-files, --no-vc-files.
26840         (func_usage): Document them.
26841         (vc_files): New variable.
26842         (func_import): Consider vc_files.
26843         (func_create_testdir): Set vc_files to empty.
26844         Suggested by Jim Meyering and Karl Berry.
26845
26846 2008-03-23  Bruno Haible  <bruno@clisp.org>
26847
26848         Fix regex compilation error on HP-UX 11.
26849         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26850         * modules/regex (Files): Add m4/mbstate_t.m4.
26851         Reported by Ton Voon <ton.voon@altinity.com>.
26852
26853 2008-03-23  Bruno Haible  <bruno@clisp.org>
26854
26855         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26856
26857 2008-03-23  Eric Blake  <ebb9@byu.net>
26858             Bruno Haible  <bruno@clisp.org>
26859
26860         Install files from top/ in the destination directory.
26861         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26862         augmentation also for the files from top/.
26863         (func_import, func_create_testdir): Rewrite file names:
26864         top/filename -> filename.
26865
26866 2008-03-23  Bruno Haible  <bruno@clisp.org>
26867
26868         Tweak "gnulib --version" output.
26869         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26870
26871 2008-03-23  Bruno Haible  <bruno@clisp.org>
26872
26873         Tweak "gnulib --version" output.
26874         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26875         rather than contents of ChangeLog, when possible.
26876
26877 2008-03-21  Eric Blake  <ebb9@byu.net>
26878
26879         More --version tweaks.
26880         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26881         date of last ChangeLog entry.
26882
26883 2008-03-21  Jim Meyering  <meyering@redhat.com>
26884
26885         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26886
26887 2008-03-20  Eric Blake  <ebb9@byu.net>
26888
26889         VPATH fix.
26890         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26891
26892 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26893
26894         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26895         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26896
26897 2008-03-20  Eric Blake  <ebb9@byu.net>
26898
26899         Sync GNUmakefile with coreutils.
26900         * build-aux/GNUmakefile (have-Makefile): Rename...
26901         (_have-Makefile): ...to this, for namespace consideration.
26902         (GNUmakefile.cfg): Include, if present.
26903         (_autoreconf): Define a default.
26904         (_is-dist-target): New rule for rebuilds to pick up intra-release
26905         version.
26906         (maint-cfg.mk): Rename...
26907         (cfg.mk): ...to this.
26908
26909 2008-03-18  Jim Meyering  <meyering@redhat.com>
26910
26911         New script and module: mktempd
26912         * MODULES.html.sh (maint+release support): Add mktempd.
26913         * build-aux/mktempd: New file.
26914         * modules/mktempd: New file.
26915
26916 2008-03-15  Jim Meyering  <meyering@redhat.com>
26917
26918         Undo last change.
26919         * lib/sha1.c, lib/md5.c: 63 != ~63.
26920         Reported by Andreas Schwab.
26921
26922         sha1.c, md5.c: Hoist a redundant expression.
26923         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26924         "ctx->buflen" only once, before calling *_process_block.
26925         * lib/md5.c (md5_process_bytes): Likewise.
26926
26927 2008-03-14  Eric Blake  <ebb9@byu.net>
26928
26929         Bump copyright year in files generated by gnulib-tool.
26930         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26931         gnulib-tool, rather than hard-coding it.
26932
26933         Fix 'gnulib-tool --version' output to work with git.
26934         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26935         (startup): ...here.
26936         (func_version): Use it to invoke git-version-gen, rather than
26937         relying on CVS keyword expansion.  Modernize wording.
26938         (cvsdatestamp, last_checkin_date, version): Kill unused
26939         variables.
26940
26941 2008-03-12  Jim Meyering  <meyering@redhat.com>
26942
26943         Recognize optional cast of the argument to free.
26944         * build-aux/useless-if-before-free: Update regexps.
26945
26946         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26947
26948 2008-03-11  Bruno Haible  <bruno@clisp.org>
26949
26950         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26951         by a single package.
26952         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26953         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26954         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26955         Reported by Sam Steingold <sds@gnu.org>.
26956
26957 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26958
26959         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26960         repositories.
26961
26962 2008-03-11  Bruno Haible  <bruno@clisp.org>
26963
26964         Avoid conflicts between local macro definitions.
26965         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26966         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26967
26968 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26969             Bruno Haible  <bruno@clisp.org>
26970
26971         Make va_copy work with some version of xlc on AIX 5.1.
26972         * lib/stdarg.in.h: New file.
26973         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26974         On AIX, use a <stdarg.h> file substitute.
26975         * modules/stdarg (Files): Add lib/stdarg.in.h.
26976         (Depends-on): Add include_next.
26977         (Makefile.am): Build a stdarg.h substitute if requested.
26978         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26979
26980 2008-03-10  Bruno Haible  <bruno@clisp.org>
26981
26982         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26983         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26984         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26985
26986 2008-03-10  Bruno Haible  <bruno@clisp.org>
26987
26988         * modules/stdlib (Depends-on): Add include_next, remove
26989         absolute-header.
26990
26991 2008-03-09  Bruno Haible  <bruno@clisp.org>
26992
26993         * lib/freadahead.h (freadahead): Document more precisely.
26994         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26995         the sum of both buffer sizes.
26996         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26997         * NEWS: Document the change.
26998
26999 2008-03-09  Bruno Haible  <bruno@clisp.org>
27000
27001         Extend freadptr to return also the buffer size.
27002         * lib/freadptr.h (freadptr): Add sizep argument.
27003         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
27004         (freadptr): Add sizep argument. Determine buffer size like freadahead
27005         does.
27006         * tests/test-freadptr.c: Don't include freadahead.h.
27007         (main): Adapt for new calling convention of freadptr.
27008         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
27009         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
27010         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
27011         tests/test-freadptr2.sh.
27012         (Depends): Remove freadahead.
27013         (TESTS): Add test-freadptr2.sh.
27014         (check_PROGRAMS): Add test-freadptr2.
27015
27016 2008-03-09  Bruno Haible  <bruno@clisp.org>
27017
27018         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
27019         Report and solution by Simon Josefsson.
27020
27021 2008-03-06  Bruno Haible  <bruno@clisp.org>
27022
27023         Make fflush after ungetc work on BSD platforms.
27024         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
27025         * tests/test-fflush2.c: New file.
27026         * tests/test-fflush2.sh: New file.
27027         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
27028         tests/test-fflush2.c.
27029         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
27030         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
27031
27032 2008-03-06  Eric Blake  <ebb9@byu.net>
27033
27034         Likewise for ftello.
27035         * modules/ftello (Dependencies): Add extensions.
27036         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
27037
27038 2008-03-06  Bruno Haible  <bruno@clisp.org>
27039
27040         * modules/fseeko (Dependencies): Add extensions.
27041         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
27042         Needed on glibc systems.
27043
27044 2008-03-06  Bruno Haible  <bruno@clisp.org>
27045
27046         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
27047         email address.
27048         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27049
27050 2008-03-06  Bruno Haible  <bruno@clisp.org>
27051
27052         * users.txt: Add libgnupdf.
27053
27054 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
27055
27056         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
27057         (Header File Substitutes, Function Substitutes,
27058         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
27059         (Build robot for gnulib): Fix typo.
27060
27061 2008-03-06  Bruno Haible  <bruno@clisp.org>
27062
27063         * doc/gnulib-tool.texi (VCS Issues): Small updates.
27064         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27065
27066 2008-03-06  Bruno Haible  <bruno@clisp.org>
27067
27068         * doc/func.texi: New file, extracted from doc/gnulib.texi.
27069         * doc/gnulib.texi: Include it.
27070
27071 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27072
27073         * modules/func (License): Change license to unlimited; there was
27074         no LGPL parts in the module anyway.
27075
27076 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27077
27078         * modules/__func__: Renamed to modules/func.
27079         * modules/__func__-tests: Renamed to modules/func-tests.
27080         * tests/test-__func__.c: Renamed to tests/test-func.c.
27081         * m4/__func__.m4: Renamed to m4/func.m4.
27082         * doc/gnulib.texi (__func__): Section renamed to func.
27083         Suggested by Eric Blake <ebb9@byu.net>.
27084
27085 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27086
27087         * doc/gnulib.texi (__func__): Use C99 terminology when talking
27088         about __func__.  Make example self-contained.  Suggested by Eric
27089         Blake <ebb9@byu.net>.
27090
27091         * tests/test-__func__.c (main): Avoid extraneous () around __func.
27092         Suggested by Eric Blake <ebb9@byu.net>.
27093
27094 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27095
27096         * modules/__func__: New file.
27097         * modules/__func__-tests: New file.
27098         * tests/test-__func__.c: New file.
27099         * m4/__func__.m4: New file.
27100         * doc/gnulib.texi (__func__): Document __func__ module.
27101
27102 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27103
27104         * modules/byteswap (License): Re-license as LGPLv2+.
27105
27106 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27107
27108         * doc/Makefile: Add pdf target.
27109
27110 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27111
27112         * modules/inline (License): Use 'unlimited', since there are only
27113         *.m4 files in this module.
27114
27115 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27116             Bruno Haible  <bruno@clisp.org>
27117
27118         Add support for HP C 7.1 on OpenVMS 8.3.
27119         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
27120
27121 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27122
27123         Update VMS specifics.
27124         * lib/getopt.c [VMS]: Remove include of unixlib.h.
27125
27126 2008-03-02  Jim Meyering  <meyering@redhat.com>
27127
27128         Remove the last dependency on the "free" module.
27129         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
27130         Reported by Bob Proulx.
27131
27132         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
27133
27134         Remove useless "if" tests before free.  Deprecate "free" module.
27135         * doc/posix-functions/free.texi: Mention that this
27136         module is no longer useful.
27137         * modules/free (Notice): Say this module is obsolete.
27138         * modules/readutmp (Depends-on): Remove free.
27139         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
27140         * lib/putenv.c (putenv): Likewise.
27141         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
27142         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
27143         * tests/test-c-strcasestr.c (main): Likewise.
27144         * tests/test-c-strstr.c (main): Likewise.
27145         * tests/test-mbscasestr1.c (main): Likewise.
27146         * tests/test-mbscasestr2.c (main): Likewise.
27147         * tests/test-mbsstr1.c (main): Likewise.
27148         * tests/test-mbsstr2.c (main): Likewise.
27149         * tests/test-memmem.c (main): Likewise.
27150         * tests/test-strcasestr.c (main): Likewise.
27151         * tests/test-striconv.c (main): Likewise.
27152         * tests/test-striconveh.c (main): Likewise.
27153         * tests/test-striconveha.c (main): Likewise.
27154         * tests/test-strstr.c (main): Likewise.
27155
27156         * build-aux/git-version-gen: Adjust a comment and the Usage string.
27157
27158         bootstrap: sync from coreutils again
27159         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
27160
27161 2008-03-01  Jim Meyering  <meyering@redhat.com>
27162
27163         bootstrap: sync from coreutils
27164         * build-aux/bootstrap (update_po_files): Copy a .po file into place
27165         also when the target doesn't exist.
27166
27167 2008-03-01  Eric Blake  <ebb9@byu.net>
27168
27169         Fix bugs in last patch.
27170         * lib/memchr2.c (memchr2): Fix typo.
27171         * tests/test-memchr2.c: Test previous bug, and don't use GNU
27172         extension.
27173         Reported by Bruce Korb.
27174
27175         New module 'memchr2'.
27176         * modules/memchr2: New file.
27177         * modules/memchr2-tests: Likewise.
27178         * lib/memchr2.h: Likewise.
27179         * lib/memchr2.c: Likewise, based on memchr.c.
27180         * tests/test-memchr2.c: New test.
27181         * MODULES.html.sh (String handling): Add memchr2.
27182
27183 2008-02-29  Bruno Haible  <bruno@clisp.org>
27184
27185         * modules/freadseek-tests: New file.
27186         * tests/test-freadseek.sh: New file.
27187         * tests/test-freadseek.c: New file.
27188
27189         New module 'freadseek'.
27190         * modules/freadseek: New file.
27191         * lib/freadseek.h: New file.
27192         * lib/freadseek.c: New file.
27193         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
27194
27195 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27196
27197         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
27198         wydawca.
27199
27200         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
27201         program_invocation_name and program_invocation_short_name are
27202         present.
27203
27204 2008-02-28  Bruno Haible  <bruno@clisp.org>
27205
27206         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
27207         * tests/test-freadptr.sh: Also test non-seekable stdin.
27208
27209 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
27210
27211         * build-aux/bootstrap (source_base, m4_base)
27212         (doc_base, tests_base): New variables.
27213         (gnulib_tool_options): Do not hardcode base directories, use
27214         the above variables instead.
27215
27216 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
27217
27218         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
27219
27220 2008-02-28  Bruno Haible  <bruno@clisp.org>
27221
27222         * modules/freadptr-tests: New file.
27223         * tests/test-freadptr.sh: New file.
27224         * tests/test-freadptr.c: New file.
27225
27226         New module 'freadptr'.
27227         * modules/freadptr: New file.
27228         * lib/freadptr.h: New file.
27229         * lib/freadptr.c: New file.
27230         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
27231
27232 2008-02-26  Karl Berry  <karl@freefriends.org>
27233
27234         Sync from Libtool:
27235         * libltdl/argz.c (argz_add, argz_count): New functions.
27236         * libltdl/argz.in.h: Declare them.
27237         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
27238
27239 2008-02-22  Bruno Haible  <bruno@clisp.org>
27240
27241         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27242         is a pointer type.  Needed for HP-UX 10.
27243         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27244         * doc/posix-functions/gmtime_r.texi: Likewise.
27245         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27246
27247 2008-02-24  Bruno Haible  <bruno@clisp.org>
27248
27249         * modules/environ-tests: New file.
27250         * tests/test-environ.c: New file.
27251
27252         New module 'environ'.
27253         * modules/environ: New file.
27254         * lib/unistd.in.h (environ): New declaration.
27255         * m4/environ.m4: New file.
27256         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27257         after use.
27258         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27259         HAVE_DECL_ENVIRON.
27260         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
27261         HAVE_DECL_ENVIRON.
27262         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
27263         wrong claim that 'environ' is missing on some systems.
27264         * modules/execute (Depends-on): Add environ.
27265         * lib/execute.c (environ): Remove fallback declaration.
27266         * modules/pipe (Depends-on): Add environ.
27267         * lib/pipe.c (environ): Remove fallback declaration.
27268         * modules/setenv (Depends-on): Add environ.
27269         * lib/setenv.c (environ): Remove fallback declaration.
27270         * modules/unsetenv (Depends-on): Add environ.
27271         * lib/unsetenv.c (environ): Remove fallback declaration.
27272         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
27273         m4/environ.m4.
27274         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
27275         (gl_PREREQ_UNSETENV): Likewise.
27276
27277 2008-02-24  Bruno Haible  <bruno@clisp.org>
27278
27279         * doc/posix-functions/environ.texi: Document the MacOS X problem.
27280
27281 2008-02-20  Bob Proulx  <bob@proulx.com>
27282
27283         Enable use of older two part flavor 'git describe'.
27284         * build-aux/git-version-gen: If using the older two part flavor of
27285         git version then recreate the third part now present in the
27286         newer three part flavor of git describe.
27287
27288 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
27289
27290         * lib/fts.c (fts_build): Typo correction to comment.
27291
27292 2008-02-17  Bruno Haible  <bruno@clisp.org>
27293
27294         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
27295         generating no-op conflicts.
27296
27297 2008-02-17  Bruno Haible  <bruno@clisp.org>
27298
27299         Speed up by 10%.
27300         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
27301         result_entries, rather than an index-based loop.
27302
27303 2008-02-17  Bruno Haible  <bruno@clisp.org>
27304
27305         Speed up by 25%.
27306         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27307         'hashcode_cached'.
27308         (entry_create): New function.
27309         (entry_hashcode): Use the cached hashcode if possible.
27310         (read_changelog_file, try_split_merged_entry): Use entry_create.
27311
27312 2008-02-17  Bruno Haible  <bruno@clisp.org>
27313
27314         Speed up from O(n^2) to O(n) for long ChangeLog files.
27315         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27316         (read_changelog_file): Change implementation of entries_reversed list
27317         to rbtreehash.
27318         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27319
27320 2008-02-17  Bruno Haible  <bruno@clisp.org>
27321
27322         New option --split-merged-entry.
27323         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27324         (find_paragraph_end, try_split_merged_entry): New functions.
27325         (long_options): Add option --split-merged-entry.
27326         (usage): Document option --split-merged-entry.
27327         (main): Implement option --split-merged-entry.
27328         Reported by Eric Blake.
27329
27330 2008-02-17  Bruno Haible  <bruno@clisp.org>
27331
27332         * lib/git-merge-changelog.c: Include c-strstr.h.
27333         (main): Support the "git pull --rebase" situation.
27334         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27335         Reported by Eric Blake.
27336
27337 2008-02-16  Eric Blake  <ebb9@byu.net>
27338
27339         Avoid doubling \ in common case of "c-maybe" quoting style.
27340         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27341         eliding outer quotes.
27342         * lib/quotearg.h: Document this.
27343         * tests/test-quotearg.c (result_strings, inputs, results_g)
27344         (flag_results, locale_results): Test it by adding a new string to
27345         each test group.
27346         (compare_strings): Test new string.
27347
27348 2008-02-13  Eric Blake  <ebb9@byu.net>
27349
27350         Avoid trigraph quoting in default output.
27351         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27352         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27353         unless explicitly requested.
27354         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27355
27356 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27357
27358         Don't rely on signed integer overflowing to negative value.
27359         * lib/getugroups.c (getugroups): Include <limits.h>.
27360         Instead, compare against INT_MAX, and increment only if the test passes.
27361
27362 2008-02-13  Jim Meyering  <meyering@redhat.com>
27363         and Eric Blake  <ebb9@byu.net>
27364
27365         Avoid shadowing warning and compile errors on Linux.
27366         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27367         forwarding macros on Linux.
27368         (dcgettext): Define a stub, for Linux.
27369         (results_g, main): Avoid warnings.
27370
27371 2008-02-12  Eric Blake  <ebb9@byu.net>
27372
27373         Silence warning in last patch.
27374         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27375
27376         Quotearg part 4: add tests, fix c-maybe colon quoting.
27377         * lib/quotearg.h: Improve documentation.
27378         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27379         escapes when adding outer quotes.  When quoting trigraphs, use
27380         valid C notation.  When quoting NUL, omit extra characters if next
27381         character is not digit.  Alter prototype.
27382         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27383         callers.
27384         * modules/quotearg-tests: New module.
27385         * tests/test-quotearg.c: New test.
27386
27387 2008-02-07  Eric Blake  <ebb9@byu.net>
27388
27389         Quotearg part 3: add flag to control outer quote elision.
27390         * lib/quotearg.h (c_maybe_quoting_style): New style.
27391         (enum quoting_flags): Better documentation of flags.
27392         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27393         c-maybe style.
27394         (quotearg_buffer_restyled): Handle new flag to elide outer
27395         quotes.
27396
27397         Quotearg part 2: add flag that can control NUL elision.
27398         * lib/quotearg.h (set_quoting_flags): New prototype.
27399         * lib/quotearg.c (struct quoting_options): Add flag field.
27400         (set_quoting_flags): New function.
27401         (quotearg_buffer_restyled): Add flags parameter.
27402         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27403         (quotearg_n_options): Set the flag, since length cannot be
27404         returned.
27405         (quoting_options_from_style): Default flags correctly.
27406
27407         Quotearg part 1: more wrappers, restore quotearg_char state.
27408         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27409         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27410         (quotearg_colon_mem): New wrappers.
27411         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27412         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27413         functions.
27414         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27415         (quotearg_colon_mem): New functions.
27416
27417 2008-02-11  Bruno Haible  <bruno@clisp.org>
27418
27419         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27420         library in the current directory: it does not work with parallel make.
27421         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27422
27423 2008-02-11  Bruno Haible  <bruno@clisp.org>
27424
27425         * .gitattributes: New file.
27426
27427 2008-02-11  Jim Meyering  <meyering@redhat.com>
27428
27429         useless-if-before-free: Fix reversed exit values.
27430         * build-aux/useless-if-before-free: Use correct values
27431         for EXIT_MATCH and EXIT_NO_MATCH.
27432
27433         * build-aux/useless-if-before-free: Close stdout carefully.
27434
27435 2008-02-10  Bruno Haible  <bruno@clisp.org>
27436
27437         New module 'git-merge-changelog'.
27438         * modules/git-merge-changelog: New file.
27439         * lib/git-merge-changelog.c: New file.
27440
27441 2008-02-10  Jim Meyering  <meyering@redhat.com>
27442
27443         useless-if-before-free: New option: --list (-l).
27444
27445         useless-if-before-free: Don't exit immediately upon open failure.
27446         * build-aux/useless-if-before-free: Exit 2 for errors.
27447         Upon failure to open a file, don't exit immediately.
27448         Rather, just warn and continue with any remaining files.
27449
27450 2008-02-10  Bruno Haible  <bruno@clisp.org>
27451
27452         New abstract list operation 'node_set_value'.
27453         * lib/gl_list.h (gl_list_node_set_value): New function.
27454         (struct gl_list_implementation): New field node_set_value.
27455         * lib/gl_list.c (gl_list_node_set_value): New function.
27456         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27457         (gl_array_list_implementation): Update.
27458         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27459         (gl_carray_list_implementation): Update.
27460         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27461         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27462         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27463         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27464         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27465         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27466         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27467         Update.
27468         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27469         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27470         (gl_sublist_list_implementation): Update.
27471
27472 2008-02-10  Bruno Haible  <bruno@clisp.org>
27473
27474         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27475         Needed when ELEMENT is #defined to 'some_type *'.
27476
27477 2008-02-10  Jim Meyering  <meyering@redhat.com>
27478
27479         New script and module: useless-if-before-free
27480         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27481         * build-aux/useless-if-before-free: New file.
27482         * modules/useless-if-before-free: New file.
27483
27484         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27485
27486         xstrtol_error: Fix typo.
27487         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27488         s/exit_failure/exit_status/.
27489
27490 2008-02-09  Jim Meyering  <meyering@redhat.com>
27491
27492         New script and module: gitlog-to-changelog
27493         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27494         * modules/gitlog-to-changelog: New file.
27495         * build-aux/gitlog-to-changelog: New file.
27496
27497 2008-02-08  Jim Meyering  <meyering@redhat.com>
27498
27499         Avoid two "parameter unused" warnings.
27500         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27501         Mark "st" as used.
27502
27503         Use "git COMMAND", not "git-COMMAND".
27504         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27505         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27506         * build-aux/git-version-gen: Use "git status", not "git-status".
27507
27508 2008-02-07  Bruno Haible  <bruno@clisp.org>
27509
27510         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27511         Avoids a crash on Windows Vista.
27512         Reported by Adam Strzelecki <ono@java.pl> via
27513         Simon Josefsson <simon@josefsson.org>.
27514
27515 2008-02-06  Bruno Haible  <bruno@clisp.org>
27516
27517         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27518         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27519         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27520         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27521         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27522         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27523         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27524         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27525         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27526         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27527         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27528         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27529         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27530         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27531         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27532         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27533         left-adjust flag.
27534         * tests/test-snprintf-posix.h (test_function): Likewise.
27535         * tests/test-sprintf-posix.h (test_function): Likewise.
27536         * tests/test-vasprintf-posix.c (test_function): Likewise.
27537         * doc/posix-functions/fprintf.texi: Update.
27538         * doc/posix-functions/printf.texi: Update.
27539         * doc/posix-functions/snprintf.texi: Update.
27540         * doc/posix-functions/sprintf.texi: Update.
27541         * doc/posix-functions/vfprintf.texi: Update.
27542         * doc/posix-functions/vprintf.texi: Update.
27543         * doc/posix-functions/vsnprintf.texi: Update.
27544         * doc/posix-functions/vsprintf.texi: Update.
27545         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27546
27547 2008-02-06  Bruno Haible  <bruno@clisp.org>
27548
27549         Fix bug introduced on 2008-01-26.
27550         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27551
27552 2008-02-06  Bruno Haible  <bruno@clisp.org>
27553
27554         Fix bug introduced on 2007-06-10.
27555         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27556         !NEED_PRINTF_FLAG_ZERO.
27557
27558 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27559
27560         getloadavg: use libperfstat on AIX5
27561         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27562
27563 2008-02-03  Bruno Haible  <bruno@clisp.org>
27564
27565         * lib/diffseq.h: Add comments about required #includes.
27566         Reported by Michael Biggs <gnulib@doubleplum.net>.
27567
27568 2008-02-01  Bruno Haible  <bruno@clisp.org>
27569
27570         * users.txt: Add gnuit.
27571
27572 2008-01-31  Bruno Haible  <bruno@clisp.org>
27573
27574         * lib/md4.c (set_uint32): Mark as inline.
27575         * lib/md5.c (set_uint32): Likewise.
27576         * lib/sha1.c (set_uint32): Likewise.
27577         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27578         * m4/md5.m4 (gl_MD5): Likewise.
27579         * m4/sha1.m4 (gl_SHA1): Likewise.
27580
27581 2008-01-31  Jim Meyering  <meyering@redhat.com>
27582
27583         Use "sizeof VAR", rather than a literal "4".
27584         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27585         * lib/md4.c (md4_read_ctx): Likewise.
27586         * lib/sha1.c (sha1_read_ctx): Likewise.
27587
27588 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27589
27590         * tests/test-sha1.c: New file, based on test-md5.c.
27591
27592         * modules/crypto/sha1-tests: New file.
27593
27594 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27595
27596         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27597
27598 2008-01-31  Jim Meyering  <meyering@redhat.com>
27599
27600         Prefer "sizeof v" over the equivalent "4".
27601         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27602         * lib/md5.c (set_uint32): Likewise.
27603         * lib/sha1.c (set_uint32): Likewise.
27604
27605 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27606
27607         * lib/sha1.c (set_uint32): Mark function as static.
27608
27609 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27610
27611         md2: clarify comments to say that alignment is not required.
27612         * lib/md2.h: Remove warning about alignment in comment.
27613         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27614         never been required.
27615
27616 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27617
27618         md4: adapt alignment constraint fix from sha1.
27619         * lib/md4.c (set_uint32): New function, from sha1.c
27620         (md4_read_ctx): Use it.
27621         (md4_finish_ctx): Doc fix.
27622         * lib/md4.h: Doc fix.
27623
27624 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27625
27626         md5: adapt alignment constraint fix from sha1.
27627         * lib/md5.c (set_uint32): New function, from sha1.c
27628         (md5_read_ctx): Use it.
27629         (md5_finish_ctx): Doc fix.
27630         * lib/md5.h: Doc fix.
27631
27632 2008-01-30  Peter Palfrader  <weasel@debian.org>
27633
27634         sha1: remove the result buffer alignment constraint
27635         * lib/sha1.c (set_uint32): New function.
27636         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27637         constraint.
27638         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27639         * lib/sha1.h: Likewise.
27640
27641 2008-01-30  Andreas Schwab  <schwab@suse.de>
27642             Bruno Haible  <bruno@clisp.org>
27643
27644         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27645         correct definition of LDBL_MIN_EXP.
27646
27647 2008-01-30  Karl Berry  <karl@gnu.org>
27648
27649         * config/srclist-update: try to preserve x bit on updates.
27650         * config/srclistvars.sh: update for karl.
27651
27652 2008-01-29  Jim Meyering  <meyering@redhat.com>
27653
27654         vasnprintf.c: Avoid warning about unused label
27655         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27656         "overflow" label definition and associated code with the
27657         same cpp condition that guards the sole use of that label.
27658
27659 2008-01-26  Bruno Haible  <bruno@clisp.org>
27660
27661         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27662         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27663         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27664         * lib/isnanl-nolibm.h (isnanl): Likewise.
27665         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27666
27667 2008-01-26  Bruno Haible  <bruno@clisp.org>
27668
27669         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27670         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27671
27672 2008-01-26  Bruno Haible  <bruno@clisp.org>
27673
27674         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27675         GCC >= 4.0 built-in.
27676         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27677
27678 2008-01-26  Bruno Haible  <bruno@clisp.org>
27679
27680         Rename isnan, applicable to 'double' only, to isnand.
27681         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27682         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27683         (configure.ac): Update.
27684         (Include): Replace "isnan.h" with "isnand.h".
27685         * m4/isnand.m4: Renamed from m4/isnan.m4.
27686         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27687         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27688         instead of isnan.c.
27689         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27690         instead of HAVE_ISNAN_IN_LIBC.
27691         (isnand): Renamed from isnan.
27692         * lib/isnand.c: New file.
27693         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27694         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27695         (Makefile.am): Update.
27696         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27697         Include isnand.h instead of isnan.h.
27698         (main): Test isnand instead of isnan.
27699         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27700         isnan-nolibm.
27701         * modules/frexp (Depends-on): Likewise.
27702         * modules/frexp-tests (Depends-on): Likewise.
27703         * modules/frexp-nolibm (Depends-on): Likewise.
27704         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27705         * modules/isfinite (Depends-on): Likewise.
27706         * modules/round-tests (Depends-on): Likewise.
27707         * modules/signbit (Depends-on): Likewise.
27708         * modules/signbit-tests (Depends-on): Likewise.
27709         * modules/snprintf-posix (Depends-on): Likewise.
27710         * modules/sprintf-posix (Depends-on): Likewise.
27711         * modules/trunc-tests (Depends-on): Likewise.
27712         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27713         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27714         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27715         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27716         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27717         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27718         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27719         * modules/vasnprintf-posix (Depends-on): Likewise.
27720         * modules/vasprintf-posix (Depends-on): Likewise.
27721         * modules/vfprintf-posix (Depends-on): Likewise.
27722         * modules/vsnprintf-posix (Depends-on): Likewise.
27723         * modules/vsprintf-posix (Depends-on): Likewise.
27724         * lib/frexp.c: Include isnand.h instead of isnan.h.
27725         (ISNAN): Set to isnand instead of isnan.
27726         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27727         (gl_isfinited): Use isnand instead of isnan.
27728         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27729         (gl_signbitd): Use isnand instead of isnan.
27730         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27731         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27732         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27733         (main): Use isnand instead of isnan.
27734         * tests/test-round1.c: Include isnand.h.
27735         (main): Use isnand instead of isnan.
27736         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27737         (ISNAN): Set to isnand instead of isnan.
27738         * tests/test-trunc1.c: Include isnand.h.
27739         (main): Use isnand instead of isnan.
27740         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27741         (equal): Use isnand instead of isnan.
27742         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27743         isnand-nolibm.
27744         * NEWS: Mention the change.
27745
27746 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27747             Bruno Haible  <bruno@clisp.org>
27748
27749         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27750         the GCC builtins for signbits are present and set
27751         REPLACE_SIGNBIT_USING_GCC if so.
27752         * lib/math.in.h (signbit): Define using GCC builtins if
27753         REPLACE_SIGNBIT_USING_GCC is set.
27754         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27755         REPLACE_SIGNBIT_USING_GCC.
27756         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27757
27758 2008-01-25  Jim Meyering  <meyering@redhat.com>
27759
27760         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27761         * lib/poll.c: Include <config.h>, not "config.h".
27762         * tests/test-getaddrinfo.c: Likewise.
27763
27764 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27765
27766         * modules/sockets-tests: New file.
27767
27768 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27769
27770         * modules/sockets: New module, can be used to call WSA_Startup and
27771         WSA_Cleanup when needed.
27772
27773         * lib/sockets.h, lib/sockets.c: New files.
27774
27775         * m4/sockets.m4: New file.
27776
27777         * tests/test-sockets.c: New file.
27778
27779 2008-01-19  Bruno Haible  <bruno@clisp.org>
27780
27781         * doc/posix-headers: Renamed from doc/headers.
27782         * doc/posix-functions: Renamed from doc/functions.
27783         * doc/gnulib.texi: Update.
27784
27785 2008-01-19  Bruno Haible  <bruno@clisp.org>
27786
27787         * doc/glibc-functions/strcasestr.texi: Include contents of
27788         doc/functions/strcasestr.texi, fixing the list of platforms.
27789         * doc/functions/strcasestr.texi: Remove file.
27790
27791 2008-01-19  Bruno Haible  <bruno@clisp.org>
27792
27793         * doc/glibc-functions/memmem.texi: Include contents of
27794         doc/functions/memmem.texi.
27795         * doc/functions/memmem.texi: Remove file.
27796
27797 2008-01-18  Bruno Haible  <bruno@clisp.org>
27798
27799         * doc/glibc-functions/*.texi: New files.
27800         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27801         to use the new files.
27802
27803 2008-01-17  Bruno Haible  <bruno@clisp.org>
27804
27805         * tests/test-gethostname.c (main): Fix printf statement.
27806
27807 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27808
27809         * modules/gethostname-tests: New file.
27810
27811         * tests/test-gethostname.c: New file.
27812
27813 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27814
27815         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27816         used by the UNAME case.  Reported by Bruno Haible
27817         <bruno@clisp.org>.
27818
27819 2008-01-17  Eric Blake  <ebb9@byu.net>
27820
27821         Convert c-strcasestr to be more efficient.
27822         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27823         (Depends-on): Add c-strcase, remove malloca, strnlen.
27824         * tests/test-c-strcasestr.c (main): Enhance test.
27825         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27826
27827 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27828
27829         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27830         Use it in creating po/Makevars.
27831
27832 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27833
27834         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27835         Applications that requires it should initialize libgcrypt
27836         manually.
27837
27838 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27839
27840         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27841
27842 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27843
27844         Fix problem with getdate on mingw32 reported by Simon Josefsson
27845         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27846         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27847         tzname", when deciding whether to declare tzname.
27848         * lib/strftime.c (tzname): Likewise.
27849
27850 2008-01-15  Bruno Haible  <bruno@clisp.org>
27851
27852         Work around a MacOS X 10.5 bug in frexpl().
27853         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27854         * doc/functions/frexpl.texi: Document the bug.
27855         Reported by Elias Pipping <pipping@gentoo.org>.
27856
27857 2008-01-14  Eric Blake  <ebb9@byu.net>
27858
27859         Touch up previous patch.
27860         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27861         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27862
27863         Convert strcasestr module to use Two-Way algorithm.
27864         * modules/strcasestr-simple: New module, based on the old
27865         strcasestr, but with Two-Way rather than KMP.
27866         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27867         * lib/string.in.h (rpl_strcasestr): Declare.
27868         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27869         performance.
27870         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27871         * modules/string (Makefile.am): Support strcasestr.
27872         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27873         * modules/strcasestr-tests (Depends-on): Check for alarm.
27874         * tests/test-strcasestr.c: Augment test.
27875         * lib/str-two-way.h: Clean up stray macro.
27876         * NEWS: Document new module.
27877         * MODULES.html.sh (string handling): Likewise.
27878         * doc/functions/strcasestr.texi: New file.
27879         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27880         here, since it is not a POSIX function.
27881
27882 2008-01-14  Colin Watson  <cjwatson@debian.org>
27883             Bruno Haible  <bruno@clisp.org>
27884
27885         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27886         works fine; if not, set REPLACE_STRSIGNAL.
27887         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27888         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27889         REPLACE_STRSIGNAL.
27890         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27891         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27892         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27893
27894 2008-01-14  Bruno Haible  <bruno@clisp.org>
27895
27896         * modules/strsignal (Include): Change to <string.h>.
27897
27898 2008-01-14  Colin Watson  <cjwatson@debian.org>
27899
27900         * modules/argp (Notice): Add a notice recommending to change
27901         XGETTEXT_OPTIONS.
27902         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27903
27904 2008-01-13  Colin Watson  <cjwatson@debian.org>
27905
27906         * modules/strsignal-tests: New file.
27907         * tests/test-strsignal.c: New file.
27908
27909         * lib/strsignal.c: New file, from glibc with modifications.
27910         * lib/siglist.h: New file, from glibc with modifications.
27911         * lib/string.in.h (strsignal): New declaration.
27912         * m4/strsignal.m4: New file.
27913         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27914         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27915         * modules/strsignal: New file.
27916         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27917         HAVE_DECL_STRSIGNAL.
27918
27919 2008-01-13  Bruno Haible  <bruno@clisp.org>
27920
27921         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27922         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27923         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27924         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27925
27926 2008-01-13  Bruno Haible  <bruno@clisp.org>
27927
27928         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27929         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27930         * lib/argp.h (__attribute__): Likewise.
27931         * lib/c-stack.c (__attribute__): Likewise.
27932         * lib/error.h (__attribute__): Likewise.
27933         * lib/fts.c (__attribute__): Likewise.
27934         * lib/openat.h (__attribute__): Likewise.
27935         * lib/stdio.in.h (__attribute__): Likewise.
27936         * lib/string.in.h (__attribute__): Likewise.
27937         * lib/utimens.c (__attribute__): Likewise.
27938         * lib/vasnprintf.h (__attribute__): Likewise.
27939         * lib/xalloc.h (__attribute__): Likewise.
27940         * lib/xprintf.h (__attribute__): Likewise.
27941         * lib/xstrtol.h (__attribute__): Likewise.
27942         * lib/xvasprintf.h (__attribute__): Likewise.
27943
27944 2008-01-12  Bruno Haible  <bruno@clisp.org>
27945
27946         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27947         * doc/glibc-headers/a.out.texi: New file.
27948         * doc/glibc-headers/aliases.texi: New file.
27949         * doc/glibc-headers/alloca.texi: New file.
27950         * doc/glibc-headers/ar.texi: New file.
27951         * doc/glibc-headers/argp.texi: New file.
27952         * doc/glibc-headers/argz.texi: New file.
27953         * doc/glibc-headers/byteswap.texi: New file.
27954         * doc/glibc-headers/crypt.texi: New file.
27955         * doc/glibc-headers/endian.texi: New file.
27956         * doc/glibc-headers/envz.texi: New file.
27957         * doc/glibc-headers/err.texi: New file.
27958         * doc/glibc-headers/error.texi: New file.
27959         * doc/glibc-headers/execinfo.texi: New file.
27960         * doc/glibc-headers/fpu_control.texi: New file.
27961         * doc/glibc-headers/fstab.texi: New file.
27962         * doc/glibc-headers/fts.texi: New file.
27963         * doc/glibc-headers/getopt.texi: New file.
27964         * doc/glibc-headers/ieee754.texi: New file.
27965         * doc/glibc-headers/ifaddrs.texi: New file.
27966         * doc/glibc-headers/libintl.texi: New file.
27967         * doc/glibc-headers/mcheck.texi: New file.
27968         * doc/glibc-headers/mntent.texi: New file.
27969         * doc/glibc-headers/obstack.texi: New file.
27970         * doc/glibc-headers/paths.texi: New file.
27971         * doc/glibc-headers/printf.texi: New file.
27972         * doc/glibc-headers/pty.texi: New file.
27973         * doc/glibc-headers/resolv.texi: New file.
27974         * doc/glibc-headers/shadow.texi: New file.
27975         * doc/glibc-headers/sysexits.texi: New file.
27976         * doc/glibc-headers/ttyent.texi: New file.
27977
27978 2008-01-12  Jim Meyering  <meyering@redhat.com>
27979
27980         announce-gen: emit Gnulib's git-based version string.
27981         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27982         New option --gnulib-version=V, where V is expected to be
27983         the output of running git describe in the gnulib directory.
27984         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27985         not useful, and plan to stop publishing an xdelta file with each
27986         coreutils release.
27987
27988         * build-aux/announce-gen: Also check for lzma-compressed files.
27989
27990 2008-01-11  Bruno Haible  <bruno@clisp.org>
27991
27992         * tests/test-memmem.c (main): Increase maximum allowed time.
27993         * tests/test-strstr.c (main): Likewise.
27994
27995 2008-01-11  Bruno Haible  <bruno@clisp.org>
27996
27997         * doc/functions/memmem.texi: Add more precisions about platforms.
27998         * doc/functions/strstr.texi: Likewise.
27999
28000 2008-01-10  Eric Blake  <ebb9@byu.net>
28001
28002         * m4/strstr.m4: Delete cruft from copy-n-paste.
28003         Reported by Bruno Haible.
28004
28005 2008-01-10  Bruno Haible  <bruno@clisp.org>
28006
28007         Make c-strstr rely on strstr.
28008         * lib/c-strstr.c: Don't include str-kmp.h.
28009         (c_strstr): Define in terms of strstr.
28010         * modules/c-strstr (Files): Remove lib/str-kmp.h.
28011         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
28012
28013 2008-01-10  Bruno Haible  <bruno@clisp.org>
28014
28015         * doc/gnulib.texi (String Functions in C Locale): New section.
28016         * doc/c-ctype.texi: New file.
28017         * doc/c-strcase.texi: New file.
28018         * doc/c-strcaseeq.texi: New file.
28019         * doc/c-strcasestr.texi: New file.
28020         * doc/c-strstr.texi: New file.
28021         * doc/c-strtod.texi: New file.
28022         * doc/c-strtold.texi: New file.
28023
28024 2008-01-10  Eric Blake  <ebb9@byu.net>
28025
28026         * lib/relocatable.h: Fix a comment.
28027
28028 2008-01-10  Eric Blake  <ebb9@byu.net>
28029
28030         Share two-way algorithm.
28031         * lib/str-two-way.h: New file, merged from...
28032         * lib/memmem.c: ...here...
28033         * lib/strstr.c: ...and here.
28034         * modules/memmem (Files): Use it.
28035         * modules/strstr (Files): Likewise.
28036
28037         Avoid quadratic strstr implementations.
28038         * lib/strstr.c: New file.
28039         * m4/strstr.m4: Likewise.
28040         * modules/strstr: Likewise.
28041         * modules/strstr-tests: Likewise.
28042         * tests/test-strstr.c: Likewise.
28043         * lib/string.in.h (rpl_strstr): Declare.
28044         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
28045         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
28046         * modules/string (Makefile.am): Likewise.
28047         * MODULES.html.sh (string handling): Mention new module.
28048         * doc/functions/strstr.texi (strstr): Document the bug.
28049
28050 2008-01-10  Bruno Haible  <bruno@clisp.org>
28051
28052         * lib/relocatable.h (relocate): State whether result is freshly
28053         allocated or not.
28054         * lib/relocatable.c (relocate): Return a freshly allocated string
28055         instead of a pointer to a privately held string.
28056         Reported by Sylvain Beucler <beuc@gnu.org>.
28057
28058 2008-01-10  Colin Watson  <cjwatson@debian.org>
28059
28060         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
28061         s/S_ISNLK/S_ISLNK/.
28062
28063 2008-01-09  Bruno Haible  <bruno@clisp.org>
28064
28065         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
28066         and other files.
28067         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
28068         if it's only a guess.
28069         * modules/memmem: Simplify by depending on memmem-simple.
28070
28071 2008-01-09  Bruno Haible  <bruno@clisp.org>
28072
28073         Work around OpenBSD 4.0 tdelete() bug.
28074         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
28075         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
28076         macros and don't redefine the enum values.
28077         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
28078         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
28079         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
28080
28081 2008-01-09  Bruno Haible  <bruno@clisp.org>
28082
28083         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
28084         (main): Don't perform the tests if setlocale did not install a UTF-8
28085         locale. Needed on OpenBSD 4.0.
28086         * modules/wcwidth-tests (Depends-on): Add localcharset.
28087
28088 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28089
28090         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
28091         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
28092         * NEWS: announce this.
28093         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
28094
28095 2008-01-09  Simon Josefsson  <simon@josefsson.org>
28096         and Eric Blake  <ebb9@byu.net>
28097
28098         Add memmem-simple module.
28099         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
28100         (gl_FUNC_MEMMEM): Separate performance from presence checks.
28101         * modules/memmem-simple: New file.
28102         * modules/memmem (Description): Tweak.
28103         * MODULES.html.sh (string handling): Mention new module.
28104         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
28105         addressed by memmem-simple.
28106         * NEWS: Document the difference.
28107
28108 2008-01-09  Eric Blake  <ebb9@byu.net>
28109
28110         Give gcc some memmem optimization hints.
28111         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
28112         (strcasestr): Declare as pure.
28113         * modules/memmem (Maintainer): Claim my implementation.
28114
28115 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28116
28117         Support AIX 6.1 and higher.
28118         * build-aux/config.libpath: Likewise.
28119         * build-aux/config.rpath: Likewise.
28120
28121 2008-01-08  Jim Meyering  <meyering@redhat.com>
28122             Bruno Haible  <bruno@clisp.org>
28123
28124         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
28125         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
28126         Reported by Peter Fales in
28127         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
28128
28129 2008-01-08  Bruno Haible  <bruno@clisp.org>
28130
28131         * modules/unictype/category-of (Depends-on): Add
28132         unictype/category-none.
28133         * modules/unictype/category-and-tests (Depends-on): Add
28134         unictype/category-{L,N,Lu,Nd}.
28135         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
28136         * modules/unictype/category-or-tests (Depends-on): Add
28137         unictype/category-{L,N}.
28138         * modules/unictype/category-name-tests (Depends-on): Add
28139         unictype/category-{Z,Nl}.
28140         Reported by Simon Josefsson.
28141
28142 2008-01-08  Bruno Haible  <bruno@clisp.org>
28143
28144         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
28145         convention better.
28146         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
28147         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
28148         Reported by Peter Miller <millerp@canb.auug.org.au>.
28149
28150 2008-01-08  Eric Blake  <ebb9@byu.net>
28151
28152         Rewrite memmem to guarantee linear complexity without malloc.
28153         * lib/memmem.c (memmem): Use Two-Way rather than
28154         Knuth-Morris-Pratt, to allow O(1) space usage.
28155         (critical_factorization, two_way_short_needle)
28156         (two_way_long_needle): New functions.
28157         (knuth_morris_pratt): Delete.
28158         * modules/memmem (Depends-on): No longer need malloca or stdbool.
28159         Add stdint.
28160         * tests/test-memmem.c (main): Add tests for periodic needle and
28161         sublinear performance.
28162         * doc/functions/memmem.texi (memmem): Document other deficiencies
28163         in cygwin and older glibc.
28164
28165 2008-01-08  Bruno Haible  <bruno@clisp.org>
28166
28167         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
28168         augmentation.
28169
28170 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
28171
28172         Add a configure time option: --disable-acl.
28173         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
28174         AC_ARG_ENABLE(acl).
28175
28176 2008-01-06  Simon Josefsson  <simon@josefsson.org>
28177
28178         * tests/test-localename.c: Don't include obsolete "setenv.h".
28179
28180         * modules/localename-tests (Depends-on): Need unsetenv.
28181
28182 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28183
28184         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
28185
28186 2008-01-06  Colin Watson  <cjwatson@debian.org>
28187
28188         * users.txt: Add man-db.
28189
28190 2008-01-07  Bruno Haible  <bruno@clisp.org>
28191
28192         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
28193         previous section name.
28194
28195 2008-01-07  Bruno Haible  <bruno@clisp.org>
28196
28197         * lib/progname.c (set_program_name): Don't strip off a leading
28198         "lt-" prefix outside a .libs directory.
28199         Suggested by Paul Eggert.
28200
28201 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
28202             Bruno Haible  <bruno@clisp.org>
28203
28204         Improve memory cleanup in 'relocatable' module.
28205         * lib/relocatable.h (compute_curr_prefix): Change return type to
28206         'char *'.
28207         * lib/relocatable.c (compute_curr_prefix): Change return type to
28208         'char *'. Free curr_installdir after use.
28209         (relocate): Free curr_prefix_better after use.
28210         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
28211
28212 2008-01-01  Bruno Haible  <bruno@clisp.org>
28213
28214         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
28215         failure on older glibc systems.
28216         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28217
28218 2008-01-05  Eric Blake  <ebb9@byu.net>
28219
28220         Avoid quadratic system memmem.
28221         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
28222         Reported by Ralf Wildenhues.
28223
28224         Fix memmem test for mingw.
28225         * modules/memmem-tests (configure.ac): Check for alarm.
28226         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
28227         it.
28228         * doc/functions/memmem.texi: New file.
28229         * doc/gnulib.texi (Function Substitutes): Add memmem.
28230         Reported by Bruno Haible.
28231
28232 2008-01-04  Bruno Haible  <bruno@clisp.org>
28233
28234         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
28235         Require gl_HEADER_STRINGS_H_DEFAULTS, not
28236         gl_HEADER_STRING_H_DEFAULTS.
28237
28238 2008-01-04  Eric Blake  <ebb9@byu.net>
28239
28240         Shorten duration of memmem test.
28241         * tests/test-memmem.c (main): Use alarm to declare failure if test
28242         is taking too long.
28243         Reported by Ralf Wildenhues.
28244
28245 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28246
28247         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28248         string, needed by strerror.
28249
28250 2008-01-03  Colin Watson  <cjwatson@debian.org>
28251             Bruno Haible  <bruno@clisp.org>
28252
28253         * doc/gnulib-tool.texi (Localization): New section.
28254
28255 2008-01-02  Bruno Haible  <bruno@clisp.org>
28256
28257         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28258         variables to 'unsigned char *' type.
28259         Reported by Paul Eggert.
28260
28261 2008-01-02  Jim Meyering  <jim@meyering.net>
28262
28263         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28264
28265 2007-12-31  Jim Meyering  <jim@meyering.net>
28266
28267         Avoid use of private FTS type name.
28268         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
28269
28270 2007-12-30  Karl Berry  <karl@gnu.org>
28271
28272         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
28273         work around defect in Texinfo and/or the standalone Info browser.
28274
28275 2007-12-30  Bruno Haible  <bruno@clisp.org>
28276
28277         Unify 5 copies of the KMP code.
28278         * lib/str-kmp.h: New file.
28279         * lib/c-strcasestr.c: Include str-kmp.h.
28280         (knuth_morris_pratt): Remove function.
28281         (c_strcasestr): Update.
28282         * lib/c-strstr.c: Include str-kmp.h.
28283         (knuth_morris_pratt): Remove function.
28284         (c_strcasestr): Update.
28285         * lib/mbscasestr.c: Include str-kmp.h.
28286         (knuth_morris_pratt_unibyte): Remove function.
28287         * lib/mbsstr.c: Include str-kmp.h.
28288         (knuth_morris_pratt_unibyte): Remove function.
28289         * lib/strcasestr.c: Include str-kmp.h.
28290         (knuth_morris_pratt): Remove function.
28291         (strcasestr): Update.
28292         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
28293         * modules/c-strstr (Files): Likewise.
28294         * modules/mbscasestr (Files): Likewise.
28295         * modules/mbsstr (Files): Likewise.
28296         * modules/strcasestr (Files): Likewise.
28297         Suggested by Paul Eggert.
28298
28299 2007-12-30  Bruno Haible  <bruno@clisp.org>
28300
28301         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
28302         defined.
28303
28304 2007-12-30  Bruno Haible  <bruno@clisp.org>
28305
28306         * lib/xmalloca.h: Include xalloc.h.
28307         (xnmalloca): New macro.
28308
28309 2007-12-30  Bruno Haible  <bruno@clisp.org>
28310
28311         * lib/malloca.h (nmalloca): New macro.
28312         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28313         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28314         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28315         knuth_morris_pratt_multibyte): Likewise.
28316         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28317         knuth_morris_pratt_multibyte): Likewise.
28318         * lib/memmem.c (knuth_morris_pratt): Likewise.
28319         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28320
28321 2007-12-25  Bruno Haible  <bruno@clisp.org>
28322
28323         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28324         * lib/glob.c: Don't include openat.h.
28325         (link_exists2_p): Add back the code that deals with the
28326         !GLOB_ALTDIRFUNC case.
28327         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28328         let it do the filename concatenation.
28329         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28330         * modules/glob (Depends-on): Remove openat.
28331
28332 2007-12-31  Bruno Haible  <bruno@clisp.org>
28333
28334         * modules/dirfd (License): Change to LGPLv2+.
28335         Approved by Jim Meyering.
28336
28337 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28338
28339         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28340         when multiplying M by sizeof (size_t).
28341
28342 2007-12-10  Martin Lambers  <marlam@marlam.de>
28343
28344         Override getpagesize on mingw.
28345         * lib/getpagesize.c: New file.
28346         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28347         * modules/getpagesize (Files): Add lib/getpagesize.c.
28348         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28349         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28350         REPLACE_GETPAGESIZE.
28351         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28352
28353 2007-12-25  Bruno Haible  <bruno@clisp.org>
28354
28355         * modules/localcharset (Notice): New field.
28356         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28357         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28358
28359 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28360             Bruno Haible  <bruno@clisp.org>
28361
28362         Avoid using the syntax symbol() in formatted documentation.
28363         * MODULES.html.sh (func_module): When replacing symbol() with a
28364         hyperlink, remove the parentheses. Show an error if some remain.
28365         Recognize and render the '...' syntax.
28366         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28367         Rework. Add paragraph about GCC's inlining.
28368         * doc/alloca.texi: Likewise.
28369         * doc/error.texi: Remove parentheses from symbol reference.
28370         * doc/gnulib-intro.texi: Likewise.
28371         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28372         * modules/fnmatch (Description): Reword to say "the ... function".
28373         * modules/full-read (Description): Likewise.
28374         * modules/full-write (Description): Likewise.
28375         * modules/safe-read (Description): Likewise.
28376         * modules/safe-write (Description): Likewise.
28377         * modules/strchrnul (Description): Likewise.
28378         * modules/trim (Description): Likewise.
28379         * modules/error (Description): Remove parentheses from symbol
28380         references.
28381         * modules/verror (Description): Likewise.
28382         Reported by Karl Berry.
28383
28384 2007-12-25  Bruno Haible  <bruno@clisp.org>
28385
28386         Fixup after 2007-10-16 commit.
28387         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28388
28389 2007-12-24  Bruno Haible  <bruno@clisp.org>
28390
28391         Make --enable-relocatable work with DESTDIR.
28392         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28393         to compute installdir from destprog.
28394         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28395         also set the RELOC_DESTDIR variable.
28396         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28397
28398 2007-12-24  Bruno Haible  <bruno@clisp.org>
28399
28400         Fix link error due to xalloc_die().
28401         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28402         of xreadlink.
28403         * lib/relocwrapper.c: Update comments.
28404         * build-aux/install-reloc: Remove xreadlink.c from file list.
28405         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28406         xreadlink.c.
28407         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28408
28409 2007-12-24  Bruno Haible  <bruno@clisp.org>
28410
28411         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28412         * lib/setenv.h: Remove file.
28413         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28414         lib/setenv.h.
28415         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28416         (Depends-on): Add stdlib.
28417         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28418         gl_FUNC_UNSETENV.
28419         (Include): Replace setenv.h with <stdlib.h>.
28420         * modules/unsetenv: New file.
28421         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28422         * lib/unsetenv.c: Include <stdlib.h> first.
28423         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28424         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28425         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28426         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28427         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28428         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28429         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28430         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28431         * doc/functions/unsetenv.texi: Update.
28432         * modules/xsetenv (Depends-on): Add unsetenv.
28433         * modules/getdate (Depends-on): Likewise.
28434         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28435         * lib/xsetenv.c: Don't include setenv.h.
28436         * lib/getdate.y: Likewise.
28437         * lib/relocwrapper.c: Likewise.
28438         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28439         (Depends-on): Add stdlib.
28440         * NEWS: Mention the changes.
28441         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28442
28443 2007-12-23  Bruno Haible  <bruno@clisp.org>
28444
28445         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28446         indentation.
28447
28448 2007-12-23  Bruno Haible  <bruno@clisp.org>
28449
28450         * lib/c-strcasestr.c: Add more comments.
28451         * lib/c-strstr.c: Likewise.
28452         * lib/mbscasestr.c: Likewise.
28453         * lib/mbsstr.c: Likewise.
28454         * lib/strcasestr.c: Likewise.
28455         * lib/memmem.c: Likewise.
28456
28457 2007-12-23  Bruno Haible  <bruno@clisp.org>
28458
28459         * tests/test-memmem.c: Include <string.h> first.
28460
28461 2007-12-22  Bruno Haible  <bruno@clisp.org>
28462
28463         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28464         the contents of $testsbase.
28465         Reported by Ralf Wildenhues.
28466
28467 2007-12-22  Bruno Haible  <bruno@clisp.org>
28468
28469         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28470         two variables local_ldadd_before, local_ldadd_last.
28471
28472 2007-12-20  Eric Blake  <ebb9@byu.net>
28473
28474         Work around circular library issue when cross-compiling.
28475         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28476         that progname.o does not need to pull in rpl_memcmp.
28477
28478 2007-12-19  Eric Blake  <ebb9@byu.net>
28479
28480         Fix memmem to avoid O(n^2) worst-case complexity.
28481         * lib/memmem.c (knuth_morris_pratt): New function.
28482         (memmem): Use it if first few naive iterations fail.
28483         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28484         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28485         * modules/memchr (License): Likewise.
28486         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28487         malloca.
28488         * tests/test-memmem.c: Rewrite, borrowing ideas from
28489         test-mbsstr1.c; the old version wouldn't even compile!
28490         * modules/memmem-tests: New file.
28491         * lib/string.in.h (rpl_memmem): Add declaration.
28492         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28493         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28494         REPLACE_MEMMEM.
28495
28496 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28497
28498         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28499         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28500         before any system include files, and undef after them all.  This
28501         should fix a problem on VMS reported by John E. Malmberg in
28502         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28503
28504 2007-12-17  Eric Blake  <ebb9@byu.net>
28505
28506         Revert addition of verify, for BSD/OS.
28507         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28508         can't handle large files, for the sake of obsolete platforms.
28509         * modules/fseeko (Depends-on): Remove verify.
28510         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28511         * doc/functions/ftello.texi (ftello): Likewise.
28512         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28513         Reported by Larry Jones.
28514
28515 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28516
28517         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28518         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28519
28520 2007-12-17  Jim Meyering  <meyering@redhat.com>
28521
28522         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28523         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28524         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28525         * modules/getcwd (Depends-on): Add openat.
28526         Reported by Petr Salinger.
28527
28528 2007-12-17  Bruno Haible  <bruno@clisp.org>
28529
28530         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28531         avoid a segmentation fault of the configure test on x86_64 systems.
28532
28533 2007-12-15  Jim Meyering  <meyering@redhat.com>
28534
28535         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28536
28537 2007-12-13  Eric Blake  <ebb9@byu.net>
28538
28539         Another fseek test.
28540         * tests/test-fseek.c (main): Also test ungetc handling.
28541         * tests/test-fseeko.c (main): Likewise.
28542         * modules/fseeko (Depends-on): Add verify.
28543         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28544         large.
28545         Reported by Larry Jones.
28546
28547         Fix fseeko on mingw.
28548         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28549         seek.
28550
28551         Beef up fseek tests.
28552         * tests/test-fseek.c (main): Also test eof handling.
28553         * tests/test-fseeko.c (main): Likewise.
28554         Reported by Larry Jones.
28555
28556 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28557
28558         Fix fseeko on BSD-based platforms.
28559         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28560         successful seek.
28561
28562 2007-12-12  Eric Blake  <ebb9@byu.net>
28563
28564         Allow circular dependency of separate libtests.a
28565         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28566         when use_libtests.
28567
28568 2007-12-11  Eric Blake  <ebb9@byu.net>
28569
28570         Fix bug with -0.0L in previous patch.
28571         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28572         * tests/test-isnan.c (main): Also test on zeroes.
28573         * tests/test-isnanf.c (main): Likewise.
28574         * tests/test-isnanl.h (main): Likewise.
28575
28576         Detect pseudo-denormals on x86 even when cross-compiling.
28577         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28578         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28579         invalid bit patterns that happen to satisfy ==.
28580
28581         Avoid link failures with separate libtests.a.
28582         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28583         last, to satisfy circular dependencies.
28584
28585 2007-12-11  Eric Blake  <ebb9@byu.net>
28586         and Bruno Haible  <bruno@clisp.org>
28587
28588         Fix OpenBSD 4.0 <float.h> handling of long double.
28589         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28590         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28591         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28592
28593 2007-12-11  Jim Meyering  <meyering@redhat.com>
28594
28595         * users.txt: Add libvirt.
28596
28597         Support versions of autoconf prior to 2.59c.
28598         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28599         if it is not already defined.
28600
28601 2007-12-09  Bruno Haible  <bruno@clisp.org>
28602
28603         Let 'gnulib-tool --import' collect sources needed for the tests in
28604         tests/ rather than in lib/.
28605         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28606         argument. If true, add rules to generate libtests.a, and put libtests.a
28607         into $(LDADD). Consider source files in subdirectories and set
28608         uses_subdirs.
28609         (func_emit_initmacro_start, func_emit_initmacro_end,
28610         func_emit_initmacro_done): Pass all arguments explicitly.
28611         (func_import): Determine two module lists main_modules,
28612         testsrelated_modules. Determine use_libtests. Determine two variables
28613         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28614         instead of just sed_transform_lib_file. Determine two variables
28615         main_files and testsrelated_files. Compute 'files' as the union of
28616         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28617         func_add_or_update. In the generated gnulib-comp.m4, collect the
28618         object files for tests/ in different variables than those for lib/.
28619         Substitute LIBTESTS_LIBDEPS.
28620         (func_create_testdir): Combine the uses_subdirs results from
28621         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28622
28623 2007-12-09  Bruno Haible  <bruno@clisp.org>
28624
28625         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28626         the build-aux directory.
28627
28628 2007-12-09  Bruno Haible  <bruno@clisp.org>
28629
28630         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28631         introduced on 2006-09-09.
28632
28633 2007-12-07  Jim Meyering  <meyering@redhat.com>
28634
28635         Let these macros work also with autoconf-2.59.
28636         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28637         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28638         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28639
28640 2007-12-06  Jim Meyering  <meyering@redhat.com>
28641
28642         Avoid a configure-time syntax error in gl_FUNC_ACL.
28643         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28644         function in each branch, before testing the cache variable.
28645
28646 2007-12-04  Eric Blake  <ebb9@byu.net>
28647
28648         Make scripts executable.
28649         * build-aux/config.guess: Add execute permissions.
28650         * build-aux/config.sub: Likewise.
28651         * build-aux/gendocs.sh: Likewise.
28652
28653         Fix frexp on mingw.
28654         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28655         cross-compiling.
28656         * doc/functions/frexp.texi (frexp): Document the bug.
28657
28658         Make cygwin fseeko check more reliable.
28659         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28660         version numbers, rather than unrelated feature check.
28661         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28662         * doc/functions/ftello.texi (ftello): Likewise.
28663         Reported by Bruno Haible.
28664
28665         * m4/strerror.m4: Bump version number.
28666
28667 2007-12-03  Bruno Haible  <bruno@clisp.org>
28668
28669         * doc/functions/mprotect.texi: Mention the mingw problem.
28670
28671 2007-12-03  Eric Blake  <ebb9@byu.net>
28672
28673         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28674         REPLACE_STRERROR is initialized before this macro.
28675
28676 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28677
28678         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28679         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28680         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28681         put -lsec in even for programs other than 'ls'.  This fixes a problem
28682         for gettext reported by Bruno Haible in
28683         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28684         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28685         Add support for Solaris 10.  This isn't efficient, but should get the
28686         job done for now.
28687
28688 2007-12-03  James Youngman  <jay@gnu.org>
28689
28690         * doc/regexprops-generic.texi: change "an close-group" to "a
28691         close-group" and "illegal" to "not allowed".
28692
28693 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28694
28695         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28696         pr_byname.h. Needed for the rare case when the maintainer has done
28697         "make maintainer-clean" in the source directory and then attempts a
28698         build outside the source directory.
28699         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28700         scripts_byname.h.
28701
28702 2007-12-02  Martin Lambers <marlam@marlam.de>
28703             Bruno Haible  <bruno@clisp.org>
28704
28705         * lib/getpagesize.h: Remove file.
28706         * lib/unistd.in.h: Include declaration of getpagesize here.
28707         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28708         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28709         HAVE_SYS_PARAM_H.
28710         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28711         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28712         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28713         (Depends-on): Add unistd.
28714         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28715         (Include): Use <unistd.h> instead of getpagesize.h.
28716         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28717         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28718         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28719         gl_GETPAGESIZE invocation, already handled by module dependency.
28720         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28721
28722 2007-12-02  Bruno Haible  <bruno@clisp.org>
28723
28724         * modules/strings-tests: New file.
28725         * tests/test-strings.c: New file.
28726
28727         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28728         * lib/strings.in.h: New file.
28729         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28730         * m4/strings_h.m4: New file.
28731         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28732         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28733         * modules/strings: New file.
28734         * modules/string (Makefile.am): Update.
28735         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28736         Reported by Karl Berry.
28737
28738 2007-12-01  Eric Blake  <ebb9@byu.net>
28739
28740         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28741         accomodate fix in cygwin 1.5.25.
28742
28743 2007-12-01  Jim Meyering  <meyering@redhat.com>
28744
28745         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28746         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28747         that would inhibit utf8-optimization of a regexp containing line-
28748         or buffer-anchors, e.g., `^', `$'.
28749
28750 2007-11-30  Bruno Haible  <bruno@clisp.org>
28751
28752         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28753         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28754         glthread_recursive_lock_init.
28755         * lib/lock.c (glthread_recursive_lock_init)
28756         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28757         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28758
28759 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28760
28761         New function qset_acl, like set_acl but with syscall semantics.
28762         * lib/acl.h (qset_acl): New decl.
28763         * lib/acl.c (qset_acl): New function.
28764         (set_acl): Use new function.  Use more-consistent diagnostics.
28765
28766 2007-11-28  Jim Meyering  <meyering@redhat.com>
28767
28768         * modules/physmem (License): Change from GPL to LGPLv2+.
28769
28770 2007-11-26  Bruno Haible  <bruno@clisp.org>
28771
28772         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28773         'long double' type has excess precision.
28774         Reported by Jim Meyering in
28775         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28776
28777 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28778
28779         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28780         Sync from <http://gnu.org/licenses>.
28781         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28782         with license text from same location.
28783         * doc/maintain.texi, doc/standards.texi:  Sync from
28784         <http://savannah.gnu.org/projects/gnustandards>.
28785
28786 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
28787         and Jim Meyering  <meyering@redhat.com>
28788
28789         Adjust getdate' grammar to accept a slightly more regular language.
28790         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28791         Before, the former was rejected.
28792         * lib/getdate.y (digits_to_date_time): New function, factored
28793         out of ...
28794         (number): ...here.  Just call digits_to_date_time.
28795         (hybrid): New non-terminal to handle an <unsigned number,
28796         signed relative offset> sequence consistently.
28797
28798 2007-11-18  Jim Meyering  <meyering@redhat.com>
28799
28800         Pull my changes from coreutils:
28801         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28802         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28803         use of $gnulib_tool_option_extras, so that it's separated from the
28804         preceding argument.
28805
28806         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28807         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28808         parent destination directories before copying a file into place.
28809
28810 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28811
28812         bootstrap: work also with 4-argument variant of AC_INIT
28813         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28814
28815 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28816
28817         Port test-getaddrinfo to Solaris.
28818         Problem reported by Bruno Haible in
28819         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28820         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28821         explanation of setting 'hints'.
28822         Don't reject an implementation merely because it returns EAI_SERVICE.
28823         (EAI_SERVICE): Define to 0 if not defined.
28824
28825 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28826
28827         The license of gnu-make and posix-shell is now "GPLed build tool".
28828         * modules/gnu-make (License): Likewise.
28829         * modules/posix-shell (License): Likewise.
28830
28831         New module posix-shell, for determining a POSIX shell
28832         or perhaps something that is close enough to a POSIX shell.
28833         * m4/posix-shell.m4: New file.
28834         * modules/posix-shell: New file.
28835
28836         * MODULES.html.sh: Mention new module.
28837
28838         New module gnu-make, for determining whether we're using GNU Make.
28839         * m4/gnu-make.m4: New file.
28840         * modules/gnu-make: New file.
28841         * MODULES.html.sh: Mention new module.
28842
28843 2007-11-14  Jim Meyering  <meyering@redhat.com>
28844
28845         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28846         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28847         use this macro to create a function _definition_.
28848         Remove useless "#undef ARGMATCH_DIE".
28849
28850 2007-11-14  Bruno Haible  <bruno@clisp.org>
28851
28852         * lib/config.charset: Update for OpenBSD 4.1.
28853         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28854
28855 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28856
28857         Document 64-bit #if problems in stdint.texi.
28858         * doc/headers/stdint.texi (stdint.h): Mention problems with
28859         64-bit-#if, and how to work around them.
28860
28861         Don't insist on 'long long int' support in the preprocessor.  It
28862         breaks too many things.  For example, PRIdMAX still uses a 'long
28863         long int' format with the latest Sun compiler, even though
28864         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28865         preprocessor problem.  This causes the latest coreutils to dump
28866         core on Solaris 10 sparc with the Sun C compiler.
28867         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28868         the troublesome expressions at configure-time, not at #if-time.
28869         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28870         preprocessor.
28871         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28872         compile-time C checks, done at 'configure'-time.
28873         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28874         * modules/inttypes (Makefile): Substitute the new symbols that
28875         gl_INTTYPES_H now generates.
28876         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28877
28878 2007-11-12  Bruno Haible  <bruno@clisp.org>
28879
28880         Tests for Unicode character classification functions.
28881
28882         * modules/unictype/bidicategory-byname-tests: New file.
28883         * modules/unictype/bidicategory-name-tests: New file.
28884         * modules/unictype/bidicategory-of-tests: New file.
28885         * modules/unictype/bidicategory-test-tests: New file.
28886         * modules/unictype/block-list-tests: New file.
28887         * modules/unictype/block-of-tests: New file.
28888         * modules/unictype/block-test-tests: New file.
28889         * modules/unictype/category-C-tests: New file.
28890         * modules/unictype/category-Cc-tests: New file.
28891         * modules/unictype/category-Cf-tests: New file.
28892         * modules/unictype/category-Cn-tests: New file.
28893         * modules/unictype/category-Co-tests: New file.
28894         * modules/unictype/category-Cs-tests: New file.
28895         * modules/unictype/category-L-tests: New file.
28896         * modules/unictype/category-Ll-tests: New file.
28897         * modules/unictype/category-Lm-tests: New file.
28898         * modules/unictype/category-Lo-tests: New file.
28899         * modules/unictype/category-Lt-tests: New file.
28900         * modules/unictype/category-Lu-tests: New file.
28901         * modules/unictype/category-M-tests: New file.
28902         * modules/unictype/category-Mc-tests: New file.
28903         * modules/unictype/category-Me-tests: New file.
28904         * modules/unictype/category-Mn-tests: New file.
28905         * modules/unictype/category-N-tests: New file.
28906         * modules/unictype/category-Nd-tests: New file.
28907         * modules/unictype/category-Nl-tests: New file.
28908         * modules/unictype/category-No-tests: New file.
28909         * modules/unictype/category-P-tests: New file.
28910         * modules/unictype/category-Pc-tests: New file.
28911         * modules/unictype/category-Pd-tests: New file.
28912         * modules/unictype/category-Pe-tests: New file.
28913         * modules/unictype/category-Pf-tests: New file.
28914         * modules/unictype/category-Pi-tests: New file.
28915         * modules/unictype/category-Po-tests: New file.
28916         * modules/unictype/category-Ps-tests: New file.
28917         * modules/unictype/category-S-tests: New file.
28918         * modules/unictype/category-Sc-tests: New file.
28919         * modules/unictype/category-Sk-tests: New file.
28920         * modules/unictype/category-Sm-tests: New file.
28921         * modules/unictype/category-So-tests: New file.
28922         * modules/unictype/category-Z-tests: New file.
28923         * modules/unictype/category-Zl-tests: New file.
28924         * modules/unictype/category-Zp-tests: New file.
28925         * modules/unictype/category-Zs-tests: New file.
28926         * modules/unictype/category-and-not-tests: New file.
28927         * modules/unictype/category-and-tests: New file.
28928         * modules/unictype/category-byname-tests: New file.
28929         * modules/unictype/category-name-tests: New file.
28930         * modules/unictype/category-none-tests: New file.
28931         * modules/unictype/category-of-tests: New file.
28932         * modules/unictype/category-or-tests: New file.
28933         * modules/unictype/category-test-withtable-tests: New file.
28934         * modules/unictype/combining-class-tests: New file.
28935         * modules/unictype/ctype-alnum-tests: New file.
28936         * modules/unictype/ctype-alpha-tests: New file.
28937         * modules/unictype/ctype-blank-tests: New file.
28938         * modules/unictype/ctype-cntrl-tests: New file.
28939         * modules/unictype/ctype-digit-tests: New file.
28940         * modules/unictype/ctype-graph-tests: New file.
28941         * modules/unictype/ctype-lower-tests: New file.
28942         * modules/unictype/ctype-print-tests: New file.
28943         * modules/unictype/ctype-punct-tests: New file.
28944         * modules/unictype/ctype-space-tests: New file.
28945         * modules/unictype/ctype-upper-tests: New file.
28946         * modules/unictype/ctype-xdigit-tests: New file.
28947         * modules/unictype/decimal-digit-tests: New file.
28948         * modules/unictype/digit-tests: New file.
28949         * modules/unictype/mirror-tests: New file.
28950         * modules/unictype/numeric-tests: New file.
28951         * modules/unictype/property-alphabetic-tests: New file.
28952         * modules/unictype/property-ascii-hex-digit-tests: New file.
28953         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28954         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28955         * modules/unictype/property-bidi-block-separator-tests: New file.
28956         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28957         * modules/unictype/property-bidi-common-separator-tests: New file.
28958         * modules/unictype/property-bidi-control-tests: New file.
28959         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28960         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28961         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28962         * modules/unictype/property-bidi-european-digit-tests: New file.
28963         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28964         * modules/unictype/property-bidi-left-to-right-tests: New file.
28965         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28966         * modules/unictype/property-bidi-other-neutral-tests: New file.
28967         * modules/unictype/property-bidi-pdf-tests: New file.
28968         * modules/unictype/property-bidi-segment-separator-tests: New file.
28969         * modules/unictype/property-bidi-whitespace-tests: New file.
28970         * modules/unictype/property-byname-tests: New file.
28971         * modules/unictype/property-combining-tests: New file.
28972         * modules/unictype/property-composite-tests: New file.
28973         * modules/unictype/property-currency-symbol-tests: New file.
28974         * modules/unictype/property-dash-tests: New file.
28975         * modules/unictype/property-decimal-digit-tests: New file.
28976         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28977         * modules/unictype/property-deprecated-tests: New file.
28978         * modules/unictype/property-diacritic-tests: New file.
28979         * modules/unictype/property-extender-tests: New file.
28980         * modules/unictype/property-format-control-tests: New file.
28981         * modules/unictype/property-grapheme-base-tests: New file.
28982         * modules/unictype/property-grapheme-extend-tests: New file.
28983         * modules/unictype/property-grapheme-link-tests: New file.
28984         * modules/unictype/property-hex-digit-tests: New file.
28985         * modules/unictype/property-hyphen-tests: New file.
28986         * modules/unictype/property-id-continue-tests: New file.
28987         * modules/unictype/property-id-start-tests: New file.
28988         * modules/unictype/property-ideographic-tests: New file.
28989         * modules/unictype/property-ids-binary-operator-tests: New file.
28990         * modules/unictype/property-ids-trinary-operator-tests: New file.
28991         * modules/unictype/property-ignorable-control-tests: New file.
28992         * modules/unictype/property-iso-control-tests: New file.
28993         * modules/unictype/property-join-control-tests: New file.
28994         * modules/unictype/property-left-of-pair-tests: New file.
28995         * modules/unictype/property-line-separator-tests: New file.
28996         * modules/unictype/property-logical-order-exception-tests: New file.
28997         * modules/unictype/property-lowercase-tests: New file.
28998         * modules/unictype/property-math-tests: New file.
28999         * modules/unictype/property-non-break-tests: New file.
29000         * modules/unictype/property-not-a-character-tests: New file.
29001         * modules/unictype/property-numeric-tests: New file.
29002         * modules/unictype/property-other-alphabetic-tests: New file.
29003         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
29004         * modules/unictype/property-other-grapheme-extend-tests: New file.
29005         * modules/unictype/property-other-id-continue-tests: New file.
29006         * modules/unictype/property-other-id-start-tests: New file.
29007         * modules/unictype/property-other-lowercase-tests: New file.
29008         * modules/unictype/property-other-math-tests: New file.
29009         * modules/unictype/property-other-uppercase-tests: New file.
29010         * modules/unictype/property-paired-punctuation-tests: New file.
29011         * modules/unictype/property-paragraph-separator-tests: New file.
29012         * modules/unictype/property-pattern-syntax-tests: New file.
29013         * modules/unictype/property-pattern-white-space-tests: New file.
29014         * modules/unictype/property-private-use-tests: New file.
29015         * modules/unictype/property-punctuation-tests: New file.
29016         * modules/unictype/property-quotation-mark-tests: New file.
29017         * modules/unictype/property-radical-tests: New file.
29018         * modules/unictype/property-sentence-terminal-tests: New file.
29019         * modules/unictype/property-soft-dotted-tests: New file.
29020         * modules/unictype/property-space-tests: New file.
29021         * modules/unictype/property-terminal-punctuation-tests: New file.
29022         * modules/unictype/property-test-tests: New file.
29023         * modules/unictype/property-titlecase-tests: New file.
29024         * modules/unictype/property-unassigned-code-value-tests: New file.
29025         * modules/unictype/property-unified-ideograph-tests: New file.
29026         * modules/unictype/property-uppercase-tests: New file.
29027         * modules/unictype/property-variation-selector-tests: New file.
29028         * modules/unictype/property-white-space-tests: New file.
29029         * modules/unictype/property-xid-continue-tests: New file.
29030         * modules/unictype/property-xid-start-tests: New file.
29031         * modules/unictype/property-zero-width-tests: New file.
29032         * modules/unictype/scripts-tests: New file.
29033         * modules/unictype/syntax-c-ident-tests: New file.
29034         * modules/unictype/syntax-c-whitespace-tests: New file.
29035         * modules/unictype/syntax-java-ident-tests: New file.
29036         * modules/unictype/syntax-java-whitespace-tests: New file.
29037         * tests/unictype/test-bidi_byname.c: New file.
29038         * tests/unictype/test-bidi_name.c: New file.
29039         * tests/unictype/test-bidi_of.c: New file.
29040         * tests/unictype/test-bidi_test.c: New file.
29041         * tests/unictype/test-block_list.c: New file.
29042         * tests/unictype/test-block_of.c: New file.
29043         * tests/unictype/test-block_test.c: New file.
29044         * tests/unictype/test-categ_and.c: New file.
29045         * tests/unictype/test-categ_and_not.c: New file.
29046         * tests/unictype/test-categ_byname.c: New file.
29047         * tests/unictype/test-categ_name.c: New file.
29048         * tests/unictype/test-categ_none.c: New file.
29049         * tests/unictype/test-categ_of.c: New file.
29050         * tests/unictype/test-categ_or.c: New file.
29051         * tests/unictype/test-categ_test_withtable.c: New file.
29052         * tests/unictype/test-combining.c: New file.
29053         * tests/unictype/test-decdigit.c: New file.
29054         * tests/unictype/test-digit.c: New file.
29055         * tests/unictype/test-mirror.c: New file.
29056         * tests/unictype/test-numeric.c: New file.
29057         * tests/unictype/test-pr_byname.c: New file.
29058         * tests/unictype/test-pr_test.c: New file.
29059         * tests/unictype/test-predicate-part1.h: New file.
29060         * tests/unictype/test-predicate-part2.h: New file.
29061         * tests/unictype/test-scripts.c: New file.
29062         * tests/unictype/test-sy_c_ident.c: New file.
29063         * tests/unictype/test-sy_java_ident.c: New file.
29064
29065         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
29066         for Unicode 5.0.0.
29067         * tests/unictype/test-categ_Cc.c: Likewise.
29068         * tests/unictype/test-categ_Cf.c: Likewise.
29069         * tests/unictype/test-categ_Cn.c: Likewise.
29070         * tests/unictype/test-categ_Co.c: Likewise.
29071         * tests/unictype/test-categ_Cs.c: Likewise.
29072         * tests/unictype/test-categ_L.c: Likewise.
29073         * tests/unictype/test-categ_Ll.c: Likewise.
29074         * tests/unictype/test-categ_Lm.c: Likewise.
29075         * tests/unictype/test-categ_Lo.c: Likewise.
29076         * tests/unictype/test-categ_Lt.c: Likewise.
29077         * tests/unictype/test-categ_Lu.c: Likewise.
29078         * tests/unictype/test-categ_M.c: Likewise.
29079         * tests/unictype/test-categ_Mc.c: Likewise.
29080         * tests/unictype/test-categ_Me.c: Likewise.
29081         * tests/unictype/test-categ_Mn.c: Likewise.
29082         * tests/unictype/test-categ_N.c: Likewise.
29083         * tests/unictype/test-categ_Nd.c: Likewise.
29084         * tests/unictype/test-categ_Nl.c: Likewise.
29085         * tests/unictype/test-categ_No.c: Likewise.
29086         * tests/unictype/test-categ_P.c: Likewise.
29087         * tests/unictype/test-categ_Pc.c: Likewise.
29088         * tests/unictype/test-categ_Pd.c: Likewise.
29089         * tests/unictype/test-categ_Pe.c: Likewise.
29090         * tests/unictype/test-categ_Pf.c: Likewise.
29091         * tests/unictype/test-categ_Pi.c: Likewise.
29092         * tests/unictype/test-categ_Po.c: Likewise.
29093         * tests/unictype/test-categ_Ps.c: Likewise.
29094         * tests/unictype/test-categ_S.c: Likewise.
29095         * tests/unictype/test-categ_Sc.c: Likewise.
29096         * tests/unictype/test-categ_Sk.c: Likewise.
29097         * tests/unictype/test-categ_Sm.c: Likewise.
29098         * tests/unictype/test-categ_So.c: Likewise.
29099         * tests/unictype/test-categ_Z.c: Likewise.
29100         * tests/unictype/test-categ_Zl.c: Likewise.
29101         * tests/unictype/test-categ_Zp.c: Likewise.
29102         * tests/unictype/test-categ_Zs.c: Likewise.
29103         * tests/unictype/test-ctype_alnum.c: Likewise.
29104         * tests/unictype/test-ctype_alpha.c: Likewise.
29105         * tests/unictype/test-ctype_blank.c: Likewise.
29106         * tests/unictype/test-ctype_cntrl.c: Likewise.
29107         * tests/unictype/test-ctype_digit.c: Likewise.
29108         * tests/unictype/test-ctype_graph.c: Likewise.
29109         * tests/unictype/test-ctype_lower.c: Likewise.
29110         * tests/unictype/test-ctype_print.c: Likewise.
29111         * tests/unictype/test-ctype_punct.c: Likewise.
29112         * tests/unictype/test-ctype_space.c: Likewise.
29113         * tests/unictype/test-ctype_upper.c: Likewise.
29114         * tests/unictype/test-ctype_xdigit.c: Likewise.
29115         * tests/unictype/test-decdigit.h: Likewise.
29116         * tests/unictype/test-digit.h: Likewise.
29117         * tests/unictype/test-numeric.h: Likewise.
29118         * tests/unictype/test-pr_alphabetic.c: Likewise.
29119         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
29120         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
29121         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
29122         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
29123         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
29124         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
29125         * tests/unictype/test-pr_bidi_control.c: Likewise.
29126         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
29127         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
29128         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
29129         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
29130         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
29131         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
29132         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
29133         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
29134         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
29135         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
29136         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
29137         * tests/unictype/test-pr_combining.c: Likewise.
29138         * tests/unictype/test-pr_composite.c: Likewise.
29139         * tests/unictype/test-pr_currency_symbol.c: Likewise.
29140         * tests/unictype/test-pr_dash.c: Likewise.
29141         * tests/unictype/test-pr_decimal_digit.c: Likewise.
29142         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
29143         * tests/unictype/test-pr_deprecated.c: Likewise.
29144         * tests/unictype/test-pr_diacritic.c: Likewise.
29145         * tests/unictype/test-pr_extender.c: Likewise.
29146         * tests/unictype/test-pr_format_control.c: Likewise.
29147         * tests/unictype/test-pr_grapheme_base.c: Likewise.
29148         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
29149         * tests/unictype/test-pr_grapheme_link.c: Likewise.
29150         * tests/unictype/test-pr_hex_digit.c: Likewise.
29151         * tests/unictype/test-pr_hyphen.c: Likewise.
29152         * tests/unictype/test-pr_id_continue.c: Likewise.
29153         * tests/unictype/test-pr_id_start.c: Likewise.
29154         * tests/unictype/test-pr_ideographic.c: Likewise.
29155         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
29156         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
29157         * tests/unictype/test-pr_ignorable_control.c: Likewise.
29158         * tests/unictype/test-pr_iso_control.c: Likewise.
29159         * tests/unictype/test-pr_join_control.c: Likewise.
29160         * tests/unictype/test-pr_left_of_pair.c: Likewise.
29161         * tests/unictype/test-pr_line_separator.c: Likewise.
29162         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
29163         * tests/unictype/test-pr_lowercase.c: Likewise.
29164         * tests/unictype/test-pr_math.c: Likewise.
29165         * tests/unictype/test-pr_non_break.c: Likewise.
29166         * tests/unictype/test-pr_not_a_character.c: Likewise.
29167         * tests/unictype/test-pr_numeric.c: Likewise.
29168         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
29169         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
29170         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
29171         * tests/unictype/test-pr_other_id_continue.c: Likewise.
29172         * tests/unictype/test-pr_other_id_start.c: Likewise.
29173         * tests/unictype/test-pr_other_lowercase.c: Likewise.
29174         * tests/unictype/test-pr_other_math.c: Likewise.
29175         * tests/unictype/test-pr_other_uppercase.c: Likewise.
29176         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
29177         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
29178         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
29179         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
29180         * tests/unictype/test-pr_private_use.c: Likewise.
29181         * tests/unictype/test-pr_punctuation.c: Likewise.
29182         * tests/unictype/test-pr_quotation_mark.c: Likewise.
29183         * tests/unictype/test-pr_radical.c: Likewise.
29184         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
29185         * tests/unictype/test-pr_soft_dotted.c: Likewise.
29186         * tests/unictype/test-pr_space.c: Likewise.
29187         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
29188         * tests/unictype/test-pr_titlecase.c: Likewise.
29189         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
29190         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
29191         * tests/unictype/test-pr_uppercase.c: Likewise.
29192         * tests/unictype/test-pr_variation_selector.c: Likewise.
29193         * tests/unictype/test-pr_white_space.c: Likewise.
29194         * tests/unictype/test-pr_xid_continue.c: Likewise.
29195         * tests/unictype/test-pr_xid_start.c: Likewise.
29196         * tests/unictype/test-pr_zero_width.c: Likewise.
29197         * tests/unictype/test-sy_c_whitespace.c: Likewise.
29198         * tests/unictype/test-sy_java_whitespace.c: Likewise.
29199
29200 2007-11-12  Bruno Haible  <bruno@clisp.org>
29201
29202         Unicode character classification functions.
29203         * lib/unictype.h: New file.
29204         * modules/unictype/base: New file.
29205         * modules/unictype/category-L: New file.
29206         * modules/unictype/category-Lu: New file.
29207         * modules/unictype/category-Ll: New file.
29208         * modules/unictype/category-Lt: New file.
29209         * modules/unictype/category-Lm: New file.
29210         * modules/unictype/category-Lo: New file.
29211         * modules/unictype/category-M: New file.
29212         * modules/unictype/category-Mn: New file.
29213         * modules/unictype/category-Mc: New file.
29214         * modules/unictype/category-Me: New file.
29215         * modules/unictype/category-N: New file.
29216         * modules/unictype/category-Nd: New file.
29217         * modules/unictype/category-Nl: New file.
29218         * modules/unictype/category-No: New file.
29219         * modules/unictype/category-P: New file.
29220         * modules/unictype/category-Pc: New file.
29221         * modules/unictype/category-Pd: New file.
29222         * modules/unictype/category-Ps: New file.
29223         * modules/unictype/category-Pe: New file.
29224         * modules/unictype/category-Pi: New file.
29225         * modules/unictype/category-Pf: New file.
29226         * modules/unictype/category-Po: New file.
29227         * modules/unictype/category-S: New file.
29228         * modules/unictype/category-Sm: New file.
29229         * modules/unictype/category-Sc: New file.
29230         * modules/unictype/category-Sk: New file.
29231         * modules/unictype/category-So: New file.
29232         * modules/unictype/category-Z: New file.
29233         * modules/unictype/category-Zs: New file.
29234         * modules/unictype/category-Zl: New file.
29235         * modules/unictype/category-Zp: New file.
29236         * modules/unictype/category-C: New file.
29237         * modules/unictype/category-Cc: New file.
29238         * modules/unictype/category-Cf: New file.
29239         * modules/unictype/category-Cs: New file.
29240         * modules/unictype/category-Co: New file.
29241         * modules/unictype/category-Cn: New file.
29242         * modules/unictype/category-or: New file.
29243         * modules/unictype/category-of: New file.
29244         * modules/unictype/category-test: New file.
29245         * modules/unictype/category-test-withtable: New file.
29246         * modules/unictype/category-byname: New file.
29247         * modules/unictype/category-none: New file.
29248         * modules/unictype/category-and: New file.
29249         * modules/unictype/category-and-not: New file.
29250         * modules/unictype/category-name: New file.
29251         * modules/unictype/combining-class: New file.
29252         * modules/unictype/category-all: New file.
29253         * modules/unictype/bidicategory-all: New file.
29254         * modules/unictype/bidicategory-byname: New file.
29255         * modules/unictype/bidicategory-name: New file.
29256         * modules/unictype/bidicategory-of: New file.
29257         * modules/unictype/bidicategory-test: New file.
29258         * modules/unictype/decimal-digit: New file.
29259         * modules/unictype/digit: New file.
29260         * modules/unictype/numeric: New file.
29261         * modules/unictype/mirror: New file.
29262         * modules/unictype/property-white-space: New file.
29263         * modules/unictype/property-alphabetic: New file.
29264         * modules/unictype/property-other-alphabetic: New file.
29265         * modules/unictype/property-not-a-character: New file.
29266         * modules/unictype/property-default-ignorable-code-point: New file.
29267         * modules/unictype/property-other-default-ignorable-code-point: New
29268         file.
29269         * modules/unictype/property-deprecated: New file.
29270         * modules/unictype/property-logical-order-exception: New file.
29271         * modules/unictype/property-variation-selector: New file.
29272         * modules/unictype/property-private-use: New file.
29273         * modules/unictype/property-unassigned-code-value: New file.
29274         * modules/unictype/property-uppercase: New file.
29275         * modules/unictype/property-other-uppercase: New file.
29276         * modules/unictype/property-lowercase: New file.
29277         * modules/unictype/property-other-lowercase: New file.
29278         * modules/unictype/property-titlecase: New file.
29279         * modules/unictype/property-soft-dotted: New file.
29280         * modules/unictype/property-id-start: New file.
29281         * modules/unictype/property-other-id-start: New file.
29282         * modules/unictype/property-id-continue: New file.
29283         * modules/unictype/property-other-id-continue: New file.
29284         * modules/unictype/property-xid-start: New file.
29285         * modules/unictype/property-xid-continue: New file.
29286         * modules/unictype/property-pattern-white-space: New file.
29287         * modules/unictype/property-pattern-syntax: New file.
29288         * modules/unictype/property-join-control: New file.
29289         * modules/unictype/property-grapheme-base: New file.
29290         * modules/unictype/property-grapheme-extend: New file.
29291         * modules/unictype/property-other-grapheme-extend: New file.
29292         * modules/unictype/property-grapheme-link: New file.
29293         * modules/unictype/property-bidi-control: New file.
29294         * modules/unictype/property-bidi-left-to-right: New file.
29295         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
29296         * modules/unictype/property-bidi-arabic-right-to-left: New file.
29297         * modules/unictype/property-bidi-european-digit: New file.
29298         * modules/unictype/property-bidi-eur-num-separator: New file.
29299         * modules/unictype/property-bidi-eur-num-terminator: New file.
29300         * modules/unictype/property-bidi-arabic-digit: New file.
29301         * modules/unictype/property-bidi-common-separator: New file.
29302         * modules/unictype/property-bidi-block-separator: New file.
29303         * modules/unictype/property-bidi-segment-separator: New file.
29304         * modules/unictype/property-bidi-whitespace: New file.
29305         * modules/unictype/property-bidi-non-spacing-mark: New file.
29306         * modules/unictype/property-bidi-boundary-neutral: New file.
29307         * modules/unictype/property-bidi-pdf: New file.
29308         * modules/unictype/property-bidi-embedding-or-override: New file.
29309         * modules/unictype/property-bidi-other-neutral: New file.
29310         * modules/unictype/property-hex-digit: New file.
29311         * modules/unictype/property-ascii-hex-digit: New file.
29312         * modules/unictype/property-ideographic: New file.
29313         * modules/unictype/property-unified-ideograph: New file.
29314         * modules/unictype/property-radical: New file.
29315         * modules/unictype/property-ids-binary-operator: New file.
29316         * modules/unictype/property-ids-trinary-operator: New file.
29317         * modules/unictype/property-zero-width: New file.
29318         * modules/unictype/property-space: New file.
29319         * modules/unictype/property-non-break: New file.
29320         * modules/unictype/property-iso-control: New file.
29321         * modules/unictype/property-format-control: New file.
29322         * modules/unictype/property-dash: New file.
29323         * modules/unictype/property-hyphen: New file.
29324         * modules/unictype/property-punctuation: New file.
29325         * modules/unictype/property-line-separator: New file.
29326         * modules/unictype/property-paragraph-separator: New file.
29327         * modules/unictype/property-quotation-mark: New file.
29328         * modules/unictype/property-sentence-terminal: New file.
29329         * modules/unictype/property-terminal-punctuation: New file.
29330         * modules/unictype/property-currency-symbol: New file.
29331         * modules/unictype/property-math: New file.
29332         * modules/unictype/property-other-math: New file.
29333         * modules/unictype/property-paired-punctuation: New file.
29334         * modules/unictype/property-left-of-pair: New file.
29335         * modules/unictype/property-combining: New file.
29336         * modules/unictype/property-composite: New file.
29337         * modules/unictype/property-decimal-digit: New file.
29338         * modules/unictype/property-numeric: New file.
29339         * modules/unictype/property-diacritic: New file.
29340         * modules/unictype/property-extender: New file.
29341         * modules/unictype/property-ignorable-control: New file.
29342         * modules/unictype/property-test: New file.
29343         * modules/unictype/property-byname: New file.
29344         * modules/unictype/property-all: New file.
29345         * modules/unictype/scripts: New file.
29346         * modules/unictype/scripts-all: New file.
29347         * modules/unictype/block-of: New file.
29348         * modules/unictype/block-test: New file.
29349         * modules/unictype/block-list: New file.
29350         * modules/unictype/block-all: New file.
29351         * modules/unictype/syntax-c-whitespace: New file.
29352         * modules/unictype/syntax-java-whitespace: New file.
29353         * modules/unictype/syntax-c-ident: New file.
29354         * modules/unictype/syntax-java-ident: New file.
29355         * modules/unictype/ctype-alnum: New file.
29356         * modules/unictype/ctype-alpha: New file.
29357         * modules/unictype/ctype-cntrl: New file.
29358         * modules/unictype/ctype-digit: New file.
29359         * modules/unictype/ctype-graph: New file.
29360         * modules/unictype/ctype-lower: New file.
29361         * modules/unictype/ctype-print: New file.
29362         * modules/unictype/ctype-punct: New file.
29363         * modules/unictype/ctype-space: New file.
29364         * modules/unictype/ctype-upper: New file.
29365         * modules/unictype/ctype-xdigit: New file.
29366         * modules/unictype/ctype-blank: New file.
29367         * lib/unictype/bidi_byname.c: New file.
29368         * lib/unictype/bidi_name.c: New file.
29369         * lib/unictype/bidi_of.c: New file.
29370         * lib/unictype/bidi_test.c: New file.
29371         * lib/unictype/bitmap.h: New file.
29372         * lib/unictype/block_test.c: New file.
29373         * lib/unictype/blocks.c: New file.
29374         * lib/unictype/categ_C.c: New file.
29375         * lib/unictype/categ_Cc.c: New file.
29376         * lib/unictype/categ_Cf.c: New file.
29377         * lib/unictype/categ_Cn.c: New file.
29378         * lib/unictype/categ_Co.c: New file.
29379         * lib/unictype/categ_Cs.c: New file.
29380         * lib/unictype/categ_L.c: New file.
29381         * lib/unictype/categ_Ll.c: New file.
29382         * lib/unictype/categ_Lm.c: New file.
29383         * lib/unictype/categ_Lo.c: New file.
29384         * lib/unictype/categ_Lt.c: New file.
29385         * lib/unictype/categ_Lu.c: New file.
29386         * lib/unictype/categ_M.c: New file.
29387         * lib/unictype/categ_Mc.c: New file.
29388         * lib/unictype/categ_Me.c: New file.
29389         * lib/unictype/categ_Mn.c: New file.
29390         * lib/unictype/categ_N.c: New file.
29391         * lib/unictype/categ_Nd.c: New file.
29392         * lib/unictype/categ_Nl.c: New file.
29393         * lib/unictype/categ_No.c: New file.
29394         * lib/unictype/categ_P.c: New file.
29395         * lib/unictype/categ_Pc.c: New file.
29396         * lib/unictype/categ_Pd.c: New file.
29397         * lib/unictype/categ_Pe.c: New file.
29398         * lib/unictype/categ_Pf.c: New file.
29399         * lib/unictype/categ_Pi.c: New file.
29400         * lib/unictype/categ_Po.c: New file.
29401         * lib/unictype/categ_Ps.c: New file.
29402         * lib/unictype/categ_S.c: New file.
29403         * lib/unictype/categ_Sc.c: New file.
29404         * lib/unictype/categ_Sk.c: New file.
29405         * lib/unictype/categ_Sm.c: New file.
29406         * lib/unictype/categ_So.c: New file.
29407         * lib/unictype/categ_Z.c: New file.
29408         * lib/unictype/categ_Zl.c: New file.
29409         * lib/unictype/categ_Zp.c: New file.
29410         * lib/unictype/categ_Zs.c: New file.
29411         * lib/unictype/categ_and.c: New file.
29412         * lib/unictype/categ_and_not.c: New file.
29413         * lib/unictype/categ_byname.c: New file.
29414         * lib/unictype/categ_name.c: New file.
29415         * lib/unictype/categ_none.c: New file.
29416         * lib/unictype/categ_of.c: New file.
29417         * lib/unictype/categ_or.c: New file.
29418         * lib/unictype/categ_test.c: New file.
29419         * lib/unictype/combining.c: New file.
29420         * lib/unictype/ctype_alnum.c: New file.
29421         * lib/unictype/ctype_alpha.c: New file.
29422         * lib/unictype/ctype_blank.c: New file.
29423         * lib/unictype/ctype_cntrl.c: New file.
29424         * lib/unictype/ctype_digit.c: New file.
29425         * lib/unictype/ctype_graph.c: New file.
29426         * lib/unictype/ctype_lower.c: New file.
29427         * lib/unictype/ctype_print.c: New file.
29428         * lib/unictype/ctype_punct.c: New file.
29429         * lib/unictype/ctype_space.c: New file.
29430         * lib/unictype/ctype_upper.c: New file.
29431         * lib/unictype/ctype_xdigit.c: New file.
29432         * lib/unictype/decdigit.c: New file.
29433         * lib/unictype/digit.c: New file.
29434         * lib/unictype/identsyntaxmap.h: New file.
29435         * lib/unictype/mirror.c: New file.
29436         * lib/unictype/numeric.c: New file.
29437         * lib/unictype/pr_alphabetic.c: New file.
29438         * lib/unictype/pr_ascii_hex_digit.c: New file.
29439         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29440         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29441         * lib/unictype/pr_bidi_block_separator.c: New file.
29442         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29443         * lib/unictype/pr_bidi_common_separator.c: New file.
29444         * lib/unictype/pr_bidi_control.c: New file.
29445         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29446         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29447         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29448         * lib/unictype/pr_bidi_european_digit.c: New file.
29449         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29450         * lib/unictype/pr_bidi_left_to_right.c: New file.
29451         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29452         * lib/unictype/pr_bidi_other_neutral.c: New file.
29453         * lib/unictype/pr_bidi_pdf.c: New file.
29454         * lib/unictype/pr_bidi_segment_separator.c: New file.
29455         * lib/unictype/pr_bidi_whitespace.c: New file.
29456         * lib/unictype/pr_byname.c: New file.
29457         * lib/unictype/pr_byname.gperf: New file.
29458         * lib/unictype/pr_combining.c: New file.
29459         * lib/unictype/pr_composite.c: New file.
29460         * lib/unictype/pr_currency_symbol.c: New file.
29461         * lib/unictype/pr_dash.c: New file.
29462         * lib/unictype/pr_decimal_digit.c: New file.
29463         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29464         * lib/unictype/pr_deprecated.c: New file.
29465         * lib/unictype/pr_diacritic.c: New file.
29466         * lib/unictype/pr_extender.c: New file.
29467         * lib/unictype/pr_format_control.c: New file.
29468         * lib/unictype/pr_grapheme_base.c: New file.
29469         * lib/unictype/pr_grapheme_extend.c: New file.
29470         * lib/unictype/pr_grapheme_link.c: New file.
29471         * lib/unictype/pr_hex_digit.c: New file.
29472         * lib/unictype/pr_hyphen.c: New file.
29473         * lib/unictype/pr_id_continue.c: New file.
29474         * lib/unictype/pr_id_start.c: New file.
29475         * lib/unictype/pr_ideographic.c: New file.
29476         * lib/unictype/pr_ids_binary_operator.c: New file.
29477         * lib/unictype/pr_ids_trinary_operator.c: New file.
29478         * lib/unictype/pr_ignorable_control.c: New file.
29479         * lib/unictype/pr_iso_control.c: New file.
29480         * lib/unictype/pr_join_control.c: New file.
29481         * lib/unictype/pr_left_of_pair.c: New file.
29482         * lib/unictype/pr_line_separator.c: New file.
29483         * lib/unictype/pr_logical_order_exception.c: New file.
29484         * lib/unictype/pr_lowercase.c: New file.
29485         * lib/unictype/pr_math.c: New file.
29486         * lib/unictype/pr_non_break.c: New file.
29487         * lib/unictype/pr_not_a_character.c: New file.
29488         * lib/unictype/pr_numeric.c: New file.
29489         * lib/unictype/pr_other_alphabetic.c: New file.
29490         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29491         * lib/unictype/pr_other_grapheme_extend.c: New file.
29492         * lib/unictype/pr_other_id_continue.c: New file.
29493         * lib/unictype/pr_other_id_start.c: New file.
29494         * lib/unictype/pr_other_lowercase.c: New file.
29495         * lib/unictype/pr_other_math.c: New file.
29496         * lib/unictype/pr_other_uppercase.c: New file.
29497         * lib/unictype/pr_paired_punctuation.c: New file.
29498         * lib/unictype/pr_paragraph_separator.c: New file.
29499         * lib/unictype/pr_pattern_syntax.c: New file.
29500         * lib/unictype/pr_pattern_white_space.c: New file.
29501         * lib/unictype/pr_private_use.c: New file.
29502         * lib/unictype/pr_punctuation.c: New file.
29503         * lib/unictype/pr_quotation_mark.c: New file.
29504         * lib/unictype/pr_radical.c: New file.
29505         * lib/unictype/pr_sentence_terminal.c: New file.
29506         * lib/unictype/pr_soft_dotted.c: New file.
29507         * lib/unictype/pr_space.c: New file.
29508         * lib/unictype/pr_terminal_punctuation.c: New file.
29509         * lib/unictype/pr_test.c: New file.
29510         * lib/unictype/pr_titlecase.c: New file.
29511         * lib/unictype/pr_unassigned_code_value.c: New file.
29512         * lib/unictype/pr_unified_ideograph.c: New file.
29513         * lib/unictype/pr_uppercase.c: New file.
29514         * lib/unictype/pr_variation_selector.c: New file.
29515         * lib/unictype/pr_white_space.c: New file.
29516         * lib/unictype/pr_xid_continue.c: New file.
29517         * lib/unictype/pr_xid_start.c: New file.
29518         * lib/unictype/pr_zero_width.c: New file.
29519         * lib/unictype/scripts.c: New file.
29520         * lib/unictype/sy_c_ident.c: New file.
29521         * lib/unictype/sy_c_whitespace.c: New file.
29522         * lib/unictype/sy_java_ident.c: New file.
29523         * lib/unictype/sy_java_whitespace.c: New file.
29524
29525         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29526         Unicode 5.0.0.
29527         * lib/unictype/blocks.h: Likewise.
29528         * lib/unictype/categ_C.h: Likewise.
29529         * lib/unictype/categ_Cc.h: Likewise.
29530         * lib/unictype/categ_Cf.h: Likewise.
29531         * lib/unictype/categ_Cn.h: Likewise.
29532         * lib/unictype/categ_Co.h: Likewise.
29533         * lib/unictype/categ_Cs.h: Likewise.
29534         * lib/unictype/categ_L.h: Likewise.
29535         * lib/unictype/categ_Ll.h: Likewise.
29536         * lib/unictype/categ_Lm.h: Likewise.
29537         * lib/unictype/categ_Lo.h: Likewise.
29538         * lib/unictype/categ_Lt.h: Likewise.
29539         * lib/unictype/categ_Lu.h: Likewise.
29540         * lib/unictype/categ_M.h: Likewise.
29541         * lib/unictype/categ_Mc.h: Likewise.
29542         * lib/unictype/categ_Me.h: Likewise.
29543         * lib/unictype/categ_Mn.h: Likewise.
29544         * lib/unictype/categ_N.h: Likewise.
29545         * lib/unictype/categ_Nd.h: Likewise.
29546         * lib/unictype/categ_Nl.h: Likewise.
29547         * lib/unictype/categ_No.h: Likewise.
29548         * lib/unictype/categ_P.h: Likewise.
29549         * lib/unictype/categ_Pc.h: Likewise.
29550         * lib/unictype/categ_Pd.h: Likewise.
29551         * lib/unictype/categ_Pe.h: Likewise.
29552         * lib/unictype/categ_Pf.h: Likewise.
29553         * lib/unictype/categ_Pi.h: Likewise.
29554         * lib/unictype/categ_Po.h: Likewise.
29555         * lib/unictype/categ_Ps.h: Likewise.
29556         * lib/unictype/categ_S.h: Likewise.
29557         * lib/unictype/categ_Sc.h: Likewise.
29558         * lib/unictype/categ_Sk.h: Likewise.
29559         * lib/unictype/categ_Sm.h: Likewise.
29560         * lib/unictype/categ_So.h: Likewise.
29561         * lib/unictype/categ_Z.h: Likewise.
29562         * lib/unictype/categ_Zl.h: Likewise.
29563         * lib/unictype/categ_Zp.h: Likewise.
29564         * lib/unictype/categ_Zs.h: Likewise.
29565         * lib/unictype/categ_of.h: Likewise.
29566         * lib/unictype/combining.h: Likewise.
29567         * lib/unictype/ctype_alnum.h: Likewise.
29568         * lib/unictype/ctype_alpha.h: Likewise.
29569         * lib/unictype/ctype_blank.h: Likewise.
29570         * lib/unictype/ctype_cntrl.h: Likewise.
29571         * lib/unictype/ctype_digit.h: Likewise.
29572         * lib/unictype/ctype_graph.h: Likewise.
29573         * lib/unictype/ctype_lower.h: Likewise.
29574         * lib/unictype/ctype_print.h: Likewise.
29575         * lib/unictype/ctype_punct.h: Likewise.
29576         * lib/unictype/ctype_space.h: Likewise.
29577         * lib/unictype/ctype_upper.h: Likewise.
29578         * lib/unictype/ctype_xdigit.h: Likewise.
29579         * lib/unictype/decdigit.h: Likewise.
29580         * lib/unictype/digit.h: Likewise.
29581         * lib/unictype/mirror.h: Likewise.
29582         * lib/unictype/numeric.h: Likewise.
29583         * lib/unictype/pr_alphabetic.h: Likewise.
29584         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29585         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29586         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29587         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29588         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29589         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29590         * lib/unictype/pr_bidi_control.h: Likewise.
29591         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29592         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29593         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29594         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29595         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29596         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29597         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29598         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29599         * lib/unictype/pr_bidi_pdf.h: Likewise.
29600         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29601         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29602         * lib/unictype/pr_combining.h: Likewise.
29603         * lib/unictype/pr_composite.h: Likewise.
29604         * lib/unictype/pr_currency_symbol.h: Likewise.
29605         * lib/unictype/pr_dash.h: Likewise.
29606         * lib/unictype/pr_decimal_digit.h: Likewise.
29607         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29608         * lib/unictype/pr_deprecated.h: Likewise.
29609         * lib/unictype/pr_diacritic.h: Likewise.
29610         * lib/unictype/pr_extender.h: Likewise.
29611         * lib/unictype/pr_format_control.h: Likewise.
29612         * lib/unictype/pr_grapheme_base.h: Likewise.
29613         * lib/unictype/pr_grapheme_extend.h: Likewise.
29614         * lib/unictype/pr_grapheme_link.h: Likewise.
29615         * lib/unictype/pr_hex_digit.h: Likewise.
29616         * lib/unictype/pr_hyphen.h: Likewise.
29617         * lib/unictype/pr_id_continue.h: Likewise.
29618         * lib/unictype/pr_id_start.h: Likewise.
29619         * lib/unictype/pr_ideographic.h: Likewise.
29620         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29621         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29622         * lib/unictype/pr_ignorable_control.h: Likewise.
29623         * lib/unictype/pr_iso_control.h: Likewise.
29624         * lib/unictype/pr_join_control.h: Likewise.
29625         * lib/unictype/pr_left_of_pair.h: Likewise.
29626         * lib/unictype/pr_line_separator.h: Likewise.
29627         * lib/unictype/pr_logical_order_exception.h: Likewise.
29628         * lib/unictype/pr_lowercase.h: Likewise.
29629         * lib/unictype/pr_math.h: Likewise.
29630         * lib/unictype/pr_non_break.h: Likewise.
29631         * lib/unictype/pr_not_a_character.h: Likewise.
29632         * lib/unictype/pr_numeric.h: Likewise.
29633         * lib/unictype/pr_other_alphabetic.h: Likewise.
29634         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29635         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29636         * lib/unictype/pr_other_id_continue.h: Likewise.
29637         * lib/unictype/pr_other_id_start.h: Likewise.
29638         * lib/unictype/pr_other_lowercase.h: Likewise.
29639         * lib/unictype/pr_other_math.h: Likewise.
29640         * lib/unictype/pr_other_uppercase.h: Likewise.
29641         * lib/unictype/pr_paired_punctuation.h: Likewise.
29642         * lib/unictype/pr_paragraph_separator.h: Likewise.
29643         * lib/unictype/pr_pattern_syntax.h: Likewise.
29644         * lib/unictype/pr_pattern_white_space.h: Likewise.
29645         * lib/unictype/pr_private_use.h: Likewise.
29646         * lib/unictype/pr_punctuation.h: Likewise.
29647         * lib/unictype/pr_quotation_mark.h: Likewise.
29648         * lib/unictype/pr_radical.h: Likewise.
29649         * lib/unictype/pr_sentence_terminal.h: Likewise.
29650         * lib/unictype/pr_soft_dotted.h: Likewise.
29651         * lib/unictype/pr_space.h: Likewise.
29652         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29653         * lib/unictype/pr_titlecase.h: Likewise.
29654         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29655         * lib/unictype/pr_unified_ideograph.h: Likewise.
29656         * lib/unictype/pr_uppercase.h: Likewise.
29657         * lib/unictype/pr_variation_selector.h: Likewise.
29658         * lib/unictype/pr_white_space.h: Likewise.
29659         * lib/unictype/pr_xid_continue.h: Likewise.
29660         * lib/unictype/pr_xid_start.h: Likewise.
29661         * lib/unictype/pr_zero_width.h: Likewise.
29662         * lib/unictype/scripts.h: Likewise.
29663         * lib/unictype/scripts_byname.gperf: Likewise.
29664         * lib/unictype/sy_c_ident.h: Likewise.
29665         * lib/unictype/sy_c_whitespace.h: Likewise.
29666         * lib/unictype/sy_java_ident.h: Likewise.
29667         * lib/unictype/sy_java_whitespace.h: Likewise.
29668
29669         * lib/unictype/Makefile: New file.
29670         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29671         glibc.
29672         * lib/unictype/3level.h: New file, copied from glibc.
29673         * lib/unictype/3levelbit.h: New file.
29674
29675 2007-11-11  Bruno Haible  <bruno@clisp.org>
29676
29677         * modules/gperf: New file.
29678         * modules/iconv_open (Depends-on): Add it.
29679         (Makefile.am): Remove the GPERF definition.
29680
29681 2007-11-11  Bruno Haible  <bruno@clisp.org>
29682
29683         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29684         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29685
29686 2007-11-11  Bruno Haible  <bruno@clisp.org>
29687
29688         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29689         (usage): Remove function.
29690
29691 2007-11-11  Bruno Haible  <bruno@clisp.org>
29692
29693         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29694         gl_FUNC_CEILF_LIBS.
29695         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29696         gl_FUNC_CEIL_LIBS.
29697         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29698         gl_FUNC_CEILL_LIBS.
29699         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29700         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29701         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29702
29703 2007-11-11  Bruno Haible  <bruno@clisp.org>
29704
29705         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29706         roundf were declared but do not exist on functions.
29707         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29708         roundl were declared but do not exist on functions.
29709         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29710         HAVE_FLOORL_AND_CEILL, respectively.
29711         Needed for Sun C on Solaris 10.
29712
29713 2007-11-11  Bruno Haible  <bruno@clisp.org>
29714
29715         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29716         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29717         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29718         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29719         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29720         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29721         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29722         HAVE_DECL_ROUNDF.
29723         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29724         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29725         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29726         of HAVE_DECL_ROUND*.
29727         * modules/math (Makefile.am): Update.
29728
29729 2007-11-10  Bruno Haible  <bruno@clisp.org>
29730
29731         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29732         ptrdiff_t as m4/intl.m4.
29733
29734 2007-11-10  Jim Meyering  <meyering@redhat.com>
29735
29736         Avoid link failure for the argmatch test.
29737         * tests/test-argmatch.c (usage): Define function to avoid a link
29738         failure: argmatch_die requires a usage function.
29739
29740 2007-11-09  Bruno Haible  <bruno@clisp.org>
29741
29742         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29743         * doc/functions/vsnprintf.texi: Likewise.
29744         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29745         with a size argument < 2.
29746
29747 2007-11-09  Bruno Haible  <bruno@clisp.org>
29748
29749         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29750         buffer. Fixes an inefficiency introduced on 2007-11-03.
29751
29752 2007-11-09  Bruno Haible  <bruno@clisp.org>
29753
29754         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29755         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29756
29757 2007-11-08  Jim Meyering  <meyering@redhat.com>
29758
29759         Change cache variable name prefix "jm_" to "gl_" everywhere.
29760         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29761         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29762         * m4/uptime.m4: s/gl_/jm_/
29763
29764 2007-11-07  Bruno Haible  <bruno@clisp.org>
29765
29766         Update to GNU gettext 0.17.
29767         * m4/intl.m4: Update to GNU gettext 0.17.
29768         * m4/po.m4: Likewise.
29769         * modules/gettext (Files): Remove m4/ulonglong.m4.
29770         (configure.ac): Require gettext infrastructure from version 0.17.
29771
29772 2007-11-06  Bruno Haible  <bruno@clisp.org>
29773
29774         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29775         symbolic values are not defined in a public header.
29776         * lib/freadable.c (freadable) [QNX]: Likewise.
29777         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29778         * lib/freading.c (freading) [QNX]: Likewise.
29779         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29780         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29781         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29782         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29783         Reported by Alain Magloire.
29784
29785         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29786
29787 2007-11-05  Bruno Haible  <bruno@clisp.org>
29788
29789         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29790         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29791         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29792         Reported by Eric Blake.
29793
29794 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29795             Bruno Haible  <bruno@clisp.org>
29796
29797         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29798         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29799         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29800         (malloc): Undefine also before including <stdlib.h>.
29801         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29802         Needed on OSF/1 4.0.
29803
29804 2007-11-05  Jim Meyering  <meyering@redhat.com>
29805
29806         git-version-gen: sync from coreutils.
29807         * build-aux/git-version-gen: Add comments.
29808         Change the first '-' to '.' in the snapshot version string,
29809         e.g., 6.9-377-08144 -> 6.9.377-08144
29810         Remove first parameter.
29811         Don't declare a version "-dirty" merely because a time
29812         stamp has changed.
29813
29814 2007-11-04  Bruno Haible  <bruno@clisp.org>
29815
29816         * lib/lock.h: Protect all macro definitions containing an 'if'
29817         statement through a "do { ... } while (0)".
29818         * lib/tls.h: Likewise.
29819
29820 2007-11-04  Bruno Haible  <bruno@clisp.org>
29821
29822         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29823
29824 2007-11-04  Bruno Haible  <bruno@clisp.org>
29825
29826         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29827         * modules/fprintf-posix (Depends-on): Add nocrash.
29828         * modules/snprintf-posix (Depends-on): Likewise.
29829         * modules/sprintf-posix (Depends-on): Likewise.
29830         * modules/vasnprintf-posix (Depends-on): Likewise.
29831         * modules/vasprintf-posix (Depends-on): Likewise.
29832         * modules/vfprintf-posix (Depends-on): Likewise.
29833         * modules/vsnprintf-posix (Depends-on): Likewise.
29834         * modules/vsprintf-posix (Depends-on): Likewise.
29835         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29836         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29837         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29838         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29839         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29840         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29841         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29842
29843 2007-11-04  Bruno Haible  <bruno@clisp.org>
29844
29845         * modules/nocrash: New file.
29846         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29847         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29848
29849 2007-11-04  Bruno Haible  <bruno@clisp.org>
29850
29851         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29852         precision handling.
29853         * tests/test-vasprintf-posix.c (test_function): Likewise.
29854         * tests/test-snprintf-posix.h (test_function): Likewise.
29855         * tests/test-sprintf-posix.h (test_function): Likewise.
29856
29857         Fix *printf behaviour for large precisions on mingw and BeOS.
29858         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29859         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29860         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29861         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29862         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29863         gl_PRINTF_PRECISION and test its result. Invoke
29864         gl_PREREQ_VASNPRINTF_PRECISION.
29865         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29866         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29867         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29868         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29869         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29870         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29871         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29872         * doc/functions/fprintf.texi: Update.
29873         * doc/functions/printf.texi: Update.
29874         * doc/functions/snprintf.texi: Update.
29875         * doc/functions/sprintf.texi: Update.
29876         * doc/functions/vfprintf.texi: Update.
29877         * doc/functions/vprintf.texi: Update.
29878         * doc/functions/vsnprintf.texi: Update.
29879         * doc/functions/vsprintf.texi: Update.
29880
29881 2007-11-04  Bruno Haible  <bruno@clisp.org>
29882
29883         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29884
29885 2007-11-04  Bruno Haible  <bruno@clisp.org>
29886
29887         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29888         Reported by Sylvain Beucler <beuc@gnu.org>.
29889
29890 2007-11-03  Bruno Haible  <bruno@clisp.org>
29891
29892         * tests/test-fprintf-posix2.sh: New file.
29893         * tests/test-fprintf-posix2.c: New file.
29894         * modules/fprintf-posix-tests (Files): Add them.
29895         (TESTS): Add test-fprintf-posix2.sh.
29896         (configure.ac): Check for getrlimit and setrlimit.
29897         (check_PROGRAMS): Add test-fprintf-posix2.
29898
29899         * tests/test-printf-posix2.sh: New file.
29900         * tests/test-printf-posix2.c: New file.
29901         * modules/printf-posix-tests (Files): Add them.
29902         (TESTS): Add test-printf-posix2.sh.
29903         (configure.ac): Check for getrlimit and setrlimit.
29904         (check_PROGRAMS): Add test-printf-posix2.
29905
29906         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29907         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29908         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29909         (decode_double): New function, copied from decode_long_double.
29910         (scale10_round_decimal_decoded): New function, extracted from
29911         scale10_round_decimal_long_double.
29912         (scale10_round_decimal_long_double): Use it.
29913         (scale10_round_decimal_double): New function.
29914         (floorlog10): New function.
29915         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29916         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29917         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29918         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29919         gl_PRINTF_ENOMEM and test its result. Invoke
29920         gl_PREREQ_VASNPRINTF_ENOMEM.
29921         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29922         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29923         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29924         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29925         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29926         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29927         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29928         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29929         * modules/snprintf-posix (Depends-on): Likewise.
29930         * modules/sprintf-posix (Depends-on): Likewise.
29931         * modules/vasnprintf-posix (Depends-on): Likewise.
29932         * modules/vasprintf-posix (Depends-on): Likewise.
29933         * modules/vfprintf-posix (Depends-on): Likewise.
29934         * modules/vsnprintf-posix (Depends-on): Likewise.
29935         * modules/vsprintf-posix (Depends-on): Likewise.
29936         * doc/functions/fprintf.texi: Update.
29937         * doc/functions/printf.texi: Update.
29938         * doc/functions/snprintf.texi: Update.
29939         * doc/functions/sprintf.texi: Update.
29940         * doc/functions/vfprintf.texi: Update.
29941         * doc/functions/vprintf.texi: Update.
29942         * doc/functions/vsnprintf.texi: Update.
29943         * doc/functions/vsprintf.texi: Update.
29944
29945 2007-11-03  Bruno Haible  <bruno@clisp.org>
29946
29947         * modules/frexp-nolibm-tests: New file.
29948
29949         * modules/frexp-nolibm: New file.
29950         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29951
29952 2007-11-03  Bruno Haible  <bruno@clisp.org>
29953
29954         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29955         value is C99 compliant.
29956         Needed for OSF/1 5.1.
29957
29958 2007-11-03  Bruno Haible  <bruno@clisp.org>
29959
29960         Fix out-of-memory handling of vasnprintf.
29961         * lib/printf-parse.c: Include <errno.h>.
29962         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29963         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29964         is already set.
29965
29966 2007-11-02  Eric Blake  <ebb9@byu.net>
29967
29968         Fix tests on cygwin.
29969         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29970
29971 2007-11-01  Bruno Haible  <bruno@clisp.org>
29972
29973         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29974         warning.
29975         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29976         needed for POSIX compatibility.
29977
29978 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29979
29980         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29981         for compatibility with GNU.
29982
29983 2007-11-01  Bruno Haible  <bruno@clisp.org>
29984
29985         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29986         (putenv): Renamed from rpl_putenv. Change argument type from
29987         'const char *' to 'char *'.
29988         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29989         of defining putenv in config.h, just set REPLACE_PUTENV.
29990         * modules/putenv (Depends-on): Add stdlib.
29991         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29992         (Include): Use <stdlib.h>.
29993         * lib/stdlib.in.h (putenv): New declaration.
29994         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29995         REPLACE_PUTENV.
29996         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29997         REPLACE_PUTENV.
29998         Needed for MacOS X 10.5.0.
29999         Reported by Peter O'Gorman <peter@pogma.com>.
30000
30001 2007-11-01  Jim Meyering  <meyering@redhat.com>
30002
30003         Treat an empty date string exactly like "0".
30004         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
30005         if the remaining date string (to be parsed) is empty, use "0".
30006         Reported by Mischa Molhoek and discussed in this thread:
30007         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
30008
30009 2007-10-31  Bruno Haible  <bruno@clisp.org>
30010
30011         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
30012         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
30013         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
30014         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
30015         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
30016         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
30017
30018 2007-10-31  Bruno Haible  <bruno@clisp.org>
30019
30020         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
30021         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
30022         (AC_TYPE_LONG_LONG_INT): Use it.
30023         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
30024         it as well.
30025         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
30026         to m4/longlong.m4.
30027         * modules/stdint (Files): Remove m4/ulonglong.m4.
30028         * modules/strtoull (Files): Use m4/longlong.m4 instead of
30029         m4/ulonglong.m4.
30030         * modules/strtoumax (Files): Likewise.
30031
30032 2007-10-30  Bruno Haible  <bruno@clisp.org>
30033
30034         * modules/xvasprintf-posix: New file.
30035         Suggested by Eric Blake.
30036
30037 2007-10-30  Bruno Haible  <bruno@clisp.org>
30038
30039         * modules/xprintf-posix-tests: New file.
30040         * tests/test-xprintf-posix.sh: New file.
30041         * tests/test-xprintf-posix.c: New file.
30042         * tests/test-xfprintf-posix.c: New file.
30043
30044         * modules/xprintf-posix: New file.
30045
30046 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30047
30048         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
30049         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
30050         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
30051
30052 2007-10-29  Bruno Haible  <bruno@clisp.org>
30053
30054         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
30055         contain the special marker '_cv_'.
30056         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
30057         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
30058         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
30059         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
30060         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
30061         Reported by Ralf Wildenhues.
30062
30063 2007-10-29  Bruno Haible  <bruno@clisp.org>
30064
30065         * gnulib-tool (func_import): When --lgpl is not specified, set
30066         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
30067         GPLv3.
30068         Reported by Simon Josefsson.
30069
30070 2007-10-28  Bruno Haible  <bruno@clisp.org>
30071
30072         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
30073         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
30074         HAVE_DECL_ISFINITE.
30075         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30076         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
30077         HAVE_DECL_ISFINITE.
30078
30079 2007-10-28  Bruno Haible  <bruno@clisp.org>
30080
30081         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
30082         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
30083
30084 2007-10-28  Bruno Haible  <bruno@clisp.org>
30085
30086         Fix link errors with Sun C 5.0 on Solaris 10.
30087         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
30088         function is declared but not present in the compiler's libm.
30089         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
30090         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
30091         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
30092         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
30093         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
30094         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
30095         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
30096         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30097         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
30098         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
30099         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
30100         HAVE_DECL_FLOORL.
30101
30102 2007-10-28  Bruno Haible  <bruno@clisp.org>
30103
30104         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
30105         gl_FUNC_FLOORL. Cache the result.
30106         (gl_FUNC_FLOORL): Use it.
30107         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
30108         gl_FUNC_CEILL. Cache the result.
30109         (gl_FUNC_CEILL): Use it.
30110
30111         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
30112         gl_FUNC_FLOOR. Cache the result.
30113         (gl_FUNC_FLOOR): Use it.
30114         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
30115         gl_FUNC_CEIL. Cache the result.
30116         (gl_FUNC_CEIL): Use it.
30117
30118         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
30119         gl_FUNC_FLOORF. Cache the result.
30120         (gl_FUNC_FLOORF): Use it.
30121         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
30122         gl_FUNC_CEILF. Cache the result.
30123         (gl_FUNC_CEILF): Use it.
30124
30125 2007-10-28  Bruno Haible  <bruno@clisp.org>
30126
30127         * gnulib-tool: Allow specifying the LGPL version number through
30128         --lgpl=2 or --lgpl=3.
30129         (func_usage): Document --lgpl with argument.
30130         Handle --lgpl=... arguments.
30131         (func_import): Recognize also gl_LGPL calls with an argument. When
30132         --lgpl=2 is used and the module's license is just LGPL, report an
30133         error. Set sed_transform_lib_file according to the lgpl variable. In
30134         the generated files, use --lgpl or gl_LGPL invocations with argument,
30135         if necessary.
30136         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
30137         an LGPv2+ license.
30138         * doc/gnulib-tool.texi (Modified imports): Update explanation of
30139         gl_LGPL macro.
30140
30141 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30142             Bruno Haible  <bruno@clisp.org>
30143
30144         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
30145         (u16_uctomb_aux): Likewise.
30146         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
30147         !HAVE_INLINE.
30148         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
30149
30150 2007-10-28  Bruno Haible  <bruno@clisp.org>
30151
30152         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
30153         Invoke AM_GETTEXT_OPTION if it exists.
30154         * modules/vasprintf: Likewise.
30155         * modules/verror: Likewise.
30156         * modules/xprintf: Likewise.
30157         * modules/xvasprintf: Likewise.
30158
30159 2007-10-27  Ben Pfaff  <blp@gnu.org>
30160
30161         * lib/math.in.h: Define isfinite macro and prototypes for
30162         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
30163         implementations.
30164         * m4/math_h.m4: New substitutions for isfinite module.
30165         * lib/isfinite.c: New file.
30166         * m4/isfinite.m4: New file.
30167         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
30168         * modules/isfinite: New file.
30169         * modules/isfinite-tests: New file.
30170         * tests/tests-isfinite.c: New file.
30171         * doc/functions/isfinite.texi: Mention isfinite module.
30172         * MODULES.html.sh: Mention new module.
30173
30174 2007-10-27  Ben Pfaff  <blp@gnu.org>
30175
30176         Ralf Wildenhues reported that Tru64 4.0D declares the round
30177         functions but does not have definitions.
30178         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
30179         cannot be found in any library, set the output variable to
30180         "missing" instead of "".
30181         * m4/round.m4: Also use our substitute if we cannot find round in
30182         any library, even if it is declared.
30183         * m4/roundf.m4: Likewise for roundf.
30184         * m4/roundl.m4: Likewise for roundl.
30185         * lib/math.in.h: Undefine roundf, round, roundl before defining
30186         their replacements, to allow for hypothetical systems where these
30187         may be defined as macros but not available in libraries.
30188
30189 2007-10-27  Bruno Haible  <bruno@clisp.org>
30190
30191         * doc/gnulib.texi: Invoke @firstparagraphindent.
30192         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
30193         changes in gnulib.
30194         (Source changes): New section.
30195
30196 2007-10-26  Bruno Haible  <bruno@clisp.org>
30197
30198         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
30199         borrowed from autoconf.
30200
30201 2007-10-26  Bruno Haible  <bruno@clisp.org>
30202
30203         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
30204         strerror returned the empty string. Needed on HP-UX 11.00.
30205
30206 2007-10-24  Micah Cowan  <micah@cowan.name>
30207
30208         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
30209         * build-aux/bootstrap: Remove support for now-unnecessary option,
30210         --cvs-user, and envvars CVS_USER, CVS_RSH.
30211
30212 2007-10-24  Jim Meyering  <meyering@redhat.com>
30213
30214         Avoid diagnostics from sha1sum when there is no cached checksum.
30215         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
30216         if the po.s1 file hasn't been created yet.
30217
30218         * build-aux/bootstrap: Sync from coreutils:
30219         2007-10-24  Jim Meyering  <meyering@redhat.com>
30220         Get gnulib from the git repository, not from an obsolete cvs one.
30221         * build-aux/bootstrap: Suggestion from Micah Cowan.
30222         2007-10-04  Jim Meyering  <jim@meyering.net>
30223         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
30224         (update_po_files): Work also when there are no .po files in po/.
30225
30226 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30227
30228         * README: Append ".git" to git and cg examples.
30229         Problem reported by Benoit Sigoure.
30230
30231 2007-10-23  Micah Cowan  <micah@cowan.name>
30232
30233         * users.txt: Add wget.
30234
30235 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30236
30237         Fix linking of some unistdio tests on FreeBSD.
30238         * modules/unistdio/u16-vsnprintf-tests
30239         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30240         * modules/unistdio/u16-vsprintf-tests
30241         (test_u16_vsnprintf1_LDADD): Likewise.
30242         * modules/unistdio/u32-vsnprintf-tests
30243         (test_u32_vsnprintf1_LDADD): Likewise.
30244         * modules/unistdio/u32-vsprintf-tests
30245         (test_u32_vsprintf1_LDADD): Likewise.
30246         * modules/unistdio/u8-vsnprintf-tests
30247         (test_u8_vsnprintf1_LDADD): Likewise.
30248         * modules/unistdio/u8-vsprintf-tests
30249         (test_u8_vsprintf1_LDADD): Likewise.
30250         * modules/unistdio/ulc-vsnprintf-tests
30251         (test_ulc_vsnprintf1_LDADD): Likewise.
30252         * modules/unistdio/ulc-vsprintf-tests
30253         (test_ulc_vsprintf1_LDADD): Likewise.
30254
30255         Fix linking of some uniconv tests on FreeBSD.
30256         * modules/uniconv/u16-conv-from-enc-tests
30257         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30258         * modules/uniconv/u16-conv-to-enc-tests
30259         (test_u16_conv_to_enc_LDADD): Likewise.
30260         * modules/uniconv/u16-strconv-from-enc-tests
30261         (test_u16_strconv_from_enc_LDADD): Likewise.
30262         * modules/uniconv/u16-strconv-to-enc-tests
30263         (test_u16_strconv_to_enc_LDADD): Likewise.
30264         * modules/uniconv/u32-conv-from-enc-tests
30265         (test_u32_conv_from_enc_LDADD): Likewise.
30266         * modules/uniconv/u32-conv-to-enc-tests
30267         (test_u32_conv_to_enc_LDADD): Likewise.
30268         * modules/uniconv/u32-strconv-from-enc-tests
30269         (test_u32_strconv_from_enc_LDADD): Likewise.
30270         * modules/uniconv/u32-strconv-to-enc-tests
30271         (test_u32_strconv_to_enc_LDADD): Likewise.
30272         * modules/uniconv/u8-conv-from-enc-tests
30273         (test_u8_conv_from_enc_LDADD): Likewise.
30274         * modules/uniconv/u8-conv-to-enc-tests
30275         (test_u8_conv_to_enc_LDADD): Likewise.
30276         * modules/uniconv/u8-strconv-from-enc-tests
30277         (test_u8_strconv_from_enc_LDADD): Likewise.
30278         * modules/uniconv/u8-strconv-to-enc-tests
30279         (test_u8_strconv_to_enc_LDADD): Likewise.
30280
30281 2007-10-22  Bruno Haible  <bruno@clisp.org>
30282
30283         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
30284         size.
30285
30286 2007-10-22  Eric Blake  <ebb9@byu.net>
30287
30288         Tweak x*printf documentation.
30289         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
30290         variable name and comments.
30291         Suggested by Bruno Haible.
30292
30293 2007-10-22  Bruno Haible  <bruno@clisp.org>
30294
30295         * lib/acl.c (copy_acl): Fix file name in comment.
30296
30297 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30298
30299         Fix Tru64 problem with stdbool.h.
30300         * lib/stdbool.in.h (false, true):
30301         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
30302         Don't declare as an enum in this situation; it runs afoul of Tru64.
30303         Problem reported by Steven M. Schweda in
30304         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
30305
30306 2007-10-22  Eric Blake  <ebb9@byu.net>
30307
30308         Also wrap vf?printf.
30309         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30310         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
30311         (xvprintf, xvfprintf): New functions.
30312
30313 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30314
30315         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30316         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30317
30318         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30319         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30320
30321 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30322
30323         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30324         by Bruno Haible.
30325
30326 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30327
30328         * lib/getloadavg.c
30329         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30330         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30331
30332         * tests/test-i-ring.c: Work for C89.
30333
30334 2007-10-22  Bruno Haible  <bruno@clisp.org>
30335
30336         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30337         -1u, in preprocessor expression, so that we don't test for the bug
30338         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30339         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30340
30341 2007-10-22  Eric Blake  <ebb9@byu.net>
30342
30343         * tests/test-yesno.sh: Silence stderr during test.
30344
30345 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30346
30347         * modules/crypto/gc-camellia: New file.
30348
30349         * m4/gc-camellia.m4: New file.
30350
30351         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30352
30353         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30354
30355 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30356
30357         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30358         --help to stdout.  Reported by sms@antinode.org (Steven
30359         M. Schweda).
30360
30361 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30362
30363         * users.txt: Fix link to libksba.
30364
30365 2007-10-21  Ben Pfaff  <blp@gnu.org>
30366
30367         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30368         round.c roundf implementation that depends on floorf and ceilf to
30369         be tested unconditionally.
30370
30371 2007-10-21  Ben Pfaff  <blp@gnu.org>
30372
30373         * m4/check-libm-func.m4: Removed.
30374         * m4/check-math-lib.m4: New file.
30375         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30376         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30377         definition and lack of AC_LIBOBJ([roundf]).
30378         * m4/roundl.m4: Ditto, and similarly for roundl.
30379         * modules/round: Reference new m4 file.
30380         * modules/roundf: Ditto.
30381         * modules/roundl: Ditto.
30382         * tests/test-round2.c (main): Use ROUND instead of round.
30383         Bug report from Bruno Haible.
30384
30385 2007-10-21  Bruno Haible  <bruno@clisp.org>
30386
30387         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30388         context.
30389
30390 2007-10-21  Bruno Haible  <bruno@clisp.org>
30391
30392         * tests/test-wcwidth.c (main): Allow negative result for some control
30393         characters.
30394
30395         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30396         Needed on OSF/1 5.1.
30397
30398 2007-10-21  Bruno Haible  <bruno@clisp.org>
30399
30400         * tests/test-floorf1.c: Include isnanf.h.
30401         (main): Use isnanf() instead of isnan().
30402         * tests/test-ceilf1.c: Include isnanf.h.
30403         (main): Use isnanf() instead of isnan().
30404         * tests/test-truncf1.c: Include isnanf.h.
30405         (main): Use isnanf() instead of isnan().
30406         * tests/test-roundf1.c: Include isnanf.h.
30407         (main): Use isnanf() instead of isnan().
30408
30409 2007-10-21  Eric Blake  <ebb9@byu.net>
30410
30411         * users.txt: Update URL for m4.
30412
30413 2007-10-21  Bruno Haible  <bruno@clisp.org>
30414
30415         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30416
30417 2007-10-21  Bruno Haible  <bruno@clisp.org>
30418
30419         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30420         Git's management files if the CVS files are not present.
30421
30422 2007-10-20  Bruno Haible  <bruno@clisp.org>
30423
30424         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30425         gcc-3.4.x.
30426
30427 2007-10-20  Ben Pfaff  <blp@gnu.org>
30428
30429         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30430         implementations.
30431         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30432         * lib/round.c: New file.
30433         * lib/roundf.c: New file.
30434         * lib/roundl.c: New file.
30435         * m4/round.m4: New file.
30436         * m4/roundf.m4: New file.
30437         * m4/roundl.m4: New file.
30438         * m4/check-libm-func-m4: New file.
30439         * modules/math: Replace round, roundf, roundl related @VARS@ in
30440         math.in.h.
30441         * modules/round: New file.
30442         * modules/round-tests: New file.
30443         * modules/roundf: New file.
30444         * modules/roundf-tests: New file.
30445         * modules/roundl: New file.
30446         * modules/roundl-tests: New file.
30447         * tests/test-round1.c: New file.
30448         * tests/test-round2.c: New file.
30449         * tests/test-roundf1.c: New file.
30450         * tests/test-roundf2.c: New file.
30451         * tests/test-roundl.c: New file.
30452         * doc/functions/round.texi: Mention round module.
30453         * doc/functions/roundf.texi: Mention roundf module.
30454         * doc/functions/roundl.texi: Mention roundl module.
30455         * MODULES.html.sh: Mention new modules.
30456         Thanks to Bruno Haible for suggestions.
30457
30458 2007-10-20  Jim Meyering  <meyering@redhat.com>
30459
30460         * lib/xprintf.c: Include <config.h> unconditionally.
30461
30462         Change xprintf's license to GPL.
30463         * modules/xprintf (License): s/LGPL/GPL/, since this module
30464         depends on modules (exit and exitfail) which are GPL.
30465         Suggestion from Bruno Haible.
30466
30467         xprintf fixes.
30468         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30469         Use a clearer diagnostic.
30470         Patch from Bruno Haible.
30471
30472 2007-10-20  Bruno Haible  <bruno@clisp.org>
30473
30474         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30475         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30476         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30477
30478 2007-10-20  Bruno Haible  <bruno@clisp.org>
30479
30480         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30481         precision in the comparison result > x - 1 or similar.
30482         * tests/test-ceilf2.c (correct_result_p): Likewise.
30483         * tests/test-truncf2.c (correct_result_p): Likewise.
30484         * tests/test-trunc2.c (correct_result_p): Likewise.
30485         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30486
30487 2007-10-20  Bruno Haible  <bruno@clisp.org>
30488
30489         * modules/ceil: New file.
30490         * m4/ceil.m4: New file.
30491         * doc/functions/ceil.texi: Mention the 'ceil' module.
30492
30493 2007-10-20  Bruno Haible  <bruno@clisp.org>
30494
30495         * modules/floor: New file.
30496         * m4/floor.m4: New file.
30497         * doc/functions/floor.texi: Mention the 'floor' module.
30498
30499 2007-10-20  Bruno Haible  <bruno@clisp.org>
30500
30501         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30502         of %a.
30503         * modules/floorf-tests (Depends-on): Likewise.
30504         * modules/truncf-tests (Depends-on): Likewise.
30505         * modules/trunc-tests (Depends-on): Likewise.
30506         Reported by Ben Pfaff.
30507
30508 2007-10-19  Jim Meyering  <meyering@redhat.com>
30509
30510         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30511         Don't bother testing specific errno values.  Just test ferror.
30512
30513         New module: xprintf
30514         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30515
30516 2007-10-19  Bruno Haible  <bruno@clisp.org>
30517
30518         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30519         syntax.
30520         * modules/javaexec (Makefile.am): Likewise.
30521         * modules/relocatable-prog (Makefile.am): Likewise.
30522         Suggested by Jim Meyering.
30523
30524 2007-10-18  Bruno Haible  <bruno@clisp.org>
30525
30526         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30527         Reported by Jim Meyering.
30528
30529 2007-10-18  Eric Blake  <ebb9@byu.net>
30530
30531         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30532
30533 2007-10-18  Bruno Haible  <bruno@clisp.org>
30534
30535         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30536         the format string into writable memory. Needed in Fortify conditions.
30537
30538 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30539             Bruno Haible  <bruno@clisp.org>
30540
30541         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30542         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30543         * modules/trim (Depends-on): Add mbchar.
30544         (configure.ac): Add gl_FUNC_MBRTOWC.
30545         (Makefile.am): Augment lib_SOURCES.
30546
30547 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30548
30549         Modify glob.c to use fstatat and dirfd, to simplify it.
30550         Suggested by Eric Blake.
30551         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30552         Don't include <stdbool.h>; not used.
30553         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30554         (link_exists_p): Simplify implementation, since we can now assume
30555         dirfd and fstatat.
30556         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30557
30558 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30559
30560         * gnulib-tool (func_get_dependencies): Fix sed script to
30561         match only tests.
30562
30563 2007-10-17  Bruno Haible  <bruno@clisp.org>
30564
30565         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30566         allow locale names without encoding suffix.
30567         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30568         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30569
30570 2007-10-16  Bruno Haible  <bruno@clisp.org>
30571
30572         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30573         * lib/getgroups.c (getgroups): Likewise.
30574         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30575
30576 2007-10-16  Bruno Haible  <bruno@clisp.org>
30577
30578         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30579         * modules/malloc-posix (License): Likewise.
30580         * modules/realloc-posix (License): Likewise.
30581         * modules/calloc-posix (License): Likewise.
30582         * modules/intprops (License): Change from GPL to LGPL, with
30583         Paul Eggert's approval.
30584
30585 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30586
30587         Merge glibc changes into lib/glob.c.
30588
30589         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30590         2007-10-15 04:59:03 UTC.  Here are the changes:
30591
30592         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30593
30594         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30595
30596         * lib/glob.c: Add some branch prediction throughout.
30597
30598         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30599
30600         [BZ #5103]
30601         * lib/glob.c (glob): Recognize patterns starting \/.
30602
30603         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30604
30605         [BZ #3996]
30606         * lib/glob.c (attribute_hidden): Define if not defined.
30607         (glob): Unescape dirname, filename or username when needed and not
30608         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30609         is NULL.  Handle unescaped [ in pattern without closing ].
30610         Don't pass GLOB_CHECK down to recursive glob for directories.
30611         (__glob_pattern_type): New function.
30612         (__glob_pattern_p): Implement using __glob_pattern_type.
30613         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30614         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30615         Remove unreachable code.
30616
30617         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30618
30619         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30620         explain why there are no leaks.
30621
30622         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30623
30624         [BZ #3253]
30625         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30626         time, rather allocate increasingly bigger arrays of pointers, if
30627         possible with alloca, if too large with malloc.
30628
30629 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30630
30631         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30632         Problem reported by H.Merijn Brand in
30633         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30634         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30635         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30636
30637 2007-10-15  Bruno Haible  <bruno@clisp.org>
30638
30639         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30640         with explicit rpl_ prefix.
30641         * lib/fopen.c (fopen): Likewise.
30642         * lib/freopen.c (freopen): Likewise.
30643         * lib/iconv.c (iconv): Likewise.
30644         * lib/iconv_close.c (iconv_close): Likewise.
30645
30646 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30647
30648         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30649
30650 2007-10-15  Bruno Haible  <bruno@clisp.org>
30651
30652         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30653         <stddef.h> instead of <stdlib.h> since we only need NULL.
30654         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30655
30656 2007-10-15  Bruno Haible  <bruno@clisp.org>
30657
30658         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30659         Replace paragraph talking about LIBOBJS.
30660         Reported by Colin Watson <cjwatson@debian.org>.
30661
30662 2007-10-15  Bruno Haible  <bruno@clisp.org>
30663
30664         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30665         <stdlib.h> before using NULL.
30666
30667 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30668
30669         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30670         Reported by Albert Chin <china@thewrittenword.com>.
30671
30672 2007-10-14  Bruno Haible  <bruno@clisp.org>
30673
30674         * modules/iconv_open-utf-tests: New file.
30675         * tests/test-iconv-utf.c: New file.
30676
30677         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30678         * modules/iconv_open-utf: New file.
30679         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30680         (iconv, iconv_close): New declarations.
30681         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30682         be defined.
30683         (iconv_open): Add special handling of conversion between UTF-8 and
30684         UTF-{16,32}{BE,LE}.
30685         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30686         * lib/iconv_close.c: New file.
30687         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30688         gl_FUNC_ICONV_OPEN.
30689         (gl_FUNC_ICONV_OPEN): Use it.
30690         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30691         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30692         and REPLACE_ICONV_UTF.
30693         * modules/iconv_open (Depends-on): Add c-strcase.
30694         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30695         ICONV_CONST.
30696         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30697
30698 2007-10-13  Albert Chin  <china@thewrittenword.com>
30699             Bruno Haible  <bruno@clisp.org>
30700
30701         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30702         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30703
30704 2007-10-13  Bruno Haible  <bruno@clisp.org>
30705
30706         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30707         defined, use the ISO C99 inline semantics.
30708         * lib/argp.h (ARGP_EI): Likewise.
30709
30710 2007-10-13  Bruno Haible  <bruno@clisp.org>
30711
30712         Handle 'inline' change in gcc 4.3.0.
30713         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30714         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30715         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30716         argp_fmtstream_point): Disable 'extern' declaration if the function
30717         definition is going to be provided inline.
30718         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30719         semantics, not the ISO C99 inline semantics.
30720         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30721         'extern' declaration if the function definition is going to be provided
30722         inline.
30723         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30724         the GNU C inline semantics, not the ISO C99 inline semantics. With
30725         GCC 4.2, avoid a warning.
30726
30727 2007-10-13  Bruno Haible  <bruno@clisp.org>
30728
30729         * lib/freading.h (freading): Enable the use of __freading for
30730         glibc >= 2.7.
30731         * lib/freading.c (freading): Likewise.
30732
30733 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30734
30735         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30736         "warning: C99 inline functions are not supported; using GNU89".
30737
30738 2007-10-12  Bruno Haible  <bruno@clisp.org>
30739
30740         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30741         of 2.
30742         * tests/test-ceilf2.c: New file.
30743         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30744
30745         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30746         * modules/ceilf-tests: Update.
30747
30748 2007-10-12  Bruno Haible  <bruno@clisp.org>
30749
30750         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30751         of 2.
30752         * tests/test-floorf2.c: New file.
30753         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30754
30755         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30756         * modules/floorf-tests: Update.
30757
30758 2007-10-12  Bruno Haible  <bruno@clisp.org>
30759
30760         * tests/test-trunc2.c: New file.
30761         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30762
30763         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30764         * modules/trunc-tests: Update.
30765
30766 2007-10-12  Bruno Haible  <bruno@clisp.org>
30767
30768         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30769         of 2.
30770         * tests/test-truncf2.c: New file.
30771         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30772
30773         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30774         * modules/truncf-tests: Update.
30775
30776 2007-10-11  Eric Blake  <ebb9@byu.net>
30777
30778         Don't claim strerror is broken on Interix.
30779         * doc/functions/strerror.texi (strerror): Known broken systems are
30780         now Solaris 8, and not Interix.
30781         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30782         Interix on cross-compile.
30783         Reported by Martin Koeppe in
30784         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30785
30786 2007-10-11  Bruno Haible  <bruno@clisp.org>
30787
30788         * modules/i-ring-tests: New file.
30789         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30790         instead of assert.
30791
30792 2007-10-11  Bruno Haible  <bruno@clisp.org>
30793
30794         * modules/filenamecat-tests: New file.
30795         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30796         * lib/filenamecat.c: Remove test code.
30797
30798 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30799
30800         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30801
30802         * lib/strerror.c: Include <string.h> always, to test interface,
30803         and to remove the need for the dummy.
30804         Include intprops.h to compute width instead of doing it ourselves
30805         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30806         (strerror): Define it to return NULL if there's no system strerror.
30807         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30808         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30809         ancient pre-strerror Unix systems well any more.  Saying "unknown
30810         system error" is enough.
30811         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30812         simpler strerror.c implementation.
30813         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30814         Simplify the tests to reflect the simpler strerror implementation.
30815         * modules/strerror (Depends-on): Add intprops.
30816
30817 2007-10-09  Eric Blake  <ebb9@byu.net>
30818
30819         Silence test-fpending.
30820         * modules/fpending-tests (Files): Add wrapper script.
30821         * tests/test-fpending.sh: New file.
30822
30823 2007-10-09  Bruno Haible  <bruno@clisp.org>
30824
30825         * MODULES.html.sh (func_module): Don't create a hyperlink for
30826         function names like 'printf_frexp'.
30827         (Misc): Add crc, memxor.
30828         (Characteristics of floating types): New section.
30829         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30830         isnanf-nolibm, signbit, trunc, truncf, truncl.
30831         (Enhancements for ISO C 99 functions): New subsection Input/output.
30832         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30833         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30834         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30835         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30836         (Enhancements for POSIX:2001 functions): Add chdir-long.
30837         (File system functions): Add areadlink, chdir-safer, read-file.
30838         Remove cycle-check.
30839         (File system as inode set): New section.
30840         (Date and time): Add gethrxtime.
30841         (Multithreading): Add openmp.
30842         (Internationalization functions): Add localename.
30843         (Unicode string functions): Add unistr/u*-mbsnlen.
30844         (Support for maintaining and releasing projects): Add git-version-gen.
30845         (Lone files): Remove directories.
30846
30847 2007-10-08  Ben Pfaff  <blp@gnu.org>
30848
30849         * lib/xmalloca.h: Fix typo in comment.
30850
30851 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30852
30853         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30854         when avoiding problems with integer overflow.  Use a portable test
30855         instead.
30856
30857 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30858
30859         * modules/dummy (License): Change to LGPLv2+.
30860         * modules/float (License): Likewise
30861         * modules/realloc (License): Likewise
30862         * modules/stdlib (License): Likewise
30863
30864 2007-10-07  Bruno Haible  <bruno@clisp.org>
30865
30866         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30867         * floor.c (TWO_MANT_DIG): Likewise.
30868         * ceil.c (TWO_MANT_DIG): Likewise.
30869         Reported by Ben Pfaff.
30870
30871 2007-10-07  Bruno Haible  <bruno@clisp.org>
30872
30873         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30874         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30875         * lib/frexp.c (FUNC): Likewise.
30876         * lib/printf-frexp.h (printf_frexp): Likewise.
30877         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30878         * lib/printf-frexp.c (FUNC): Likewise.
30879         Suggested by Jim Meyering.
30880
30881 2007-10-07  Jim Meyering  <meyering@redhat.com>
30882
30883         Make xnanosleep's integer overflow test more robust.
30884         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30885         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30886
30887 2007-10-07  Bruno Haible  <bruno@clisp.org>
30888
30889         * NEWS: Mention the license change.
30890
30891         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30892         abbreviations in the modules files.
30893
30894         Change copyright notice from GPLv2+ to GPLv3+.
30895         * README: Change copyright notice.
30896         * MODULES.html.sh: Likewise.
30897         * build-aux/bootstrap.conf: Likewise.
30898         * build-aux/config.libpath: Likewise.
30899         * build-aux/csharpcomp.sh.in: Likewise.
30900         * build-aux/csharpexec.sh.in: Likewise.
30901         * build-aux/install-reloc: Likewise.
30902         * build-aux/javacomp.sh.in: Likewise.
30903         * build-aux/javaexec.sh.in: Likewise.
30904         * build-aux/ldd.sh.in: Likewise.
30905         * build-aux/reloc-ldflags: Likewise.
30906         * build-aux/relocatable.sh.in: Likewise.
30907         * build-aux/x-to-1.in: Likewise.
30908         * check-module: Likewise.
30909         * config/srclistvars.sh: Likewise.
30910         * gnulib-tool: Likewise.
30911         * lib/acl-internal.h: Likewise.
30912         * lib/acl.c: Likewise.
30913         * lib/acl.h: Likewise.
30914         * lib/acl_entries.c: Likewise.
30915         * lib/areadlink-with-size.c: Likewise.
30916         * lib/areadlink.c: Likewise.
30917         * lib/areadlink.h: Likewise.
30918         * lib/argmatch.c: Likewise.
30919         * lib/argmatch.h: Likewise.
30920         * lib/argp-ba.c: Likewise.
30921         * lib/argp-eexst.c: Likewise.
30922         * lib/argp-fmtstream.c: Likewise.
30923         * lib/argp-fmtstream.h: Likewise.
30924         * lib/argp-fs-xinl.c: Likewise.
30925         * lib/argp-help.c: Likewise.
30926         * lib/argp-namefrob.h: Likewise.
30927         * lib/argp-parse.c: Likewise.
30928         * lib/argp-pin.c: Likewise.
30929         * lib/argp-pv.c: Likewise.
30930         * lib/argp-pvh.c: Likewise.
30931         * lib/argp-xinl.c: Likewise.
30932         * lib/argp.h: Likewise.
30933         * lib/at-func.c: Likewise.
30934         * lib/atanl.c: Likewise.
30935         * lib/backupfile.c: Likewise.
30936         * lib/backupfile.h: Likewise.
30937         * lib/basename.c: Likewise.
30938         * lib/binary-io.h: Likewise.
30939         * lib/byteswap.in.h: Likewise.
30940         * lib/c-stack.c: Likewise.
30941         * lib/c-stack.h: Likewise.
30942         * lib/c-strcasestr.c: Likewise.
30943         * lib/c-strcasestr.h: Likewise.
30944         * lib/c-strstr.c: Likewise.
30945         * lib/c-strstr.h: Likewise.
30946         * lib/c-strtod.c: Likewise.
30947         * lib/calloc.c: Likewise.
30948         * lib/canon-host.c: Likewise.
30949         * lib/canon-host.h: Likewise.
30950         * lib/canonicalize-lgpl.c: Likewise.
30951         * lib/canonicalize.c: Likewise.
30952         * lib/canonicalize.h: Likewise.
30953         * lib/ceil.c: Likewise.
30954         * lib/ceilf.c: Likewise.
30955         * lib/ceill.c: Likewise.
30956         * lib/chdir-long.c: Likewise.
30957         * lib/chdir-long.h: Likewise.
30958         * lib/chdir-safer.c: Likewise.
30959         * lib/chdir-safer.h: Likewise.
30960         * lib/chown.c: Likewise.
30961         * lib/classpath.c: Likewise.
30962         * lib/classpath.h: Likewise.
30963         * lib/clean-temp.c: Likewise.
30964         * lib/clean-temp.h: Likewise.
30965         * lib/cloexec.c: Likewise.
30966         * lib/close-stream.c: Likewise.
30967         * lib/closein.c: Likewise.
30968         * lib/closein.h: Likewise.
30969         * lib/closeout.c: Likewise.
30970         * lib/closeout.h: Likewise.
30971         * lib/concat-filename.c: Likewise.
30972         * lib/copy-file.c: Likewise.
30973         * lib/copy-file.h: Likewise.
30974         * lib/count-one-bits.h: Likewise.
30975         * lib/crc.c: Likewise.
30976         * lib/crc.h: Likewise.
30977         * lib/creat-safer.c: Likewise.
30978         * lib/csharpcomp.c: Likewise.
30979         * lib/csharpcomp.h: Likewise.
30980         * lib/csharpexec.c: Likewise.
30981         * lib/csharpexec.h: Likewise.
30982         * lib/cycle-check.c: Likewise.
30983         * lib/cycle-check.h: Likewise.
30984         * lib/diacrit.c: Likewise.
30985         * lib/diacrit.h: Likewise.
30986         * lib/diffseq.h: Likewise.
30987         * lib/dirchownmod.c: Likewise.
30988         * lib/dirent.in.h: Likewise.
30989         * lib/dirfd.c: Likewise.
30990         * lib/dirfd.h: Likewise.
30991         * lib/dirname.c: Likewise.
30992         * lib/dirname.h: Likewise.
30993         * lib/dummy.c: Likewise.
30994         * lib/dup-safer.c: Likewise.
30995         * lib/dup2.c: Likewise.
30996         * lib/eealloc.h: Likewise.
30997         * lib/error.c: Likewise.
30998         * lib/error.h: Likewise.
30999         * lib/euidaccess.c: Likewise.
31000         * lib/exclude.c: Likewise.
31001         * lib/exclude.h: Likewise.
31002         * lib/execute.c: Likewise.
31003         * lib/execute.h: Likewise.
31004         * lib/exitfail.c: Likewise.
31005         * lib/exitfail.h: Likewise.
31006         * lib/expl.c: Likewise.
31007         * lib/fatal-signal.c: Likewise.
31008         * lib/fatal-signal.h: Likewise.
31009         * lib/fbufmode.c: Likewise.
31010         * lib/fbufmode.h: Likewise.
31011         * lib/fchdir.c: Likewise.
31012         * lib/fchmodat.c: Likewise.
31013         * lib/fchownat.c: Likewise.
31014         * lib/fcntl--.h: Likewise.
31015         * lib/fcntl-safer.h: Likewise.
31016         * lib/fcntl.in.h: Likewise.
31017         * lib/fd-safer.c: Likewise.
31018         * lib/fflush.c: Likewise.
31019         * lib/file-has-acl.c: Likewise.
31020         * lib/file-set.c: Likewise.
31021         * lib/file-type.c: Likewise.
31022         * lib/file-type.h: Likewise.
31023         * lib/fileblocks.c: Likewise.
31024         * lib/filemode.c: Likewise.
31025         * lib/filemode.h: Likewise.
31026         * lib/filename.h: Likewise.
31027         * lib/filenamecat.c: Likewise.
31028         * lib/filenamecat.h: Likewise.
31029         * lib/findprog.c: Likewise.
31030         * lib/findprog.h: Likewise.
31031         * lib/float.in.h: Likewise.
31032         * lib/floor.c: Likewise.
31033         * lib/floorf.c: Likewise.
31034         * lib/floorl.c: Likewise.
31035         * lib/fopen-safer.c: Likewise.
31036         * lib/fopen.c: Likewise.
31037         * lib/fpending.c: Likewise.
31038         * lib/fpending.h: Likewise.
31039         * lib/fprintf.c: Likewise.
31040         * lib/fprintftime.h: Likewise.
31041         * lib/fpucw.h: Likewise.
31042         * lib/fpurge.c: Likewise.
31043         * lib/fpurge.h: Likewise.
31044         * lib/freadable.c: Likewise.
31045         * lib/freadable.h: Likewise.
31046         * lib/freadahead.c: Likewise.
31047         * lib/freadahead.h: Likewise.
31048         * lib/freading.c: Likewise.
31049         * lib/freading.h: Likewise.
31050         * lib/free.c: Likewise.
31051         * lib/freopen.c: Likewise.
31052         * lib/frexp.c: Likewise.
31053         * lib/frexpl.c: Likewise.
31054         * lib/fseek.c: Likewise.
31055         * lib/fseterr.c: Likewise.
31056         * lib/fseterr.h: Likewise.
31057         * lib/fstatat.c: Likewise.
31058         * lib/fstrcmp.c: Likewise.
31059         * lib/fstrcmp.h: Likewise.
31060         * lib/fsusage.c: Likewise.
31061         * lib/fsusage.h: Likewise.
31062         * lib/ftell.c: Likewise.
31063         * lib/ftello.c: Likewise.
31064         * lib/fts-cycle.c: Likewise.
31065         * lib/fts.c: Likewise.
31066         * lib/fts_.h: Likewise.
31067         * lib/full-read.c: Likewise.
31068         * lib/full-read.h: Likewise.
31069         * lib/full-write.c: Likewise.
31070         * lib/full-write.h: Likewise.
31071         * lib/fwritable.c: Likewise.
31072         * lib/fwritable.h: Likewise.
31073         * lib/fwriteerror.c: Likewise.
31074         * lib/fwriteerror.h: Likewise.
31075         * lib/fwriting.c: Likewise.
31076         * lib/fwriting.h: Likewise.
31077         * lib/gcd.c: Likewise.
31078         * lib/gcd.h: Likewise.
31079         * lib/getcwd.c: Likewise.
31080         * lib/getdate.h: Likewise.
31081         * lib/getdate.y: Likewise.
31082         * lib/getdomainname.c: Likewise.
31083         * lib/getdomainname.h: Likewise.
31084         * lib/getgroups.c: Likewise.
31085         * lib/gethostname.c: Likewise.
31086         * lib/gethrxtime.c: Likewise.
31087         * lib/gethrxtime.h: Likewise.
31088         * lib/getloadavg.c: Likewise.
31089         * lib/getndelim2.c: Likewise.
31090         * lib/getndelim2.h: Likewise.
31091         * lib/getnline.c: Likewise.
31092         * lib/getnline.h: Likewise.
31093         * lib/getopt.c: Likewise.
31094         * lib/getopt.in.h: Likewise.
31095         * lib/getopt1.c: Likewise.
31096         * lib/getopt_int.h: Likewise.
31097         * lib/getpagesize.h: Likewise.
31098         * lib/getsubopt.c: Likewise.
31099         * lib/gettime.c: Likewise.
31100         * lib/getugroups.c: Likewise.
31101         * lib/getugroups.h: Likewise.
31102         * lib/getusershell.c: Likewise.
31103         * lib/gl_anyavltree_list1.h: Likewise.
31104         * lib/gl_anyavltree_list2.h: Likewise.
31105         * lib/gl_anyhash_list1.h: Likewise.
31106         * lib/gl_anyhash_list2.h: Likewise.
31107         * lib/gl_anylinked_list1.h: Likewise.
31108         * lib/gl_anylinked_list2.h: Likewise.
31109         * lib/gl_anyrbtree_list1.h: Likewise.
31110         * lib/gl_anyrbtree_list2.h: Likewise.
31111         * lib/gl_anytree_list1.h: Likewise.
31112         * lib/gl_anytree_list2.h: Likewise.
31113         * lib/gl_anytree_oset.h: Likewise.
31114         * lib/gl_anytreehash_list1.h: Likewise.
31115         * lib/gl_anytreehash_list2.h: Likewise.
31116         * lib/gl_array_list.c: Likewise.
31117         * lib/gl_array_list.h: Likewise.
31118         * lib/gl_array_oset.c: Likewise.
31119         * lib/gl_array_oset.h: Likewise.
31120         * lib/gl_avltree_list.c: Likewise.
31121         * lib/gl_avltree_list.h: Likewise.
31122         * lib/gl_avltree_oset.c: Likewise.
31123         * lib/gl_avltree_oset.h: Likewise.
31124         * lib/gl_avltreehash_list.c: Likewise.
31125         * lib/gl_avltreehash_list.h: Likewise.
31126         * lib/gl_carray_list.c: Likewise.
31127         * lib/gl_carray_list.h: Likewise.
31128         * lib/gl_linked_list.c: Likewise.
31129         * lib/gl_linked_list.h: Likewise.
31130         * lib/gl_linkedhash_list.c: Likewise.
31131         * lib/gl_linkedhash_list.h: Likewise.
31132         * lib/gl_list.c: Likewise.
31133         * lib/gl_list.h: Likewise.
31134         * lib/gl_oset.c: Likewise.
31135         * lib/gl_oset.h: Likewise.
31136         * lib/gl_rbtree_list.c: Likewise.
31137         * lib/gl_rbtree_list.h: Likewise.
31138         * lib/gl_rbtree_oset.c: Likewise.
31139         * lib/gl_rbtree_oset.h: Likewise.
31140         * lib/gl_rbtreehash_list.c: Likewise.
31141         * lib/gl_rbtreehash_list.h: Likewise.
31142         * lib/gl_sublist.c: Likewise.
31143         * lib/gl_sublist.h: Likewise.
31144         * lib/group-member.c: Likewise.
31145         * lib/group-member.h: Likewise.
31146         * lib/hard-locale.c: Likewise.
31147         * lib/hard-locale.h: Likewise.
31148         * lib/hash-pjw.c: Likewise.
31149         * lib/hash-pjw.h: Likewise.
31150         * lib/hash-triple.c: Likewise.
31151         * lib/hash.c: Likewise.
31152         * lib/hash.h: Likewise.
31153         * lib/human.c: Likewise.
31154         * lib/human.h: Likewise.
31155         * lib/i-ring.c: Likewise.
31156         * lib/i-ring.h: Likewise.
31157         * lib/idcache.c: Likewise.
31158         * lib/imaxabs.c: Likewise.
31159         * lib/imaxdiv.c: Likewise.
31160         * lib/inet_pton.c: Likewise.
31161         * lib/inet_pton.h: Likewise.
31162         * lib/intprops.h: Likewise.
31163         * lib/inttostr.c: Likewise.
31164         * lib/inttostr.h: Likewise.
31165         * lib/inttypes.in.h: Likewise.
31166         * lib/isapipe.c: Likewise.
31167         * lib/isdir.c: Likewise.
31168         * lib/isnan.c: Likewise.
31169         * lib/isnan.h: Likewise.
31170         * lib/isnanf.c: Likewise.
31171         * lib/isnanf.h: Likewise.
31172         * lib/isnanl-nolibm.h: Likewise.
31173         * lib/isnanl.c: Likewise.
31174         * lib/isnanl.h: Likewise.
31175         * lib/javacomp.c: Likewise.
31176         * lib/javacomp.h: Likewise.
31177         * lib/javaexec.c: Likewise.
31178         * lib/javaexec.h: Likewise.
31179         * lib/javaversion.c: Likewise.
31180         * lib/javaversion.h: Likewise.
31181         * lib/javaversion.java: Likewise.
31182         * lib/lbrkprop.h: Likewise.
31183         * lib/lchmod.h: Likewise.
31184         * lib/lchown.c: Likewise.
31185         * lib/ldexpl.c: Likewise.
31186         * lib/linebreak.c: Likewise.
31187         * lib/linebreak.h: Likewise.
31188         * lib/linebuffer.c: Likewise.
31189         * lib/linebuffer.h: Likewise.
31190         * lib/locale.in.h: Likewise.
31191         * lib/logl.c: Likewise.
31192         * lib/long-options.c: Likewise.
31193         * lib/long-options.h: Likewise.
31194         * lib/lstat.c: Likewise.
31195         * lib/lstat.h: Likewise.
31196         * lib/math.in.h: Likewise.
31197         * lib/mbchar.c: Likewise.
31198         * lib/mbchar.h: Likewise.
31199         * lib/mbfile.h: Likewise.
31200         * lib/mbiter.h: Likewise.
31201         * lib/mbscasecmp.c: Likewise.
31202         * lib/mbscasestr.c: Likewise.
31203         * lib/mbschr.c: Likewise.
31204         * lib/mbscspn.c: Likewise.
31205         * lib/mbslen.c: Likewise.
31206         * lib/mbsncasecmp.c: Likewise.
31207         * lib/mbsnlen.c: Likewise.
31208         * lib/mbspbrk.c: Likewise.
31209         * lib/mbspcasecmp.c: Likewise.
31210         * lib/mbsrchr.c: Likewise.
31211         * lib/mbssep.c: Likewise.
31212         * lib/mbsspn.c: Likewise.
31213         * lib/mbsstr.c: Likewise.
31214         * lib/mbstok_r.c: Likewise.
31215         * lib/mbswidth.c: Likewise.
31216         * lib/mbswidth.h: Likewise.
31217         * lib/mbuiter.h: Likewise.
31218         * lib/memcasecmp.c: Likewise.
31219         * lib/memcasecmp.h: Likewise.
31220         * lib/memchr.c: Likewise.
31221         * lib/memcmp.c: Likewise.
31222         * lib/memcoll.c: Likewise.
31223         * lib/memcoll.h: Likewise.
31224         * lib/memcpy.c: Likewise.
31225         * lib/memrchr.c: Likewise.
31226         * lib/mkancesdirs.c: Likewise.
31227         * lib/mkdir-p.c: Likewise.
31228         * lib/mkdir-p.h: Likewise.
31229         * lib/mkdir.c: Likewise.
31230         * lib/mkdirat.c: Likewise.
31231         * lib/mkdtemp.c: Likewise.
31232         * lib/mkstemp-safer.c: Likewise.
31233         * lib/mkstemp.c: Likewise.
31234         * lib/modechange.c: Likewise.
31235         * lib/modechange.h: Likewise.
31236         * lib/mountlist.c: Likewise.
31237         * lib/mountlist.h: Likewise.
31238         * lib/mpsort.c: Likewise.
31239         * lib/nanosleep.c: Likewise.
31240         * lib/obstack.c: Likewise.
31241         * lib/obstack.h: Likewise.
31242         * lib/open-safer.c: Likewise.
31243         * lib/open.c: Likewise.
31244         * lib/openat-die.c: Likewise.
31245         * lib/openat-priv.h: Likewise.
31246         * lib/openat-proc.c: Likewise.
31247         * lib/openat.c: Likewise.
31248         * lib/openat.h: Likewise.
31249         * lib/pagealign_alloc.c: Likewise.
31250         * lib/pagealign_alloc.h: Likewise.
31251         * lib/physmem.c: Likewise.
31252         * lib/physmem.h: Likewise.
31253         * lib/pipe-safer.c: Likewise.
31254         * lib/pipe.c: Likewise.
31255         * lib/pipe.h: Likewise.
31256         * lib/posixtm.c: Likewise.
31257         * lib/posixtm.h: Likewise.
31258         * lib/posixver.c: Likewise.
31259         * lib/printf-frexp.c: Likewise.
31260         * lib/printf-frexp.h: Likewise.
31261         * lib/printf-frexpl.c: Likewise.
31262         * lib/printf-frexpl.h: Likewise.
31263         * lib/printf.c: Likewise.
31264         * lib/progname.c: Likewise.
31265         * lib/progname.h: Likewise.
31266         * lib/progreloc.c: Likewise.
31267         * lib/putenv.c: Likewise.
31268         * lib/quote.c: Likewise.
31269         * lib/quote.h: Likewise.
31270         * lib/quotearg.c: Likewise.
31271         * lib/quotearg.h: Likewise.
31272         * lib/raise.c: Likewise.
31273         * lib/readline.c: Likewise.
31274         * lib/readline.h: Likewise.
31275         * lib/readlink.c: Likewise.
31276         * lib/readtokens.c: Likewise.
31277         * lib/readtokens.h: Likewise.
31278         * lib/readtokens0.c: Likewise.
31279         * lib/readtokens0.h: Likewise.
31280         * lib/readutmp.c: Likewise.
31281         * lib/readutmp.h: Likewise.
31282         * lib/realloc.c: Likewise.
31283         * lib/relocwrapper.c: Likewise.
31284         * lib/rename-dest-slash.c: Likewise.
31285         * lib/rename.c: Likewise.
31286         * lib/rmdir.c: Likewise.
31287         * lib/rpmatch.c: Likewise.
31288         * lib/safe-read.c: Likewise.
31289         * lib/safe-read.h: Likewise.
31290         * lib/safe-write.c: Likewise.
31291         * lib/safe-write.h: Likewise.
31292         * lib/same-inode.h: Likewise.
31293         * lib/same.c: Likewise.
31294         * lib/same.h: Likewise.
31295         * lib/save-cwd.c: Likewise.
31296         * lib/save-cwd.h: Likewise.
31297         * lib/savedir.c: Likewise.
31298         * lib/savedir.h: Likewise.
31299         * lib/savewd.c: Likewise.
31300         * lib/savewd.h: Likewise.
31301         * lib/search.in.h: Likewise.
31302         * lib/setenv.c: Likewise.
31303         * lib/setenv.h: Likewise.
31304         * lib/settime.c: Likewise.
31305         * lib/sh-quote.c: Likewise.
31306         * lib/sh-quote.h: Likewise.
31307         * lib/sig2str.c: Likewise.
31308         * lib/sig2str.h: Likewise.
31309         * lib/signal.in.h: Likewise.
31310         * lib/signbitd.c: Likewise.
31311         * lib/signbitf.c: Likewise.
31312         * lib/signbitl.c: Likewise.
31313         * lib/sigprocmask.c: Likewise.
31314         * lib/sincosl.c: Likewise.
31315         * lib/sleep.c: Likewise.
31316         * lib/sprintf.c: Likewise.
31317         * lib/sqrtl.c: Likewise.
31318         * lib/stat-time.h: Likewise.
31319         * lib/stdio--.h: Likewise.
31320         * lib/stdio-safer.h: Likewise.
31321         * lib/stdlib--.h: Likewise.
31322         * lib/stdlib-safer.h: Likewise.
31323         * lib/stdlib.in.h: Likewise.
31324         * lib/stpcpy.c: Likewise.
31325         * lib/stpncpy.c: Likewise.
31326         * lib/strchrnul.c: Likewise.
31327         * lib/strcspn.c: Likewise.
31328         * lib/strerror.c: Likewise.
31329         * lib/strftime.c: Likewise.
31330         * lib/strftime.h: Likewise.
31331         * lib/striconveh.c: Likewise.
31332         * lib/striconveh.h: Likewise.
31333         * lib/striconveha.c: Likewise.
31334         * lib/striconveha.h: Likewise.
31335         * lib/stripslash.c: Likewise.
31336         * lib/strnlen1.c: Likewise.
31337         * lib/strnlen1.h: Likewise.
31338         * lib/strtod.c: Likewise.
31339         * lib/strtoimax.c: Likewise.
31340         * lib/strtok_r.c: Likewise.
31341         * lib/strtol.c: Likewise.
31342         * lib/strtoll.c: Likewise.
31343         * lib/strtoul.c: Likewise.
31344         * lib/strtoull.c: Likewise.
31345         * lib/sysexits.in.h: Likewise.
31346         * lib/tempname.c: Likewise.
31347         * lib/tempname.h: Likewise.
31348         * lib/timespec.h: Likewise.
31349         * lib/tls.c: Likewise.
31350         * lib/tls.h: Likewise.
31351         * lib/tmpdir.c: Likewise.
31352         * lib/tmpdir.h: Likewise.
31353         * lib/tmpfile-safer.c: Likewise.
31354         * lib/tmpfile.c: Likewise.
31355         * lib/trigl.c: Likewise.
31356         * lib/trigl.h: Likewise.
31357         * lib/trim.c: Likewise.
31358         * lib/trim.h: Likewise.
31359         * lib/trunc.c: Likewise.
31360         * lib/truncf.c: Likewise.
31361         * lib/truncl.c: Likewise.
31362         * lib/tsearch.c: Likewise.
31363         * lib/unicodeio.c: Likewise.
31364         * lib/unicodeio.h: Likewise.
31365         * lib/unistd--.h: Likewise.
31366         * lib/unistd-safer.h: Likewise.
31367         * lib/unistdio/ulc-fprintf.c: Likewise.
31368         * lib/unistdio/ulc-vfprintf.c: Likewise.
31369         * lib/unlinkdir.c: Likewise.
31370         * lib/unlinkdir.h: Likewise.
31371         * lib/unlocked-io.h: Likewise.
31372         * lib/unsetenv.c: Likewise.
31373         * lib/userspec.c: Likewise.
31374         * lib/utime.c: Likewise.
31375         * lib/utimecmp.c: Likewise.
31376         * lib/utimecmp.h: Likewise.
31377         * lib/utimens.c: Likewise.
31378         * lib/verify.h: Likewise.
31379         * lib/verror.c: Likewise.
31380         * lib/verror.h: Likewise.
31381         * lib/version-etc-fsf.c: Likewise.
31382         * lib/version-etc.c: Likewise.
31383         * lib/version-etc.h: Likewise.
31384         * lib/vfprintf.c: Likewise.
31385         * lib/vprintf.c: Likewise.
31386         * lib/vsprintf.c: Likewise.
31387         * lib/w32spawn.h: Likewise.
31388         * lib/wait-process.c: Likewise.
31389         * lib/wait-process.h: Likewise.
31390         * lib/wcwidth.c: Likewise.
31391         * lib/write-any-file.c: Likewise.
31392         * lib/xalloc-die.c: Likewise.
31393         * lib/xalloc.h: Likewise.
31394         * lib/xasprintf.c: Likewise.
31395         * lib/xgetcwd.c: Likewise.
31396         * lib/xgetcwd.h: Likewise.
31397         * lib/xgetdomainname.c: Likewise.
31398         * lib/xgetdomainname.h: Likewise.
31399         * lib/xgethostname.c: Likewise.
31400         * lib/xmalloc.c: Likewise.
31401         * lib/xmalloca.c: Likewise.
31402         * lib/xmalloca.h: Likewise.
31403         * lib/xmemcoll.c: Likewise.
31404         * lib/xnanosleep.c: Likewise.
31405         * lib/xreadlink.c: Likewise.
31406         * lib/xreadlink.h: Likewise.
31407         * lib/xsetenv.c: Likewise.
31408         * lib/xsetenv.h: Likewise.
31409         * lib/xstriconv.c: Likewise.
31410         * lib/xstriconv.h: Likewise.
31411         * lib/xstrndup.c: Likewise.
31412         * lib/xstrndup.h: Likewise.
31413         * lib/xstrtod.c: Likewise.
31414         * lib/xstrtod.h: Likewise.
31415         * lib/xstrtol-error.c: Likewise.
31416         * lib/xstrtol.c: Likewise.
31417         * lib/xstrtol.h: Likewise.
31418         * lib/xtime.h: Likewise.
31419         * lib/xvasprintf.c: Likewise.
31420         * lib/xvasprintf.h: Likewise.
31421         * lib/yesno.c: Likewise.
31422         * lib/yesno.h: Likewise.
31423         * posix-modules: Likewise.
31424         * tests/test-alloca-opt.c: Likewise.
31425         * tests/test-arcfour.c: Likewise.
31426         * tests/test-arctwo.c: Likewise.
31427         * tests/test-argmatch.c: Likewise.
31428         * tests/test-argp-2.sh: Likewise.
31429         * tests/test-argp.c: Likewise.
31430         * tests/test-arpa_inet.c: Likewise.
31431         * tests/test-array_list.c: Likewise.
31432         * tests/test-array_oset.c: Likewise.
31433         * tests/test-atexit.c: Likewise.
31434         * tests/test-avltree_list.c: Likewise.
31435         * tests/test-avltree_oset.c: Likewise.
31436         * tests/test-avltreehash_list.c: Likewise.
31437         * tests/test-base64.c: Likewise.
31438         * tests/test-binary-io.c: Likewise.
31439         * tests/test-byteswap.c: Likewise.
31440         * tests/test-c-ctype.c: Likewise.
31441         * tests/test-c-strcasecmp.c: Likewise.
31442         * tests/test-c-strcasestr.c: Likewise.
31443         * tests/test-c-strncasecmp.c: Likewise.
31444         * tests/test-c-strstr.c: Likewise.
31445         * tests/test-canonicalize-lgpl.c: Likewise.
31446         * tests/test-canonicalize.c: Likewise.
31447         * tests/test-carray_list.c: Likewise.
31448         * tests/test-ceilf.c: Likewise.
31449         * tests/test-ceill.c: Likewise.
31450         * tests/test-count-one-bits.c: Likewise.
31451         * tests/test-crc.c: Likewise.
31452         * tests/test-dirname.c: Likewise.
31453         * tests/test-fbufmode.c: Likewise.
31454         * tests/test-fcntl.c: Likewise.
31455         * tests/test-fflush.c: Likewise.
31456         * tests/test-floorf.c: Likewise.
31457         * tests/test-floorl.c: Likewise.
31458         * tests/test-fopen.c: Likewise.
31459         * tests/test-fprintf-posix.c: Likewise.
31460         * tests/test-fprintf-posix.h: Likewise.
31461         * tests/test-fpurge.c: Likewise.
31462         * tests/test-freadable.c: Likewise.
31463         * tests/test-freadahead.c: Likewise.
31464         * tests/test-freading.c: Likewise.
31465         * tests/test-freopen.c: Likewise.
31466         * tests/test-frexp.c: Likewise.
31467         * tests/test-frexpl.c: Likewise.
31468         * tests/test-fseek.c: Likewise.
31469         * tests/test-fseeko.c: Likewise.
31470         * tests/test-fseterr.c: Likewise.
31471         * tests/test-fstrcmp.c: Likewise.
31472         * tests/test-ftell.c: Likewise.
31473         * tests/test-ftello.c: Likewise.
31474         * tests/test-fwritable.c: Likewise.
31475         * tests/test-fwriting.c: Likewise.
31476         * tests/test-getaddrinfo.c: Likewise.
31477         * tests/test-getpass.c: Likewise.
31478         * tests/test-gettimeofday.c: Likewise.
31479         * tests/test-hmac-md5.c: Likewise.
31480         * tests/test-hmac-sha1.c: Likewise.
31481         * tests/test-iconv.c: Likewise.
31482         * tests/test-iconvme.c: Likewise.
31483         * tests/test-inttypes.c: Likewise.
31484         * tests/test-isnan.c: Likewise.
31485         * tests/test-isnanf.c: Likewise.
31486         * tests/test-isnanl-nolibm.c: Likewise.
31487         * tests/test-isnanl.c: Likewise.
31488         * tests/test-isnanl.h: Likewise.
31489         * tests/test-ldexpl.c: Likewise.
31490         * tests/test-linked_list.c: Likewise.
31491         * tests/test-linkedhash_list.c: Likewise.
31492         * tests/test-locale.c: Likewise.
31493         * tests/test-localename.c: Likewise.
31494         * tests/test-lock.c: Likewise.
31495         * tests/test-lseek.c: Likewise.
31496         * tests/test-malloca.c: Likewise.
31497         * tests/test-math.c: Likewise.
31498         * tests/test-mbscasecmp.c: Likewise.
31499         * tests/test-mbscasestr1.c: Likewise.
31500         * tests/test-mbscasestr2.c: Likewise.
31501         * tests/test-mbscasestr3.c: Likewise.
31502         * tests/test-mbscasestr4.c: Likewise.
31503         * tests/test-mbschr.c: Likewise.
31504         * tests/test-mbscspn.c: Likewise.
31505         * tests/test-mbsncasecmp.c: Likewise.
31506         * tests/test-mbspbrk.c: Likewise.
31507         * tests/test-mbspcasecmp.c: Likewise.
31508         * tests/test-mbsrchr.c: Likewise.
31509         * tests/test-mbsspn.c: Likewise.
31510         * tests/test-mbsstr1.c: Likewise.
31511         * tests/test-mbsstr2.c: Likewise.
31512         * tests/test-mbsstr3.c: Likewise.
31513         * tests/test-md5.c: Likewise.
31514         * tests/test-memmem.c: Likewise.
31515         * tests/test-netinet_in.c: Likewise.
31516         * tests/test-open.c: Likewise.
31517         * tests/test-printf-frexp.c: Likewise.
31518         * tests/test-printf-frexpl.c: Likewise.
31519         * tests/test-printf-posix.c: Likewise.
31520         * tests/test-printf-posix.h: Likewise.
31521         * tests/test-rbtree_list.c: Likewise.
31522         * tests/test-rbtree_oset.c: Likewise.
31523         * tests/test-rbtreehash_list.c: Likewise.
31524         * tests/test-read-file.c: Likewise.
31525         * tests/test-rijndael.c: Likewise.
31526         * tests/test-search.c: Likewise.
31527         * tests/test-signbit.c: Likewise.
31528         * tests/test-sleep.c: Likewise.
31529         * tests/test-snprintf-posix.c: Likewise.
31530         * tests/test-snprintf-posix.h: Likewise.
31531         * tests/test-snprintf.c: Likewise.
31532         * tests/test-sprintf-posix.c: Likewise.
31533         * tests/test-sprintf-posix.h: Likewise.
31534         * tests/test-stat-time.c: Likewise.
31535         * tests/test-stdbool.c: Likewise.
31536         * tests/test-stdint.c: Likewise.
31537         * tests/test-stdio.c: Likewise.
31538         * tests/test-stdlib.c: Likewise.
31539         * tests/test-stpncpy.c: Likewise.
31540         * tests/test-strcasestr.c: Likewise.
31541         * tests/test-striconv.c: Likewise.
31542         * tests/test-striconveh.c: Likewise.
31543         * tests/test-striconveha.c: Likewise.
31544         * tests/test-string.c: Likewise.
31545         * tests/test-sys_select.c: Likewise.
31546         * tests/test-sys_socket.c: Likewise.
31547         * tests/test-sys_stat.c: Likewise.
31548         * tests/test-sys_time.c: Likewise.
31549         * tests/test-sysexits.c: Likewise.
31550         * tests/test-time.c: Likewise.
31551         * tests/test-tls.c: Likewise.
31552         * tests/test-trunc.c: Likewise.
31553         * tests/test-truncf.c: Likewise.
31554         * tests/test-truncl.c: Likewise.
31555         * tests/test-unistd.c: Likewise.
31556         * tests/test-vasnprintf-posix.c: Likewise.
31557         * tests/test-vasnprintf-posix2.c: Likewise.
31558         * tests/test-vasnprintf.c: Likewise.
31559         * tests/test-vasprintf-posix.c: Likewise.
31560         * tests/test-vasprintf.c: Likewise.
31561         * tests/test-verify.c: Likewise.
31562         * tests/test-vfprintf-posix.c: Likewise.
31563         * tests/test-vprintf-posix.c: Likewise.
31564         * tests/test-vsnprintf-posix.c: Likewise.
31565         * tests/test-vsnprintf.c: Likewise.
31566         * tests/test-vsprintf-posix.c: Likewise.
31567         * tests/test-wchar.c: Likewise.
31568         * tests/test-wctype.c: Likewise.
31569         * tests/test-wcwidth.c: Likewise.
31570         * tests/test-xstrtol.c: Likewise.
31571         * tests/test-xvasprintf.c: Likewise.
31572         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31573         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31574         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31575         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31576         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31577         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31578         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31579         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31580         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31581         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31582         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31583         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31584         * tests/uniname/test-uninames.c: Likewise.
31585         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31586         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31587         * tests/unistdio/test-u16-printf1.h: Likewise.
31588         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31589         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31590         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31591         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31592         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31593         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31594         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31595         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31596         * tests/unistdio/test-u32-printf1.h: Likewise.
31597         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31598         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31599         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31600         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31601         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31602         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31603         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31604         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31605         * tests/unistdio/test-u8-printf1.h: Likewise.
31606         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31607         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31608         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31609         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31610         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31611         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31612         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31613         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31614         * tests/unistdio/test-ulc-printf1.h: Likewise.
31615         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31616         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31617         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31618         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31619         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31620         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31621         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31622         * tests/uniwidth/test-u16-width.c: Likewise.
31623         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31624         * tests/uniwidth/test-u32-width.c: Likewise.
31625         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31626         * tests/uniwidth/test-u8-width.c: Likewise.
31627         * tests/uniwidth/test-uc_width.c: Likewise.
31628         * config/srclist-update: Likewise.
31629         (fixlicense): Update to GPLv3+.
31630
31631         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31632         * tests/test-tsearch.c: Change copyright notice.
31633
31634         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31635         * lib/c-strcaseeq.h: Change copyright notice.
31636         * lib/streq.h: Likewise.
31637         * lib/uniconv.h: Likewise.
31638         * lib/uniconv/u-conv-from-enc.h: Likewise.
31639         * lib/uniconv/u-conv-to-enc.h: Likewise.
31640         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31641         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31642         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31643         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31644         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31645         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31646         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31647         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31648         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31649         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31650         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31651         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31652         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31653         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31654         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31655         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31656         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31657         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31658         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31659         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31660         * lib/uniname.h: Likewise.
31661         * lib/uniname/uniname.c: Likewise.
31662         * lib/unistdio.h: Likewise.
31663         * lib/unistdio/u-asnprintf.h: Likewise.
31664         * lib/unistdio/u-asprintf.h: Likewise.
31665         * lib/unistdio/u-printf-args.c: Likewise.
31666         * lib/unistdio/u-printf-args.h: Likewise.
31667         * lib/unistdio/u-printf-parse.h: Likewise.
31668         * lib/unistdio/u-snprintf.h: Likewise.
31669         * lib/unistdio/u-sprintf.h: Likewise.
31670         * lib/unistdio/u-vasprintf.h: Likewise.
31671         * lib/unistdio/u-vsnprintf.h: Likewise.
31672         * lib/unistdio/u-vsprintf.h: Likewise.
31673         * lib/unistdio/u16-asnprintf.c: Likewise.
31674         * lib/unistdio/u16-asprintf.c: Likewise.
31675         * lib/unistdio/u16-printf-parse.c: Likewise.
31676         * lib/unistdio/u16-snprintf.c: Likewise.
31677         * lib/unistdio/u16-sprintf.c: Likewise.
31678         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31679         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31680         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31681         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31682         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31683         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31684         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31685         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31686         * lib/unistdio/u16-vasnprintf.c: Likewise.
31687         * lib/unistdio/u16-vasprintf.c: Likewise.
31688         * lib/unistdio/u16-vsnprintf.c: Likewise.
31689         * lib/unistdio/u16-vsprintf.c: Likewise.
31690         * lib/unistdio/u32-asnprintf.c: Likewise.
31691         * lib/unistdio/u32-asprintf.c: Likewise.
31692         * lib/unistdio/u32-printf-parse.c: Likewise.
31693         * lib/unistdio/u32-snprintf.c: Likewise.
31694         * lib/unistdio/u32-sprintf.c: Likewise.
31695         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31696         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31697         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31698         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31699         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31700         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31701         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31702         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31703         * lib/unistdio/u32-vasnprintf.c: Likewise.
31704         * lib/unistdio/u32-vasprintf.c: Likewise.
31705         * lib/unistdio/u32-vsnprintf.c: Likewise.
31706         * lib/unistdio/u32-vsprintf.c: Likewise.
31707         * lib/unistdio/u8-asnprintf.c: Likewise.
31708         * lib/unistdio/u8-asprintf.c: Likewise.
31709         * lib/unistdio/u8-printf-parse.c: Likewise.
31710         * lib/unistdio/u8-snprintf.c: Likewise.
31711         * lib/unistdio/u8-sprintf.c: Likewise.
31712         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31713         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31714         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31715         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31716         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31717         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31718         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31719         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31720         * lib/unistdio/u8-vasnprintf.c: Likewise.
31721         * lib/unistdio/u8-vasprintf.c: Likewise.
31722         * lib/unistdio/u8-vsnprintf.c: Likewise.
31723         * lib/unistdio/u8-vsprintf.c: Likewise.
31724         * lib/unistdio/ulc-asnprintf.c: Likewise.
31725         * lib/unistdio/ulc-asprintf.c: Likewise.
31726         * lib/unistdio/ulc-printf-parse.c: Likewise.
31727         * lib/unistdio/ulc-snprintf.c: Likewise.
31728         * lib/unistdio/ulc-sprintf.c: Likewise.
31729         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31730         * lib/unistdio/ulc-vasprintf.c: Likewise.
31731         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31732         * lib/unistdio/ulc-vsprintf.c: Likewise.
31733         * lib/unistr.h: Likewise.
31734         * lib/unistr/u-cpy-alloc.h: Likewise.
31735         * lib/unistr/u-cpy.h: Likewise.
31736         * lib/unistr/u-endswith.h: Likewise.
31737         * lib/unistr/u-move.h: Likewise.
31738         * lib/unistr/u-set.h: Likewise.
31739         * lib/unistr/u-startswith.h: Likewise.
31740         * lib/unistr/u-stpcpy.h: Likewise.
31741         * lib/unistr/u-stpncpy.h: Likewise.
31742         * lib/unistr/u-strcat.h: Likewise.
31743         * lib/unistr/u-strcpy.h: Likewise.
31744         * lib/unistr/u-strcspn.h: Likewise.
31745         * lib/unistr/u-strdup.h: Likewise.
31746         * lib/unistr/u-strlen.h: Likewise.
31747         * lib/unistr/u-strncat.h: Likewise.
31748         * lib/unistr/u-strncpy.h: Likewise.
31749         * lib/unistr/u-strnlen.h: Likewise.
31750         * lib/unistr/u-strpbrk.h: Likewise.
31751         * lib/unistr/u-strspn.h: Likewise.
31752         * lib/unistr/u-strstr.h: Likewise.
31753         * lib/unistr/u-strtok.h: Likewise.
31754         * lib/unistr/u16-check.c: Likewise.
31755         * lib/unistr/u16-chr.c: Likewise.
31756         * lib/unistr/u16-cmp.c: Likewise.
31757         * lib/unistr/u16-cpy-alloc.c: Likewise.
31758         * lib/unistr/u16-cpy.c: Likewise.
31759         * lib/unistr/u16-endswith.c: Likewise.
31760         * lib/unistr/u16-mblen.c: Likewise.
31761         * lib/unistr/u16-mbsnlen.c: Likewise.
31762         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31763         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31764         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31765         * lib/unistr/u16-mbtouc.c: Likewise.
31766         * lib/unistr/u16-mbtoucr.c: Likewise.
31767         * lib/unistr/u16-move.c: Likewise.
31768         * lib/unistr/u16-next.c: Likewise.
31769         * lib/unistr/u16-prev.c: Likewise.
31770         * lib/unistr/u16-set.c: Likewise.
31771         * lib/unistr/u16-startswith.c: Likewise.
31772         * lib/unistr/u16-stpcpy.c: Likewise.
31773         * lib/unistr/u16-stpncpy.c: Likewise.
31774         * lib/unistr/u16-strcat.c: Likewise.
31775         * lib/unistr/u16-strchr.c: Likewise.
31776         * lib/unistr/u16-strcmp.c: Likewise.
31777         * lib/unistr/u16-strcpy.c: Likewise.
31778         * lib/unistr/u16-strcspn.c: Likewise.
31779         * lib/unistr/u16-strdup.c: Likewise.
31780         * lib/unistr/u16-strlen.c: Likewise.
31781         * lib/unistr/u16-strmblen.c: Likewise.
31782         * lib/unistr/u16-strmbtouc.c: Likewise.
31783         * lib/unistr/u16-strncat.c: Likewise.
31784         * lib/unistr/u16-strncmp.c: Likewise.
31785         * lib/unistr/u16-strncpy.c: Likewise.
31786         * lib/unistr/u16-strnlen.c: Likewise.
31787         * lib/unistr/u16-strpbrk.c: Likewise.
31788         * lib/unistr/u16-strrchr.c: Likewise.
31789         * lib/unistr/u16-strspn.c: Likewise.
31790         * lib/unistr/u16-strstr.c: Likewise.
31791         * lib/unistr/u16-strtok.c: Likewise.
31792         * lib/unistr/u16-to-u32.c: Likewise.
31793         * lib/unistr/u16-to-u8.c: Likewise.
31794         * lib/unistr/u16-uctomb-aux.c: Likewise.
31795         * lib/unistr/u16-uctomb.c: Likewise.
31796         * lib/unistr/u32-check.c: Likewise.
31797         * lib/unistr/u32-chr.c: Likewise.
31798         * lib/unistr/u32-cmp.c: Likewise.
31799         * lib/unistr/u32-cpy-alloc.c: Likewise.
31800         * lib/unistr/u32-cpy.c: Likewise.
31801         * lib/unistr/u32-endswith.c: Likewise.
31802         * lib/unistr/u32-mblen.c: Likewise.
31803         * lib/unistr/u32-mbsnlen.c: Likewise.
31804         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31805         * lib/unistr/u32-mbtouc.c: Likewise.
31806         * lib/unistr/u32-mbtoucr.c: Likewise.
31807         * lib/unistr/u32-move.c: Likewise.
31808         * lib/unistr/u32-next.c: Likewise.
31809         * lib/unistr/u32-prev.c: Likewise.
31810         * lib/unistr/u32-set.c: Likewise.
31811         * lib/unistr/u32-startswith.c: Likewise.
31812         * lib/unistr/u32-stpcpy.c: Likewise.
31813         * lib/unistr/u32-stpncpy.c: Likewise.
31814         * lib/unistr/u32-strcat.c: Likewise.
31815         * lib/unistr/u32-strchr.c: Likewise.
31816         * lib/unistr/u32-strcmp.c: Likewise.
31817         * lib/unistr/u32-strcpy.c: Likewise.
31818         * lib/unistr/u32-strcspn.c: Likewise.
31819         * lib/unistr/u32-strdup.c: Likewise.
31820         * lib/unistr/u32-strlen.c: Likewise.
31821         * lib/unistr/u32-strmblen.c: Likewise.
31822         * lib/unistr/u32-strmbtouc.c: Likewise.
31823         * lib/unistr/u32-strncat.c: Likewise.
31824         * lib/unistr/u32-strncmp.c: Likewise.
31825         * lib/unistr/u32-strncpy.c: Likewise.
31826         * lib/unistr/u32-strnlen.c: Likewise.
31827         * lib/unistr/u32-strpbrk.c: Likewise.
31828         * lib/unistr/u32-strrchr.c: Likewise.
31829         * lib/unistr/u32-strspn.c: Likewise.
31830         * lib/unistr/u32-strstr.c: Likewise.
31831         * lib/unistr/u32-strtok.c: Likewise.
31832         * lib/unistr/u32-to-u16.c: Likewise.
31833         * lib/unistr/u32-to-u8.c: Likewise.
31834         * lib/unistr/u32-uctomb.c: Likewise.
31835         * lib/unistr/u8-check.c: Likewise.
31836         * lib/unistr/u8-chr.c: Likewise.
31837         * lib/unistr/u8-cmp.c: Likewise.
31838         * lib/unistr/u8-cpy-alloc.c: Likewise.
31839         * lib/unistr/u8-cpy.c: Likewise.
31840         * lib/unistr/u8-endswith.c: Likewise.
31841         * lib/unistr/u8-mblen.c: Likewise.
31842         * lib/unistr/u8-mbsnlen.c: Likewise.
31843         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31844         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31845         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31846         * lib/unistr/u8-mbtouc.c: Likewise.
31847         * lib/unistr/u8-mbtoucr.c: Likewise.
31848         * lib/unistr/u8-move.c: Likewise.
31849         * lib/unistr/u8-next.c: Likewise.
31850         * lib/unistr/u8-prev.c: Likewise.
31851         * lib/unistr/u8-set.c: Likewise.
31852         * lib/unistr/u8-startswith.c: Likewise.
31853         * lib/unistr/u8-stpcpy.c: Likewise.
31854         * lib/unistr/u8-stpncpy.c: Likewise.
31855         * lib/unistr/u8-strcat.c: Likewise.
31856         * lib/unistr/u8-strchr.c: Likewise.
31857         * lib/unistr/u8-strcmp.c: Likewise.
31858         * lib/unistr/u8-strcpy.c: Likewise.
31859         * lib/unistr/u8-strcspn.c: Likewise.
31860         * lib/unistr/u8-strdup.c: Likewise.
31861         * lib/unistr/u8-strlen.c: Likewise.
31862         * lib/unistr/u8-strmblen.c: Likewise.
31863         * lib/unistr/u8-strmbtouc.c: Likewise.
31864         * lib/unistr/u8-strncat.c: Likewise.
31865         * lib/unistr/u8-strncmp.c: Likewise.
31866         * lib/unistr/u8-strncpy.c: Likewise.
31867         * lib/unistr/u8-strnlen.c: Likewise.
31868         * lib/unistr/u8-strpbrk.c: Likewise.
31869         * lib/unistr/u8-strrchr.c: Likewise.
31870         * lib/unistr/u8-strspn.c: Likewise.
31871         * lib/unistr/u8-strstr.c: Likewise.
31872         * lib/unistr/u8-strtok.c: Likewise.
31873         * lib/unistr/u8-to-u16.c: Likewise.
31874         * lib/unistr/u8-to-u32.c: Likewise.
31875         * lib/unistr/u8-uctomb-aux.c: Likewise.
31876         * lib/unistr/u8-uctomb.c: Likewise.
31877         * lib/unitypes.h: Likewise.
31878         * lib/uniwidth.h: Likewise.
31879         * lib/uniwidth/cjk.h: Likewise.
31880         * lib/uniwidth/u16-strwidth.c: Likewise.
31881         * lib/uniwidth/u16-width.c: Likewise.
31882         * lib/uniwidth/u32-strwidth.c: Likewise.
31883         * lib/uniwidth/u32-width.c: Likewise.
31884         * lib/uniwidth/u8-strwidth.c: Likewise.
31885         * lib/uniwidth/u8-width.c: Likewise.
31886         * lib/uniwidth/width.c: Likewise.
31887
31888 2007-10-07  Bruno Haible  <bruno@clisp.org>
31889
31890         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31891         The file is still under LGPL (see modules/inttypes).
31892
31893 2007-10-06  Bruno Haible  <bruno@clisp.org>
31894
31895         * modules/trunc (Dependencies): Add 'extensions'.
31896         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31897         Reported by Ben Pfaff <blp@gnu.org>.
31898
31899 2007-10-06  Bruno Haible  <bruno@clisp.org>
31900
31901         * modules/freopen-tests: New file.
31902         * tests/test-freopen.c: New file.
31903
31904         * modules/fopen-tests: New file.
31905         * tests/test-fopen.c: New file.
31906
31907         * modules/fopen: New file.
31908         * lib/fopen.c: New file.
31909         * m4/fopen.m4: New file.
31910         * modules/freopen: New file.
31911         * lib/freopen.c: New file.
31912         * m4/freopen.m4: New file.
31913         * lib/stdio.in.h (fopen, freopen): New declarations.
31914         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31915         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31916         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31917         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31918         * doc/functions/fopen.texi: Mention the 'fopen' module.
31919         * doc/functions/freopen.texi: Mention the 'freopen' module.
31920
31921 2007-10-06  Bruno Haible  <bruno@clisp.org>
31922
31923         * modules/open-tests: New file.
31924         * tests/test-open.c: New file.
31925
31926         * modules/open: New file.
31927         * lib/open.c: New file.
31928         * m4/open.m4: New file.
31929         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31930         lib/open.c does.
31931         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31932         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31933         macros.
31934         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31935         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31936         REPLACE_OPEN.
31937         * doc/functions/open.texi: Mention the 'open' module.
31938
31939 2007-10-04  Bruno Haible  <bruno@clisp.org>
31940
31941         * modules/ceill-tests: New file.
31942         * tests/test-ceill.c: New file.
31943
31944         * modules/ceill: New file.
31945         * lib/ceill.c: Replace entire file.
31946         * m4/ceill.m4: New file.
31947         * lib/math.in.h (ceill): Replace declaration.
31948         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31949         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31950         * doc/functions/ceill.texi: Mention the 'ceill' module.
31951         * modules/mathl (Files): Remove lib/ceill.c.
31952         (Depends-on): Add ceill.
31953
31954 2007-10-04  Bruno Haible  <bruno@clisp.org>
31955
31956         * modules/ceilf-tests: New file.
31957         * tests/test-ceilf.c: New file.
31958
31959         * modules/ceilf: New file.
31960         * lib/ceil.c: New file.
31961         * lib/ceilf.c: New file.
31962         * m4/ceilf.m4: New file.
31963         * lib/math.in.h (ceilf): New declaration.
31964         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31965         HAVE_DECL_CEILF.
31966         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31967         HAVE_DECL_CEILF.
31968         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31969
31970 2007-10-04  Bruno Haible  <bruno@clisp.org>
31971
31972         * modules/floorl-tests: New file.
31973         * tests/test-floorl.c: New file.
31974
31975         * modules/floorl: New file.
31976         * lib/floorl.c: Replace entire file.
31977         * m4/floorl.m4: New file.
31978         * lib/math.in.h (floorl): Replace declaration.
31979         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31980         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31981         * doc/functions/floorl.texi: Mention the 'floorl' module.
31982         * modules/mathl (Files): Remove lib/floorl.c.
31983         (Depends-on): Add floorl.
31984
31985 2007-10-04  Bruno Haible  <bruno@clisp.org>
31986
31987         * modules/floorf-tests: New file.
31988         * tests/test-floorf.c: New file.
31989
31990         * modules/floorf: New file.
31991         * lib/floor.c: New file.
31992         * lib/floorf.c: New file.
31993         * m4/floorf.m4: New file.
31994         * lib/math.in.h (floorf): New declaration.
31995         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31996         HAVE_DECL_FLOORF.
31997         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31998         HAVE_DECL_FLOORF.
31999         * doc/functions/floorf.texi: Mention the 'floorf' module.
32000
32001 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
32002             Bruno Haible  <bruno@clisp.org>
32003
32004         Advertise for the Git server instead of the CVS server.
32005         * doc/gnulib-intro.texi (Steady Development): Mention the Git
32006         repository instead of the CVS one.
32007         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
32008         about all VCS systems generically.
32009         * doc/gnulib.texi (Introduction): Capitalize `Git'.
32010
32011 2007-10-04  Bruno Haible  <bruno@clisp.org>
32012
32013         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
32014         means.
32015         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
32016
32017 2007-10-04  Bruno Haible  <bruno@clisp.org>
32018
32019         * modules/truncl-tests: New file.
32020         * tests/test-truncl.c: New file.
32021
32022         * modules/truncl: New file.
32023         * lib/truncl.c: New file.
32024         * m4/truncl.m4: New file.
32025         * lib/math.in.h (truncl): New declaration.
32026         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
32027         HAVE_DECL_TRUNCL.
32028         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
32029         HAVE_DECL_TRUNCL.
32030         * doc/functions/truncl.texi: Mention the 'truncl' module.
32031
32032 2007-10-04  Bruno Haible  <bruno@clisp.org>
32033
32034         * modules/truncf-tests: New file.
32035         * tests/test-truncf.c: New file.
32036
32037         * modules/truncf: New file.
32038         * lib/trunc.c: Make paramerizable through USE_* macros.
32039         * lib/truncf.c: New file.
32040         * m4/truncf.m4: New file.
32041         * lib/math.in.h (truncf): New declaration.
32042         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
32043         HAVE_DECL_TRUNCF.
32044         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
32045         HAVE_DECL_TRUNCF.
32046         * doc/functions/truncf.texi: Mention the 'truncf' module.
32047
32048 2007-10-03  Bruno Haible  <bruno@clisp.org>
32049
32050         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
32051         augmentation also for tests modules.
32052         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
32053         * modules/atexit-tests (Makefile.am): Likewise.
32054         * modules/binary-io-tests (Makefile.am): Likewise.
32055         * modules/c-strcase-tests (Makefile.am): Likewise.
32056         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
32057         * modules/canonicalize-tests (Makefile.am): Likewise.
32058         * modules/closein-tests (Makefile.am): Likewise.
32059         * modules/fprintf-posix-tests (Makefile.am): Likewise.
32060         * modules/freadahead-tests (Makefile.am): Likewise.
32061         * modules/fseek-tests (Makefile.am): Likewise.
32062         * modules/fseeko-tests (Makefile.am): Likewise.
32063         * modules/ftell-tests (Makefile.am): Likewise.
32064         * modules/ftello-tests (Makefile.am): Likewise.
32065         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
32066         * modules/isnanl-tests (Makefile.am): Likewise.
32067         * modules/lseek-tests (Makefile.am): Likewise.
32068         * modules/mbscasecmp-tests (Makefile.am): Likewise.
32069         * modules/mbscasestr-tests (Makefile.am): Likewise.
32070         * modules/mbschr-tests (Makefile.am): Likewise.
32071         * modules/mbscspn-tests (Makefile.am): Likewise.
32072         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
32073         * modules/mbspbrk-tests (Makefile.am): Likewise.
32074         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
32075         * modules/mbsrchr-tests (Makefile.am): Likewise.
32076         * modules/mbsspn-tests (Makefile.am): Likewise.
32077         * modules/mbsstr-tests (Makefile.am): Likewise.
32078         * modules/printf-posix-tests (Makefile.am): Likewise.
32079         * modules/snprintf-posix-tests (Makefile.am): Likewise.
32080         * modules/sprintf-posix-tests (Makefile.am): Likewise.
32081         * modules/tsearch-tests (Makefile.am): Likewise.
32082         * modules/uniname/uniname-tests (Makefile.am): Likewise.
32083         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
32084         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
32085         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
32086         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
32087         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
32088         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
32089         * modules/vprintf-posix-tests (Makefile.am): Likewise.
32090         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
32091         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
32092         * modules/xstrtoimax-tests (Makefile.am): Likewise.
32093         * modules/xstrtol-tests (Makefile.am): Likewise.
32094         * modules/xstrtoumax-tests (Makefile.am): Likewise.
32095         * modules/yesno-tests (Makefile.am): Likewise.
32096
32097 2007-10-03  Bruno Haible  <bruno@clisp.org>
32098
32099         * modules/trunc-tests: New file.
32100         * tests/test-trunc.c: New file.
32101
32102         * modules/trunc: New file.
32103         * lib/trunc.c: New file.
32104         * m4/trunc.m4: New file.
32105         * lib/math.in.h (trunc): New declaration.
32106         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
32107         HAVE_DECL_TRUNC.
32108         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
32109         HAVE_DECL_TRUNC.
32110         * doc/functions/trunc.texi: Mention the 'trunc' module.
32111
32112 2007-10-03  Bruno Haible  <bruno@clisp.org>
32113
32114         * tests/test-fpending.c: New file, mostly copied
32115         from coreutils/lib/t-fpending.c.
32116         * modules/fpending-tests: New file.
32117
32118 2007-10-03  Bruno Haible  <bruno@clisp.org>
32119
32120         Port the stdio extensions to QNX (untested).
32121         * lib/fseterr.c (fseterr): Add support for QNX.
32122         * lib/fbufmode.c (fbufmode): Likewise.
32123         * lib/freadable.c (freadable): Likewise.
32124         * lib/fwritable.c (fwritable): Likewise.
32125         * lib/freading.c (freading): Likewise.
32126         * lib/fwriting.c (fwriting): Likewise.
32127         * lib/freadahead.c (freadahed): Likewise.
32128         * lib/fpurge.c (fpurge): Likewise.
32129         * lib/fseeko.c (rpl_fseeko): Likewise.
32130
32131 2007-10-03  Bruno Haible  <bruno@clisp.org>
32132             Jim Meyering  <jim@meyering.net>
32133             Eric Blake  <ebb9@byu.net>
32134
32135         * doc/relocatable.texi: Use @command instead of @program.
32136
32137 2007-10-02  Jim Meyering  <jim@meyering.net>
32138
32139         Perform one more "_.h" -> ".in.h" substitution.
32140         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
32141         instead of unistd_.h here, too.
32142
32143 2007-10-01  Bruno Haible  <bruno@clisp.org>
32144
32145         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
32146         Needed for the alloca-opt module.
32147
32148 2007-09-30  Bruno Haible  <bruno@clisp.org>
32149
32150         * lib/alloca.in.h: Renamed from lib/alloca_.h.
32151         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
32152         alloca_.h.
32153         * lib/argz.in.h: Renamed from lib/argz_.h.
32154         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
32155         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
32156         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
32157         byteswap_.h.
32158         * lib/dirent.in.h: Renamed from lib/dirent_.h.
32159         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
32160         dirent_.h.
32161         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
32162         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
32163         fcntl_.h.
32164         * lib/float.in.h: Renamed from lib/float_.h.
32165         * modules/float (Files, Makefile.am): Use float.in.h instead of
32166         float_.h.
32167         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
32168         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
32169         fnmatch_.h.
32170         * lib/getopt.in.h: Renamed from lib/getopt_.h.
32171         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
32172         getopt_.h.
32173         * lib/glob.in.h: Renamed from lib/glob_.h.
32174         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
32175         * lib/iconv.in.h: Renamed from lib/iconv_.h.
32176         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
32177         iconv_.h.
32178         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
32179         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
32180         inttypes_.h.
32181         * lib/locale.in.h: Renamed from lib/locale_.h.
32182         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
32183         locale_.h.
32184         * lib/math.in.h: Renamed from lib/math_.h.
32185         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
32186         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
32187         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
32188         of netinet_in_.h. Add dependency.
32189         * lib/poll.in.h: Renamed from lib/poll_.h.
32190         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
32191         * lib/search.in.h: Renamed from lib/search_.h.
32192         * modules/search (Files, Makefile.am): Use search.in.h instead of
32193         search_.h.
32194         * lib/signal.in.h: Renamed from lib/signal_.h.
32195         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
32196         _signal.h.
32197         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
32198         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
32199         stdbool_.h.
32200         * lib/stdint.in.h: Renamed from lib/stdint_.h.
32201         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
32202         stdint_.h.
32203         * lib/stdio.in.h: Renamed from lib/stdio_.h.
32204         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
32205         stdio_.h.
32206         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
32207         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
32208         stdlib_.h.
32209         * lib/string.in.h: Renamed from lib/string_.h.
32210         * modules/string (Files, Makefile.am): Use string.in.h instead of
32211         string_.h.
32212         * doc/gnulib-tool.texi (Initial import): Update.
32213         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
32214         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
32215         of sys_select_.h. Add dependency.
32216         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
32217         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
32218         of sys_socket_.h.
32219         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
32220         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
32221         sys_stat_.h.
32222         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
32223         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
32224         sys_time_.h.
32225         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
32226         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
32227         sysexits_.h.
32228         * lib/time.in.h: Renamed from lib/time_.h.
32229         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
32230         * lib/unistd.in.h: Renamed from lib/unistd_.h.
32231         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
32232         unistd_.h.
32233         * lib/wchar.in.h: Renamed from lib/wchar_.h.
32234         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
32235         wchar_.h.
32236         * lib/wctype.in.h: Renamed from lib/wctype_.h.
32237         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
32238         wctype_.h.
32239         * build-aux/bootstrap (slurp): Update.
32240         * lib/.cppi-disable: Update.
32241
32242 2007-09-30  Bruno Haible  <bruno@clisp.org>
32243
32244         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32245         Needed on BeOS.
32246
32247 2007-09-30  Bruno Haible  <bruno@clisp.org>
32248
32249         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32250
32251 2007-09-29  Bruno Haible  <bruno@clisp.org>
32252
32253         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32254
32255 2007-09-29  Bruno Haible  <bruno@clisp.org>
32256
32257         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32258         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32259         * build-aux/install-reloc: Compile also areadlink.c.
32260         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
32261
32262 2007-09-29  Bruno Haible  <bruno@clisp.org>
32263
32264         * gnulib-tool (func_emit_initmacro_done): Indentation.
32265
32266 2007-09-29  Bruno Haible  <bruno@clisp.org>
32267
32268         * README: Add CVS checkout update instructions.
32269         Info from Bob Proulx <bob@proulx.com>.
32270
32271 2007-09-28  Eric Blake  <ebb9@byu.net>
32272
32273         Provide move-if-change.
32274         * build-aux/move-if-change: New file, based on best practice
32275         rather than any canonical upstream location.
32276
32277 2007-09-28  Jim Meyering  <jim@meyering.net>
32278
32279         Fix canonicalize loop-detection corner case.
32280         Do not attempt to stat the symlink values stored via seen_triple.
32281         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
32282         on linux-2.6.18, (but not 2.6.22).
32283         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
32284         triple_compare.  The former compares dev,ino,filename, while the latter
32285         would actually stat dirname(filename) when dev and ino were equal.
32286         * lib/hash-triple.c: Install <string.h>.
32287         (STREQ): Define.
32288         (triple_compare_ino_str): New function.
32289         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
32290
32291 2007-09-28  Eric Blake  <ebb9@byu.net>
32292
32293         Enforce that AC_REPLACE_FUNCS files exist.
32294         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
32295         override check for typos.
32296
32297         Fix test-closein on Solaris 10.
32298         * tests/test-closein.c (main): Don't assume stdin can be inherited
32299         closed on all systems.
32300         * tests/test-closein.sh: Likewise.
32301         Reported by Piotr Tarnowski.
32302
32303 2007-09-28  Jim Meyering  <jim@meyering.net>
32304
32305         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32306
32307 2007-09-27  Jim Meyering  <jim@meyering.net>
32308
32309         canonicalize: Avoid a false-positive cycle failure.
32310         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
32311         Sort.  Remove cycle-check.
32312         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32313         not cycle-check.h.
32314         (seen_triple): New function.
32315         (canonicalize_filename_mode): Use it instead of cycle-check.
32316         * tests/test-canonicalize.c: Add a test for this bug.
32317         * tests/test-canonicalize.sh: Set up and run the test.
32318
32319         New module, file-set, from coreutils.
32320         * modules/file-set: Define it.
32321         * lib/file-set.c, lib/file-set.h: Implement.
32322
32323         New module, hash-triple, from coreutils.
32324         * modules/hash-triple: Define it.
32325         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32326
32327 2007-09-25  Eric Blake  <ebb9@byu.net>
32328
32329         Fix strerror on Interix.
32330         * lib/string_.h (strerror): Declare replacement.
32331         * doc/functions/strerror.texi (strerror): Document the Interix
32332         shortcoming.
32333         * modules/string (Makefile.am): Support new hooks.
32334         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32335         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32336         gl_FUNC_STRERROR_SEPARATE.
32337         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32338         * lib/strerror.c (rpl_strerror): Provide replacement.
32339         * modules/strerror (Depends-on): Add string.
32340         (configure.ac): Detect use of module.
32341         * tests/test-strerror.c: New file.
32342         * modules/strerror-tests: New test module.
32343         * modules/argp (Depends-on): Add strerror.
32344         * modules/error (Depends-on): Likewise.
32345         Reported by Martin Koeppe.
32346
32347 2007-09-24  Bruno Haible  <bruno@clisp.org>
32348
32349         * README: Update git instructions.
32350
32351 2007-09-24  Eric Blake  <ebb9@byu.net>
32352
32353         Revert fpending breakage from 2007-09-08.
32354         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32355         __fpending.c.
32356
32357 2007-09-24  Jim Meyering  <jim@meyering.net>
32358
32359         filenamecat.c: Add a test.
32360         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32361         showing how the function works when DIR is the empty string.
32362
32363 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32364
32365         * tests/test-canonicalize.sh: Turn on executable bit.
32366
32367 2007-09-19  Eric Blake  <ebb9@byu.net>
32368
32369         * README: Update CVS instructions.
32370
32371 2007-09-18  Bruno Haible  <bruno@clisp.org>
32372
32373         * modules/areadlink: New file.
32374         * lib/areadlink.h (areadlink): New declaration.
32375         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32376
32377 2007-09-17  Jim Meyering  <jim@meyering.net>
32378
32379         * lib/savewd.c (ESTALE) [!defined]: Define.
32380         Reported to be required on Interix by Martin Koeppe.
32381
32382 2007-09-17  Bruno Haible  <bruno@clisp.org>
32383
32384         * gnulib-tool (func_version): Use $version.
32385
32386 2007-09-16  Bruno Haible  <bruno@clisp.org>
32387
32388         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32389         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32390         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32391         Reported by Greg Schafer <gschafer@zip.com.au>.
32392
32393 2007-09-15  Bruno Haible  <bruno@clisp.org>
32394
32395         * gnulib-tool (sed): Try a little harder to make bash understand the
32396         alias.
32397         Reported by Bruce Korb <bruce.korb@gmail.com>.
32398
32399 2007-09-13  Eric Blake  <ebb9@byu.net>
32400
32401         * ChangeLog: Remove conflict markers.
32402
32403 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32404
32405         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32406         Reported by Bruno Haible <bruno@clisp.org>.
32407
32408 2007-09-12  Bruno Haible  <bruno@clisp.org>
32409
32410         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32411         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32412         is not defined.
32413
32414 2007-09-12  Eric Blake  <ebb9@byu.net>
32415
32416         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32417         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32418         Autoconf definition.
32419         * modules/euidaccess (Depends-on): Add extensions, for
32420         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32421         * modules/fnmatch (Depends-on): Likewise.
32422         * modules/getaddrinfo (Depends-on): Likewise.
32423         * modules/getdelim (Depends-on): Likewise.
32424         * modules/getline (Depends-on): Likewise.
32425         * modules/getsubopt (Depends-on): Likewise.
32426         * modules/gettext (Depends-on): Likewise.
32427         * modules/group-member (Depends-on): Likewise.
32428         * modules/mbchar (Depends-on): Likewise.
32429         * modules/memmem (Depends-on): Likewise.
32430         * modules/mempcpy (Depends-on): Likewise.
32431         * modules/memrchr (Depends-on): Likewise.
32432         * modules/pagealign_alloc (Depends-on): Likewise.
32433         * modules/readutmp (Depends-on): Likewise.
32434         * modules/stpcpy (Depends-on): Likewise.
32435         * modules/stpncpy (Depends-on): Likewise.
32436         * modules/strchrnul (Depends-on): Likewise.
32437         * modules/strndup (Depends-on): Likewise.
32438         * modules/strsep (Depends-on): Likewise.
32439         * modules/strverscmp (Depends-on): Likewise.
32440         * modules/vasprintf (Depends-on): Likewise.
32441         * modules/wcwidth (Depends-on): Likewise.
32442         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32443         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32444         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32445         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32446         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32447         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32448         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32449         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32450         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32451         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32452         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32453         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32454         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32455         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32456         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32457         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32458         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32459         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32460         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32461         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32462         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32463         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32464         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32465         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32466         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32467         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32468         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32469         so that lock.m4 can be used in gettext without extensions module.
32470
32471 2007-09-11  Bruno Haible  <bruno@clisp.org>
32472
32473         * m4/isc-posix.m4: Remove file.
32474         Suggested by Eric Blake.
32475
32476 2007-09-11  Eric Blake  <ebb9@byu.net>
32477
32478         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32479
32480 2007-09-10  Bruno Haible  <bruno@clisp.org>
32481
32482         * posix-modules: Fix typo in error message.
32483         Reported by Matt <mkraai@beckman.com>.
32484
32485 2007-09-09  Bruno Haible  <bruno@clisp.org>
32486
32487         * doc/functions/getdelim.texi: Update list of platforms lacking the
32488         function.
32489         * doc/functions/getline.texi: Likewise.
32490
32491 2007-09-09  Jim Meyering  <jim@meyering.net>
32492
32493         * lib/hash.c (hash_initialize): Detect calloc failure.
32494         Reported by Bruno Haible.
32495
32496 2007-09-09  Bruno Haible  <bruno@clisp.org>
32497
32498         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32499         malloc or realloc fails.
32500
32501 2007-09-09  Bruno Haible  <bruno@clisp.org>
32502
32503         * modules/getcwd (Depends-on): Add malloc-posix.
32504         * modules/glob (Depends-on): Likewise.
32505         * modules/putenv (Depends-on): Likewise.
32506         * modules/strdup (Depends-on): Likewise.
32507         * modules/getdelim (Depends-on): Add realloc-posix.
32508         * modules/read-file (Depends-on): Likewise.
32509
32510 2007-09-09  Bruno Haible  <bruno@clisp.org>
32511
32512         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32513         (gl_FUNC_MALLOC_POSIX): Require it.
32514         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32515         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32516         * modules/realloc (Files): Add m4/malloc.m4.
32517         * modules/calloc (Files): Likewise.
32518
32519 2007-09-09  Bruno Haible  <bruno@clisp.org>
32520
32521         * modules/malloc-posix: New file.
32522         * modules/malloc (Depends-on): Add malloc-posix.
32523         * lib/malloc.c: Include errno.h.
32524         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32525         and a POSIX-compatible malloc into a single function. Set ENOMEM
32526         when returning NULL.
32527         * m4/malloc.m4: New file.
32528         * doc/functions/malloc.texi: Mention the malloc-posix module.
32529         * lib/stdlib_.h (malloc): New declaration.
32530         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32531         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32532         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32533         and HAVE_MALLOC_POSIX.
32534
32535 2007-09-09  Bruno Haible  <bruno@clisp.org>
32536
32537         * modules/realloc-posix: New file.
32538         * modules/realloc (Depends-on): Add realloc-posix.
32539         * lib/realloc.c: Include errno.h.
32540         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32541         and a POSIX-compatible realloc into a single function. Set ENOMEM
32542         when returning NULL.
32543         * m4/realloc.m4: New file.
32544         * doc/functions/realloc.texi: Mention the realloc-posix module.
32545         * lib/stdlib_.h (realloc): New declaration.
32546         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32547         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32548         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32549         and HAVE_REALLOC_POSIX.
32550
32551 2007-09-09  Bruno Haible  <bruno@clisp.org>
32552
32553         * modules/calloc-posix: New file.
32554         * modules/calloc (Depends-on): Add calloc-posix.
32555         * lib/calloc.c: Include errno.h.
32556         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32557         and a POSIX-compatible calloc into a single function. Set ENOMEM
32558         when returning NULL.
32559         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32560         * doc/functions/calloc.texi: Mention the calloc-posix module.
32561         * lib/stdlib_.h (calloc): New declaration.
32562         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32563         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32564         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32565         and HAVE_CALLOC_POSIX.
32566
32567 2007-09-09  Bruno Haible  <bruno@clisp.org>
32568
32569         Allow for modules to show an arbitrary notice.
32570         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32571         * gnulib-tool: New option --extract-notice.
32572         (func_usage): Document it.
32573         (sed_extract_prog): Update.
32574         (func_get_notice): New function.
32575         (func_modules_notice): New function.
32576         (func_import, func_create_testdir): Invoke it.
32577         Suggested by Jim Meyering.
32578
32579 2007-09-09  Bruno Haible  <bruno@clisp.org>
32580
32581         * gnulib-tool: New options --verbose, --quiet.
32582         (func_usage): Document them.
32583         (verbose): New variable.
32584         (func_execute_command): New function.
32585         (func_import): Don't show the module list and the file list if
32586         $verbose < 0.
32587         (func_create_testdir): Likewise. Use func_execute_command.
32588         (func_create_megatestdir): Use func_execute_command.
32589
32590 2007-09-08  Bruno Haible  <bruno@clisp.org>
32591
32592         * gnulib-tool (func_import): Prefer rsync over wget when available,
32593         for fetching the PO files.
32594
32595 2007-09-08  Bruno Haible  <bruno@clisp.org>
32596
32597         * posix-modules: New file. Portions copied from gnulib-tool.
32598         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32599
32600 2007-09-08  Jim Meyering  <jim@meyering.net>
32601
32602         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32603         * lib/fpending.h: Rename from __fpending.h.
32604         * lib/fpending.c: Rename from __fpending.c.
32605         Include "fpending.h", not "__fpending.h".
32606         * lib/__fpending.h, lib/__fpending.c: Remove files.
32607         * modules/fpending (Files): Reflect new file names.
32608         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32609
32610 2007-09-08  Bruno Haible  <bruno@clisp.org>
32611
32612         * m4/inttypes-h.m4: Remove stub file.
32613
32614 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32615
32616         * doc/headers/stdint.texi: Discuss #include_next issue.
32617
32618 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32619
32620         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32621
32622 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32623
32624         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32625         in variable name.
32626
32627 2007-09-03  Jim Meyering  <jim@meyering.net>
32628
32629         New module: git-version-gen.
32630         * modules/git-version-gen: New file.
32631
32632         Import changes from coreutils for bootstrap script.
32633
32634         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32635
32636         bootstrap: uses rsync to download the .po files
32637         * build-aux/bootstrap (po_download_command_format): New global.
32638         (download_po_files): Use rsync.
32639         (update_po_files): Don't remove .po files after download,
32640         so future rsync runs can take advantage of the copies.
32641
32642         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32643
32644         Solve the unnecessary-.po-file-regeneration problem once and for all.
32645         * build-aux/bootstrap (download_po_files): New function, renamed from
32646         get_translations.  Now, downloads, but doesn't update LINGUAS.
32647         (update_po_files): New function.
32648
32649         bootstrap: Ignore more.
32650         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32651         uniwidth to e.g., lib/.gitignore.
32652         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32653
32654         * build-aux/bootstrap: New setting: vc_ignore.
32655         (insert_sorted_if_absent): Create $file if absent.
32656         Adapt to new, possibly empty, list: $vc_ignore.
32657
32658         bootstrap: generate more ignorable names
32659         * build-aux/bootstrap (slurp): When generating ignorable names,
32660         also map .sin to .sed, .gperf to .c, and .y to .c.
32661
32662 2007-09-03  Jim Meyering  <jim@meyering.net>
32663
32664         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32665         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32666
32667 2007-09-02  Bruno Haible  <bruno@clisp.org>
32668
32669         Fix mis-recognition of 'mcs' on QNX 6.
32670         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32671         output contains the string "Mono".
32672         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32673         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32674
32675 2007-09-01  Bruno Haible  <bruno@clisp.org>
32676
32677         Fix collision between uniwidth/* and linebreak modules.
32678         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32679         u32_width): Remove declarations.
32680         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32681         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32682         streq3, streq2, streq1, streq0): Remove functions.
32683         (STREQ): Remove macro.
32684         (is_cjk_encoding): Remove function.
32685         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32686         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32687         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32688         * NEWS: Document the change.
32689
32690 2007-09-01  Bruno Haible  <bruno@clisp.org>
32691
32692         * lib/streq.h: Add double-inclusion guard.
32693
32694 2007-09-01  Karl Berry  <karl@gnu.org>
32695
32696         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32697
32698 2007-08-28  Jim Meyering  <jim@meyering.net>
32699
32700         Rename mreadlink_with_size to areadlink_with_size.
32701         * NEWS: Document the change.
32702         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32703         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32704         * lib/mreadlink.h: Rename this to...
32705         * lib/areadlink.h: ...this.
32706         * modules/mreadlink-with-size: Rename this to...
32707         * modules/areadlink-with-size: ...this.
32708         * lib/canonicalize.c: Reflect the renaming.
32709         * modules/canonicalize: Likewise.
32710
32711 2007-08-26  Bruno Haible  <bruno@clisp.org>
32712
32713         * gnulib-tool (func_import): When deciding which files to remove,
32714         consider also dangling symbolic links.
32715         Reported by Eric Blake.
32716
32717 2007-08-26  Bruno Haible  <bruno@clisp.org>
32718
32719         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32720
32721 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32722
32723         * lib/readline.c: Don't include getline.h, the prototype is now
32724         found in stdio.h.
32725
32726 2007-08-23  Jim Meyering  <jim@meyering.net>
32727
32728         Getdelim touchup.
32729         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32730         around the funlockfile call, since funlockfile never sets errno.
32731         Don't set errno upon failed realloc.
32732
32733 2007-08-22  Eric Blake  <ebb9@byu.net>
32734
32735         Getline touchups.
32736         * lib/getdelim.c (getdelim): Revert regression that required *n to
32737         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32738         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32739         getdelim, rather than whether implementation is missing.
32740         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32741         * lib/stdio_.h (getline): Also declare if replacement is
32742         required.
32743         * doc/functions/getdelim.texi: New file.
32744         * doc/functions/getline.texi: Likewise.
32745         * doc/gnulib.texi (Function Substitutes): Add new files.
32746         Reported by Bruno Haible.
32747
32748 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32749
32750         * users.txt: Add Guile.
32751
32752 2007-08-22  Eric Blake  <ebb9@byu.net>
32753
32754         * tests/test-getdelim.c (main): Use remove, not unlink.
32755         * tests/test-getline.c (main): Likewise.
32756
32757         Move getline and getdelim into stdio.h, per POSIX 200x.
32758         * modules/getline (Files): Remove getline.h.
32759         (Depends-on): Add stdio.
32760         (configure.ac): Add module indicator.
32761         * modules/getdelim (Files): Remove getdelim.h.
32762         (Depends-on): Add stdio.
32763         (configure.ac): Add module indicator.
32764         * modules/stdio (Makefile.am): Work with new indicators.
32765         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32766         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32767         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32768         * lib/getdelim.h: Delete.
32769         * lib/getline.h: Delete.
32770         * lib/stdio_.h (getdelim, getline): Declare.
32771         * modules/getdelim-tests: New module.
32772         * modules/getline-tests: Likewise.
32773         * tests/test-getdelim.c: New file.
32774         * tests/test-getline.c: Likewise.
32775         * NEWS: Document the change.
32776         * lib/getline.c: Update choice of header.
32777         * lib/csharpcomp.c: Likewise.
32778         * lib/getpass.c: Likewise.
32779         * lib/javacomp.c: Likewise.
32780         * lib/javaversion.c: Likewise.
32781         * lib/yesno.c: Likewise.
32782         * lib/getdelim.c: Likewise.
32783         (getdelim): Set errno on failure, and avoid memory leak.
32784
32785 2007-08-19  Bruno Haible  <bruno@clisp.org>
32786
32787         * modules/closein (Depends-on): Add freadahead.
32788         * lib/closein.c: Include freadahead.h.
32789         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32790         is zero.
32791
32792 2007-08-19  Bruno Haible  <bruno@clisp.org>
32793
32794         * modules/freadahead-tests: New file.
32795         * tests/test-freadahead.sh: New file.
32796         * tests/test-freadahead.c: New file.
32797
32798         * modules/freadahead: New file.
32799         * lib/freadahead.h: New file.
32800         * lib/freadahead.c: New file.
32801         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32802         fbufmode, fpurge, freadable, fwritable.
32803
32804 2007-08-19  Eric Blake  <ebb9@byu.net>
32805
32806         Test yesno in combination with closein.
32807         * lib/yesno.c (yesno): Document use of stdin.
32808         * modules/yesno-tests (Files): New module.
32809         * tests/test-yesno.c (main): New file.
32810         * tests/test-yesno.sh: Likewise.
32811
32812 2007-08-19  Bruno Haible  <bruno@clisp.org>
32813
32814         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32815         * lib/fseeko.c (rpl_fseeko): Likewise.
32816         * lib/fseterr.c (fseterr): Likewise.
32817
32818 2007-08-19  Bruno Haible  <bruno@clisp.org>
32819
32820         * tests/test-lseek.c (main): Disable a test for BeOS.
32821         * doc/functions/lseek.texi: Document the BeOS bug.
32822
32823 2007-08-19  Bruno Haible  <bruno@clisp.org>
32824             Eric Blake  <ebb9@byu.net>
32825
32826         * lib/lseek.c: Include <sys/stat.h>.
32827         (rpl_lseek): Add workaround code also for Unix platforms.
32828         Needed for BeOS.
32829         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32830         * doc/functions/lseek.texi: Document BeOS definiency.
32831
32832 2007-08-18  Bruno Haible  <bruno@clisp.org>
32833
32834         * modules/fstrcmp-tests: New file.
32835         * tests/test-fstrcmp.c: New file.
32836
32837 2007-08-18  Bruno Haible  <bruno@clisp.org>
32838
32839         * modules/fstrcmp: New file, from GNU gettext with modifications.
32840         * lib/fstrcmp.h: New file, from GNU gettext.
32841         * lib/fstrcmp.c: New file, from GNU gettext.
32842         * MODULES.html.sh (String handling): Add fstrcmp.
32843
32844 2007-08-18  Bruno Haible  <bruno@clisp.org>
32845
32846         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32847         'bool'.
32848         (diag, compareseq): Remove const from the ctxt argument.
32849         (USE_HEURISTIC): Undefine at the end.
32850
32851 2007-08-18  Jim Meyering  <jim@meyering.net>
32852
32853         New file: lib/idcache.h
32854         * NEWS: Mention the addition.
32855         * modules/idcache (Files): Add lib/idcache.h
32856         * lib/idcache.c: Include "idcache.h".
32857         Don't include <sys/types.h>.
32858         Add a FIXME comment.
32859         Move file-scoped "static" declarations to the top.
32860         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32861
32862 2007-08-17  Bruno Haible  <bruno@clisp.org>
32863         and Paul Eggert  <eggert@cs.ucla.edu>
32864
32865         * MODULES.html.sh: Add diffseq.
32866         * modules/diffseq: New file.
32867         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32868         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32869
32870 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32871
32872         Import changes from coreutils for bootstrap script.
32873
32874         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32875
32876         * build-aux/bootstrap (slurp): Work even in environments where
32877         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32878         current code does not slurp files whose names start with ".", and
32879         this looks like it might be a troublesome area.
32880
32881         2007-07-11  Jim Meyering  <jim@meyering.net>
32882
32883         If there's a GPL vN copyright comment, require that N == 3.
32884
32885         2007-07-08  Jim Meyering  <jim@meyering.net>
32886
32887         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32888         * build-aux/bootstrap (mam_template): Move definition out of loop.
32889
32890         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32891
32892         * build-aux/bootstrap (symlink_to_dir): Rename function from
32893         symlink_to_gnulib.  Add a directory parameter.  Update all
32894         callers.
32895         (cp_mark_as_generated): Also check for -- and link to -- files in
32896         gl/.
32897
32898         2007-07-08  Jim Meyering  <jim@meyering.net>
32899
32900         Adapt to deeper hierarchy in gnulib.
32901         * build-aux/bootstrap (symlink_to_dir): If the destination
32902         directory doesn't exist, create it. This is required at least for
32903         "lib/uniwidth/cjk.h".
32904
32905         2007-05-15  Jim Meyering  <jim@meyering.net>
32906
32907         * build-aux/bootstrap: Now that generated Makefile.am files
32908         are no longer under version control, they must be created at
32909         bootstrap time.
32910
32911 2007-08-14  Ben Pfaff  <blp@gnu.org>
32912
32913         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32914
32915 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32916
32917         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32918         given the changes below.
32919         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32920         even on hosts that have padding bits beyond the supported 64.
32921
32922 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32923
32924         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32925         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32926         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32927         depends on it.
32928         (xstrtol_error): Remove.
32929         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32930         but with a different signature.
32931         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32932         * lib/xstrtol-error.c: Include exitfail.h.
32933         (xstrtol_fatal): New function, with a different signature from the
32934         old xstrtol_error, so that the caller need not worry about passing
32935         in an exit status, or about storage management of the option argument.
32936         (xstrtol_error): Now a static function.  Redo signature to
32937         implement xstrtol_fatal.  Output the correct number of hyphens in
32938         front of the option so that the caller need not worry about
32939         storage management.
32940         (N_): New macro.
32941         (_): Remove; not used now.
32942         * modules/xstrtol: Depend on getopt.
32943         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32944         of old STRTOL_FATAL_ERROR macro.
32945         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32946         of test program.
32947         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32948         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32949
32950 2007-08-08  Eric Blake  <ebb9@byu.net>
32951
32952         * lib/xstrtol-error.c: Add missing include.
32953
32954         Move xstrtol messages into gnulib domain, when --pobase is used.
32955         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32956         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32957         * modules/xstrtol (Files): Distribute new file.
32958         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32959         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32960         * tests/test-xstrtol.c: ...into new file.
32961         * tests/test-xstrtoul.c: Also test xstrtoul.
32962         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32963         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32964         * tests/test-xstrtol.sh: Drive the tests.
32965         * tests/test-xstrtoimax.sh: Likewise.
32966         * tests/test-xstrtoumax.sh: Likewise.
32967         * modules/xstrtol-tests: New module.
32968         * modules/xstrtoimax-tests: Likewise.
32969         * modules/xstrtoumax-tests: Likewise.
32970
32971 2007-08-08  Jim Meyering  <jim@meyering.net>
32972
32973         New function: mfile_name_concat.
32974         * lib/filenamecat.c (mfile_name_concat): New function, just like
32975         file_name_concat, but return NULL upon failure rather than exiting
32976         with a diagnostic.
32977         * lib/filenamecat.h: Declare it.
32978
32979 2007-08-07  Bruno Haible  <bruno@clisp.org>
32980
32981         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32982         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32983         warning from gcc.
32984         Reported by Eric Blake.
32985
32986 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32987
32988         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32989         * modules/crypto/arcfour (License): Likewise.
32990         * modules/crypto/des-tests (License): Likewise.
32991         * modules/crypto/gc-arctwo-tests (License): Likewise.
32992         * modules/crypto/gc-des-tests (License): Likewise.
32993         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32994         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32995         * modules/crypto/gc-md2-tests (License): Likewise.
32996         * modules/crypto/gc-md4-tests (License): Likewise.
32997         * modules/crypto/gc-md5-tests (License): Likewise.
32998         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32999         * modules/crypto/gc-rijndael-tests (License): Likewise.
33000         * modules/crypto/gc-sha1-tests (License): Likewise.
33001         * modules/crypto/gc-tests (License): Likewise.
33002         * modules/crypto/hmac-md5 (License): Likewise.
33003         * modules/crypto/hmac-sha1 (License): Likewise.
33004         * modules/crypto/md2-tests (License): Likewise.
33005         * modules/crypto/md4-tests (License): Likewise.
33006         * modules/crypto/md5 (License): Likewise.
33007         * modules/crypto/rijndael (License): Likewise.
33008         * modules/crypto/sha1 (License): Likewise.
33009         * modules/memxor (License): Likewise.
33010
33011 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33012         and Bruno Haible  <bruno@clisp.org>
33013
33014         * NEWS: Describe interface changes to human, xstrtol.
33015         * lib/human.h: Include <xstrtol.h>.
33016         (human_options): Return enum strtol_error, not int.  Remove
33017         bool arg; take int * instead.
33018         * lib/human.c: Don't include "gettext.h".
33019         (_): Remove; no longer used.
33020         Don't include <xstrtol.h>, since human.h does it.
33021         (human_options): Adjust to abovementioned interface changes.
33022         Do not report error to stderr; that's now the caller's
33023         responsibility.
33024         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
33025         interface change.
33026         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
33027         Str, Argument_type_string.  All uses changed.  Put " argument"
33028         in diagnostics to make them clearer.  Change wording of suffix
33029         message for clarity.
33030         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
33031         Argument_type_string.
33032         (STRTOL_FATAL_WARN): Remove; no longer used.
33033         * modules/human (Depends-on): Remove gettext-h.
33034
33035 2007-08-06  Simon Josefsson  <simon@josefsson.org>
33036
33037         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
33038
33039 2007-07-31  Bruno Haible  <bruno@clisp.org>
33040
33041         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
33042         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
33043         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
33044
33045 2007-07-31  Bruno Haible  <bruno@clisp.org>
33046
33047         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
33048         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
33049
33050 2007-07-30  Bruno Haible  <bruno@clisp.org>
33051
33052         * modules/base64 (License): Use the synonymous term "LGPLv2+".
33053         * modules/c-ctype (License): Likewise.
33054         * modules/c-strcase (License): Likewise.
33055         * modules/check-version (License): Likewise.
33056         * modules/iconv (License): Likewise.
33057         * modules/iconv_open (License): Likewise.
33058         * modules/read-file (License): Likewise.
33059         * modules/striconv (License): Likewise.
33060         * modules/strverscmp (License): Likewise.
33061         * modules/vasprintf (License): Likewise.
33062         * modules/crypto/des (License): Likewise.
33063         * modules/crypto/gc (License): Likewise.
33064         * modules/crypto/gc-arcfour (License): Likewise.
33065         * modules/crypto/gc-arctwo (License): Likewise.
33066         * modules/crypto/gc-des (License): Likewise.
33067         * modules/crypto/gc-hmac-md5 (License): Likewise.
33068         * modules/crypto/gc-hmac-sha1 (License): Likewise.
33069         * modules/crypto/gc-md2 (License): Likewise.
33070         * modules/crypto/gc-md4 (License): Likewise.
33071         * modules/crypto/gc-md5 (License): Likewise.
33072         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
33073         * modules/crypto/gc-random (License): Likewise.
33074         * modules/crypto/gc-rijndael (License): Likewise.
33075         * modules/crypto/gc-sha1 (License): Likewise.
33076         * modules/crypto/md2 (License): Likewise.
33077         * modules/crypto/md4 (License): Likewise.
33078
33079 2007-07-30  Jim Meyering  <jim@meyering.net>
33080
33081         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33082         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
33083         it has valid stat data.  This bug would cause du not to count the
33084         sizes of inaccessible directories.
33085         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
33086         in <http://bugzilla.redhat.com/250077>.
33087
33088 2007-07-25  Peter O'Gorman  <peter@pogma.com>
33089             Bruno Haible  <bruno@clisp.org>
33090
33091         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
33092         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
33093         #include_next, gives a diagnostic about it, but reports no error in
33094         the exit code.
33095         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
33096
33097 2007-07-24  Ben Pfaff  <blp@gnu.org>
33098
33099         Improve name: "count-one-bits" is better than "popcount".
33100         * MODULES.html.sh: Update name.
33101         * lib/popcount.h: Renamed lib/count-one-bits.h.
33102         (popcount): Renamed count_one_bits.
33103         (popcountl): Renamed count_one_bits_l.
33104         (popcountll): Renamed count_one_bits_ll.
33105         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
33106         * modules/popcount: Renamed module/count-one-bits.
33107         * modules/popcount-tests: Renamed module/count-one-bits-tests.
33108         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
33109
33110 2007-07-23  Ben Pfaff  <blp@gnu.org>
33111
33112         * lib/popcount.h (popcount32): Reduce size of constants, to allow
33113         better code generation, and add U to large constants to avoid
33114         warnings, in non-GCC case.
33115         Suggested by Bruno Haible.
33116
33117 2007-07-23  Ben Pfaff  <blp@gnu.org>
33118
33119         * lib/popcount.h: Use verify_true instead of if...abort.
33120         * modules/popcount: Depend on verify module.
33121         Suggested by Jim Meyering.
33122
33123 2007-07-23  Bruno Haible  <bruno@clisp.org>
33124
33125         * gnulib-tool (func_import): Create a .cvsignore file also when the
33126         directory is not yet in CVS but the toplevel directory is. When
33127         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
33128         Reported by Karl Berry.
33129
33130 2007-07-22  Ben Pfaff  <blp@gnu.org>
33131
33132         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
33133         case.
33134         Suggested by Eric Blake.
33135
33136 2007-07-22  Ben Pfaff  <blp@gnu.org>
33137
33138         New module: popcount.
33139         * MODULES.html.sh: Add popcount.
33140         * modules/popcount: New file.
33141         * modules/popcount-tests: New file.
33142         * tests/test-popcount.c: New file.
33143         * lib/popcount.h: New file.
33144         * m4/popcount.m4: New file.
33145
33146 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33147
33148         * build-aux/announce-gen: Update to GPLv3.
33149
33150         * build-aux/config.guess: Update from config.
33151
33152 2007-07-21  Bruno Haible  <bruno@clisp.org>
33153
33154         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
33155         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
33156
33157 2007-07-20  Jim Meyering  <jim@meyering.net>
33158
33159         * check-module: Diagnose a self-dependency.
33160
33161 2007-07-19  Bruno Haible  <bruno@clisp.org>
33162
33163         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
33164         empty.
33165         Reported by Eric Blake.
33166
33167 2007-07-18  Bruno Haible  <bruno@clisp.org>
33168
33169         * gnulib-tool: New options --po-base, --po-domain.
33170         (func_usage): Document them.
33171         (pobase, po_domain): New variables.
33172         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
33173         DEFAULT_TEXT_DOMAIN.
33174         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
33175         (func_import): Consider pobase and po_domain. Create a po/ directory.
33176         (func_create_testdir): Set pobase and po_domain to empty.
33177         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
33178         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
33179
33180 2007-07-18  Bruno Haible  <bruno@clisp.org>
33181
33182         * gnulib-tool (func_get_automake_snippet): Synthesize also an
33183         EXTRA_DIST augmentation for files in build-aux/.
33184
33185 2007-07-16  Bruno Haible  <bruno@clisp.org>
33186
33187         * modules/lseek (License): Use the synonymous term "LGPLv2+".
33188         * modules/getdelim (License): Likewise.
33189
33190 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33191
33192         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
33193         * modules/d-type (License): Likewise.
33194         * modules/extensions (License): Likewise.
33195         * modules/fnmatch (License): Likewise.
33196         * modules/fseeko (License): Likewise.
33197         * modules/getaddrinfo (License): Likewise.
33198         * modules/getline (License): Likewise.
33199         * modules/getlogin_r (License): Likewise.
33200         * modules/getpass (License): Likewise.
33201         * modules/gettimeofday (License): Likewise.
33202         * modules/glob (License): Likewise.
33203         * modules/inet_ntop (License): Likewise.
33204         * modules/malloc (License): Likewise.
33205         * modules/malloca (License): Likewise.
33206         * modules/memmem (License): Likewise.
33207         * modules/mempcpy (License): Likewise.
33208         * modules/memset (License): Likewise.
33209         * modules/minmax (License): Likewise.
33210         * modules/mktime (License): Likewise.
33211         * modules/netinet_in (License): Likewise.
33212         * modules/pathmax (License): Likewise.
33213         * modules/poll (License): Likewise.
33214         * modules/regex (License): Likewise.
33215         * modules/snprintf (License): Likewise.
33216         * modules/stdbool (License): Likewise.
33217         * modules/stdint (License): Likewise.
33218         * modules/stdio (License): Likewise.
33219         * modules/strcase (License): Likewise.
33220         * modules/strcasestr (License): Likewise.
33221         * modules/strdup (License): Likewise.
33222         * modules/string (License): Likewise.
33223         * modules/strndup (License): Likewise.
33224         * modules/strnlen (License): Likewise.
33225         * modules/strpbrk (License): Likewise.
33226         * modules/strptime (License): Likewise.
33227         * modules/strsep (License): Likewise.
33228         * modules/sys_select (License): Likewise.
33229         * modules/sys_socket (License): Likewise.
33230         * modules/sys_stat (License): Likewise.
33231         * modules/sys_time (License): Likewise.
33232         * modules/time (License): Likewise.
33233         * modules/time_r (License): Likewise.
33234         * modules/timegm (License): Likewise.
33235         * modules/unistd (License): Likewise.
33236         * modules/vsnprintf (License): Likewise.
33237         * modules/wctype (License): Likewise.
33238
33239 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33240
33241         * modules/argz (License): LGPLv2+.
33242
33243 2007-07-15  Karl Berry  <karl@gnu.org>
33244
33245         * doc/gnulib.texi: revise node structure per new fdl.texi.
33246
33247 2007-07-14  Bruno Haible  <bruno@clisp.org>
33248
33249         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33250         the output file.
33251         * lib/uniname/uninames.h: Regenerated.
33252
33253 2007-07-14  Karl Berry  <karl@gnu.org>
33254
33255         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33256         omitting sectioning and index commands.
33257
33258 2007-07-13  Bruno Haible  <bruno@clisp.org>
33259
33260         New gnulib-tool option --more-symlinks.
33261         * gnulib-tool (func_usage): Document --more-symlinks.
33262         (do_copyrights): New variable.
33263         Recognize option --more-symlinks.
33264         (func_import): Don't add a copyright notice transform to
33265         sed_transform_lib_file if do_copyrights is empty.
33266
33267 2007-07-13  Bruno Haible  <bruno@clisp.org>
33268
33269         * lib/vasnprintf.c (decimal_point_char): Define also if
33270         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
33271         && !NEED_PRINTF_DIRECTIVE_A.
33272         Reported by Clemens Koller <clemens.koller@anagramm.de> via
33273         Gary V. Vaughan <gary@gnu.org>.
33274
33275 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
33276
33277         * lib/inttypes_.h: Undo previous change, since it was fixed
33278         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
33279
33280 2007-07-13  Bruno Haible  <bruno@clisp.org>
33281
33282         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
33283         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
33284
33285 2007-07-13  Jim Meyering  <jim@meyering.net>
33286
33287         df: Don't fail for Tru64's "file-on-file mount".
33288         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
33289         so we fall through and use statfs instead.  Details here:
33290         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
33291         Reported by Albert Chin.
33292
33293 2007-07-13  Bruno Haible  <bruno@clisp.org>
33294
33295         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
33296         * modules/configmake (License): Likewise.
33297         * modules/gettext (License): Likewise.
33298         * modules/gettext-h (License): Likewise.
33299         * modules/include_next (License): Likewise.
33300         * modules/link-warning (License): Likewise.
33301         * modules/localcharset (License): Likewise.
33302         * modules/localename (License): Likewise.
33303         * modules/lock (License): Likewise.
33304         * modules/relocatable-lib-lgpl (License): Likewise.
33305         * modules/size_max (License): Likewise.
33306         * modules/vasnprintf (License): Likewise.
33307         * modules/wchar (License): Likewise.
33308         * modules/xsize (License): Likewise.
33309
33310 2007-07-13  Bruno Haible  <bruno@clisp.org>
33311
33312         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33313         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33314
33315 2007-07-12  Bruno Haible  <bruno@clisp.org>
33316
33317         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33318         in the modules files.
33319
33320 2007-07-11  Karl Berry  <karl@gnu.org>
33321
33322         * MODULES.html.sh (func_module): use
33323          sed -e '\|^'"${includefile}"'$|d'
33324          instead of /.../d, to avoid errors on $includefile's containing /.
33325
33326 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33327
33328         * gnulib-tool (func_import): Avoid duplication of --avoid
33329         statements
33330         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33331         names to `_' in variable names.
33332
33333 2007-07-10  Eric Blake  <ebb9@byu.net>
33334
33335         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33336         * NEWS: Document this change.
33337
33338 2007-07-08  Bruno Haible  <bruno@clisp.org>
33339
33340         Update to Unicode 5.0.
33341         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33342         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33343         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33344         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33345         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33346         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33347         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33348         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33349         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33350         U+10A3F, U+1D242..U+1D244.
33351         (nonspacing_table_ind): Update.
33352         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33353         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33354
33355 2007-07-08  Bruno Haible  <bruno@clisp.org>
33356
33357         Update to Unicode 5.0.
33358         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33359         code transform. Extend the name index field of unicode_name_to_code and
33360         unicode_code_to_name from 16 to 24 bits.
33361         * lib/uniname/uniname.c (unicode_character_name,
33362         unicode_name_character): Add the range 0x12xxx to the code transform.
33363         * lib/uniname/uninames.h: Regenerated.
33364         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33365
33366 2007-07-07  Bruno Haible  <bruno@clisp.org>
33367
33368         * modules/wcwidth-tests: New file.
33369         * tests/test-wcwidth.c: New file.
33370
33371         Work around MacOS X wcwidth() bug.
33372         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33373         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33374         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33375         original wcwidth in non-UTF-8 locales.
33376         * modules/wcwidth (Depends-on): Add localcharset, streq,
33377         uniwidth/width.
33378         * doc/functions/wcwidth.texi: Update.
33379
33380 2007-07-07  Bruno Haible  <bruno@clisp.org>
33381
33382         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33383         (wcwidth): New declaration.
33384         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33385         macros.
33386         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33387         here. Prepare for creating <wchar.h> unconditionally.
33388         * modules/wchar (Depends-on): Add link-warning.
33389         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33390         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33391         * lib/wcwidth.h: Remove file.
33392         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33393         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33394         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33395         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33396         (Include): Replace wcwidth.h with <wchar.h>.
33397         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33398         * lib/mbchar.h: Don't include wcwidth.h.
33399         * lib/mbswidth.c: Likewise.
33400         * NEWS: Mention the change.
33401
33402 2007-07-07  Bruno Haible  <bruno@clisp.org>
33403
33404         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33405         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33406         definition with an external declaration.
33407         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33408         defined as a function. Remove AC_C_INLINE requirement.
33409         * modules/wcwidth (Files): Add lib/wcwidth.c.
33410         (Makefile.am): Remove redundant statement.
33411
33412 2007-07-07  Bruno Haible  <bruno@clisp.org>
33413
33414         * MODULES.html.sh (Unicode string functions): Add the new modules.
33415
33416         * tests/uniwidth/test-u32-strwidth.c: New file.
33417         * modules/uniwidth/u32-strwidth-tests: New file.
33418
33419         * lib/uniwidth/u32-strwidth.c: New file.
33420         * modules/uniwidth/u32-strwidth: New file.
33421
33422         * tests/uniwidth/test-u16-strwidth.c: New file.
33423         * modules/uniwidth/u16-strwidth-tests: New file.
33424
33425         * lib/uniwidth/u16-strwidth.c: New file.
33426         * modules/uniwidth/u16-strwidth: New file.
33427
33428         * tests/uniwidth/test-u8-strwidth.c: New file.
33429         * modules/uniwidth/u8-strwidth-tests: New file.
33430
33431         * lib/uniwidth/u8-strwidth.c: New file.
33432         * modules/uniwidth/u8-strwidth: New file.
33433
33434         * tests/uniwidth/test-u32-width.c: New file.
33435         * modules/uniwidth/u32-width-tests: New file.
33436
33437         * lib/uniwidth/u32-width.c: New file.
33438         * modules/uniwidth/u32-width: New file.
33439
33440         * tests/uniwidth/test-u16-width.c: New file.
33441         * modules/uniwidth/u16-width-tests: New file.
33442
33443         * lib/uniwidth/u16-width.c: New file.
33444         * modules/uniwidth/u16-width: New file.
33445
33446         * tests/uniwidth/test-u8-width.c: New file.
33447         * modules/uniwidth/u8-width-tests: New file.
33448
33449         * lib/uniwidth/u8-width.c: New file.
33450         * modules/uniwidth/u8-width: New file.
33451
33452         * tests/uniwidth/test-uc_width.c: New file.
33453         * modules/uniwidth/width-tests: New file.
33454
33455         * lib/uniwidth/width.c: New file, from GNU libiconv.
33456         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33457         * modules/uniwidth/width: New file.
33458
33459         * lib/uniwidth.h: New file, from GNU libiconv.
33460         * modules/uniwidth/base: New file.
33461
33462 2007-07-07  Bruno Haible  <bruno@clisp.org>
33463
33464         * lib/uniname.h: New file, from GNU gettext.
33465         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33466         * lib/uniname/uninames.h: New file, from GNU gettext.
33467         * lib/uniname/uniname.c: New file, from GNU gettext.
33468         * tests/uniname/test-uninames.sh: New file.
33469         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33470         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33471         * modules/uniname/base: New file.
33472         * modules/uniname/uniname: New file.
33473         * modules/uniname/uniname-tests: New file.
33474         * MODULES.html.sh (Unicode string functions): Add the new modules.
33475
33476 2007-07-06  Bruno Haible  <bruno@clisp.org>
33477
33478         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33479
33480 2007-07-06  Bruno Haible  <bruno@clisp.org>
33481
33482         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33483         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33484         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33485         include <sys/time.h>.
33486         Reported by Eric Blake.
33487
33488 2007-07-06  Eric Blake  <ebb9@byu.net>
33489
33490         Fix testing canonicalize on cygwin.
33491         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33492         Revert patch from 2007-06-19.
33493         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33494         canonicalize module is also in use.
33495         * tests/test-canonicalize.c: New file.
33496         * tests/test-canonicalize.sh: Likewise.
33497         * modules/canonicalize-tests: Likewise.
33498
33499 2007-07-06  Jim Meyering  <jim@meyering.net>
33500
33501         * lib/getugroups.c (getugroups): Detect getgrent failure.
33502         Adjust comment to reflect reality: this function may return -1.
33503
33504 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33505
33506         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33507         the new TP address.
33508         (usage): Fix typo
33509         (gnulib_mk): New variable.
33510
33511 2007-07-05  Jim Meyering  <jim@meyering.net>
33512
33513         Don't let endgrent clobber errno, no matter how improbable.
33514         * lib/getugroups.c (getugroups): Save and restore errno around
33515         endgrent call.
33516
33517         Close the group DB even when failing with 2^31 or more members.
33518         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33519
33520 2007-07-04  Jim Meyering  <jim@meyering.net>
33521
33522         * lib/getugroups.h: New file.
33523         * lib/getugroups.c: Include "getugroups.h".
33524         Remove uses of "register" keyword.
33525         Move local variable, "cp", down into scope where used.
33526         Give "username" parameter the "const" attribute.
33527         * modules/getugroups (Files): Add lib/getugroups.h
33528
33529 2007-07-04  Karl Berry  <karl@gnu.org>
33530
33531         * MODULES.html.sh (func_all_modules): Complete rename of
33532         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33533
33534 2007-07-02  Bruno Haible  <bruno@clisp.org>
33535
33536         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33537         mode, when inttypes.h comes from gnulib.
33538         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33539
33540 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33541
33542         * NEWS: Mention lgpl module name change.
33543
33544         * modules/lgpl-2.1: Renamed from lgpl.
33545
33546         * NEWS: Mention gpl module name change.
33547
33548         * modules/gpl-3.0: New file, based on gpl-2.0.
33549
33550         * modules/gpl-2.0: Renamed from gpl.
33551
33552         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33553         doc/gpl-2.0.texi.
33554
33555 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33556
33557         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33558         #define __STDC_LIMIT_MACROS temporarily while including
33559         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33560         Problem reported by Joel E. Denny in
33561         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33562
33563 2007-07-01  Bruno Haible  <bruno@clisp.org>
33564
33565         * lib/unistdio.h: New file.
33566         * lib/unistdio/u-asnprintf.h: New file.
33567         * lib/unistdio/u-asprintf.h: New file.
33568         * lib/unistdio/u-printf-args.c: New file.
33569         * lib/unistdio/u-printf-args.h: New file.
33570         * lib/unistdio/u-printf-parse.h: New file.
33571         * lib/unistdio/u-snprintf.h: New file.
33572         * lib/unistdio/u-sprintf.h: New file.
33573         * lib/unistdio/u-vasprintf.h: New file.
33574         * lib/unistdio/u-vsnprintf.h: New file.
33575         * lib/unistdio/u-vsprintf.h: New file.
33576         * lib/unistdio/ulc-asnprintf.c: New file.
33577         * lib/unistdio/ulc-asprintf.c: New file.
33578         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33579         * lib/unistdio/ulc-printf-parse.c: New file.
33580         * lib/unistdio/ulc-snprintf.c: New file.
33581         * lib/unistdio/ulc-sprintf.c: New file.
33582         * lib/unistdio/ulc-vasnprintf.c: New file.
33583         * lib/unistdio/ulc-vasprintf.c: New file.
33584         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33585         * lib/unistdio/ulc-vsnprintf.c: New file.
33586         * lib/unistdio/ulc-vsprintf.c: New file.
33587         * lib/unistdio/u8-asnprintf.c: New file.
33588         * lib/unistdio/u8-asprintf.c: New file.
33589         * lib/unistdio/u8-printf-parse.c: New file.
33590         * lib/unistdio/u8-snprintf.c: New file.
33591         * lib/unistdio/u8-sprintf.c: New file.
33592         * lib/unistdio/u8-vasnprintf.c: New file.
33593         * lib/unistdio/u8-vasprintf.c: New file.
33594         * lib/unistdio/u8-vsnprintf.c: New file.
33595         * lib/unistdio/u8-vsprintf.c: New file.
33596         * lib/unistdio/u8-u8-asnprintf.c: New file.
33597         * lib/unistdio/u8-u8-asprintf.c: New file.
33598         * lib/unistdio/u8-u8-snprintf.c: New file.
33599         * lib/unistdio/u8-u8-sprintf.c: New file.
33600         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33601         * lib/unistdio/u8-u8-vasprintf.c: New file.
33602         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33603         * lib/unistdio/u8-u8-vsprintf.c: New file.
33604         * lib/unistdio/u16-asnprintf.c: New file.
33605         * lib/unistdio/u16-asprintf.c: New file.
33606         * lib/unistdio/u16-printf-parse.c: New file.
33607         * lib/unistdio/u16-snprintf.c: New file.
33608         * lib/unistdio/u16-sprintf.c: New file.
33609         * lib/unistdio/u16-vasnprintf.c: New file.
33610         * lib/unistdio/u16-vasprintf.c: New file.
33611         * lib/unistdio/u16-vsnprintf.c: New file.
33612         * lib/unistdio/u16-vsprintf.c: New file.
33613         * lib/unistdio/u16-u16-asnprintf.c: New file.
33614         * lib/unistdio/u16-u16-asprintf.c: New file.
33615         * lib/unistdio/u16-u16-snprintf.c: New file.
33616         * lib/unistdio/u16-u16-sprintf.c: New file.
33617         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33618         * lib/unistdio/u16-u16-vasprintf.c: New file.
33619         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33620         * lib/unistdio/u16-u16-vsprintf.c: New file.
33621         * lib/unistdio/u32-asnprintf.c: New file.
33622         * lib/unistdio/u32-asprintf.c: New file.
33623         * lib/unistdio/u32-printf-parse.c: New file.
33624         * lib/unistdio/u32-snprintf.c: New file.
33625         * lib/unistdio/u32-sprintf.c: New file.
33626         * lib/unistdio/u32-vasnprintf.c: New file.
33627         * lib/unistdio/u32-vasprintf.c: New file.
33628         * lib/unistdio/u32-vsnprintf.c: New file.
33629         * lib/unistdio/u32-vsprintf.c: New file.
33630         * lib/unistdio/u32-u32-asnprintf.c: New file.
33631         * lib/unistdio/u32-u32-asprintf.c: New file.
33632         * lib/unistdio/u32-u32-snprintf.c: New file.
33633         * lib/unistdio/u32-u32-sprintf.c: New file.
33634         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33635         * lib/unistdio/u32-u32-vasprintf.c: New file.
33636         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33637         * lib/unistdio/u32-u32-vsprintf.c: New file.
33638         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33639         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33640         * tests/unistdio/test-ulc-printf1.h: New file.
33641         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33642         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33643         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33644         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33645         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33646         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33647         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33648         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33649         * tests/unistdio/test-u8-asnprintf1.c: New file.
33650         * tests/unistdio/test-u8-asnprintf1.h: New file.
33651         * tests/unistdio/test-u8-printf1.h: New file.
33652         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33653         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33654         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33655         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33656         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33657         * tests/unistdio/test-u8-vasprintf1.c: New file.
33658         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33659         * tests/unistdio/test-u8-vsprintf1.c: New file.
33660         * tests/unistdio/test-u16-asnprintf1.c: New file.
33661         * tests/unistdio/test-u16-asnprintf1.h: New file.
33662         * tests/unistdio/test-u16-printf1.h: New file.
33663         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33664         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33665         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33666         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33667         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33668         * tests/unistdio/test-u16-vasprintf1.c: New file.
33669         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33670         * tests/unistdio/test-u16-vsprintf1.c: New file.
33671         * tests/unistdio/test-u32-asnprintf1.c: New file.
33672         * tests/unistdio/test-u32-asnprintf1.h: New file.
33673         * tests/unistdio/test-u32-printf1.h: New file.
33674         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33675         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33676         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33677         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33678         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33679         * tests/unistdio/test-u32-vasprintf1.c: New file.
33680         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33681         * tests/unistdio/test-u32-vsprintf1.c: New file.
33682         * modules/unistdio/base: New file.
33683         * modules/unistdio/u-printf-args: New file.
33684         * modules/unistdio/ulc-asnprintf: New file.
33685         * modules/unistdio/ulc-asprintf: New file.
33686         * modules/unistdio/ulc-fprintf: New file.
33687         * modules/unistdio/ulc-printf-parse: New file.
33688         * modules/unistdio/ulc-snprintf: New file.
33689         * modules/unistdio/ulc-sprintf: New file.
33690         * modules/unistdio/ulc-vasnprintf: New file.
33691         * modules/unistdio/ulc-vasprintf: New file.
33692         * modules/unistdio/ulc-vfprintf: New file.
33693         * modules/unistdio/ulc-vsnprintf: New file.
33694         * modules/unistdio/ulc-vsprintf: New file.
33695         * modules/unistdio/u8-asnprintf: New file.
33696         * modules/unistdio/u8-asprintf: New file.
33697         * modules/unistdio/u8-printf-parse: New file.
33698         * modules/unistdio/u8-snprintf: New file.
33699         * modules/unistdio/u8-sprintf: New file.
33700         * modules/unistdio/u8-vasnprintf: New file.
33701         * modules/unistdio/u8-vasprintf: New file.
33702         * modules/unistdio/u8-vsnprintf: New file.
33703         * modules/unistdio/u8-vsprintf: New file.
33704         * modules/unistdio/u8-u8-asnprintf: New file.
33705         * modules/unistdio/u8-u8-asprintf: New file.
33706         * modules/unistdio/u8-u8-snprintf: New file.
33707         * modules/unistdio/u8-u8-sprintf: New file.
33708         * modules/unistdio/u8-u8-vasnprintf: New file.
33709         * modules/unistdio/u8-u8-vasprintf: New file.
33710         * modules/unistdio/u8-u8-vsnprintf: New file.
33711         * modules/unistdio/u8-u8-vsprintf: New file.
33712         * modules/unistdio/u16-asnprintf: New file.
33713         * modules/unistdio/u16-asprintf: New file.
33714         * modules/unistdio/u16-printf-parse: New file.
33715         * modules/unistdio/u16-snprintf: New file.
33716         * modules/unistdio/u16-sprintf: New file.
33717         * modules/unistdio/u16-vasnprintf: New file.
33718         * modules/unistdio/u16-vasprintf: New file.
33719         * modules/unistdio/u16-vsnprintf: New file.
33720         * modules/unistdio/u16-vsprintf: New file.
33721         * modules/unistdio/u16-u16-asnprintf: New file.
33722         * modules/unistdio/u16-u16-asprintf: New file.
33723         * modules/unistdio/u16-u16-snprintf: New file.
33724         * modules/unistdio/u16-u16-sprintf: New file.
33725         * modules/unistdio/u16-u16-vasnprintf: New file.
33726         * modules/unistdio/u16-u16-vasprintf: New file.
33727         * modules/unistdio/u16-u16-vsnprintf: New file.
33728         * modules/unistdio/u16-u16-vsprintf: New file.
33729         * modules/unistdio/u32-asnprintf: New file.
33730         * modules/unistdio/u32-asprintf: New file.
33731         * modules/unistdio/u32-printf-parse: New file.
33732         * modules/unistdio/u32-snprintf: New file.
33733         * modules/unistdio/u32-sprintf: New file.
33734         * modules/unistdio/u32-vasnprintf: New file.
33735         * modules/unistdio/u32-vasprintf: New file.
33736         * modules/unistdio/u32-vsnprintf: New file.
33737         * modules/unistdio/u32-vsprintf: New file.
33738         * modules/unistdio/u32-u32-asnprintf: New file.
33739         * modules/unistdio/u32-u32-asprintf: New file.
33740         * modules/unistdio/u32-u32-snprintf: New file.
33741         * modules/unistdio/u32-u32-sprintf: New file.
33742         * modules/unistdio/u32-u32-vasnprintf: New file.
33743         * modules/unistdio/u32-u32-vasprintf: New file.
33744         * modules/unistdio/u32-u32-vsnprintf: New file.
33745         * modules/unistdio/u32-u32-vsprintf: New file.
33746         * modules/unistdio/ulc-asnprintf-tests: New file.
33747         * modules/unistdio/ulc-vasnprintf-tests: New file.
33748         * modules/unistdio/ulc-vasprintf-tests: New file.
33749         * modules/unistdio/ulc-vsnprintf-tests: New file.
33750         * modules/unistdio/ulc-vsprintf-tests: New file.
33751         * modules/unistdio/u8-asnprintf-tests: New file.
33752         * modules/unistdio/u8-vasnprintf-tests: New file.
33753         * modules/unistdio/u8-vasprintf-tests: New file.
33754         * modules/unistdio/u8-vsnprintf-tests: New file.
33755         * modules/unistdio/u8-vsprintf-tests: New file.
33756         * modules/unistdio/u16-asnprintf-tests: New file.
33757         * modules/unistdio/u16-vasnprintf-tests: New file.
33758         * modules/unistdio/u16-vasprintf-tests: New file.
33759         * modules/unistdio/u16-vsnprintf-tests: New file.
33760         * modules/unistdio/u16-vsprintf-tests: New file.
33761         * modules/unistdio/u32-asnprintf-tests: New file.
33762         * modules/unistdio/u32-vasnprintf-tests: New file.
33763         * modules/unistdio/u32-vasprintf-tests: New file.
33764         * modules/unistdio/u32-vsnprintf-tests: New file.
33765         * modules/unistdio/u32-vsprintf-tests: New file.
33766         * MODULES.html.sh (Unicode string functions): Add the new modules.
33767
33768 2007-07-01  Bruno Haible  <bruno@clisp.org>
33769
33770         * lib/sprintf.c (sprintf): Limit the available length estimation,
33771         to avoid address wraparound.
33772         * lib/vsprintf.c (vsprintf): Likewise.
33773         * modules/sprintf-posix (Dependencies): Add stdint.
33774         * modules/vsprintf-posix (Dependencies): Likewise.
33775
33776 2007-07-01  Bruno Haible  <bruno@clisp.org>
33777
33778         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33779         Windows PATH as well. Conservative double-quoting. Comments.
33780
33781 2007-07-01  Bruno Haible  <bruno@clisp.org>
33782             Eric Blake  <ebb9@byu.net>
33783             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33784
33785         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33786         empty components in $PATH, denoting '.'.
33787
33788 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33789
33790         * gnulib-tool: Fix indentation.
33791         (func_create_megatestdir): Likewise.
33792         Report by Bruno Haible.
33793
33794 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33795
33796         Sync from Automake.
33797         * build-aux/gnupload: Fix shell portability issues with for loops.
33798         Report by Karl Berry.
33799
33800 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33801
33802         * build-aux/maint.mk (POURL): Use translationproject.org.
33803
33804 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33805             Bruno Haible  <bruno@clisp.org>
33806
33807         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33808         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33809         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33810         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33811         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33812
33813 2007-06-27  Bruno Haible  <bruno@clisp.org>
33814
33815         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33816         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33817
33818 2007-06-26  Karl Berry  <karl@gnu.org>
33819
33820         * MODULES.html.sh: remove xreadlink-with-size.
33821
33822 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33823
33824         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33825         method that I hope also handles the double-include problem noted
33826         by Bruno Haible in
33827         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33828
33829 2007-06-23  Bruno Haible  <bruno@clisp.org>
33830
33831         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33832         Don't let the 'mostlyclean' target fail if the last subdirectory could
33833         not be removed.
33834         Reported by Karl Berry.
33835
33836 2007-06-23  Bruno Haible  <bruno@clisp.org>
33837
33838         * gnulib-tool (echo): Add a speedier workaround for ksh.
33839         * tests/test-echo.sh: Likewise.
33840
33841 2007-06-23  Bruno Haible  <bruno@clisp.org>
33842
33843         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33844         * tests/test-echo.sh: Likewise.
33845
33846 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33847
33848         * gnulib-tool (IFS): Initialize early, so we don't set it to
33849         empty later.
33850         (self_abspathname): Rewrite algorithm to set it, reindent.
33851         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33852         (func_create_megatestdir): Merge some sed scripts.
33853
33854 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33855
33856         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33857         exposed by Sun Studio 11 cc on Solaris 8.
33858
33859 2007-06-22  Bruno Haible  <bruno@clisp.org>
33860
33861         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33862         backslashes.
33863         * tests/test-echo.sh: New file.
33864
33865 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33866
33867         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33868         simplify `sed_replace_build_aux' scripts, they are portable but
33869         echoing them with `echo' is not.
33870         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33871
33872 2007-06-21  Karl Berry  <karl@gnu.org>
33873
33874         * config/srclist.txt: guess we can't handle the licenses via
33875         srclist at the moment.
33876
33877 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33878
33879         * MODULES.html.sh: Add include_next.
33880         * modules/include_next: New file.
33881
33882 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33883
33884         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33885         INCLUDE_NEXT.
33886         (gl_CHECK_NEXT_HEADERS): New macro.
33887         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33888         the obsolescent gl_ABSOLUTE_HEADER.
33889         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33890         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33891         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33892         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33893         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33894         * m4/math_h.m4 (gl_MATH_H): Likewise.
33895         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33896         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33897         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33898         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33899         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33900         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33901         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33902         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33903         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33904         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33905         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33906         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33907         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33908         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33909         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33910         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33911         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33912         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33913         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33914         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33915         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33916         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33917         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33918         * lib/float_.h: Likewise.
33919         * lib/inttypes_.h: Likewise.
33920         * lib/math_.h: Likewise.
33921         * lib/search_.h: Likewise.
33922         * lib/signal_.h: Likewise.
33923         * lib/stdint_.h: Likewise.
33924         * lib/stdio_.h: Likewise.
33925         * lib/stdlib_.h: Likewise.
33926         * lib/string_.h: Likewise.
33927         * lib/sys_stat_.h: Likewise.
33928         * lib/sys_time_.h: Likewise.
33929         * lib/time_.h: Likewise.
33930         * lib/unistd_.h: Likewise.
33931         * lib/wchar_.h: Likewise.
33932         * lib/wctype_.h: Likewise.
33933         * lib/dirent_.h: Likewise.
33934         * lib/iconv_.h: Likewise.
33935         * lib/locale_.h: Likewise.
33936         * lib/netinet_in_.h: Likewise.
33937         * lib/sys_select_.h: Likewise.
33938         * lib/sys_socket_.h: Likewise.
33939         * lib/sysexits_.h: Likewise.
33940         * modules/fcntl (Depends-on): Depend on include_next, not
33941         absolute_header.
33942         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33943         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33944         * modules/fchdir: Likewise.
33945         * modules/float: Likewise.
33946         * modules/iconv_open: Likewise.
33947         * modules/inttypes: Likewise.
33948         * modules/locale: Likewise.
33949         * modules/math: Likewise.
33950         * modules/netinet_in: Likewise.
33951         * modules/search: Likewise.
33952         * modules/signal: Likewise.
33953         * modules/stdint: Likewise.
33954         * modules/stdio: Likewise.
33955         * modules/stdlib: Likewise.
33956         * modules/string: Likewise.
33957         * modules/sys_select: Likewise.
33958         * modules/sys_socket: Likewise.
33959         * modules/sys_stat: Likewise.
33960         * modules/sys_time: Likewise.
33961         * modules/sysexits: Likewise.
33962         * modules/time: Likewise.
33963         * modules/unistd: Likewise.
33964         * modules/wchar: Likewise.
33965         * modules/wctype: Likewise.
33966         * modules/sys_stat: Change maintainer to "all".
33967         * modules/unistd: Likewise.
33968
33969 2007-06-20  Karl Berry  <karl@gnu.org>
33970
33971         * config/srclist.txt: track www changes in license files.
33972
33973 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33974
33975         * build-aux/bootstrap: Remove stray dot.
33976         Make sure build_aux settings are honored when linking
33977         gnulib_extra_files.
33978
33979 2007-06-19  Eric Blake  <ebb9@byu.net>
33980
33981         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33982         Allow compilation on cygwin.
33983
33984 2007-06-19  Jim Meyering  <jim@meyering.net>
33985
33986         xreadlink-with-size: Remove module.  No longer used.
33987         Ex-callers now use xreadlink or mreadlink-with-size.
33988         * modules/xreadlink-with-size: Remove module.
33989         * lib/xreadlink-with-size.c: Remove file.
33990         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33991         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33992         just before the function definition *is* accurate.
33993
33994         Eliminate one way canonicalize_filename_mode could exit.
33995         * lib/canonicalize.c (canonicalize_filename_mode):
33996         Use mreadlink_with_size, not xreadlink_with_size.
33997
33998 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33999
34000         Detect porting problems to FreeBSD/arm, which has time_t wider than
34001         long int.  Original problem reported for GNU diff by Xin Li in
34002         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
34003         * modules/getdate (Depends-on): Add intprops, verify.
34004         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
34005         is an integer type no wider than long int.
34006
34007 2007-06-18  Jim Meyering  <jim@meyering.net>
34008
34009         New module: mreadlink-with-size.
34010         * MODULES.html.sh: Add mreadlink-with-size.
34011         * modules/mreadlink-with-size: New module
34012         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
34013         not xreadlink-with-size.
34014         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
34015
34016 2007-06-16  Bruno Haible  <bruno@clisp.org>
34017
34018         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
34019         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
34020         Reported by Gary V. Vaughan <gary@gnu.org>.
34021
34022 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
34023
34024         Revamp lchown so that it lives in unistd.h where it belongs.
34025         * lib/lchown.h: Remove.
34026         * lib/dirchownmod.c: Don't include lib/lchown.h.
34027         * lib/fchownat.c: Likewise.
34028         * lib/openat.c: Likewise.
34029         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
34030         does not follow symlinks.
34031         (EOPNOTSUPP): Define if not defined.
34032         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
34033         is defined to 0.
34034         (lchown): New decl.
34035         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
34036         Do not check for lchown decl.
34037         Set REPLACE_LCHOWN.
34038         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
34039         REPLACE_LCHOWN.
34040         * modules/chown: Make it clear it follows symlinks.
34041         * modules/lchown: Make it clear it doesn't follow symlinks.
34042         (Files): Remove lib/lchown.h
34043         (Depends-on): Add unistd.
34044         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
34045         (Include): Include <unistd.h>, not "lchown.h".
34046         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
34047         REPLACE_LCHOWN.
34048
34049 2007-06-15  Jim Meyering  <jim@meyering.net>
34050
34051         Change license (GPL to LGPL) of fsusage and dependents.
34052         * modules/fsusage (License): Change to LGPL.
34053         * modules/full-read (License): Likewise.
34054         * modules/full-write (License): Likewise.
34055         * modules/safe-read (License): Likewise.
34056         * modules/safe-write (License): Likewise.
34057
34058 2007-06-14  Ben Pfaff  <blp@gnu.org>
34059
34060         Missing part of allocsa -> malloca transition.
34061         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
34062         gl_MALLOCA.
34063
34064 2007-06-12  Bruno Haible  <bruno@clisp.org>
34065
34066         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
34067         to ia64, x86_64, i386.
34068         Reported by Eric Blake.
34069
34070 2007-06-12  Bruno Haible  <bruno@clisp.org>
34071
34072         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
34073         cross-compiling to x86_64.
34074
34075 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
34076
34077         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
34078         glitch reported by Ralf Wildenhues in
34079         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
34080
34081         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
34082         Vin Shelton.
34083
34084 2007-06-11  Bruno Haible  <bruno@clisp.org>
34085
34086         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
34087         replacement string.
34088         Reported by Eric Blake.
34089
34090 2007-06-10  Bruno Haible  <bruno@clisp.org>
34091
34092         Prepare vasnprintf code for use with Unicode strings.
34093         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
34094         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
34095         TYPE_U32_STRING.
34096         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
34097         a_u32_string variants.
34098         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34099         * lib/printf-args.c: Don't include config.h and the specification
34100         header if PRINTF_FETCHARGS is already defined.
34101         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34102         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
34103         TYPE_U16_STRING, TYPE_U32_STRING.
34104         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
34105         u16_directive, u16_directives, u32_directive, u32_directives): New
34106         types.
34107         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
34108         New declarations.
34109         * lib/printf-parse.c: Don't include config.h and the specification
34110         header if PRINTF_PARSE is already defined. Eliminate the set of
34111         parameters for WIDE_CHAR_VERSION; the user of this file must provide
34112         them now. Include c-ctype.h.
34113         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
34114         directive and CHAR_T_ONLY_ASCII.
34115         * lib/vasnprintf.c: Don't include config.h and the specification header
34116         if VASNPRINTF is already defined.
34117         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
34118         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
34119         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
34120         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
34121         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
34122         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
34123         code accordingly.
34124         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
34125         pad_ourselves also in this case, with the 'c' and 's' directives, and
34126         with a different notion of "width".
34127         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
34128
34129 2007-06-10  Bruno Haible  <bruno@clisp.org>
34130
34131         * modules/unistr/u32-mbsnlen: New file.
34132         * lib/unistr/u32-mbsnlen.c: New file.
34133
34134         * modules/unistr/u16-mbsnlen: New file.
34135         * lib/unistr/u16-mbsnlen.c: New file.
34136
34137         * modules/unistr/u8-mbsnlen: New file.
34138         * lib/unistr/u8-mbsnlen.c: New file.
34139
34140         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
34141         declarations.
34142
34143 2007-06-10  Bruno Haible  <bruno@clisp.org>
34144
34145         * lib/string_.h (mbsnlen): New declaration.
34146         * lib/mbsnlen.c: New file.
34147         * m4/mbsnlen.m4: New file.
34148         * modules/mbsnlen: New file.
34149         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
34150         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
34151         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
34152
34153 2007-06-10  Bruno Haible  <bruno@clisp.org>
34154
34155         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
34156
34157 2007-06-10  Bruno Haible  <bruno@clisp.org>
34158
34159         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
34160         * lib/mbuiter.h: Likewise.
34161
34162 2007-06-10  Bruno Haible  <bruno@clisp.org>
34163
34164         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
34165         declaration.
34166
34167 2007-06-10  Karl Berry  <karl@gnu.org>
34168
34169         * config/srclist.txt: remove gettext entries, Bruno prefers
34170         to update individually.
34171
34172 2007-06-10  Bruno Haible  <bruno@clisp.org>
34173
34174         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
34175         'maxlen'. Ensure only length + width bytes are allocated, not
34176         length + 1 + width.
34177
34178 2007-06-09  Bruno Haible  <bruno@clisp.org>
34179
34180         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
34181         (CHAR_T): Remove macro.
34182         (VASNPRINTF): Update.
34183
34184 2007-06-09  Bruno Haible  <bruno@clisp.org>
34185
34186         * MODULES.html.sh (Unicode string functions): Add the new modules.
34187
34188         * modules/uniconv/u32-conv-to-enc: New file.
34189         * lib/uniconv/u32-conv-to-enc.c: New file.
34190         * modules/uniconv/u32-conv-to-enc-tests: New file.
34191         * tests/uniconv/test-u32-conv-to-enc.c: New file.
34192
34193         * modules/uniconv/u16-conv-to-enc: New file.
34194         * lib/uniconv/u16-conv-to-enc.c: New file.
34195         * lib/uniconv/u-conv-to-enc.h: New file.
34196         * modules/uniconv/u16-conv-to-enc-tests: New file.
34197         * tests/uniconv/test-u16-conv-to-enc.c: New file.
34198
34199         * modules/uniconv/u8-conv-to-enc: New file.
34200         * lib/uniconv/u8-conv-to-enc.c: New file.
34201         * modules/uniconv/u8-conv-to-enc-tests: New file.
34202         * tests/uniconv/test-u8-conv-to-enc.c: New file.
34203
34204         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
34205         u32_conv_to_encoding): New declarations.
34206
34207 2007-06-09  Bruno Haible  <bruno@clisp.org>
34208
34209         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
34210
34211 2007-06-09  Bruno Haible  <bruno@clisp.org>
34212
34213         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
34214         * modules/malloca: Renamed from modules/allocsa, updated.
34215         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
34216         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
34217         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
34218         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
34219         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
34220         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
34221         * modules/xmalloca: Renamed from modules/xallocsa, updated.
34222         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
34223         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
34224         * modules/c-strcasestr (Depends-on): Update.
34225         * lib/c-strcasestr.c: Update.
34226         * modules/c-strstr (Depends-on): Update.
34227         * lib/c-strstr.c: Update.
34228         * modules/canonicalize-lgpl (Depends-on): Update.
34229         * lib/canonicalize-lgpl.c: Update.
34230         * modules/clean-temp (Depends-on): Update.
34231         * lib/clean-temp.c: Update.
34232         * modules/csharpcomp (Depends-on): Update.
34233         * lib/csharpcomp.c: Update.
34234         * modules/csharpexec (Depends-on): Update.
34235         * lib/csharpexec.c: Update.
34236         * modules/javacomp (Depends-on): Update.
34237         * lib/javacomp.c: Update.
34238         * modules/javaexec (Depends-on): Update.
34239         * lib/javaexec.c: Update.
34240         * modules/mbscasestr (Depends-on): Update.
34241         * lib/mbscasestr.c: Update.
34242         * modules/mbsstr (Depends-on): Update.
34243         * lib/mbsstr.c: Update.
34244         * modules/setenv (Depends-on): Update.
34245         * lib/setenv.c: Update.
34246         * modules/strcasestr (Depends-on): Update.
34247         * lib/strcasestr.c: Update.
34248         * modules/striconveha (Depends-on): Update.
34249         * lib/striconveha.c: Update.
34250         * modules/relocatable-prog-wrapper (Files): Update.
34251         * lib/relocwrapper.c: Update.
34252         * build-aux/install-reloc: Update.
34253         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34254
34255 2007-06-08  Bruno Haible  <bruno@clisp.org>
34256
34257         Port to uClibc.
34258         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34259         * lib/fpurge.c (fpurge): Likewise.
34260         * lib/freading.c (freading): Likewise.
34261         * lib/fseeko.c (rpl_fseeko): Likewise.
34262         * lib/fseterr.c (fseterr): Likewise.
34263         * lib/fwriting.c (fwriting): Likewise.
34264         * tests/test-fflush.c (main): Avoid a failure on uClibc.
34265
34266 2007-06-08  Bruno Haible  <bruno@clisp.org>
34267
34268         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
34269         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
34270         * modules/gettext (Files): Add m4/intlmacosx.m4.
34271
34272 2007-06-07  Bruno Haible  <bruno@clisp.org>
34273
34274         * modules/localename-tests: New file.
34275         * tests/test-localename.c: New file.
34276
34277         New module 'localename'.
34278         * lib/localename.h: New file.
34279         * lib/localename.c: New file, from GNU gettext.
34280         * m4/localename.m4: New file.
34281         * modules/localename: New file.
34282
34283 2007-06-07  Bruno Haible  <bruno@clisp.org>
34284
34285         Work around the lack of <wchar.h> on some builds of uClibc.
34286         * doc/headers/wchar.texi: Update.
34287         * lib/wchar_.h: Include <wchar.h> only if it exists.
34288         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
34289         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
34290         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
34291         doesn't exist.
34292         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
34293         * modules/mbfile (Depends-on): Add wchar.
34294         * modules/mbiter (Depends-on): Likewise.
34295         * modules/mbuiter (Depends-on): Likewise.
34296         Reported by Simon Josefsson.
34297
34298 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34299
34300         Work around problem reported by Steven M. Schweda in
34301         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
34302         Tru64 5.1B with the Compaq compiler environment installed declares
34303         an 'isblank' function but does not define it in the C library.
34304         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
34305         * lib/regex_internal.h (isblank): Likewise.
34306         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34307         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34308
34309 2007-06-05  Bruno Haible  <bruno@clisp.org>
34310
34311         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34312         ia64.
34313         * modules/printf-safe: New file.
34314         * modules/fprintf-posix (Depends-on): Add printf-safe.
34315         * modules/printf-posix (Depends-on): Likewise.
34316         * modules/snprintf-posix (Depends-on): Likewise.
34317         * modules/sprintf-posix (Depends-on): Likewise.
34318         * modules/vasnprintf-posix (Depends-on): Likewise.
34319         * modules/vasprintf-posix (Depends-on): Likewise.
34320         * modules/vfprintf-posix (Depends-on): Likewise.
34321         * modules/vprintf-posix (Depends-on): Likewise.
34322         * modules/vsnprintf-posix (Depends-on): Likewise.
34323         * modules/vsprintf-posix (Depends-on): Likewise.
34324         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34325         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34326         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34327         "no" on i386, x86_64, ia64.
34328         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34329         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34330         on i386, x86_64, ia64.
34331         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34332         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34333         on i386, x86_64, ia64.
34334         * tests/test-vasnprintf-posix.c: Include float.h.
34335         (LDBL80_WORDS): New macro.
34336         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34337         on i386, x86_64, ia64.
34338         * tests/test-vasprintf-posix.c: Include float.h.
34339         (LDBL80_WORDS): New macro.
34340         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34341         on i386, x86_64, ia64.
34342         * tests/test-snprintf-posix.c: Include float.h.
34343         * tests/test-sprintf-posix.c: Likewise.
34344         * tests/test-vsnprintf-posix.c: Likewise.
34345         * tests/test-vsprintf-posix.c: Likewise.
34346
34347 2007-06-05  Bruno Haible  <bruno@clisp.org>
34348
34349         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34350         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34351         non-IEEE numbers on i386, x86_64, ia64.
34352         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34353         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34354         * tests/test-isnanl.h: Include float.h.
34355         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34356
34357 2007-06-05  Bruno Haible  <bruno@clisp.org>
34358
34359         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34360         also the %a / %A. Handle the %a / %A code before this extra handling.
34361
34362 2007-06-05  Bruno Haible  <bruno@clisp.org>
34363
34364         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34365         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34366
34367 2007-06-05  Bruno Haible  <bruno@clisp.org>
34368
34369         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34370         typo in variable name.
34371
34372 2007-06-05  Eric Blake  <ebb9@byu.net>
34373
34374         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34375         Reported by Simon Josefsson.
34376
34377 2007-06-04  Bruno Haible  <bruno@clisp.org>
34378
34379         Avoid test failures on some PowerPC platforms.
34380         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34381         Define differently for PowerPC.
34382         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34383         Reported by Gary V. Vaughan <gary@gnu.org>.
34384
34385 2007-06-02  Bruno Haible  <bruno@clisp.org>
34386
34387         Fix test-stdint failure on FreeBSD/ia64.
34388         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34389         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34390         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34391         * doc/headers/stdint.texi: Update.
34392
34393 2007-06-01  Bruno Haible  <bruno@clisp.org>
34394
34395         * tests/test-binary-io.c (main): Pass a third argument to open().
34396         Reported by Gary V. Vaughan <gary@gnu.org>.
34397
34398 2007-06-01  Bruno Haible  <bruno@clisp.org>
34399
34400         * doc/functions/frexpl.texi: Update for mingw.
34401
34402 2007-06-01  Bruno Haible  <bruno@clisp.org>
34403
34404         * tests/test-lseek.c (main): Disable test of errno for invalid third
34405         argument.
34406         * doc/functions/lseek.texi: Update.
34407         Reported by Gary V. Vaughan <gary@gnu.org>.
34408
34409 2007-05-28  Bruno Haible  <bruno@clisp.org>
34410
34411         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34412
34413 2007-05-31  Eric Blake  <ebb9@byu.net>
34414
34415         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34416         cross compiling.
34417
34418 2007-05-30  Eric Blake  <ebb9@byu.net>
34419         and Bruno Haible  <bruno@clisp.org>
34420
34421         Work around mingw test failures exposed by m4-1.4.9b.
34422         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34423         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34424         moment.
34425
34426 2007-05-30  Bruno Haible  <bruno@clisp.org>
34427
34428         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34429         assuming that they are closed. Needed on HP-UX 11.
34430
34431 2007-05-29  Bruno Haible  <bruno@clisp.org>
34432
34433         Fix a problem with #include_next.
34434         * lib/dirent_.h: Split the double-inclusion guard.
34435         * lib/fcntl_.h: Likewise.
34436         * lib/float_.h: Likewise.
34437         * lib/iconv_.h: Likewise.
34438         * lib/inttypes_.h: Likewise.
34439         * lib/locale_.h: Likewise.
34440         * lib/math_.h: Likewise.
34441         * lib/netinet_in_.h: Likewise.
34442         * lib/search_.h: Likewise.
34443         * lib/signal_.h: Likewise.
34444         * lib/stdint_.h: Likewise.
34445         * lib/stdio_.h: Likewise.
34446         * lib/stdlib_.h: Likewise.
34447         * lib/string_.h: Likewise.
34448         * lib/sys_select_.h: Likewise.
34449         * lib/sys_socket_.h: Likewise.
34450         * lib/sys_stat_.h: Likewise.
34451         * lib/sys_time_.h: Likewise.
34452         * lib/sysexits_.h: Likewise.
34453         * lib/time_.h: Likewise.
34454         * lib/unistd_.h: Likewise.
34455         * lib/wchar_.h: Likewise.
34456         * lib/wctype_.h: Likewise.
34457
34458 2007-05-29  Bruno Haible  <bruno@clisp.org>
34459
34460         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34461         for the moment.
34462
34463 2007-05-29  Bruno Haible  <bruno@clisp.org>
34464
34465         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34466         invocation.
34467         Reported by Eric Blake.
34468
34469 2007-05-29  Bruno Haible  <bruno@clisp.org>
34470
34471         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34472         compiling case.
34473
34474 2007-05-29  Eric Blake  <ebb9@byu.net>
34475             Bruno Haible  <bruno@clisp.org>
34476
34477         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34478         cross compiles.
34479
34480 2007-05-28  Eric Blake  <ebb9@byu.net>
34481
34482         * modules/closein-tests (test_closein_LDADD): Support test on
34483         cygwin with libtool.
34484
34485 2007-05-28  Bruno Haible  <bruno@clisp.org>
34486
34487         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34488         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34489         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34490         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34491         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34492         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34493         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34494         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34495         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34496
34497 2007-05-28  Eric Blake  <ebb9@byu.net>
34498
34499         Unconditionally include <config.h> in unit tests.
34500         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34501         * tests/test-allocsa.c, tests/test-arcfour.c,
34502         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34503         tests/test-array_list.c, tests/test-array_oset.c,
34504         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34505         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34506         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34507         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34508         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34509         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34510         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34511         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34512         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34513         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34514         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34515         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34516         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34517         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34518         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34519         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34520         test-md5.c, test-memmem.c, test-printf-posix.c,
34521         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34522         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34523         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34524         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34525         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34526         test-vasnprintf-posix2.c, test-vasnprintf.c,
34527         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34528         test-vfprintf-posix.c, test-vprintf-posix.c,
34529         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34530         test-xvasprintf.c: Likewise.
34531
34532 2007-05-28  Bruno Haible  <bruno@clisp.org>
34533
34534         * gnulib-tool (func_import): Remember the --with-tests command-line
34535         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34536         Reported by Eric Blake.
34537
34538 2007-05-28  Bruno Haible  <bruno@clisp.org>
34539
34540         * modules/ftell-tests: New file.
34541         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34542         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34543
34544         * lib/ftell.c: New file.
34545         * modules/ftell: New file.
34546         * m4/ftell.m4: New file.
34547         * doc/functions/ftell.texi: Update.
34548         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34549         REPLACE_FTELL.
34550         * lib/stdio_.h (rpl_ftell): New declaration.
34551         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34552         REPLACE_FTELL.
34553
34554 2007-05-28  Eric Blake  <ebb9@byu.net>
34555
34556         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34557
34558 2007-05-28  Bruno Haible  <bruno@clisp.org>
34559
34560         * modules/fseek-tests: New file.
34561         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34562         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34563
34564         * lib/fseek.c: New file.
34565         * modules/fseek: New file.
34566         * m4/fseek.m4: New file.
34567         * doc/functions/fseek.texi: Update.
34568         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34569         REPLACE_FSEEK.
34570         * lib/stdio_.h (rpl_fseek): New declaration.
34571         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34572         REPLACE_FSEEK.
34573
34574 2007-05-28  Bruno Haible  <bruno@clisp.org>
34575
34576         * lib/stdio_.h (fflush): More comments.
34577
34578 2007-05-28  Bruno Haible  <bruno@clisp.org>
34579
34580         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34581         runtime test.
34582
34583 2007-05-28  Eric Blake  <ebb9@byu.net>
34584
34585         Improve lseek module.
34586         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34587         * lib/unistd_.h (lseek): Scale back link warning message.
34588         * tests/test-lseek.c: Beef up test.
34589         * tests/test-lseek.sh: Exercise more facets of lseek.
34590         Reported by Bruno Haible.
34591
34592 2007-05-28  Bruno Haible  <bruno@clisp.org>
34593
34594         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34595         to define.
34596
34597 2007-05-27  Bruno Haible  <bruno@clisp.org>
34598
34599         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34600
34601 2007-05-27  Bruno Haible  <bruno@clisp.org>
34602
34603         * modules/openmp: New file.
34604         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34605         Noah Misch.
34606
34607 2007-05-26  Bruno Haible  <bruno@clisp.org>
34608
34609         * modules/chdir-long (Depends-on): Add fchdir.
34610         * modules/chdir-safer (Depends-on): Likewise.
34611         * modules/fts (Depends-on): Likewise.
34612         * modules/fts-lgpl (Depends-on): Likewise.
34613         * modules/openat (Depends-on): Likewise.
34614         * modules/savewd (Depends-on): Likewise.
34615
34616 2007-05-24  Eric Blake  <ebb9@byu.net>
34617
34618         Fix lseek on mingw.
34619         * modules/lseek: New module.
34620         * m4/lseek.m4: New file.
34621         * lib/lseek.c: New file.
34622         * modules/lseek-tests: New file.
34623         * tests/test-lseek.c: New file.
34624         * tests/test-lseek.sh: New file.
34625         * MODULES.html.sh: Document lseek module.
34626         * modules/fflush (Depends-on): Add lseek, fseeko.
34627         * modules/fseeko (Depends-on): Likewise.
34628         * modules/ftello (Depends-on): Likewise.
34629         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34630         broken.
34631         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34632         broken.
34633         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34634         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34635         * lib/ftello.c (rpl_ftello): Likewise.
34636         * tests/test-fseeko.c (main): Test this.
34637         * tests/test-fseeko.sh: Likewise.
34638         * tests/test-ftello.c (main): Likewise.
34639         * tests/test-ftello.sh: Likewise.
34640         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34641         implies replacing fseek.
34642         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34643         HAVE_FTELLO.
34644         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34645         * modules/unistd (Makefile.am): Likewise.
34646         * lib/unistd_.h (lseek): Declare a replacement.
34647         * doc/functions/lseek.texi (lseek): Document this fix.
34648         * doc/functions/fseek.texi (fseek): Likewise.
34649         * doc/functions/ftell.texi (ftell): Likewise.
34650
34651 2007-05-24  Bruno Haible  <bruno@clisp.org>
34652
34653         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34654         in the printed representation of a NaN.
34655         * tests/test-vasprintf-posix.c (test_function): Likewise.
34656         * tests/test-snprintf-posix.h (test_function): Likewise.
34657         * tests/test-sprintf-posix.h (test_function): Likewise.
34658         Reported by Eric Blake.
34659
34660 2007-05-23  Eric Blake  <ebb9@byu.net>
34661
34662         Fix fseeko/ftello on cygwin 1.5.24.
34663         * doc/functions/fseeko.texi (fseeko): Document the fix.
34664         * doc/functions/ftello.texi (ftello): Document the fix.
34665         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34666         * doc/functions/stdout.text (stdout): New file.
34667         * doc/functions/stderr.text (stderr): New file.
34668         * doc/gnulib.texi (Function Substitutes): Use new files.
34669         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34670         prior to 1.7.0.
34671         * tests/test-ftello.c (main): Likewise for ftello.
34672         * tests/test-fseeko.sh: New file.
34673         * tests/test-ftello.sh: New file.
34674         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34675         with seekable stdin.
34676         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34677         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34678         (gl_REPLACE_FSEEKO): New macro.
34679         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34680         * modules/fseeko (Files): Distribute fseeko.c.
34681         * modules/ftello (Files): Distribute ftello.c.
34682         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34683         mode.
34684         * lib/ftello.c (rpl_ftello): New file.
34685         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34686         fseeko, ftello.
34687         (gl_STDIN_LARGE_OFFSET): New macro.
34688         * modules/stdio (Makefile.am): Perform the replacement.
34689         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34690
34691 2007-05-23  Bruno Haible  <bruno@clisp.org>
34692
34693         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34694         GNULIB_POSIXCHECK is defined.
34695
34696 2007-05-21  Bruno Haible  <bruno@clisp.org>
34697
34698         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34699         Check also the output for NaN arguments. When cross-compiling, guess
34700         no on IRIX.
34701         * lib/vasnprintf.c: Update comments.
34702         * tests/test-vasnprintf-posix.c (strisnan): New function.
34703         (test_function): Use it.
34704         * tests/test-vasprintf-posix.c (strisnan): New function.
34705         (test_function): Use it.
34706         * tests/test-snprintf-posix.h (strisnan): New function.
34707         (test_function): Use it.
34708         * tests/test-sprintf-posix.h (strisnan): New function.
34709         (test_function): Use it.
34710         Reported by Eric Blake.
34711
34712 2007-05-20  Bruno Haible  <bruno@clisp.org>
34713
34714         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34715         numbers that fails on BeOS.
34716         * doc/functions/frexpl.texi: Update.
34717
34718 2007-05-20  Jim Meyering  <jim@meyering.net>
34719
34720         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34721         forced upon us by glibc-2.6.
34722
34723 2007-05-20  Bruno Haible  <bruno@clisp.org>
34724
34725         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34726         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34727         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34728         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34729         NEED_PRINTF_INFINITE.
34730         (is_infinitel): New function.
34731         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34732         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34733         gl_PREREQ_VASNPRINTF_INFINITE.
34734         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34735         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34736         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34737         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34738         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34739         gl_PREREQ_VASNPRINTF_INFINITE.
34740         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34741         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34742         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34743         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34744         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34745         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34746         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34747         * doc/functions/fprintf.texi: Update.
34748         * doc/functions/printf.texi: Update.
34749         * doc/functions/snprintf.texi: Update.
34750         * doc/functions/sprintf.texi: Update.
34751         * doc/functions/vfprintf.texi: Update.
34752         * doc/functions/vprintf.texi: Update.
34753         * doc/functions/vsnprintf.texi: Update.
34754         * doc/functions/vsprintf.texi: Update.
34755
34756 2007-05-20  Bruno Haible  <bruno@clisp.org>
34757
34758         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34759         was not found in libc.
34760         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34761
34762 2007-05-20  Bruno Haible  <bruno@clisp.org>
34763
34764         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34765         printed as "-nan" instead of "nan".
34766         * tests/test-vasprintf-posix.c (test_function): Likewise.
34767         * tests/test-snprintf-posix.h (test_function): Likewise.
34768         * tests/test-sprintf-posix.h (test_function): Likewise.
34769         Needed for HP-UX 11.
34770
34771 2007-05-20  Jim Meyering  <jim@meyering.net>
34772
34773         Fix buggy test for the fchownat-deref bug.
34774         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34775         symlink required for the run-test.  Without it, this test would
34776         always declare that fchownat doesn't work, and client code would
34777         unnecessarily use the replacement function with fixed libc.
34778         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34779         Reported by Greg Schafer.
34780
34781 2007-05-19  Bruno Haible  <bruno@clisp.org>
34782
34783         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34784         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34785         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34786         Needed for IRIX 6.5 and Solaris 2.5.1.
34787
34788 2007-05-19  Bruno Haible  <bruno@clisp.org>
34789
34790         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34791         (test_function): Skip tests involving -0.0 on platforms where
34792         -0.0 = 0.0.
34793         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34794         (test_function): Skip tests involving -0.0 on platforms where
34795         -0.0 = 0.0.
34796         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34797         (test_function): Skip tests involving -0.0 on platforms where
34798         -0.0 = 0.0.
34799         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34800         (test_function): Skip tests involving -0.0 on platforms where
34801         -0.0 = 0.0.
34802         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34803         tests.
34804         * tests/test-printf-posix.h (test_function): Likewise.
34805         * tests/test-printf-posix.output: Remove all -0.0 related results.
34806         Needed for IRIX 6.5.
34807
34808 2007-05-19  Bruno Haible  <bruno@clisp.org>
34809
34810         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34811         printed as "nan0x7fffffff" instead of "nan".
34812         * tests/test-vasprintf-posix.c (test_function): Likewise.
34813         * tests/test-snprintf-posix.h (test_function): Likewise.
34814         * tests/test-sprintf-posix.h (test_function): Likewise.
34815         * tests/test-fprintf-posix.h (NaN): Remove macro.
34816         (test_function): Remove all NaN related tests.
34817         * tests/test-printf-posix.h (NaN): Remove macro.
34818         (test_function): Remove all NaN related tests.
34819         * tests/test-printf-posix.output: Remove all NaN related results.
34820         Needed for IRIX 6.5.
34821
34822 2007-05-19  Bruno Haible  <bruno@clisp.org>
34823
34824         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34825         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34826
34827 2007-05-19  Bruno Haible  <bruno@clisp.org>
34828
34829         * lib/float_.h: New file.
34830         * m4/float_h.m4: New file.
34831         * modules/float: New file.
34832         * modules/isnanl (Dependencies): Add float.
34833         * modules/isnanl-nolibm (Dependencies): Likewise.
34834         * modules/mathl (Dependencies): Likewise.
34835         * modules/printf-frexpl (Dependencies): Likewise.
34836         * modules/signbit (Dependencies): Likewise.
34837         * modules/vasnprintf (Dependencies): Likewise.
34838         * doc/headers/float.texi: Update.
34839
34840 2007-05-19  Jim Meyering  <jim@meyering.net>
34841
34842         * lib/utimens.c (gl_futimens): Rename from futimens,
34843         now that glibc-2.6 declares futimens.
34844         * lib/utimens.h: Likewise.
34845
34846 2007-05-19  Bruno Haible  <bruno@clisp.org>
34847
34848         Avoid test failures on mingw.
34849         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34850         * tests/test-printf-posix.sh: Likewise.
34851         * tests/test-vfprintf-posix.sh: Likewise.
34852         * tests/test-vprintf-posix.sh: Likewise.
34853
34854 2007-05-19  Bruno Haible  <bruno@clisp.org>
34855
34856         Fix *printf result for NaN, Inf, -0.0 on mingw.
34857         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34858         * lib/vasnprintf.c: Include math.h and isnan.h.
34859         (is_infinite_or_zero): New function.
34860         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34861         values in the %f, %F, %e, %E, %g, %G directives.
34862         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34863         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34864         gl_PRINTF_INFINITE and test its result. Invoke
34865         gl_PREREQ_VASNPRINTF_INFINITE.
34866         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34867         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34868         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34869         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34870         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34871         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34872         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34873         * doc/functions/fprintf.texi: Update.
34874         * doc/functions/printf.texi: Update.
34875         * doc/functions/snprintf.texi: Update.
34876         * doc/functions/sprintf.texi: Update.
34877         * doc/functions/vfprintf.texi: Update.
34878         * doc/functions/vprintf.texi: Update.
34879         * doc/functions/vsnprintf.texi: Update.
34880         * doc/functions/vsprintf.texi: Update.
34881
34882 2007-05-19  Bruno Haible  <bruno@clisp.org>
34883
34884         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34885         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34886         Instead of multiplying with 10^k, set extra_zeroes to k.
34887         (scale10_round_long_double): Remove function.
34888
34889 2007-05-18  Bruno Haible  <bruno@clisp.org>
34890
34891         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34892         introduced on 2007-05-06.
34893
34894 2007-05-18  Bruno Haible  <bruno@clisp.org>
34895
34896         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34897         %g directives.
34898         * tests/test-vasprintf-posix.c (test_function): Likewise.
34899         * tests/test-snprintf-posix.h (test_function): Likewise.
34900         * tests/test-sprintf-posix.h (test_function): Likewise.
34901
34902 2007-05-18  Bruno Haible  <bruno@clisp.org>
34903
34904         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34905         (strmatch): New function.
34906         (test_function): Test the %f directive on numbers of various exponents.
34907         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34908         (strmatch): New function.
34909         (test_function): Test the %f directive on numbers of various exponents.
34910         * tests/test-snprintf-posix.h (strmatch): New function.
34911         (test_function): Test the %f directive on numbers of various exponents.
34912         * tests/test-sprintf-posix.h (strmatch): New function.
34913         (test_function): Test the %f directive on numbers of various exponents.
34914         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34915         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34916         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34917         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34918
34919 2007-05-18  Bruno Haible  <bruno@clisp.org>
34920
34921         Add support for 'long double' number output.
34922         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34923         * lib/vasnprintf.c: Include math.h and float+.h.
34924         (mp_limb_t): New type.
34925         (GMP_LIMB_BITS): New macro.
34926         (mp_twolimb_t): New type.
34927         (GMP_TWOLIMB_BITS): New macro.
34928         (mpn_t): New type.
34929         (multiply, divide, convert_to_decimal, decode_long_double,
34930         scale10_round_long_double, scale10_round_decimal_long_double,
34931         floorlog10l): New functions.
34932         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34933         for the %f, %F, %e, %E, %g, %G directives.
34934         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34935         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34936         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34937         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34938         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34939         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34940         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34941         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34942         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34943         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34944         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34945         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34946         * modules/snprintf-posix (Depends-on): Likewise.
34947         * modules/sprintf-posix (Depends-on): Likewise.
34948         * modules/vasnprintf-posix (Depends-on): Likewise.
34949         * modules/vasprintf-posix (Depends-on): Likewise.
34950         * modules/vfprintf-posix (Depends-on): Likewise.
34951         * modules/vsnprintf-posix (Depends-on): Likewise.
34952         * modules/vsprintf-posix (Depends-on): Likewise.
34953         * modules/vasnprintf (Files): Add lib/float+.h.
34954         * doc/functions/fprintf.texi: Update.
34955         * doc/functions/printf.texi: Update.
34956         * doc/functions/snprintf.texi: Update.
34957         * doc/functions/sprintf.texi: Update.
34958         * doc/functions/vfprintf.texi: Update.
34959         * doc/functions/vprintf.texi: Update.
34960         * doc/functions/vsnprintf.texi: Update.
34961         * doc/functions/vsprintf.texi: Update.
34962
34963 2007-05-18  Bruno Haible  <bruno@clisp.org>
34964
34965         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34966
34967 2007-05-18  Bruno Haible  <bruno@clisp.org>
34968
34969         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34970         for printing 64-bit integers. Needed for mingw.
34971
34972 2007-05-18  Bruno Haible  <bruno@clisp.org>
34973
34974         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34975         gl_FUNC_FREXPL_WORKS.
34976         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34977
34978 2007-05-18  Bruno Haible  <bruno@clisp.org>
34979
34980         * modules/frexpl-nolibm-tests: New file.
34981
34982         * modules/frexpl-nolibm: New file.
34983         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34984
34985 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34986
34987         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34988         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34989         GCC 4.2, which otherwise issues a lot of warnings.
34990         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34991         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34992         Likewise.
34993         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34994         * modules/iconv_open (iconv.h): Likewise.
34995         * modules/locale (locale.h): Likewise.
34996         * modules/netinet_in (netinet/in.h): Likewise.
34997         * modules/sys_select (sys_select.h): Likewise.
34998         * modules/sys_socket (sys/socket.h): Likewise.
34999         * modules/sys_stat (sys/stat.h): Likewise.
35000         * modules/sysexits (sysexits.h): Likewise.
35001         * modules/unistd (unistd.h): Likewise.
35002
35003 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35004
35005         * modules/closein-tests (Makefile.am): Distribute
35006         `test-closein.sh'.
35007
35008 2007-05-17  Bruno Haible  <bruno@clisp.org>
35009
35010         * tests/test-printf-posix.output: Renamed from
35011         tests/test-fprintf-posix.out.
35012         * modules/fprintf-posix-tests: Update.
35013         * modules/printf-posix-tests: Update.
35014         * modules/vfprintf-posix-tests: Update.
35015         * modules/vprintf-posix-tests: Update.
35016         * tests/test-fprintf-posix.sh: Update.
35017         * tests/test-printf-posix.sh: Update.
35018         * tests/test-vfprintf-posix.sh: Update.
35019         * tests/test-vprintf-posix.sh: Update.
35020         Reported by Ralf Wildenhues.
35021
35022 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35023
35024         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
35025         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35026         GCC 4.2, which otherwise issues a lot of warnings.
35027         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
35028         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
35029         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
35030         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
35031         it should no longer be needed.
35032         * lib/string_.h: Likewise.
35033         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
35034         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
35035         * modules/inttypes (inttypes.h): Likewise.
35036         * modules/math (math.h): Likewise.
35037         * modules/search (search.h): Likewise.
35038         * modules/signal (signal.h): Likewise.
35039         * modules/stdint (stdint.h): Likewise.
35040         * modules/stdio (stdio.h): Likewise.
35041         * modules/stdlib (stdlib.h): Likewise.
35042         * modules/string (string.h): Likewise.
35043         * modules/sys_time (sys/time.h): Likewise.
35044         * modules/time (time.h): Likewise.
35045         * modules/wchar (wchar.h): Likewise.
35046         * modules/wctype (wtype.h): Likewise.
35047
35048 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
35049
35050         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
35051
35052 2007-05-13  Bruno Haible  <bruno@clisp.org>
35053
35054         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
35055         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35056         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
35057         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35058         (gl_PREREQ_STRTOK_R): Don't require it here.
35059
35060 2007-05-13  Bruno Haible  <bruno@clisp.org>
35061
35062         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
35063         when used in C++ mode.
35064
35065 2007-05-12  Bruno Haible  <bruno@clisp.org>
35066
35067         * lib/linebuffer.h: Tweak doc.
35068         * lib/linebuffer.c: Likewise.
35069
35070 2007-05-12  James Youngman  <jay@gnu.org>
35071
35072         * lib/linebuffer.c (readlinebuffer_delim): New function,
35073         like readlinebuffer, but use a caller-specified delimiter.
35074         (readlinebuffer): Just call readlinebuffer_delim with '\n'
35075         as the delimiter.
35076         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
35077
35078 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
35079
35080         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
35081         * modules/openat (Files): Remove openat-die.c.
35082         (Depends-on): Add openat-die.
35083         * modules/openat-die: New module.
35084
35085 2007-05-06  Bruno Haible  <bruno@clisp.org>
35086
35087         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
35088         Update with info about Cygwin.
35089         * doc/functions/fprintf.texi: Update.
35090         * doc/functions/printf.texi: Update.
35091         * doc/functions/snprintf.texi: Update.
35092         * doc/functions/sprintf.texi: Update.
35093         * doc/functions/vfprintf.texi: Update.
35094         * doc/functions/vprintf.texi: Update.
35095         * doc/functions/vsnprintf.texi: Update.
35096         * doc/functions/vsprintf.texi: Update.
35097         Reported by Eric Blake.
35098
35099 2007-05-06  Bruno Haible  <bruno@clisp.org>
35100
35101         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
35102         padding ourselves for the floating-point directives.
35103         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
35104         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
35105         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35106         gl_PRINTF_FLAG_ZERO and test its result. Invoke
35107         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
35108         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35109         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35110         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35111         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35112         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35113         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35114         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35115         * tests/test-snprintf-posix.h (test_function): Also check the width
35116         and some flags in the %f directive.
35117         * tests/test-sprintf-posix.h (test_function): Likewise.
35118         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35119         * tests/test-vasprintf-posix.c (test_function): Likewise.
35120         * doc/functions/fprintf.texi: Update.
35121         * doc/functions/printf.texi: Update.
35122         * doc/functions/snprintf.texi: Update.
35123         * doc/functions/sprintf.texi: Update.
35124         * doc/functions/vfprintf.texi: Update.
35125         * doc/functions/vprintf.texi: Update.
35126         * doc/functions/vsnprintf.texi: Update.
35127         * doc/functions/vsprintf.texi: Update.
35128
35129 2007-05-06  Bruno Haible  <bruno@clisp.org>
35130
35131         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
35132         pass the ' flag character to sprintf or snprintf.
35133         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
35134         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
35135         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35136         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
35137         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
35138         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35139         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35140         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35141         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35142         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35143         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35144         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35145         * tests/test-snprintf-posix.h (test_function): Also check the grouping
35146         flag.
35147         * tests/test-sprintf-posix.h (test_function): Likewise.
35148         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35149         * tests/test-vasprintf-posix.c (test_function): Likewise.
35150         * doc/functions/fprintf.texi: Update.
35151         * doc/functions/printf.texi: Update.
35152         * doc/functions/snprintf.texi: Update.
35153         * doc/functions/sprintf.texi: Update.
35154         * doc/functions/vfprintf.texi: Update.
35155         * doc/functions/vprintf.texi: Update.
35156         * doc/functions/vsnprintf.texi: Update.
35157         * doc/functions/vsprintf.texi: Update.
35158
35159 2007-05-01  Bruno Haible  <bruno@clisp.org>
35160
35161         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
35162
35163 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
35164
35165         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
35166         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
35167
35168 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35169
35170         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
35171         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
35172         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
35173
35174 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
35175
35176         * lib/argp-help.c (struct hol_entry): New member `ord'.
35177         (HOL_ENTRY_PTRCMP): Use ord for comparison
35178         (hol_sort): Initialize ord.
35179
35180 2007-05-01  Bruno Haible  <bruno@clisp.org>
35181
35182         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
35183         Reported by Eric Blake.
35184         * doc/gnulib.texi (Function Substitutes): Update.
35185
35186 2007-05-01  Bruno Haible  <bruno@clisp.org>
35187
35188         * doc/functions.texi: Remove file, now redundant through
35189         doc/functions/*.texi.
35190
35191 2007-05-01  Bruno Haible  <bruno@clisp.org>
35192
35193         * modules/argp (Depends-on): Add sleep.
35194
35195 2007-05-01  Bruno Haible  <bruno@clisp.org>
35196
35197         * modules/sleep-tests: New file.
35198         * tests/test-sleep.c: New file.
35199
35200         * modules/sleep: New file.
35201         * lib/sleep.c: New file.
35202         * m4/sleep.m4: New file.
35203         * lib/unistd_.h (sleep): New declaration.
35204         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
35205         HAVE_SLEEP.
35206         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
35207         * doc/functions/sleep.texi: Document the sleep module.
35208
35209 2007-05-01  Bruno Haible  <bruno@clisp.org>
35210
35211         * lib/sigprocmask.h: Remove file.
35212         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
35213         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
35214         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
35215         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
35216         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
35217         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
35218         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
35219         HAVE_SIGSET_T as a shell variable.
35220         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
35221         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
35222         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
35223         (Depends-on): Add signal. Remove verify.
35224         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
35225         (Include): Mention <signal.h> instead of sigprocmask.h.
35226         * NEWS: Mention the change.
35227         * lib/fatal-signal.c: Don't include sigprocmask.h.
35228
35229 2007-05-01  Bruno Haible  <bruno@clisp.org>
35230
35231         * modules/signal: New file.
35232         * lib/signal_.h: New file.
35233         * m4/signal_h.m4: New file.
35234
35235 2007-05-01  Bruno Haible  <bruno@clisp.org>
35236
35237         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
35238         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
35239         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35240         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35241
35242 2007-05-01  Bruno Haible  <bruno@clisp.org>
35243
35244         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35245         configure time.
35246         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35247         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35248         * modules/sys_stat (Makefile.am): Substitute their values into
35249         sys/stat.h.
35250
35251 2007-05-01  Bruno Haible  <bruno@clisp.org>
35252
35253         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35254         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35255         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35256
35257 2007-05-01  Bruno Haible  <bruno@clisp.org>
35258
35259         * doc/header/assert.texi: Undo last change: don't mention the gnulib
35260         'assert' module here.
35261
35262 2007-05-01  Bruno Haible  <bruno@clisp.org>
35263
35264         * doc/functions/*.texi: New files.
35265         * doc/functions/google-ranking.txt: New file.
35266         * doc/gnulib.texi (Function Substitutes): New chapter.
35267         (ctime, inet_ntoa): Remove sections.
35268         * doc/ctime.texi: Remove file.
35269         * doc/inet_ntoa.texi: Remove file.
35270         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
35271         dependencies.
35272         (%.info): New rule, specifying a --reference-limit.
35273
35274 2007-05-01  Bruno Haible  <bruno@clisp.org>
35275
35276         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
35277
35278 2007-05-01  Bruno Haible  <bruno@clisp.org>
35279
35280         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
35281         the portability of 'mkdir' to mingw systems.
35282
35283 2007-05-01  Bruno Haible  <bruno@clisp.org>
35284
35285         * doc/headers/google-ranking.txt: New file.
35286
35287 2007-04-30  Eric Blake  <ebb9@byu.net>
35288
35289         Prefer fseeko to fseek.
35290         * modules/getpass (Depends-on): Add fseeko.
35291         * lib/getpass.c (getpass): Use fseeko, not fseek.
35292
35293 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
35294
35295         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
35296         assumes the sorting is stable, while most qsort implementations
35297         are not.  Use argument addresses to ensure they never compare as
35298         equal.
35299
35300         * tests/test-argp-2.sh (usage-indent test): Fix output
35301         (func_compare): Restore diff options
35302         * tests/test-argp.c: Restore #include "progname.h"
35303
35304 2007-04-29  Bruno Haible  <bruno@clisp.org>
35305
35306         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35307         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35308         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35309         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35310         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
35311         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35312         (TESTS, check_PROGRAMS): Add test-snprintf.
35313         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35314         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35315         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35316         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35317         assertions that fail on HP-UX, OSF/1, or IRIX.
35318         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35319
35320 2007-04-29  Bruno Haible  <bruno@clisp.org>
35321
35322         * MODULES.html.sh (posix_functions): Remove 'contents'.
35323
35324 2007-04-29  Karl Berry  <karl@gnu.org>
35325
35326         * config/srclist.txt (gendocs_template_min): new entry.
35327
35328 2007-04-29  Bruno Haible  <bruno@clisp.org>
35329
35330         Work around fpurge bug on BSD systems.
35331         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35332         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35333         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35334         fpurge to rpl_fpurge if the system already has this function.
35335         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35336         the case where the system already has this function. Correct invariants
35337         on BSD systems.
35338         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35339         BSD systems.
35340
35341 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35342
35343         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35344         proposed by Sven Verdoolaege.
35345
35346         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35347         options.
35348         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35349         (usage and help tests): Update
35350
35351 2007-04-29  Bruno Haible  <bruno@clisp.org>
35352
35353         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35354         Print more information in case of failure. Disable a test on BeOS.
35355
35356 2007-04-29  Bruno Haible  <bruno@clisp.org>
35357
35358         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35359         This helps debugging on systems on which no gdb is available.
35360
35361 2007-04-29  Bruno Haible  <bruno@clisp.org>
35362
35363         * lib/freading.h: Improve comments.
35364         * lib/fwriting.h: Likewise.
35365         * tests/test-freading.c (main): Don't check freading immediately after
35366         repositioning. Needed for glibc.
35367
35368 2007-04-29  Bruno Haible  <bruno@clisp.org>
35369
35370         * lib/freading.c (freading): Trivial simplification.
35371
35372 2007-04-28  Bruno Haible  <bruno@clisp.org>
35373
35374         * tests/test-fwriting.c (main): Also test the interaction between
35375         fflush and fwriting.
35376         * modules/fwriting-tests (Depends-on): Add fflush.
35377
35378         * tests/test-freading.c (main): Also test the interaction between
35379         fflush and freading.
35380         * modules/freading-tests (Depends-on): Add fflush.
35381
35382 2007-04-28  Bruno Haible  <bruno@clisp.org>
35383
35384         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35385         fseeko and ftello.
35386         Suggested by Eric Blake.
35387
35388 2007-04-28  Jim Meyering  <jim@meyering.net>
35389
35390         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35391         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35392         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35393
35394 2007-04-27  Eric Blake  <ebb9@byu.net>
35395
35396         * doc/headers/assert.texi (assert.h): Document assert module use.
35397
35398 2007-04-27  Bruno Haible  <bruno@clisp.org>
35399
35400         * doc/headers/*.texi: New files.
35401         * doc/gnulib.texi (Header File Substitutes): New chapter.
35402         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35403         dependencies.
35404         (standards.info ,standards.html, standards.dvi): Update dependencies.
35405         (mostlyclean, clean): New targets.
35406
35407 2007-04-27  Bruno Haible  <bruno@clisp.org>
35408
35409         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35410         * modules/sysexits (Files, Makefile.am): Update.
35411
35412         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35413         * modules/sys_socket (Files, Makefile.am): Update.
35414
35415         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35416         * modules/sys_stat (Files, Makefile.am): Update.
35417
35418 2007-04-27  Eric Blake  <ebb9@byu.net>
35419
35420         * lib/freading.h: Improve comments.
35421         * lib/fwriting.h: Likewise.
35422         * lib/fflush.c: Likewise.
35423
35424         Fix closein for mingw.
35425         * modules/closein-tests: Add tests for closein.
35426         * tests/test-closein.c: New file.
35427         * tests/test-closein.sh: Likewise.
35428         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35429         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35430
35431 2007-04-27  Bruno Haible  <bruno@clisp.org>
35432
35433         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35434         version is < 6.
35435         * lib/math_.h [__DECC]: Likewise.
35436         * lib/stdio_.h [__DECC]: Likewise.
35437         * lib/stdlib_.h [__DECC]: Likewise.
35438         * lib/string_.h [__DECC]: Likewise.
35439         * lib/time_.h [__DECC]: Likewise.
35440         * lib/wchar_.h [__DECC]: Likewise.
35441         * lib/wctype_.h [__DECC]: Likewise.
35442
35443 2007-04-27  Bruno Haible  <bruno@clisp.org>
35444
35445         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35446
35447 2007-04-27  Bruno Haible  <bruno@clisp.org>
35448
35449         * lib/fflush.c: Add comments.
35450         * modules/fpurge-tests (Depends-on): Add fflush.
35451         * modules/freadable-tests (Depends-on): Likewise.
35452         * modules/fwritable-tests (Depends-on): Likewise.
35453
35454 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35455
35456         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35457         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35458         Report by Bruno Haible <bruno@clisp.org>.
35459
35460 2007-04-26  Eric Blake  <ebb9@byu.net>
35461
35462         Fix fflush on mingw.
35463         * modules/fflush (Depends-on): Add freading.
35464         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35465         but unread data.
35466
35467 2007-04-26  Eric Blake  <ebb9@byu.net>
35468         and Bruno Haible  <bruno@clisp.org>
35469
35470         Implement freading and fwriting.
35471         * lib/freading.c: New file.
35472         * lib/freading.h: Likewise.
35473         * m4/freading.m4: Likewise.
35474         * modules/freading: Likewise.
35475         * modules/freading-tests: Likewise.
35476         * tests/test-freading.c: Likewise.
35477         * lib/fwriting.c: New file.
35478         * lib/fwriting.h: Likewise.
35479         * m4/fwriting.m4: Likewise.
35480         * modules/fwriting: Likewise.
35481         * modules/fwriting-tests: Likewise.
35482         * tests/test-fwriting.c: Likewise.
35483         * MODULES.html.sh (File stream based Input/Output): Mention them.
35484
35485 2007-04-26  Bruno Haible  <bruno@clisp.org>
35486
35487         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35488         'long' when we assume it.
35489         Suggested by Eric Blake.
35490
35491 2007-04-26  Bruno Haible  <bruno@clisp.org>
35492
35493         Ensure fseeko, ftello are declared on glibc systems.
35494         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35495         * modules/fseeko (configure.ac-early): Likewise.
35496         * modules/ftello (configure.ac-early): Likewise.
35497         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35498         AC_FUNC_FSEEKO for this.
35499         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35500         (gl_CHECK_FSEEKO): Remove macro.
35501
35502 2007-04-26  Bruno Haible  <bruno@clisp.org>
35503
35504         * tests/test-fflush.c (main): Also check the ftell result after
35505         fflush and fseek/fseeko.
35506         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35507         file descriptor position cache in the stream.
35508         * lib/fseeko.c (rpl_fseeko): Likewise.
35509
35510 2007-04-26  Bruno Haible  <bruno@clisp.org>
35511
35512         * modules/fflush-tests (Depends-on): Add fseeko.
35513
35514 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35515             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35516
35517         * lib/argz_.h: ensure error_t definition is obtained in same
35518         mechanism system argz.h would have.
35519         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35520         argz facilities are known bad.  Err on the side of caution if
35521         cross-compiling.
35522
35523 2007-04-25  Eric Blake  <ebb9@byu.net>
35524
35525         * lib/fpurge.c (includes): Use stdlib.h for free.
35526         * tests/test-fflush.c (main): Also test fflush-fseeko.
35527
35528 2007-04-25  Bruno Haible  <bruno@clisp.org>
35529
35530         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35531         * lib/fseeko.c: New file.
35532         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35533         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35534         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35535         gl_FUNC_FSEEKO.
35536         (gl_FUNC_FSEEKO): Invoke it.
35537         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35538         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35539         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35540
35541 2007-04-25  Bruno Haible  <bruno@clisp.org>
35542
35543         * modules/fflush (Depends-on): Add ftello.
35544
35545 2007-04-25  Bruno Haible  <bruno@clisp.org>
35546
35547         * modules/ftello-tests: New file.
35548         * tests/test-ftello.c: New file.
35549
35550         * modules/ftello: New file.
35551         * m4/ftello.m4: New file.
35552         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35553         HAVE_FTELLO.
35554         * lib/stdio_.h (ftello): New declaration.
35555         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35556         HAVE_FTELLO.
35557
35558 2007-04-25  Bruno Haible  <bruno@clisp.org>
35559
35560         * modules/fseeko-tests: New file.
35561         * tests/test-fseeko.c: New file.
35562
35563         * modules/fseeko: New file.
35564         * m4/fseeko.m4: New file.
35565         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35566         HAVE_FSEEKO.
35567         * lib/stdio_.h (fseeko): New declaration.
35568         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35569         HAVE_FSEEKO.
35570
35571 2007-04-25  Bruno Haible  <bruno@clisp.org>
35572
35573         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35574
35575 2007-04-25  Bruno Haible  <bruno@clisp.org>
35576
35577         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35578         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35579         * tests/test-unistd.c: Likewise.
35580         * tests/test-fcntl.c: Likewise.
35581
35582 2007-04-23  Eric Blake  <ebb9@byu.net>
35583
35584         * lib/fflush.c: Fix missing include.
35585         Reported by Bruno Haible.
35586
35587 2007-04-23  Bruno Haible  <bruno@clisp.org>
35588
35589         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35590         Reported by Eric Blake.
35591
35592 2007-04-23  Bruno Haible  <bruno@clisp.org>
35593
35594         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35595
35596 2007-04-23  Bruno Haible  <bruno@clisp.org>
35597
35598         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35599
35600 2007-04-23  Bruno Haible  <bruno@clisp.org>
35601
35602         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35603         Needed on HP-UX 11.
35604
35605 2007-04-16  Eric Blake  <ebb9@byu.net>
35606
35607         Make fflush rely on fpurge.
35608         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35609         open coding all variants.
35610         * modules/fflush (Depends-on): Add fpurge and unistd.
35611         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35612         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35613
35614         Fix --with-tests compilation on cygwin.
35615         * modules/argmatch-tests (Makefile.am): List gnulib library first
35616         in LDADD.
35617         * modules/argp-tests (Makefile.am): Likewise.
35618         * modules/array-list-tests (Makefile.am): Likewise.
35619         * modules/array-oset-tests (Makefile.am): Likewise.
35620         * modules/avltree-list-tests (Makefile.am): Likewise.
35621         * modules/avltree-oset-tests (Makefile.am): Likewise.
35622         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35623         * modules/carray-list-tests (Makefile.am): Likewise.
35624         * modules/dirname-tests (Makefile.am): Likewise.
35625         * modules/frexp-tests (Makefile.am): Likewise.
35626         * modules/isnanl-tests (Makefile.am): Likewise.
35627         * modules/linked-list-tests (Makefile.am): Likewise.
35628         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35629         * modules/lock-tests (Makefile.am): Likewise.
35630         * modules/rbtree-list-tests (Makefile.am): Likewise.
35631         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35632         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35633         * modules/tls-tests (Makefile.am): Likewise.
35634         * modules/tsearch-tests (Makefile.am): Likewise.
35635         * modules/xvasprintf-tests (Makefile.am): Likewise.
35636
35637         Fix fpurge for cygwin.
35638         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35639         value.
35640         * modules/fpurge-tests (Depends-on): Clean up trash.
35641
35642 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35643
35644         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35645
35646         * m4/autobuild.m4: Re-indent.
35647
35648 2007-04-13  Bruno Haible  <bruno@clisp.org>
35649
35650         * modules/fpurge-tests: New file.
35651         * tests/test-fpurge.c: New file.
35652
35653         * modules/fpurge: New file.
35654         * lib/fpurge.h: New file.
35655         * lib/fpurge.c: New file.
35656         * m4/fpurge.m4: New file.
35657
35658 2007-04-13  Bruno Haible  <bruno@clisp.org>
35659
35660         * modules/fbufmode-tests: New file.
35661         * tests/test-fbufmode.c: New file.
35662
35663         * modules/fbufmode: New file.
35664         * lib/fbufmode.h: New file.
35665         * lib/fbufmode.c: New file.
35666         * m4/fbufmode.m4: New file.
35667
35668 2007-04-13  Bruno Haible  <bruno@clisp.org>
35669
35670         * modules/fwritable-tests: New file.
35671         * tests/test-fwritable.c: New file.
35672
35673         * modules/fwritable: New file.
35674         * lib/fwritable.h: New file.
35675         * lib/fwritable.c: New file.
35676         * m4/fwritable.m4: New file.
35677
35678 2007-04-13  Bruno Haible  <bruno@clisp.org>
35679
35680         * modules/freadable-tests: New file.
35681         * tests/test-freadable.c: New file.
35682
35683         * modules/freadable: New file.
35684         * lib/freadable.h: New file.
35685         * lib/freadable.c: New file.
35686         * m4/freadable.m4: New file.
35687
35688 2007-04-13  Bruno Haible  <bruno@clisp.org>
35689
35690         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35691         MOSTLYCLEANFILES.
35692
35693 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35694
35695         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35696         gzip bootstrap.conf to avoid dragging in i18n machinery.
35697         (gnulib_tool_option): Use it.
35698
35699 2007-04-13  Bruno Haible  <bruno@clisp.org>
35700
35701         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35702         %F directives.
35703         * tests/test-vasprintf-posix.c (test_function): Likewise.
35704         * tests/test-snprintf-posix.h (test_function): Likewise.
35705         * tests/test-sprintf-posix.h (test_function): Likewise.
35706         * tests/test-fprintf-posix.h (test_function): Likewise.
35707         * tests/test-printf-posix.h (test_function): Likewise.
35708         * tests/test-fprintf-posix.out: Likewise.
35709
35710 2007-04-13  Bruno Haible  <bruno@clisp.org>
35711
35712         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35713         * modules/tls-tests (configure.ac): Likewise.
35714         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35715
35716 2007-04-13  Bruno Haible  <bruno@clisp.org>
35717
35718         * lib/tls.c (glthread_tls_get): Fix return type.
35719         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35720
35721 2007-04-12  Eric Blake  <ebb9@byu.net>
35722
35723         * modules/gettime (Depends-on): Remove gettime.
35724         Reported by Dmitry V. Levin.
35725
35726 2007-04-12  Bruno Haible  <bruno@clisp.org>
35727
35728         * modules/fflush (Include): Mention <stdio.h>.
35729         * modules/strtoimax (Include): Mention <inttypes.h>.
35730         * modules/strtoumax (Include): Likewise.
35731
35732 2007-04-12  Eric Blake  <ebb9@byu.net>
35733
35734         * .cvsignore: New file.
35735         * .gitignore: Likewise.
35736
35737 2007-04-12  Bruno Haible  <bruno@clisp.org>
35738
35739         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35740         not before, since $(LDADD) often contains libgnu.a.
35741         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35742         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35743         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35744         Needed on Cygwin.
35745
35746 2007-04-12  Eric Blake  <ebb9@byu.net>
35747
35748         Work around glibc's failure to flush stdin on fclose.
35749         * lib/closein.c (close_stdin): Flush stdin before closing.
35750
35751         Work around glibc's failure to reset seekable stdin on exit.
35752         * modules/closein: New module.
35753         * lib/closein.c: New file.
35754         * lib/closein.h: Likewise.
35755         * m4/closein.m4: Likewise.
35756         * MODULES.html.sh (File stream based Input/Output): Document it.
35757
35758 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35759
35760         * gnulib-tool: Rename generated 'autobuild' script to
35761         'do-autobuild' in --create-megatestdir output.
35762
35763         * doc/gnulib.texi (Build robot for gnulib): Fix.
35764
35765 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35766
35767         * modules/sysexits (Depends-on): Add absolute-header.
35768
35769 2007-04-12  Eric Blake  <ebb9@byu.net>
35770
35771         No need to preserve errno on success.
35772         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35773         Reported by Bruno Haible.
35774
35775 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35776
35777         * MODULES.html.sh (Support for maintaining and releasing
35778         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35779
35780 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35781
35782         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35783
35784 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35785
35786         * modules/autobuild: New module.
35787
35788         * m4/autobuild.m4: New file.
35789
35790 2007-04-11  Bruno Haible  <bruno@clisp.org>
35791
35792         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35793         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35794         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35795         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35796         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35797         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35798         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35799         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35800         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35801         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35802         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35803         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35804         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35805         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35806         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35807         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35808         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35809         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35810         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35811         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35812         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35813         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35814         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35815         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35816         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35817         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35818         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35819         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35820         Reported by Eric Blake.
35821
35822 2007-04-11  Bruno Haible  <bruno@clisp.org>
35823
35824         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35825
35826 2007-04-10  Bruno Haible  <bruno@clisp.org>
35827
35828         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35829         for NaN and Infinity. Needed on FreeBSD 6.1.
35830         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35831         regarding results for "%010a" of Infinity and NaN.
35832         * tests/test-vasprintf-posix.c (test_function): Likewise.
35833         * tests/test-snprintf-posix.h (test_function): Likewise.
35834         * tests/test-sprintf-posix.h (test_function): Likewise.
35835         * tests/test-fprintf-posix.h (test_function): Likewise.
35836         * tests/test-printf-posix.h (test_function): Likewise.
35837         * tests/test-fprintf-posix.out: Likewise.
35838
35839 2007-04-10  Bruno Haible  <bruno@clisp.org>
35840
35841         * modules/locale-tests: New file.
35842         * tests/test-locale.c: New file.
35843
35844         * modules/locale: New file.
35845         * lib/locale_.h: New file.
35846         * m4/locale_h.m4: New file.
35847
35848 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35849             Bruno Haible  <bruno@clisp.org>
35850
35851         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35852         be determined, test for availability of the copysignf, copysign,
35853         copysignl functions.
35854         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35855         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35856         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35857
35858 2007-04-09  Eric Blake  <ebb9@byu.net>
35859
35860         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35861         * modules/stdio (Makefile.am): Support fflush.
35862         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35863         * modules/fflush: New file.
35864         * lib/fflush.c: Likewise.
35865         * m4/fflush.m4: Likewise.
35866         * modules/fflush-tests: New test.
35867         * tests/test-fflush.c: Likewise.
35868         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35869
35870 2007-04-06  Bruno Haible  <bruno@clisp.org>
35871
35872         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35873         (VASNPRINTF): Use signbit for faster determination whether to print a
35874         minus sign.
35875         * modules/vasnprintf (Files): Remove lib/float+.h.
35876         * modules/fprintf-posix (Depends-on): Add signbit.
35877         * modules/snprintf-posix (Depends-on): Likewise.
35878         * modules/sprintf-posix (Depends-on): Likewise.
35879         * modules/vasnprintf-posix (Depends-on): Likewise.
35880         * modules/vasprintf-posix (Depends-on): Likewise.
35881         * modules/vfprintf-posix (Depends-on): Likewise.
35882         * modules/vsnprintf-posix (Depends-on): Likewise.
35883         * modules/vsprintf-posix (Depends-on): Likewise.
35884
35885 2007-04-06  Bruno Haible  <bruno@clisp.org>
35886
35887         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35888         * tests/test-frexpl.c (main): Likewise.
35889         * tests/test-ldexpl.c (main): Likewise.
35890         * modules/frexp-tests (Depends-on): Add signbit.
35891         * modules/frexpl-tests (Depdends-on): Likewise.
35892         * modules/ldexpl-tests (Depdends-on): Likewise.
35893
35894 2007-04-06  Bruno Haible  <bruno@clisp.org>
35895
35896         * modules/signbit-tests: New file.
35897         * tests/test-signbit.c: New file.
35898
35899         * modules/signbit: New file.
35900         * lib/signbitf.c: New file.
35901         * lib/signbitd.c: New file.
35902         * lib/signbitl.c: New file.
35903         * m4/signbit.m4: New file.
35904         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35905         (signbit): New macro.
35906         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35907         REPLACE_SIGNBIT.
35908         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35909         REPLACE_FREXPL into math.h.
35910
35911 2007-04-06  Bruno Haible  <bruno@clisp.org>
35912
35913         * modules/isnanf-nolibm-tests: New file.
35914         * tests/test-isnanf.c: New file.
35915
35916         * modules/isnanf-nolibm: New file.
35917         * lib/isnanf.h: New file.
35918         * lib/isnanf.c: New file.
35919         * lib/isnan.c: Consider the USE_FLOAT macro.
35920         * m4/isnanf.m4: New file.
35921
35922 2007-04-06  Bruno Haible  <bruno@clisp.org>
35923
35924         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35925         (Link): New section.
35926
35927         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35928
35929 2007-04-06  Bruno Haible  <bruno@clisp.org>
35930
35931         Assume the 'long double' type.
35932         * m4/longdouble.m4: Remove file.
35933         * config/srclist.txt: Don't mention longdouble.m4.
35934         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35935         * lib/float+.h: Likewise.
35936         * lib/frexp.c: Likewise.
35937         * lib/printf-args.h: Likewise.
35938         * lib/printf-args.c: Likewise.
35939         * lib/printf-frexp.c: Likewise.
35940         * lib/printf-parse.c: Likewise.
35941         * lib/vasnprintf.c: Likewise.
35942         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35943         * m4/intl.m4: Likewise.
35944         * m4/isnanl.m4: Likewise.
35945         * m4/printf.m4: Likewise.
35946         * m4/printf-frexpl.m4: Likewise.
35947         * m4/vasnprintf.m4: Likewise.
35948         * modules/allocsa (Files): Remove m4/longdouble.m4.
35949         * modules/gettext (Files): Likewise.
35950         * modules/relocatable-prog-wrapper (Files): Likewise.
35951         * modules/vasnprintf (Files): Likewise.
35952         * modules/isnanl (Files): Likewise.
35953         (Include): Simplify.
35954         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35955         (Include): Simplify.
35956         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35957         (Include): Simplify.
35958         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35959         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35960         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35961         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35962         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35963         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35964         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35965         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35966         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35967         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35968         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35969         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35970         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35971         * tests/test-isnanl.c: Likewise.
35972         * tests/test-snprintf-posix.h: Likewise.
35973         * tests/test-sprintf-posix.h: Likewise.
35974         * tests/test-vasnprintf-posix.c: Likewise.
35975         * tests/test-vasnprintf-posix2.c: Likewise.
35976         * tests/test-vasprintf-posix.c: Likewise.
35977
35978 2007-04-06  Bruno Haible  <bruno@clisp.org>
35979
35980         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35981         * lib/math_.h [__DECC]: Include the overridden include file through
35982         #include_next, outside the double-inclusion guard.
35983         * lib/stdio_.h [__DECC]: Likewise.
35984         * lib/stdlib_.h [__DECC]: Likewise.
35985         * lib/string_.h [__DECC]: Likewise.
35986         * lib/time_.h [__DECC]: Likewise.
35987         * lib/wchar_.h [__DECC]: Likewise.
35988         * lib/wctype_.h [__DECC]: Likewise.
35989         * lib/inttypes_.h [__DECC]: Likewise.
35990         Reported by Albert Chin <china@thewrittenword.com> in
35991         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35992
35993 2007-04-04  Eric Blake  <ebb9@byu.net>
35994
35995         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35996         1.5.x.
35997
35998 2007-04-04  Bruno Haible  <bruno@clisp.org>
35999
36000         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
36001         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
36002
36003 2007-04-04  Bruno Haible  <bruno@clisp.org>
36004
36005         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
36006         results for "%010a" of Infinity and NaN.
36007         * tests/test-vasprintf-posix.c (test_function): Likewise.
36008         * tests/test-snprintf-posix.h (test_function): Likewise.
36009         * tests/test-sprintf-posix.h (test_function): Likewise.
36010         * tests/test-fprintf-posix.h (test_function): Remove these tests.
36011         * tests/test-printf-posix.h (test_function): Likewise.
36012         * tests/test-fprintf-posix.out: Update.
36013         Needed for FreeBSD 6.1.
36014
36015 2007-04-04  Bruno Haible  <bruno@clisp.org>
36016
36017         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
36018         directly used by the gnulib modules nor by gnulib-tool.
36019
36020 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36021
36022         * DEPENDENCIES: Give overall description of version dependency
36023         desirability.  Use more-typical names for apps.
36024         Add shell, coreutils, diffutils, grep, tar, gzip.
36025
36026 2007-04-04  Simon Josefsson  <simon@josefsson.org>
36027
36028         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
36029
36030 2007-04-04  Karl Berry  <karl@gnu.org>
36031
36032         * MODULES.html.sh (func_module): missing '.
36033
36034 2007-04-03  Bruno Haible  <bruno@clisp.org>
36035
36036         * modules/argmatch-tests (Makefile.am): New variable
36037         test_argmatch_LDADD.
36038         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
36039         * modules/array-list-tests (Makefile.am): New variable
36040         test_array_list_LDADD.
36041         * modules/array-oset-tests (Makefile.am): New variable
36042         test_array_oset_LDADD.
36043         * modules/avltree-list-tests (Makefile.am): New variable
36044         test_avltree_list_LDADD.
36045         * modules/avltree-oset-tests (Makefile.am): New variable
36046         test_avltree_oset_LDADD.
36047         * modules/avltreehash-list-tests (Makefile.am): New variable
36048         test_avltreehash_list_LDADD.
36049         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
36050         test_canonicalize_lgpl_LDADD.
36051         * modules/carray-list-tests (Makefile.am): New variable
36052         test_carray_list_LDADD.
36053         * modules/dirname-tests (Makefile.am): New variable
36054         test_dirname_LDADD.
36055         * modules/linked-list-tests (Makefile.am): New variable
36056         test_linked_list_LDADD.
36057         * modules/linkedhash-list-tests (Makefile.am): New variable
36058         test_linkedhash_list_LDADD.
36059         * modules/rbtree-list-tests (Makefile.am): New variable
36060         test_rbtree_list_LDADD.
36061         * modules/rbtree-oset-tests (Makefile.am): New variable
36062         test_rbtree_oset_LDADD.
36063         * modules/rbtreehash-list-tests (Makefile.am): New variable
36064         test_rbtreehash_list_LDADD.
36065         * modules/xvasprintf-tests (Makefile.am): New variable
36066         test_xvasprintf_LDADD.
36067         Reported by Eric Blake.
36068
36069 2007-04-03  Eric Blake  <ebb9@byu.net>
36070
36071         * DEPENDENCIES: Weaken m4 requirements.
36072
36073 2007-04-03  Bruno Haible  <bruno@clisp.org>
36074
36075         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
36076         * modules/isnanl-tests (configure.ac): Likewise.
36077
36078 2007-04-03  Ben Pfaff  <blp@gnu.org>
36079
36080         * modules/iconv_open: Add $(srcdir)/ to source directory
36081         references in Makefile fragments that call gperf, to fix VPATH
36082         builds.
36083
36084 2007-04-03  Bruno Haible  <bruno@clisp.org>
36085
36086         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
36087         * lib/ldexpl.c: Undo last change.
36088
36089 2007-04-03  Bruno Haible  <bruno@clisp.org>
36090
36091         * modules/printf-frexpl (Depends-on): Undo last change.
36092         (Files): Add m4/ldexpl.m4.
36093
36094 2007-04-03  Bruno Haible  <bruno@clisp.org>
36095
36096         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
36097         * modules/isnanl (Link): New section.
36098
36099         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
36100         * modules/frexp (Link): New section.
36101
36102         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
36103         * modules/frexpl (Link): New section.
36104
36105         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
36106         * modules/ldexpl (Link): New section.
36107
36108 2007-04-03  Bruno Haible  <bruno@clisp.org>
36109
36110         * modules/TEMPLATE-EXTENDED: New file.
36111         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
36112
36113 2007-04-03  Bruno Haible  <bruno@clisp.org>
36114
36115         * DEPENDENCIES: New file.
36116         Suggested by Simon Josefsson.
36117
36118 2007-04-03  Bruno Haible  <bruno@clisp.org>
36119
36120         * doc/gnulib.texi: Escape @.
36121
36122 2007-04-03  James Youngman  <jay@gnu.org>
36123         and Paul Eggert  <eggert@cs.ucla.edu>
36124
36125         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
36126         birthtime on all systems that have birthtime, not just those which
36127         use st_birthtimensec rather than st_birthtim.  Putting zero in
36128         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
36129         that the birth time is not available for files on an NFS mount.
36130
36131 2007-04-03  Simon Josefsson  <simon@josefsson.org>
36132
36133         * modules/memxor: Move back from crypto/, suggested by Bruno.
36134         * modules/crypto/hmac-sha1: Fix memxor dependency.
36135
36136         * modules/crypto/gc: Moved from ../.
36137
36138 2007-04-02  Eric Blake  <ebb9@byu.net>
36139
36140         * lib/ldexpl.c (includes): Avoid libm.
36141
36142         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
36143
36144 2007-04-02  Bruno Haible  <bruno@clisp.org>
36145
36146         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
36147         on IRIX.
36148
36149 2007-04-02  Bruno Haible  <bruno@clisp.org>
36150
36151         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
36152         x86 or x86_64 platforms running MacOS X.
36153         Reported by Ryan Schmidt <@ryandesign.com>.
36154
36155 2007-04-02  Bruno Haible  <bruno@clisp.org>
36156
36157         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
36158         i386.
36159
36160 2007-04-01  Simon Josefsson  <simon@josefsson.org>
36161
36162         * modules/crypto/arcfour: Moved from ../.
36163         * modules/crypto/arcfour-tests: Moved from ../.
36164         * modules/crypto/arctwo: Moved from ../.
36165         * modules/crypto/arctwo-tests: Moved from ../.
36166         * modules/crypto/des: Moved from ../.
36167         * modules/crypto/des-tests: Moved from ../.
36168         * modules/crypto/gc-arcfour: Moved from ../.
36169         * modules/crypto/gc-arcfour-tests: Moved from ../.
36170         * modules/crypto/gc-arctwo: Moved from ../.
36171         * modules/crypto/gc-arctwo-tests: Moved from ../.
36172         * modules/crypto/gc-des: Moved from ../.
36173         * modules/crypto/gc-des-tests: Moved from ../.
36174         * modules/crypto/gc-hmac-md5: Moved from ../.
36175         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
36176         * modules/crypto/gc-hmac-sha1: Moved from ../.
36177         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
36178         * modules/crypto/gc-md2: Moved from ../.
36179         * modules/crypto/gc-md2-tests: Moved from ../.
36180         * modules/crypto/gc-md4: Moved from ../.
36181         * modules/crypto/gc-md4-tests: Moved from ../.
36182         * modules/crypto/gc-md5: Moved from ../.
36183         * modules/crypto/gc-md5-tests: Moved from ../.
36184         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
36185         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
36186         * modules/crypto/gc-random: Moved from ../.
36187         * modules/crypto/gc-rijndael: Moved from ../.
36188         * modules/crypto/gc-rijndael-tests: Moved from ../.
36189         * modules/crypto/gc-sha1: Moved from ../.
36190         * modules/crypto/gc-sha1-tests: Moved from ../.
36191         * modules/crypto/gc-tests: Moved from ../.
36192         * modules/crypto/hmac-md5: Moved from ../.
36193         * modules/crypto/hmac-md5-tests: Moved from ../.
36194         * modules/crypto/hmac-sha1: Moved from ../.
36195         * modules/crypto/hmac-sha1-tests: Moved from ../.
36196         * modules/crypto/md2: Moved from ../.
36197         * modules/crypto/md2-tests: Moved from ../.
36198         * modules/crypto/md4: Moved from ../.
36199         * modules/crypto/md4-tests: Moved from ../.
36200         * modules/crypto/md5: Moved from ../.
36201         * modules/crypto/md5-tests: Moved from ../.
36202         * modules/crypto/memxor: Moved from ../.
36203         * modules/crypto/rijndael: Moved from ../.
36204         * modules/crypto/rijndael-tests: Moved from ../.
36205         * modules/crypto/sha1: Moved from ../.
36206
36207 2007-03-30  James Youngman  <jay@gnu.org>
36208
36209         * tests/test-stat-time.c (prepare_test): use chmod() rather than
36210         rename() to change the ctime of a file (because ctime is unaffected
36211         by rename on jfs2 on AIX 5.1).
36212         (main): Start by doing cleanup, in case a previous run failed leaving
36213         test files behind.
36214
36215 2007-03-31  Bruno Haible  <bruno@clisp.org>
36216
36217         Support old proprietary implementations of iconv.
36218         * modules/iconv_open: New file.
36219         * lib/iconv_.h: New file.
36220         * m4/iconv_h.m4: New file.
36221         * lib/iconv_open.c: New file.
36222         * lib/iconv_open-aix.gperf: New file.
36223         * lib/iconv_open-hpux.gperf: New file.
36224         * lib/iconv_open-irix.gperf: New file.
36225         * lib/iconv_open-osf.gperf: New file.
36226         * m4/iconv_open.m4: New file.
36227         * modules/linebreak (Depends-on): Add iconv_open.
36228         * modules/striconv (Depends-on): Likewise.
36229         * modules/striconveh (Depends-on): Likewise.
36230         * modules/unicodeio (Depends-on): Likewise.
36231         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
36232         (iconv_t)(-1).
36233         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
36234         conversion if cd is (iconv_t)(-1).
36235         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
36236         is not possible.
36237
36238 2007-03-31  Bruno Haible  <bruno@clisp.org>
36239
36240         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36241         work on Solaris either. Protect also second use of "autodetect_jp".
36242
36243 2007-03-31  Bruno Haible  <bruno@clisp.org>
36244
36245         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36246         the function is not present.
36247
36248 2007-03-31  Bruno Haible  <bruno@clisp.org>
36249
36250         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36251         the function is not present.
36252
36253 2007-03-31  Bruno Haible  <bruno@clisp.org>
36254
36255         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36256         a bug in HP-UX iconv_open().
36257
36258 2007-03-31  Bruno Haible  <bruno@clisp.org>
36259
36260         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
36261         (Mathematics <math.h>): New section, add fpieee.
36262         (Input/output <stdio.h>): Add fseterr.
36263         (Mathematics <math.h>): New section, add printf-frexp.
36264         (Container data structures): Add sublist.
36265         (Core language properties): Add fpucw, inline.
36266         (Functions for greatest-width integer types <inttypes.h>): Add
36267         imaxabs, imaxdiv, inttypes.
36268         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
36269         isnanl-nolibm, ldexp.
36270         (Mathematics <math.h>): New section, add printf-frexpl.
36271         (Support for systems lacking POSIX:2001): Add fprintf-posix,
36272         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
36273         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
36274         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
36275         (Unicode string functions): Add unistr/u*-mbtoucr.
36276         (Java): Add javacomp-script, javaexec-script.
36277         (C#): Add csharpcomp-script, csharpexec-script.
36278         (Support for building libraries and executables): Add havelib,
36279         relocatable-*.
36280         (Support for maintaining and releasing projects): Renamed from
36281         'Support for maintaining and release projects'. Add announce-gen.
36282
36283 2007-03-31  Bruno Haible  <bruno@clisp.org>
36284
36285         * README: Talk primarily about git.
36286         (git and CVS): Renamed from CVS.
36287         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
36288         gnulib is available through git.
36289         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
36290
36291 2007-03-30  Bruno Haible  <bruno@clisp.org>
36292
36293         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
36294         * lib/poll_.h: Likewise.
36295         * lib/stat_.h: Likewise.
36296         * lib/sys_time_.h: Likewise.
36297         * lib/sysexit_.h: Likewise.
36298         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
36299         * lib/stdbool_.h: Likewise.
36300         * lib/byteswap_.h: Add double-inclusion guard.
36301
36302 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
36303
36304         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
36305
36306 2007-03-30  Karl Berry  <karl@gnu.org>
36307
36308         * config/srclist-update: double space after USA in the license
36309         substitution, since that's how it's usually (?) written.
36310
36311 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36312
36313         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36314         reported by Bruno Haible.
36315
36316 2007-03-29  Bruno Haible  <bruno@clisp.org>
36317
36318         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36319         a bug in AIX iconv().
36320
36321 2007-03-29  Bruno Haible  <bruno@clisp.org>
36322
36323         * modules/ldexpl-tests: New file.
36324         * tests/test-ldexpl.c: New file.
36325
36326 2007-03-29  Bruno Haible  <bruno@clisp.org>
36327
36328         * lib/ldexpl.c: Include fpucw.h.
36329         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36330         multiplication.
36331         * modules/ldexpl (Depends-on): Add fpucw.
36332
36333 2007-03-29  Bruno Haible  <bruno@clisp.org>
36334
36335         * modules/ldexpl: New file.
36336         * m4/ldexpl.m4: New file.
36337         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36338         set.
36339         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36340         REPLACE_LDEXPL.
36341         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36342         REPLACE_LDEXPL.
36343         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36344         gl_FUNC_LDEXPL_WORKS.
36345         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36346         * modules/mathl (Files): Remove lib/ldexpl.c.
36347         (Depends-on): Add ldexpl.
36348
36349 2007-03-29  Bruno Haible  <bruno@clisp.org>
36350
36351         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36352
36353 2007-03-29  Bruno Haible  <bruno@clisp.org>
36354
36355         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36356         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36357         and possibly also HP-UX.
36358         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36359         work on AIX, IRIX, HP-UX, OSF/1.
36360         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36361         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36362         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36363         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36364         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36365         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36366
36367 2007-03-29  Bruno Haible  <bruno@clisp.org>
36368
36369         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36370
36371 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36372
36373         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36374         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36375
36376 2007-03-29  Eric Blake  <ebb9@byu.net>
36377
36378         * lib/acl-internal.h: Remove redundant include.
36379         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36380         Cygwin when a file is locked.
36381
36382 2007-03-29  Bruno Haible  <bruno@clisp.org>
36383
36384         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36385         file.
36386         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36387
36388 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36389
36390         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36391         try to remove a parent directory if the child couldn't be removed
36392         (except for the first rmdir, which could fail because the child
36393         doesn't exist).  Problem reported by Jeff Blaine in
36394         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36395
36396 2007-03-28  Bruno Haible  <bruno@clisp.org>
36397
36398         * lib/striconveh.c (utf8conv_carefully): New function.
36399         (mem_cd_iconveh_internal): Invoke it.
36400
36401 2007-03-28  Bruno Haible  <bruno@clisp.org>
36402
36403         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36404         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36405         input.
36406         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36407         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36408         unistr/u8-uctomb.
36409
36410 2007-03-28  Bruno Haible  <bruno@clisp.org>
36411
36412         * modules/unistr/u8-mbtoucr: New file.
36413         * lib/unistr/u8-mbtoucr.c: New file.
36414         * modules/unistr/u16-mbtoucr: New file.
36415         * lib/unistr/u16-mbtoucr.c: New file.
36416         * modules/unistr/u16-mbtoucr: New file.
36417         * lib/unistr/u16-mbtoucr.c: New file.
36418         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36419
36420 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36421             Bruno Haible  <bruno@clisp.org>
36422
36423         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36424         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36425         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36426
36427         * m4/stdio_h.m4: Add stubs for vasprintf too.
36428
36429         * modules/stdio: Support vasprintf in sed command.
36430
36431         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36432         vasprintf.h.  Add stdio module indicator.
36433
36434         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36435         vasprintf.h.
36436
36437         * lib/vasprintf.h: File removed.
36438
36439         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36440         * lib/vasprintf.c: Ditto.
36441         * lib/xvasprintf.c: Ditto.
36442         * tests/test-vasprintf-posix.c: Ditto.
36443         * tests/test-vasprintf.c: Ditto.
36444
36445 2007-03-27  Bruno Haible  <bruno@clisp.org>
36446
36447         Make vasnprintf multithread-safe.
36448         * lib/vasnprintf.c (decimal_point_char): New function.
36449         (VASNPRINTF): Use it.
36450         Suggested by Simon Josefsson.
36451
36452 2007-03-27  Eric Blake  <ebb9@byu.net>
36453
36454         Support sub-second birthtime on cygwin.
36455         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36456         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36457         (get_stat_birthtime): Also work with st_birthtim.
36458
36459 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36460
36461         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36462         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36463         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36464         (get_stat_birthtime_ns): Simplify compile-time tests.
36465         (get_stat_birthtime): Change the API to look like
36466         get_stat_mtime etc., except return a negative tv_nsec on error.
36467         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36468         Don't check for "spare" fields.
36469         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36470         or for struct stat.st_birthtime, as these tests aren't used.
36471         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36472
36473 2007-03-27  Bruno Haible  <bruno@clisp.org>
36474
36475         * lib/stat-time.h: Include <sys/stat.h>.
36476
36477 2007-03-27  James Youngman  <jay@gnu.org>
36478
36479         * lib/stat-time.h (get_stat_birthtime): New function for
36480           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36481         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36482           and its variants.
36483         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36484         * modules/stat-time-test: New file.
36485         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36486
36487 2007-03-26  Bruno Haible  <bruno@clisp.org>
36488
36489         Better support of signalling NaNs.
36490         * lib/atanl.c: Include isnanl.h.
36491         (atanl): Perform test for NaN at the beginning of the function and
36492         through a call to isnanl.
36493         * lib/cosl.c: Include isnanl.h.
36494         (cosl): Perform test for NaN at the beginning of the function and
36495         through a call to isnanl.
36496         * lib/ldexpl.c: Include isnanl.h.
36497         (ldexpl): Perform test for NaN through a call to isnanl.
36498         * lib/logl.c: Include isnanl.h.
36499         (logl): Perform test for NaN at the beginning of the function and
36500         through a call to isnanl.
36501         * lib/sinl.c: Include isnanl.h.
36502         (sinl): Perform test for NaN at the beginning of the function and
36503         through a call to isnanl.
36504         * lib/sqrtl.c: Include isnanl.h.
36505         (sqrtl): Perform test for NaN at the beginning of the function and
36506         through a call to isnanl.
36507         * lib/tanl.c: Include isnanl.h.
36508         (tanl): Perform test for NaN at the beginning of the function and
36509         through a call to isnanl.
36510         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36511         * modules/mathl (Depends-on): Add isnanl.
36512
36513 2007-03-26  Eric Blake  <ebb9@byu.net>
36514
36515         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36516         regression in logic sense of previous patch.
36517
36518 2007-03-26  Bruno Haible  <bruno@clisp.org>
36519
36520         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36521         unportable shell command "if ! ...".
36522         Reported by Ralf Wildenhues.
36523
36524 2007-03-25  Bruno Haible  <bruno@clisp.org>
36525
36526         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36527         <sysexits.h> file, and only add EX_CONFIG.
36528         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36529         absolute file name and whether it is sufficient. Substitute also
36530         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36531         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36532         ABSOLUTE_SYSEXITS_H into sysexits.h.
36533
36534 2007-03-25  Bruno Haible  <bruno@clisp.org>
36535
36536         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36537         hints is NULL.
36538
36539 2007-03-25  Bruno Haible  <bruno@clisp.org>
36540
36541         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36542         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36543
36544 2007-03-25  Bruno Haible  <bruno@clisp.org>
36545
36546         * lib/vasnprintf.c: Include langinfo.h.
36547         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36548         multithread-safe.
36549         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36550         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36551         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36552         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36553         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36554         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36555         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36556         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36557         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36558         Reported by Simon Josefsson.
36559
36560 2007-03-25  Bruno Haible  <bruno@clisp.org>
36561
36562         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36563         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36564         * modules/vasnprintf (Depends-on): Add stdint.
36565
36566 2007-03-25  Bruno Haible  <bruno@clisp.org>
36567
36568         * modules/fpieee: New file.
36569         * m4/fpieee.m4: New file.
36570         * modules/isnan-nolibm (Depends-on): Add fpieee.
36571         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36572         * modules/isnanl (Depends-on): Add fpieee.
36573
36574 2007-03-25  Bruno Haible  <bruno@clisp.org>
36575
36576         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36577
36578 2007-03-25  Bruno Haible  <bruno@clisp.org>
36579
36580         Avoid test failures on IRIX 6.5.
36581         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36582         (main): Use it.
36583         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36584         macros.
36585         (main): Use them.
36586
36587 2007-03-25  Bruno Haible  <bruno@clisp.org>
36588
36589         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36590         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36591         exists but doesn't work.
36592         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36593         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36594         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36595         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36596
36597 2007-03-25  Bruno Haible  <bruno@clisp.org>
36598
36599         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36600         returns inf. Needed on IRIX 6.5.
36601
36602 2007-03-25  Bruno Haible  <bruno@clisp.org>
36603
36604         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36605         (main): Use isnanl instead of x != x idiom.
36606         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36607
36608         * tests/test-frexp.c: Include isnan.h.
36609         (main): Use isnan instead of x != x idiom.
36610         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36611
36612 2007-03-25  Bruno Haible  <bruno@clisp.org>
36613
36614         * tests/test-frexp.c (NaN): New function/macro.
36615         (main): Use it instead of 0.0 / 0.0.
36616         * tests/test-isnan.c (NaN): New function/macro.
36617         (main): Use it instead of 0.0 / 0.0.
36618         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36619         (test_function): Use it instead of 0.0 / 0.0.
36620         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36621         (test_function): Use it instead of 0.0 / 0.0.
36622         * tests/test-snprintf-posix.h (NaN): New function/macro.
36623         (test_function): Use it instead of 0.0 / 0.0.
36624         * tests/test-sprintf-posix.h (NaN): New function/macro.
36625         (test_function): Use it instead of 0.0 / 0.0.
36626         * tests/test-fprintf-posix.h (NaN): New function/macro.
36627         (test_function): Use it instead of 0.0 / 0.0.
36628         * tests/test-printf-posix.h (NaN): New function/macro.
36629         (test_function): Use it instead of 0.0 / 0.0.
36630
36631         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36632
36633 2007-03-25  Bruno Haible  <bruno@clisp.org>
36634
36635         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36636
36637 2007-03-25  Bruno Haible  <bruno@clisp.org>
36638
36639         * lib/regexec.c (merge_state_with_log): Make static.
36640
36641 2007-03-25  Bruno Haible  <bruno@clisp.org>
36642
36643         * lib/trigl.c (kernel_rem_pio2): Make static.
36644
36645 2007-03-25  Bruno Haible  <bruno@clisp.org>
36646
36647         * lib/sincosl.c (sincosl_table): Make static.
36648
36649 2007-03-25  Bruno Haible  <bruno@clisp.org>
36650
36651         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36652         if the compiler does not support C99.
36653
36654 2007-03-25  Bruno Haible  <bruno@clisp.org>
36655
36656         * modules/time (Makefile.am): Ensure all rule action lines start with a
36657         tab.
36658
36659 2007-03-24  Bruno Haible  <bruno@clisp.org>
36660
36661         * modules/tsearch-tests: New file.
36662         * tests/test-tsearch.sh: New file.
36663         * tests/test-tsearch.c: New file, mostly copied from glibc.
36664
36665         * modules/search-tests: New file.
36666         * tests/test-search.c: New file.
36667
36668         * modules/search: New file.
36669         * lib/search_.h: New file, incorporating lib/tsearch.h.
36670         * m4/search_h.m4: New file.
36671         * lib/tsearch.h: Remove file.
36672         * lib/tsearch.c: Include search.h instead of tsearch.h.
36673         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36674         HAVE_TSEARCH.
36675         * modules/tsearch (Files): Remove lib/tsearch.h.
36676         (Depends-on): Add search.
36677         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36678         (Include): Change tsearch.h into search.h.
36679
36680 2007-03-24  Bruno Haible  <bruno@clisp.org>
36681
36682         * modules/fpucw: New file.
36683         * lib/fpucw.h: New file.
36684         * lib/frexp.c: Include fpucw.h.
36685         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36686         (FUNC): Use them.
36687         * lib/printf-frexp.c: Include fpucw.h.
36688         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36689         (FUNC): Use them.
36690         * lib/vasnprintf.c: Include fpucw.h.
36691         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36692         'long double' calculations.
36693         * tests/test-frexpl.c: Include fpucw.h.
36694         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36695         * tests/test-printf-frexpl.c: Include fpucw.h.
36696         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36697         * modules/frexpl (Depends-on): Add fpucw.
36698         * modules/printf-frexpl (Depends-on): Likewise.
36699         * modules/fprintf-posix (Depends-on): Likewise.
36700         * modules/snprintf-posix (Depends-on): Likewise.
36701         * modules/sprintf-posix (Depends-on): Likewise.
36702         * modules/vasnprintf-posix (Depends-on): Likewise.
36703         * modules/vasprintf-posix (Depends-on): Likewise.
36704         * modules/vfprintf-posix (Depends-on): Likewise.
36705         * modules/vsnprintf-posix (Depends-on): Likewise.
36706         * modules/vsprintf-posix (Depends-on): Likewise.
36707         * modules/frexpl-tests (Depends-on): Likewise.
36708         * modules/printf-frexpl-tests (Depends-on): Likewise.
36709
36710 2007-03-24  Bruno Haible  <bruno@clisp.org>
36711
36712         * lib/float+.h: New file.
36713         * lib/isnan.c: Include float+.h.
36714         (SIZE): New macro.
36715         (FUNC): Compare only SIZE bytes of the value.
36716         * lib/vasnprintf.c: Include float+.h.
36717         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36718         SIZEOF_LDBL or SIZEOF_DBL bytes.
36719         * modules/isnan-nolibm (Files): Add lib/float+.h.
36720         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36721         * modules/isnanl (Files): Add lib/float+.h.
36722         * modules/vasnprintf (Files): Add lib/float+.h.
36723
36724 2007-03-24  Bruno Haible  <bruno@clisp.org>
36725
36726         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36727         include isnanl-nolibm.h.
36728
36729 2007-03-24  Bruno Haible  <bruno@clisp.org>
36730
36731         * tests/test-read-file.c (main): Don't produce spurious output for
36732         expected situations. Make the test fail if it encountered unexpected
36733         results.
36734
36735 2007-03-24  Bruno Haible  <bruno@clisp.org>
36736
36737         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36738         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36739
36740 2007-03-24  Bruno Haible  <bruno@clisp.org>
36741
36742         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36743
36744 2007-03-24  Bruno Haible  <bruno@clisp.org>
36745
36746         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36747         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36748
36749         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36750         * modules/utf8-ucs4: Turn into a symbolic link to module
36751         unistr/u8-mbtouc.
36752
36753         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36754         utf8-ucs4-unsafe.
36755         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36756         unistr/u8-mbtouc-unsafe.
36757
36758         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36759         * modules/utf16-ucs4: Turn into a symbolic link to module
36760         unistr/u16-mbtouc.
36761
36762         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36763         utf16-ucs4-unsafe.
36764         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36765         unistr/u16-mbtouc-unsafe.
36766
36767         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36768         * modules/ucs4-utf8: Turn into a symbolic link to module
36769         unistr/u8-ubtomb.
36770
36771         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36772         * modules/ucs4-utf16: Turn into a symbolic link to module
36773         unistr/u16-ubtomb.
36774
36775 2007-03-24  Bruno Haible  <bruno@clisp.org>
36776
36777         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36778         Enable the function only if HAVE_INLINE.
36779         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36780         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36781         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36782         Enable the function only if HAVE_INLINE.
36783         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36784         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36785         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36786         Enable the function only if HAVE_INLINE.
36787         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36788         Enable the function only if HAVE_INLINE.
36789         * modules/utf8-ucs4: Update.
36790         * modules/utf8-ucs4-unsafe: Update.
36791         * modules/utf16-ucs4: Update.
36792         * modules/utf16-ucs4-unsafe: Update.
36793         * modules/ucs4-utf8: Update.
36794         * modules/ucs4-utf16: Update.
36795
36796 2007-03-24  Bruno Haible  <bruno@clisp.org>
36797
36798         * lib/utf8-ucs4.h: Remove file.
36799         * lib/utf8-ucs4-unsafe.h: Remove file.
36800         * lib/utf16-ucs4.h: Remove file.
36801         * lib/utf16-ucs4-unsafe.h: Remove file.
36802         * lib/ucs4-utf8.h: Remove file.
36803         * lib/ucs4-utf16.h: Remove file.
36804         * lib/unistr.h: Include their previous contents.
36805         * m4/utf-ucs4.m4: Remove file.
36806         * m4/ucs4-utf.m4: Remove file.
36807         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36808         (Depends-on): Add unistr/base.
36809         (configure.ac): Remove gl_UTF_UCS4.
36810         (Makefile.am): Update.
36811         (Include): Change to unistr.h.
36812         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36813         (Depends-on): Add unistr/base.
36814         (configure.ac): Remove gl_UTF_UCS4.
36815         (Makefile.am): Update.
36816         (Include): Change to unistr.h.
36817         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36818         (Depends-on): Add unistr/base.
36819         (configure.ac): Remove gl_UTF_UCS4.
36820         (Makefile.am): Update.
36821         (Include): Change to unistr.h.
36822         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36823         (Depends-on): Add unistr/base.
36824         (configure.ac): Remove gl_UTF_UCS4.
36825         (Makefile.am): Update.
36826         (Include): Change to unistr.h.
36827         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36828         (Depends-on): Add unistr/base.
36829         (configure.ac): Remove gl_UCS4_UTF.
36830         (Makefile.am): Update.
36831         (Include): Change to unistr.h.
36832         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36833         (Depends-on): Add unistr/base.
36834         (configure.ac): Remove gl_UCS4_UTF.
36835         (Makefile.am): Update.
36836         (Include): Change to unistr.h.
36837         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36838         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36839         utf8-ucs4-unsafe.h.
36840         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36841         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36842         utf16-ucs4-unsafe.h.
36843         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36844         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36845         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36846         * lib/unistr/u8-strchr.c: Likewise.
36847         * lib/unistr/u8-strrchr.c: Likewise.
36848         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36849         * lib/unistr/u16-strchr.c: Likewise.
36850         * lib/unistr/u16-strrchr.c: Likewise.
36851         * lib/striconveh.c: Update.
36852         * lib/linebreak.c: Update.
36853
36854 2007-03-24  Bruno Haible  <bruno@clisp.org>
36855
36856         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36857         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36858
36859 2007-03-22  Bruno Haible  <bruno@clisp.org>
36860
36861         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36862
36863 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36864
36865         * MODULES.html.sh (File system functions): New module write-any-file.
36866         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36867         * m4/write-any-file.m4: New files.
36868
36869 2007-03-23  Eric Blake  <ebb9@byu.net>
36870
36871         * gnulib-tool: Rearrange space-tab sequences, since some editors
36872         like to eat them.
36873
36874 2007-03-23  Eric Blake  <ebb9@byu.net>
36875
36876         * lib/version-etc.c (version_etc_va): Update license wording to
36877         be more concise.  Recommended by Richard Stallman.
36878
36879 2007-03-22  Bruno Haible  <bruno@clisp.org>
36880
36881         * lib/poll.c (MSG_PEEK): New fallback definition.
36882
36883 2007-03-22  Bruno Haible  <bruno@clisp.org>
36884
36885         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36886         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36887         (main): Update.
36888         Fixes a compilation error on BeOS.
36889
36890 2007-03-22  Bruno Haible  <bruno@clisp.org>
36891
36892         * modules/frexpl-tests: New file.
36893         * tests/test-frexpl.c: New file.
36894
36895         * modules/frexpl: New file.
36896         * m4/frexpl.m4: New file.
36897         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36898         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36899         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36900         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36901         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36902         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36903
36904 2007-03-22  Bruno Haible  <bruno@clisp.org>
36905
36906         * lib/frexpl.c: Share code with lib/frexp.c.
36907         * modules/mathl (Files): Add lib/frexp.c.
36908         (Depends-on): Add isnanl-nolibm.
36909
36910 2007-03-22  Bruno Haible  <bruno@clisp.org>
36911
36912         * modules/printf-frexp (Files): Add m4/frexp.m4.
36913         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36914         only if the found frexp function actually works.
36915
36916 2007-03-22  Bruno Haible  <bruno@clisp.org>
36917
36918         * lib/frexp.c: Remove older implementation that uses divisions.
36919
36920 2007-03-21  Bruno Haible  <bruno@clisp.org>
36921
36922         * modules/frexp-tests: New file.
36923         * tests/test-frexp.c: New file.
36924
36925         * modules/frexp: New file.
36926         * lib/frexp.c: New file.
36927         * m4/frexp.m4: New file.
36928         * lib/math_.h (frexp): New declaration.
36929         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36930         REPLACE_FREXP.
36931         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36932
36933 2007-03-21  Bruno Haible  <bruno@clisp.org>
36934
36935         * modules/isnanl-tests: New file.
36936         * tests/test-isnanl.c: New file.
36937
36938         * modules/isnanl: New file.
36939         * lib/isnanl.h: New file.
36940         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36941         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36942         gl_FUNC_ISNANL_WORKS.
36943         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36944         New macros.
36945
36946 2007-03-21  Bruno Haible  <bruno@clisp.org>
36947
36948         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36949         lib/isnanl.h.
36950         (Include): Update.
36951         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36952         * lib/vasnprintf.c: Update.
36953         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36954         tests/test-isnanl.h, remove tests/test-isnanl.c.
36955         (Makefile.am): Update.
36956         * tests/test-isnanl-nolibm.c: New file.
36957         * tests/test-isnanl.h: New file.
36958         * tests/test-isnanl.c: Remove file.
36959
36960 2007-03-21  Jim Meyering  <jim@meyering.net>
36961
36962         When trying to open ".", treat ESTALE like EACCES.
36963         * lib/savewd.c (savewd_save): Resort to forking not just upon
36964         failure with EACCES, but also when errno is ESTALE.
36965
36966 2007-03-20  Bruno Haible  <bruno@clisp.org>
36967
36968         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36969         Needed on AIX 5.1. Reported by Matthew Woehlke.
36970
36971 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36972
36973         Suggestions by Bruno Haible:
36974         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36975         our own.
36976         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36977         * modules/acl (Depends-on): Add gettext.
36978
36979 2007-03-19  Bruno Haible  <bruno@clisp.org>
36980
36981         * modules/iconvme: Remove file.
36982         * lib/iconvme.h: Remove file.
36983         * lib/iconvme.c: Remove file.
36984         * m4/iconvme.m4: Remove file.
36985
36986 2007-03-19  Bruno Haible  <bruno@clisp.org>
36987
36988         * doc/relocatable-maint.texi: Break long shell script line.
36989         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36990
36991 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36992
36993         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36994         handle file_has_acl.
36995         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36996         * lib/acl.c: Move header inclusions and related macro defns into
36997         lib/acl-internal.h.
36998         (S_ISLNK): Remove defn, since that's now done for us.
36999         (file_has_acl): Move to lib/file-has-acl.c.
37000         Call acl_trivial if available.  This is the crucial part of the fix.
37001         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
37002         shared within the library.  Rewrite a bit, partly to make it compatible
37003         with the GNU coding style.
37004         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
37005         Remove unnecessary double-quotes.
37006         Don't test for acl_to_text; the build will catch that.
37007         Replace acl_entries if it doesn't exist and it is needed.
37008         Check for -lsec and acl_trivial (as used on Solaris 10).
37009         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
37010         lib/file-has-acl.c.
37011         (Depends-on): Add sys_stat, for S_ISLNK.
37012
37013 2007-03-19  Ben Pfaff  <blp@gnu.org>
37014
37015         * doc/gnulib.texi: Fix typos.
37016         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37017
37018 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37019
37020         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
37021         If size is zero here, buf must be zero.
37022
37023 2007-03-19  Simon Josefsson  <simon@josefsson.org>
37024
37025         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
37026         <bruno@clisp.org>.
37027
37028 2007-03-18  Bruno Haible  <bruno@clisp.org>
37029
37030         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
37031         Suggested by Eric Blake.
37032
37033 2007-03-18  Ben Pfaff  <blp@gnu.org>
37034
37035         * doc/relocatable.texi: Recommend using as prefix a directory
37036         that does not exist and will never be created.  Based on
37037         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
37038         and others.
37039
37040 2007-03-17  Bruno Haible  <bruno@clisp.org>
37041
37042         * lib/fchownat.c: Include lchown.h.
37043
37044 2007-03-17  Bruno Haible  <bruno@clisp.org>
37045
37046         Fix endless loop when the given allocated size was > INT_MAX.
37047         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
37048         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
37049         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
37050         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
37051         * lib/sprintf.c (sprintf): Likewise.
37052
37053 2007-03-17  Bruno Haible  <bruno@clisp.org>
37054
37055         * tests/test-argp-2.sh (func_compare): Output a context diff.
37056
37057 2007-03-17  Bruno Haible  <bruno@clisp.org>
37058
37059         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
37060         locale's decimal-point character.
37061
37062 2007-03-17  Bruno Haible  <bruno@clisp.org>
37063
37064         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
37065         before comparing it. Needed because on some platforms (e.g. x86) a
37066         'long double' occupies less bytes than sizeof (long double).
37067
37068 2007-03-17  Bruno Haible  <bruno@clisp.org>
37069
37070         * tests/test-crc.c (main): Make printf statements 64-bit clean.
37071         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
37072         * tests/test-getaddrinfo.c (simple): Likewise.
37073         * tests/test-read-file.c (main): Likewise.
37074
37075 2007-03-17  Bruno Haible  <bruno@clisp.org>
37076
37077         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
37078
37079 2007-03-17  Bruno Haible  <bruno@clisp.org>
37080
37081         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
37082         unused variable.
37083
37084 2007-03-17  Bruno Haible  <bruno@clisp.org>
37085
37086         * tests/test-c-strcasecmp.c: Include c-strcase.h.
37087         * tests/test-c-strncasecmp.c: Likewise.
37088
37089 2007-03-17  Bruno Haible  <bruno@clisp.org>
37090
37091         * modules/stdlib (Depends-on): Add unistd.
37092         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
37093         Needed for MacOS X 10.3.
37094
37095 2007-03-17  Bruno Haible  <bruno@clisp.org>
37096
37097         * lib/unistr/u-strdup.h: Include <stdlib.h>.
37098
37099 2007-03-17  Bruno Haible  <bruno@clisp.org>
37100
37101         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
37102
37103 2007-03-17  Bruno Haible  <bruno@clisp.org>
37104
37105         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
37106         to reflect files copied from gnulib (with or without modifications).
37107         Suggested by Jim Meyering.
37108
37109 2007-03-17  Eric Blake  <ebb9@byu.net>
37110
37111         * NEWS: Document stdlib change from 2007-02-18.
37112
37113 2007-03-17  Jim Meyering  <jim@meyering.net>
37114
37115         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
37116         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
37117         someone uses a name containing shell meta-characters.
37118         Reported by Alfred M. Szmidt.
37119
37120         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
37121
37122 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37123
37124         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
37125         and copy gettext configuration files only if configure.ac contains
37126         a use of AM_GNU_GETTEXT_VERSION.
37127
37128 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37129
37130         * build-aux/bootstrap (gnulib_name): New variable.
37131         (gnulib_tool_options): Use it.
37132
37133 2007-03-13  Simon Josefsson  <simon@josefsson.org>
37134
37135         * tests/test-des.c: Use new namespace.
37136
37137 2007-03-15  Bruno Haible  <bruno@clisp.org>
37138
37139         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
37140         Reported by James Youngman <jay@gnu.org>.
37141
37142 2007-03-15  Bruno Haible  <bruno@clisp.org>
37143
37144         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
37145         declared prototype. Needed with cc on OSF/1 5.1.
37146
37147 2007-03-15  Bruno Haible  <bruno@clisp.org>
37148
37149         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
37150         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
37151         (struct gl_list_implementation): Add dispose_fn argument to the
37152         'create_empty', 'create' methods.
37153         (struct gl_list_impl_base): Add field 'dispose_fn'.
37154         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
37155         argument.
37156         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
37157         dispose_fn argument.
37158         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
37159         dispose_fn on the dropped values.
37160         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
37161         dispose_fn argument.
37162         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
37163         dropped values.
37164         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
37165         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37166         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
37167         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37168         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
37169         argument.
37170         (gl_tree_list_free): Call dispose_fn on the dropped values.
37171         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
37172         the dropped values.
37173         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37174         Add dispose_fn argument.
37175         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
37176         Call dispose_fn on the dropped values.
37177         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
37178         Add dispose_fn argument.
37179         (gl_sublist_create): Initialize the 'dispose_fn' field.
37180         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
37181         * tests/test-array_list.c (main): Update.
37182         * tests/test-carray_list.c (main): Update.
37183         * tests/test-avltree_list.c (main): Update.
37184         * tests/test-rbtree_list.c (main): Update.
37185         * tests/test-avltreehash_list.c (main): Update.
37186         * tests/test-rbtreehash_list.c (main): Update.
37187         * tests/test-linked_list.c (main): Update.
37188         * tests/test-linkedhash_list.c (main): Update.
37189         * tests/test-array_oset.c (main): Update.
37190
37191 2007-03-15  Bruno Haible  <bruno@clisp.org>
37192
37193         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
37194         (gl_oset_create_empty): Add dispose_fn argument.
37195         (struct gl_oset_implementation): Add dispose_fn argument to
37196         'create_empty' method.
37197         (struct gl_oset_impl_base): Add dispose_fn field.
37198         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
37199         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
37200         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
37201         values.
37202         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
37203         (gl_tree_oset_free): Call dispose_fn on the dropped values.
37204         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37205         dropped value.
37206         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37207         dropped value.
37208         * tests/test-array_oset.c (main): Update.
37209         * tests/test-avltree_oset.c (main): Update.
37210         * tests/test-rbtree_oset.c (main): Update.
37211         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
37212
37213 2007-03-13  Bruno Haible  <bruno@clisp.org>
37214
37215         * tests/test-stdbool.c (i): Update after last patch.
37216
37217 2007-03-12  Bruno Haible  <bruno@clisp.org>
37218
37219         * lib/quotearg.c: Include <wctype.h> early, before the definition of
37220         the iswprint macro. Needed on Solaris 2.5.1.
37221
37222 2007-03-12  Bruno Haible  <bruno@clisp.org>
37223
37224         * tests/test-printf-frexp.c (main): Declare x as volatile.
37225
37226 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37227
37228         * doc/gnulib.texi (Build robot for gnulib): New section.
37229
37230 2007-03-12  Jim Meyering  <jim@meyering.net>
37231
37232         * build-aux/bootstrap: New file.
37233         * build-aux/bootstrap.conf: New file, from coreutils.
37234
37235 2007-03-11  Bruno Haible  <bruno@clisp.org>
37236
37237         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
37238
37239 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37240
37241         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37242         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37243         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37244
37245 2007-03-11  Bruno Haible  <bruno@clisp.org>
37246
37247         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37248         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37249
37250 2007-03-11  Bruno Haible  <bruno@clisp.org>
37251
37252         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37253         formula. Needed for SunPRO C 5.0.
37254
37255 2007-03-11  Bruno Haible  <bruno@clisp.org>
37256
37257         * modules/long-options (Depends-on): Add getopt.
37258
37259 2007-03-11  Bruno Haible  <bruno@clisp.org>
37260
37261         * modules/modechange (Depends-on): Add stdbool.
37262
37263 2007-03-11  Bruno Haible  <bruno@clisp.org>
37264
37265         * modules/i-ring (Depends-on): Add stdbool.
37266
37267 2007-03-11  Bruno Haible  <bruno@clisp.org>
37268
37269         * modules/gc-des (Depends-on): Add stdbool.
37270
37271 2007-03-11  Bruno Haible  <bruno@clisp.org>
37272
37273         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
37274
37275 2007-03-11  Bruno Haible  <bruno@clisp.org>
37276
37277         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
37278
37279 2007-03-11  Bruno Haible  <bruno@clisp.org>
37280
37281         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
37282
37283 2007-03-11  Bruno Haible  <bruno@clisp.org>
37284
37285         * lib/vasnprintf.c (sprintf): Undefine.
37286
37287 2007-03-11  Bruno Haible  <bruno@clisp.org>
37288
37289         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
37290         initializers in SunPRO C and Compaq C compilers.
37291
37292 2007-03-11  Bruno Haible  <bruno@clisp.org>
37293
37294         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
37295         decrementing code ANSI C compliant.
37296
37297 2007-03-11  Bruno Haible  <bruno@clisp.org>
37298
37299         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
37300         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
37301
37302 2007-03-11  Bruno Haible  <bruno@clisp.org>
37303
37304         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
37305         <stdbool.h> substitute doesn't pass.
37306
37307 2007-03-11  Bruno Haible  <bruno@clisp.org>
37308
37309         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37310
37311 2007-03-11  Bruno Haible  <bruno@clisp.org>
37312
37313         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37314         script, for submission to autobuild.josefsson.org.
37315
37316 2007-03-10  Bruno Haible  <bruno@clisp.org>
37317
37318         * modules/canonicalize-lgpl-tests: New file.
37319         * tests/test-canonicalize-lgpl.sh: New file.
37320         * tests/test-canonicalize-lgpl.c: New file.
37321
37322         * modules/c-strcase-tests: New file.
37323         * tests/test-c-strcase.sh: New file.
37324         * tests/test-c-strcasecmp.c: New file.
37325         * tests/test-c-strncasecmp.c: New file.
37326
37327         * modules/atexit-tests: New file.
37328         * tests/test-atexit.sh: New file.
37329         * tests/test-atexit.c: New file.
37330
37331 2007-03-10  Bruno Haible  <bruno@clisp.org>
37332
37333         * tests/test-binary-io.sh: Use temporary filenames that are not so
37334         likely to clash with those of other tests (in a parallel make).
37335         * tests/test-binary-io.c: Likewise.
37336
37337 2007-03-10  Bruno Haible  <bruno@clisp.org>
37338
37339         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37340         fallback; use #error instead.
37341         Suggested by Simon Josefsson.
37342
37343 2007-03-10  Bruno Haible  <bruno@clisp.org>
37344
37345         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37346         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37347         first and the last.
37348
37349 2007-03-10  Bruno Haible  <bruno@clisp.org>
37350
37351         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37352
37353 2007-03-10  Bruno Haible  <bruno@clisp.org>
37354
37355         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37356         "make distcheck".
37357         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37358         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37359         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37360
37361 2007-03-10  Bruno Haible  <bruno@clisp.org>
37362
37363         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37364         variable.
37365         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37366         variable.
37367
37368 2007-03-09  Eric Blake  <ebb9@byu.net>
37369         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37370
37371         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37372         types are not being provided by gnulib.
37373         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37374         types are supported.
37375
37376 2007-03-10  Bruno Haible  <bruno@clisp.org>
37377
37378         * lib/stdio_.h (__attribute__): New macro.
37379         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37380         vsprintf): Specify __attribute__ __format__ for GCC.
37381         Suggested by Eric Blake.
37382
37383 2007-03-09  Bruno Haible  <bruno@clisp.org>
37384
37385         * modules/printf-posix-tests: New file.
37386         * tests/test-printf-posix.sh: New file.
37387         * tests/test-printf-posix.c: New file.
37388
37389         * modules/printf-posix: New file.
37390         * lib/printf.c: New file.
37391         * m4/printf-posix-rpl.m4: New file.
37392         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37393         REPLACE_PRINTF.
37394         * lib/stdio_.h (printf): New declaration.
37395         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37396         ____strfmon____): New macros.
37397         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37398         REPLACE_PRINTF.
37399
37400 2007-03-09  Bruno Haible  <bruno@clisp.org>
37401
37402         * tests/test-vasnprintf-posix2.sh: New file.
37403         * tests/test-vasnprintf-posix2.c: New file.
37404         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37405         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37406         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37407
37408         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37409         a locale dependent decimal point, rather than always '.'.
37410
37411 2007-03-09  Eric Blake  <ebb9@byu.net>
37412
37413         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37414         spite of platforms like Tandem/NSK that define it to -1.
37415
37416 2007-03-08  Bruno Haible  <bruno@clisp.org>
37417
37418         * modules/vprintf-posix-tests: New file.
37419         * tests/test-vprintf-posix.sh: New file.
37420         * tests/test-vprintf-posix.c: New file.
37421         * tests/test-printf-posix.h: New file.
37422
37423         * modules/vprintf-posix: New file.
37424         * lib/vprintf.c: New file.
37425         * m4/vprintf-posix.m4: New file.
37426         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37427         REPLACE_VPRINTF.
37428         * lib/stdio_.h (vprintf): New declaration.
37429         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37430         REPLACE_VPRINTF.
37431
37432 2007-03-08  Bruno Haible  <bruno@clisp.org>
37433
37434         * modules/fprintf-posix-tests: New file.
37435         * tests/test-fprintf-posix.sh: New file.
37436         * tests/test-fprintf-posix.c: New file.
37437
37438         * modules/fprintf-posix: New file.
37439         * lib/fprintf.c: New file.
37440         * m4/fprintf-posix.m4: New file.
37441         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37442         REPLACE_FPRINTF.
37443         * lib/stdio_.h (fprintf): New declaration.
37444         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37445         REPLACE_FPRINTF.
37446
37447 2007-03-08  Bruno Haible  <bruno@clisp.org>
37448
37449         * modules/vfprintf-posix-tests: New file.
37450         * tests/test-vfprintf-posix.sh: New file.
37451         * tests/test-vfprintf-posix.c: New file.
37452         * tests/test-fprintf-posix.h: New file.
37453         * tests/test-fprintf-posix.out: New file.
37454
37455         * modules/vfprintf-posix: New file.
37456         * lib/vfprintf.c: New file.
37457         * m4/vfprintf-posix.m4: New file.
37458         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37459         REPLACE_VFPRINTF.
37460         * lib/stdio_.h (vfprintf): New declaration.
37461         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37462         REPLACE_VFPRINTF.
37463
37464 2007-03-08  Bruno Haible  <bruno@clisp.org>
37465
37466         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37467
37468 2007-03-08  Bruno Haible  <bruno@clisp.org>
37469
37470         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37471         instead of 'expr' invocations.
37472         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37473         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37474         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37475         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37476         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37477         Suggested by Paul Eggert.
37478
37479 2007-03-08  Bruno Haible  <bruno@clisp.org>
37480
37481         * modules/fseterr-tests: New file.
37482         * tests/test-fseterr.c: New file.
37483
37484         * modules/fseterr: New file.
37485         * lib/fseterr.h: New file.
37486         * lib/fseterr.c: New file.
37487
37488 2007-03-08  Bruno Haible  <bruno@clisp.org>
37489
37490         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37491         * lib/getopt_.h: Likewise.
37492         * lib/mbswidth.h: Likewise.
37493         * lib/setenv.h: Likewise.
37494         * lib/vasnprintf.h: Likewise.
37495         * lib/vasprintf.h: Likewise.
37496         * lib/verror.h: Likewise.
37497         * lib/xsetenv.h: Likewise.
37498         * lib/xvasprintf.h: Likewise.
37499
37500 2007-03-08  Jim Meyering  <jim@meyering.net>
37501
37502         * users.txt: Add parted.
37503
37504         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37505
37506 2007-03-07  Bruno Haible  <bruno@clisp.org>
37507
37508         * m4/printf.m4: Make the shell script snippets copy&pastable.
37509
37510 2007-03-02  Bruno Haible  <bruno@clisp.org>
37511
37512         * lib/netinet_in_.h: New file.
37513         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37514         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37515         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37516         (Depends-on): Add absolute-header.
37517         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37518         into netinet/in.h.
37519
37520 2007-03-03  Bruno Haible  <bruno@clisp.org>
37521
37522         * lib/sys_select_.h: New file.
37523         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37524         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37525         * modules/sys_select (Files): Add lib/sys_select_.h.
37526         (Depends-on): Add absolute-header.
37527         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37528         into sys/select.h.
37529
37530 2007-03-02  Bruno Haible  <bruno@clisp.org>
37531
37532         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37533         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37534         values.
37535         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37536         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37537         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37538         * modules/sys_socket (Depends-on): Add absolute-header.
37539         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37540         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37541         (Include): Remove requirement of inclusion of <sys/types.h>.
37542
37543 2007-03-02  Bruno Haible  <bruno@clisp.org>
37544
37545         * lib/byteswap_.h (bswap_32): Fix formula.
37546
37547 2007-03-06  Bruno Haible  <bruno@clisp.org>
37548
37549         * modules/sprintf-posix-tests: New file.
37550         * tests/test-sprintf-posix.c: New file.
37551
37552         * modules/sprintf-posix: New file.
37553         * lib/sprintf.c: New file.
37554         * m4/sprintf-posix.m4: New file.
37555         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37556         REPLACE_SPRINTF.
37557         * lib/stdio_.h (sprintf): New declaration.
37558         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37559         REPLACE_SPRINTF.
37560
37561 2007-03-06  Bruno Haible  <bruno@clisp.org>
37562
37563         * modules/vsprintf-posix-tests: New file.
37564         * tests/test-vsprintf-posix.c: New file.
37565         * tests/test-sprintf-posix.h: New file.
37566
37567         * modules/vsprintf-posix: New file.
37568         * lib/vsprintf.c: New file.
37569         * m4/vsprintf-posix.m4: New file.
37570         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37571         REPLACE_VSPRINTF.
37572         * lib/stdio_.h (vsprintf): New declaration.
37573         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37574         REPLACE_VSPRINTF.
37575
37576 2007-03-06  Bruno Haible  <bruno@clisp.org>
37577
37578         * modules/vsnprintf (Depend-on): Remove minmax.
37579
37580 2007-03-06  Bruno Haible  <bruno@clisp.org>
37581
37582         * modules/snprintf-posix-tests: New file.
37583         * tests/test-snprintf-posix.c: New file.
37584
37585         * modules/snprintf-posix: New file.
37586         * m4/snprintf-posix.m4: New file.
37587         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37588         gl_FUNC_SNPRINTF.
37589         (gl_FUNC_SNPRINTF): Invoke it.
37590         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37591         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37592         is set.
37593         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37594
37595 2007-03-06  Bruno Haible  <bruno@clisp.org>
37596
37597         * modules/vsnprintf-posix-tests: New file.
37598         * tests/test-vsnprintf-posix.c: New file.
37599         * tests/test-snprintf-posix.h: New file.
37600
37601         * modules/vsnprintf-posix: New file.
37602         * m4/vsnprintf-posix.m4: New file.
37603         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37604         gl_FUNC_VSNPRINTF.
37605         (gl_FUNC_VSNPRINTF): Invoke it.
37606         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37607         * lib/stdio_.h (vsnprintf): Define as a replacement if
37608         REPLACE_VSNPRINTF is set.
37609         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37610
37611 2007-03-06  Bruno Haible  <bruno@clisp.org>
37612
37613         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37614         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37615
37616 2007-03-06  Bruno Haible  <bruno@clisp.org>
37617
37618         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37619         (asinl): Declare also if HAVE_DECL_ASINL is set.
37620         (atanl): Declare also if HAVE_DECL_ATANL is set.
37621         (ceill): Declare also if HAVE_DECL_CEILL is set.
37622         (cosl): Declare also if HAVE_DECL_COSL is set.
37623         (expl): Declare also if HAVE_DECL_EXPL is set.
37624         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37625         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37626         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37627         (logl): Declare also if HAVE_DECL_LOGL is set.
37628         (sinl): Declare also if HAVE_DECL_SINL is set.
37629         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37630         (tanl): Declare also if HAVE_DECL_TANL is set.
37631         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37632         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37633         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37634         declaration of frexpl, ldexpl.
37635         * modules/printf-frexpl (Depends-on): Add math.
37636         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37637
37638 2007-03-05  Bruno Haible  <bruno@clisp.org>
37639
37640         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37641         frexpl and ldexpl are declared.
37642         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37643
37644 2007-03-05  Bruno Haible  <bruno@clisp.org>
37645
37646         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37647         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37648
37649 2007-03-05  Bruno Haible  <bruno@clisp.org>
37650
37651         * lib/stdio_.h: Include <stddef.h>.
37652
37653 2007-03-05  Bruno Haible  <bruno@clisp.org>
37654
37655         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37656
37657 2007-03-05  Bruno Haible  <bruno@clisp.org>
37658
37659         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37660         NetBSD 4, from Ralf Wildenhues.
37661
37662 2007-03-04  Bruno Haible  <bruno@clisp.org>
37663
37664         * lib/vasprintf.h: Update #if logic for the case when the functions
37665         exist but are overridden.
37666
37667 2007-03-04  Bruno Haible  <bruno@clisp.org>
37668
37669         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37670         implementations: glibc-2.4 and MacOS X 10.3.
37671         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37672         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37673         * tests/test-vasprintf-posix.c (test_function): Likewise.
37674
37675 2007-03-04  Bruno Haible  <bruno@clisp.org>
37676
37677         * modules/vasprintf-posix-tests: New file.
37678         * tests/test-vasprintf-posix.c: New file.
37679
37680         * modules/vasprintf-posix: New file.
37681         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37682         defined.
37683         * m4/vasprintf-posix.m4: New file.
37684         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37685         gl_FUNC_VASPRINTF.
37686         (gl_FUNC_VASPRINTF): Invoke it.
37687         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37688         here.
37689         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37690
37691 2007-03-04  Bruno Haible  <bruno@clisp.org>
37692
37693         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37694         REPLACE_GETTIMEOFDAY.
37695         * modules/sys_time (Makefile.am): Likewise.
37696         * m4/sys_time_h.m4: Likewise.
37697         * m4/gettimeofday.m4: Likewise.
37698
37699 2007-03-04  Bruno Haible  <bruno@clisp.org>
37700
37701         * modules/vasnprintf-posix-tests: New file.
37702         * tests/test-vasnprintf-posix.c: New file.
37703
37704         * modules/vasnprintf-posix: New file.
37705         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37706         printf-frexpl.h.
37707         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37708         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37709         REPLACE_VASNPRINTF is defined.
37710         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37711         gl_FUNC_VASNPRINTF.
37712         (gl_FUNC_VASNPRINTF): Invoke it.
37713         * m4/vasnprintf-posix.m4: New file.
37714         * m4/printf.m4: New file.
37715
37716 2007-03-04  Bruno Haible  <bruno@clisp.org>
37717
37718         Compile progreloc.c only if --enable-relocatable is specified.
37719         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37720         if --enable-relocatable was specified.
37721         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37722         lib_SOURCES.
37723
37724 2007-03-04  Jim Meyering  <jim@meyering.net>
37725
37726         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37727         Use it consistently, rather than enumerating errno constants.
37728
37729 2007-03-04  Bruno Haible  <bruno@clisp.org>
37730
37731         * modules/xvasprintf-tests: New file.
37732         * tests/test-xvasprintf.c: New file.
37733
37734         * modules/vasprintf-tests: New file.
37735         * tests/test-vasprintf.c: New file.
37736
37737         * modules/vasnprintf-tests: New file.
37738         * tests/test-vasnprintf.c: New file.
37739
37740         * modules/vsnprintf-tests: New file.
37741         * tests/test-vsnprintf.c: New file.
37742
37743         * modules/snprintf-tests: New file.
37744         * tests/test-snprintf.c: New file.
37745
37746 2007-03-04  Bruno Haible  <bruno@clisp.org>
37747
37748         Compile relocatable.c only if --enable-relocatable is specified.
37749         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37750         gl_RELOCATABLE_LIBRARY.
37751         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37752         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37753         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37754         gl_RELOCATABLE_LIBRARY.
37755         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37756         (Makefile.am): Remove lib_SOURCES.
37757         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37758         gl_RELOCATABLE_LIBRARY.
37759         (Makefile.am): Remove lib_SOURCES.
37760         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37761         always.
37762         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37763         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37764
37765 2007-03-04  Bruno Haible  <bruno@clisp.org>
37766
37767         * modules/argmatch-tests: New file.
37768         * tests/test-argmatch.c: New file.
37769
37770         * tests/test-allocsa.c (main): Halve the number of loop runs.
37771
37772         * modules/alloca-opt-tests: New file.
37773         * tests/test-alloca-opt.c: New file.
37774
37775 2007-03-04  Jim Meyering  <jim@meyering.net>
37776
37777         Work around difference between Linux ACLs and Solaris 10 ZFS.
37778         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37779         for EINVAL.
37780
37781 2007-03-03  Bruno Haible  <bruno@clisp.org>
37782
37783         * modules/relocatable-prog (Depends-on): Add back progreloc's
37784         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37785
37786 2007-03-03  Bruno Haible  <bruno@clisp.org>
37787
37788         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37789         * modules/relocatable-lib: New file.
37790
37791 2007-03-03  Bruno Haible  <bruno@clisp.org>
37792
37793         * modules/relocatable-prog: Renamed from modules/relocatable.
37794         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37795
37796 2007-03-03  Bruno Haible  <bruno@clisp.org>
37797
37798         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37799         m4/relocatable-lib.m4.
37800         (Depends-on): Remove 'relocatable'.
37801         (configure.ac): Add gl_RELOCATABLE_NOP.
37802
37803 2007-03-03  Bruno Haible  <bruno@clisp.org>
37804
37805         * modules/relocatable-prog-wrapper: New file.
37806         * modules/relocatable (Depends-on): Add it. Remove all other
37807         dependencies except progname.
37808         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37809
37810         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37811         (gl_FUNC_STRERROR): Nop.
37812         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37813
37814         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37815         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37816
37817         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37818         (gl_FUNC_READLINK): Update.
37819
37820         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37821
37822 2007-03-03  Bruno Haible  <bruno@clisp.org>
37823
37824         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37825         * modules/xreadlink (Depends-on): Add unistd.
37826         * modules/xreadlink-with-size (Depends-on): Likewise.
37827
37828 2007-03-03  Bruno Haible  <bruno@clisp.org>
37829
37830         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37831         extracted from gt_FUNC_SETENV.
37832         (gt_FUNC_SETENV): Remove macro.
37833         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37834         remove gt_FUNC_SETENV.
37835
37836 2007-03-03  Bruno Haible  <bruno@clisp.org>
37837
37838         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37839         ENABLE_RELOCATABLE here.
37840         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37841
37842 2007-03-03  Bruno Haible  <bruno@clisp.org>
37843
37844         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37845         * tests/test-rbtreehash_list.c: Include progname.h.
37846         (main): Call set_program_name.
37847
37848         * modules/rbtree-oset-tests (Depends-on): Add progname.
37849         * tests/test-rbtree_oset.c: Include progname.h.
37850         (main): Call set_program_name.
37851
37852         * modules/rbtree-list-tests (Depends-on): Add progname.
37853         * tests/test-rbtree_list.c: Include progname.h.
37854         (main): Call set_program_name.
37855
37856         * modules/linked-list-tests (Depends-on): Add progname.
37857         * tests/test-linked_list.c: Include progname.h.
37858         (main): Call set_program_name.
37859
37860 2007-03-03  Bruno Haible  <bruno@clisp.org>
37861
37862         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37863         All uses of __restrict changed to _Restrict_.
37864         * lib/glob_.h (__restrict): Remove macro.
37865
37866 2007-03-02  Bruno Haible  <bruno@clisp.org>
37867
37868         * modules/gettext (configure.ac): Require gettext infrastructure
37869         from version 0.16.1.
37870
37871 2007-03-02  Bruno Haible  <bruno@clisp.org>
37872
37873         * modules/linkedhash-list-tests (Depends-on): Add progname.
37874         * tests/test-linkedhash_list.c: Include progname.h.
37875         (main): Call set_program_name.
37876
37877         * modules/carray-list-tests (Depends-on): Add progname.
37878         * tests/test-carray_list.c: Include progname.h.
37879         (main): Call set_program_name.
37880
37881         * modules/avltreehash-list-tests (Depends-on): Add progname.
37882         * tests/test-avltreehash_list.c: Include progname.h.
37883         (main): Call set_program_name.
37884
37885         * modules/avltree-oset-tests (Depends-on): Add progname.
37886         * tests/test-avltree_oset.c: Include progname.h.
37887         (main): Call set_program_name.
37888
37889         * modules/avltree-list-tests (Depends-on): Add progname.
37890         * tests/test-avltree_list.c: Include progname.h.
37891         (main): Call set_program_name.
37892
37893         * modules/array-oset-tests (Depends-on): Add progname.
37894         * tests/test-array_oset.c: Include progname.h.
37895         (main): Call set_program_name.
37896
37897         * modules/array-list-tests (Depends-on): Add progname.
37898         * tests/test-array_list.c: Include progname.h.
37899         (main): Call set_program_name.
37900
37901         * modules/argp-tests (Depends-on): Add progname.
37902         * tests/test-argp.c: Include argp.h first. Include progname.h.
37903         (main): Call set_program_name.
37904
37905 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37906
37907         * doc/gnulib-tool.texi (Initial import): Reword description of
37908         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37909         limited effect even if defined after the first system include.
37910
37911 2007-03-01  Bruno Haible  <bruno@clisp.org>
37912
37913         * build-aux/config.libpath: Update to libtool-1.5.22.
37914         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37915
37916 2007-03-01  Bruno Haible  <bruno@clisp.org>
37917
37918         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37919         foo_CFLAGS.
37920         Reported by Ralf Wildenhues.
37921
37922 2007-03-01  Bruno Haible  <bruno@clisp.org>
37923
37924         * build-aux/install-reloc: Remove object files left over by some
37925         compilers.
37926         Reported by Ralf Wildenhues.
37927
37928 2007-03-01  Bruno Haible  <bruno@clisp.org>
37929
37930         * build-aux/install-reloc: Break long lines.
37931
37932 2007-03-01  Bruno Haible  <bruno@clisp.org>
37933
37934         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37935         Reported by Ralf Wildenhues.
37936
37937 2007-03-01  Bruno Haible  <bruno@clisp.org>
37938
37939         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37940         include ordering constraints.
37941
37942 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37943
37944         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37945         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37946         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37947         as another example.
37948         * lib/time_.h: Fix misspelling.
37949         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37950         Require gl_HEADER_TIME_H_DEFAULTS.
37951         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37952         * m4/time_r.m4 (gl_TIME_R): Likewise.
37953         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37954
37955 2007-03-01  Bruno Haible  <bruno@clisp.org>
37956
37957         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37958         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37959
37960 2007-03-01  Jim Meyering  <jim@meyering.net>
37961
37962         * modules/xreadlink (Maintainer): Add my name.
37963         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37964
37965 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37966             Bruno Haible  <bruno@clisp.org>
37967
37968         * build-aux/install-reloc: Compile also c-ctype.c.
37969         * build-aux/relocatable.sh.in: New file.
37970         * doc/relocatable.texi: New file.
37971         * doc/relocatable-maint.texi: New file.
37972         * doc/gnulib.texi: Include relocatable-maint.texi.
37973         * lib/progreloc.c: Include unistd.h unconditionally.
37974         * lib/relocwrapper.c: Include unistd.h unconditionally.
37975         Include c-ctype.h.
37976         (add_dotbin): Use c_tolower.
37977         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37978         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37979         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37980         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37981         to m4/relocatable-lib.m4.
37982         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37983         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37984         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37985         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37986         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37987         * modules/relocatable: New file.
37988         * modules/relocatable-lib: New file.
37989         * modules/relocatable-script: New file.
37990
37991 2007-02-28  Bruno Haible  <bruno@clisp.org>
37992
37993         Import --enable-relocatable infrastructure.
37994         * build-aux/config.libpath: New file, from GNU gettext.
37995         * build-aux/install-reloc: New file, from GNU gettext.
37996         * build-aux/reloc-ldflags: New file, from GNU gettext.
37997         * lib/relocatable.h: New file, from GNU gettext.
37998         * lib/relocatable.c: New file, from GNU gettext.
37999         * lib/relocwrapper.c: New file, from GNU gettext.
38000         * m4/relocatable.m4: New file, from GNU gettext.
38001
38002 2007-02-28  Bruno Haible  <bruno@clisp.org>
38003
38004         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
38005
38006         * modules/xreadlink: New file, from GNU gettext with modifications.
38007         * lib/xreadlink.c: New file, from GNU gettext.
38008         * lib/xreadlink.h: Add comments.
38009         (xreadlink): New declaration.
38010
38011         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
38012         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
38013         lib/xreadlink-with-size.c.
38014         (configure.ac): Remove gl_XREADLINK invocation.
38015         (Makefile.am): Augment lib_SOURCES.
38016         * m4/xreadlink.m4: Remove file.
38017         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
38018         (xreadlink_with_size): Renamed from xreadink.
38019         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
38020         * modules/canonicalize (Depends-on): Replace xreadlink with
38021         xreadlink-with-size.
38022         * lib/canonicalize.c (canonicalize_filename_mode): Update.
38023
38024 2007-02-25  Jim Meyering  <jim@meyering.net>
38025
38026         * build-aux/announce-gen: When complaining about excess arguments,
38027         list them.
38028
38029 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38030
38031         * README: Document signed integer overflow situation more
38032         accurately.
38033
38034 2007-02-25  Bruno Haible  <bruno@clisp.org>
38035
38036         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
38037         'a' or 'A' conversion.
38038
38039 2007-02-25  Bruno Haible  <bruno@clisp.org>
38040
38041         * modules/filename: Renamed from modules/pathname.
38042         (Files): Replace lib/pathname.h with lib/filename.h. Replace
38043         lib/concatpath.c with lib/concat-filename.c.
38044         (Makefile.am): Update.
38045         (Include): Replace pathname.h with filename.h.
38046         * lib/filename.h: Renamed from lib/pathname.h.
38047         (concatenated_filename): Renamed from concatenated_pathname.
38048         * lib/concat-filename.c: Renamed from lib/concatpath.c.
38049         (concatenated_filename): Renamed from concatenated_pathname.
38050         * lib/findprog.c: Include filename.h instead of pathname.h.
38051         (find_in_path): Update.
38052         * lib/javacomp.c: Include filename.h instead of pathname.h.
38053         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
38054         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
38055         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
38056         is_oldgcj_14_13_usable, is_javac_usable): Update.
38057         * lib/javaexec.c: Include filename.h instead of pathname.h.
38058         (execute_java_class): Update.
38059         * modules/findprog: Update.
38060         * modules/javacomp: Update.
38061         * modules/javaexec: Update.
38062         * MODULES.html.sh (File system functions): Add 'filename', remove
38063         'pathname'.
38064
38065 2007-02-25  Bruno Haible  <bruno@clisp.org>
38066
38067         * modules/printf-frexpl-tests: New file.
38068         * tests/test-printf-frexpl.c: New file.
38069
38070         * modules/printf-frexpl: New file.
38071         * lib/printf-frexpl.h: New file.
38072         * lib/printf-frexpl.c: New file.
38073         * m4/printf-frexpl.m4: New file.
38074
38075 2007-02-25  Bruno Haible  <bruno@clisp.org>
38076
38077         * modules/printf-frexp-tests: New file.
38078         * tests/test-printf-frexp.c: New file.
38079
38080         * modules/printf-frexp: New file.
38081         * lib/printf-frexp.h: New file.
38082         * lib/printf-frexp.c: New file.
38083         * m4/printf-frexp.m4: New file.
38084
38085 2007-02-25  Bruno Haible  <bruno@clisp.org>
38086
38087         Assume automake >= 1.10 for the tests.
38088         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
38089         * modules/arctwo-tests: Likewise.
38090         * modules/argp-tests: Likewise.
38091         * modules/avltree-list-tests: Likewise.
38092         * modules/avltree-oset-tests: Likewise.
38093         * modules/avltreehash-list-tests: Likewise.
38094         * modules/carray-list-tests: Likewise.
38095         * modules/crc-tests: Likewise.
38096         * modules/des-tests: Likewise.
38097         * modules/gc-arcfour-tests: Likewise.
38098         * modules/gc-arctwo-tests: Likewise.
38099         * modules/gc-des-tests: Likewise.
38100         * modules/gc-hmac-md5-tests: Likewise.
38101         * modules/gc-hmac-sha1-tests: Likewise.
38102         * modules/gc-md2-tests: Likewise.
38103         * modules/gc-md4-tests: Likewise.
38104         * modules/gc-md5-tests: Likewise.
38105         * modules/gc-pbkdf2-sha1-tests: Likewise.
38106         * modules/gc-rijndael-tests: Likewise.
38107         * modules/gc-sha1-tests: Likewise.
38108         * modules/gc-tests: Likewise.
38109         * modules/getaddrinfo-tests: Likewise.
38110         * modules/hmac-md5-tests: Likewise.
38111         * modules/hmac-sha1-tests: Likewise.
38112         * modules/linked-list-tests: Likewise.
38113         * modules/linkedhash-list-tests: Likewise.
38114         * modules/lock-tests: Likewise.
38115         * modules/md2-tests: Likewise.
38116         * modules/md4-tests: Likewise.
38117         * modules/md5-tests: Likewise.
38118         * modules/rbtree-list-tests: Likewise.
38119         * modules/rbtree-oset-tests: Likewise.
38120         * modules/rbtreehash-list-tests: Likewise.
38121         * modules/read-file-tests: Likewise.
38122         * modules/rijndael-tests: Likewise.
38123         * modules/stdint-tests: Likewise.
38124         * modules/tls-tests: Likewise.
38125
38126 2007-02-24  Bruno Haible  <bruno@clisp.org>
38127
38128         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
38129         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
38130         function; instead check whether isnan with a double argument links.
38131         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
38132         function; instead check whether isnan with a 'long double' argument
38133         links.
38134         Reported by Eric Blake <ebb9@byu.net>.
38135
38136 2007-02-24  Bruno Haible  <bruno@clisp.org>
38137
38138         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
38139         defined.
38140         * lib/isnanl.c: Remove all code. Just include isnan.c.
38141         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
38142
38143 2007-02-25  Jim Meyering  <jim@meyering.net>
38144
38145         Avoid conflicting types for 'unsetenv' on FreeBSD.
38146         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
38147         conflicting with FreeBSD's (5.0 and 6.1) function declaration
38148         in stdlib.h.
38149
38150 2007-02-24  Bruno Haible  <bruno@clisp.org>
38151
38152         * modules/isnanl-nolibm-tests: New file.
38153         * tests/test-isnanl.c: New file.
38154
38155         * modules/isnanl-nolibm: New file.
38156         * lib/isnanl.h: New file.
38157         * lib/isnanl.c: New file.
38158         * m4/isnanl.m4: New file.
38159
38160 2007-02-24  Bruno Haible  <bruno@clisp.org>
38161
38162         * modules/isnan-nolibm-tests: New file.
38163         * tests/test-isnan.c: New file.
38164
38165         * modules/isnan-nolibm: New file.
38166         * lib/isnan.h: New file.
38167         * lib/isnan.c: New file.
38168         * m4/isnan.m4: New file.
38169
38170 2007-02-24  Bruno Haible  <bruno@clisp.org>
38171
38172         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
38173         assume that an exponent fits in 20 bits.
38174
38175 2007-02-24  Jim Meyering  <jim@meyering.net>
38176
38177         * m4/regex.m4: Update the description of the configure-time option,
38178         --without-included-regex, to state accurately what the defaults are,
38179         and perhaps to give people an idea why using this option is risky.
38180
38181 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38182
38183         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
38184         loops on small arguments.  This attempts to avoid the problem
38185         Bruno Haible reported for AIX 4.3.2 in
38186         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
38187
38188 2007-02-23  Bruno Haible  <bruno@clisp.org>
38189
38190         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
38191         Needed for help2man.
38192
38193 2007-02-23  Karl Berry  <karl@gnu.org>
38194
38195         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
38196         exists, foo.h should be cvs-ignored, not committed.
38197
38198 2007-02-23  Eric Blake  <ebb9@byu.net>
38199
38200         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
38201         * lib/stat-time.h (includes): Likewise.
38202         * lib/utimecmp.c (includes): Likewise.
38203         * lib/utimens.h (includes): Likewise.
38204         * lib/getdate.y (includes): Also include "timespec.h" for use
38205         internal to the module.
38206         * modules/utimens (Depends-on): Revert yesterday's patch.
38207         * modules/nanosleep (Depends-on): Add missing dependency.
38208
38209 2007-02-22  Bruno Haible  <bruno@clisp.org>
38210
38211         * lib/glob.c: Don't include getlogin_r.h.
38212
38213 2007-02-22  Jim Meyering  <jim@meyering.net>
38214
38215         * modules/utimens (Depends-on): Add timespec, required for
38216         utimens.h's inclusion of timespec.h.
38217
38218 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
38219
38220         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
38221         long unreadable paths in GNU/Linux.  Problem reported by Andreas
38222         Schwab in
38223         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
38224         I'll try to think of a better way to fix the Solaris problem.
38225
38226         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
38227         like glibc; on Solaris 10, it fails with errno == EINVAL.
38228         POSIX says the behavior is unspecified if the first argument is NULL,
38229         so play it safe and never pass NULL to the system getcwd.
38230
38231 2007-02-21  Jim Meyering  <jim@meyering.net>
38232
38233         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
38234         of gettimeofday.  It would conflict with the one now always
38235         provided via sys_time_.h.  Reported by Matthew Woehlke, as
38236         an IRIX 6.5 build failure.
38237
38238 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38239
38240         Minor fixups to port to Solaris 10 with Sun C 5.8.
38241         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38242         * modules/getcwd (Depends-on): Add dirfd.
38243         * lib/putenv.c (putenv): #undef it.
38244         (rpl_putenv): New decl.
38245         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38246
38247 2007-02-20  Bruno Haible  <bruno@clisp.org>
38248
38249         * modules/stdio-tests: New file.
38250         * tests/test-stdio.c: New file.
38251
38252         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38253         (Depends-on): Add stdio.
38254         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38255         (Include): Use <stdio.h> instead of vsnprintf.h.
38256         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38257         HAVE_DECL_VSNPRINTF.
38258         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38259
38260         * modules/snprintf (Files): Remove lib/snprintf.h.
38261         (Depends-on): Add stdio.
38262         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38263         (Include): Use <stdio.h> instead of snprintf.h.
38264         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38265         HAVE_DECL_SNPRINTF.
38266         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
38267         * lib/getaddrinfo.c: Likewise.
38268
38269         * modules/stdio: New file.
38270         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
38271         * lib/snprintf.h: Remove file.
38272         * lib/vsnprintf.h: Remove file.
38273         * lib/.cppi-disable: Remove snprintf.h.
38274         * m4/stdio_h.m4: New file.
38275         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
38276
38277 2007-02-20  Jim Meyering  <jim@meyering.net>
38278
38279         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
38280         used by e.g., mingw.  From Bruno Haible.
38281
38282 2007-02-19  Bruno Haible  <bruno@clisp.org>
38283
38284         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
38285         warnings.
38286         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38287
38288 2007-02-19  Bruno Haible  <bruno@clisp.org>
38289
38290         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
38291         from mingw users.
38292
38293 2007-02-19  Bruno Haible  <bruno@clisp.org>
38294
38295         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
38296         warnings.
38297         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
38298
38299 2007-02-19  Jim Meyering  <jim@meyering.net>
38300
38301         Don't use FD after a successful "fdopendir (fd)".
38302         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
38303         Reset it by calling dirfd on the just-obtained DIR*.
38304
38305         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38306         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38307
38308 2007-02-18  Bruno Haible  <bruno@clisp.org>
38309
38310         * lib/readlink.c: Include <unistd.h>.
38311         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38312         HAVE_READLINK.
38313         * modules/readlink (Depends-on): Add unistd.
38314         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38315         (Include): Add <unistd.h>.
38316
38317         * lib/getlogin_r.h: Remove file.
38318         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38319         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38320         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38321         HAVE_DECL_GETLOGIN_R.
38322         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38323         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38324         (Include): Use <unistd.h> instead of getlogin_r.h.
38325
38326         * lib/getcwd.h: Remove file.
38327         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38328         * lib/xgetcwd.c: Likewise.
38329         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38330         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38331         * modules/getcwd (Files): Remove lib/getcwd.h.
38332         (Depends-on): Add unistd.
38333         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38334         (Include): Use <unistd.h> instad of getcwd.h.
38335
38336         * lib/ftruncate.c: Include <unistd.h> first.
38337         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38338         Set HAVE_FTRUNCATE.
38339         * modules/ftruncate (Depends-on): Add unistd.
38340         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38341
38342         * lib/fchdir.c: Include <unistd.h> first.
38343         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38344         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38345         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38346         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38347         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38348
38349         * lib/dup2.c: Include <unistd.h> first.
38350         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38351         HAVE_DUP2.
38352         * modules/dup2 (Depends-on): Add unistd.
38353         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38354
38355         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38356         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38357         REPLACE_CHOWN. Don't define chown as a macro here.
38358         * modules/chown (Depends-on): Add unistd.
38359         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38360
38361         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38362         Add definition for GL_LINK_WARNING.
38363         (chown, dup2): New declarations.
38364         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38365         link warning.
38366         (ftruncate): New declaration.
38367         (getcwd): New declaration, taken from old getcwd.h.
38368         (getlogin_r): New declaration, taken from old getlogin_r.h.
38369         (readlink): New declaration.
38370         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38371         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38372         (gl_PREREQ_UNISTD): Remove macro.
38373         (gl_UNISTD_MODULE_INDICATOR): New macro.
38374         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38375         many new variables. Don't set UNISTD_H.
38376         * modules/unistd (Description): Change.
38377         (Depends-on): Add link-warning.
38378         (configure.ac): Update.
38379         (Makefile.am): Create unistd.h always. Substitute many new variables
38380         into it.
38381
38382 2007-02-18  Bruno Haible  <bruno@clisp.org>
38383
38384         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38385         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38386         HAVE_GETSUBOPT.
38387         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38388         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38389         * lib/getsubopt.h: Remove file.
38390         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38391         (Depends-on): Add stdlib.
38392         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38393         (Includes): Use <stdlib.h> instead of getsubopt.h.
38394         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38395         Set HAVE_GETSUBOPT.
38396         * lib/getsubopt.c: Don't include getsubopt.h.
38397
38398 2007-02-18  Bruno Haible  <bruno@clisp.org>
38399
38400         * modules/fchdir (Depends-on): Add dup2.
38401
38402 2007-02-18  Bruno Haible  <bruno@clisp.org>
38403
38404         * lib/stdlib_.h: Handle glibc's special invocation convention
38405         specially.
38406
38407 2007-02-18  Bruno Haible  <bruno@clisp.org>
38408
38409         * modules/stdlib-tests: New file.
38410         * tests/test-stdlib.c: New file.
38411
38412         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38413         (Depends-on): Add stdlib.
38414         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38415         (Includes): Use <stdlib.h> instead of mkstemp.h.
38416         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38417         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38418         * lib/mkstemp.c: Don't include mkstemp.h.
38419         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38420         * lib/stdlib--.h: Don't include mkstemp.h.
38421
38422         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38423         (Depends-on): Add stdlib.
38424         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38425         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38426         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38427         HAVE_MKDTEMP.
38428         * lib/mkdtemp.c: Don't include mkdtemp.h.
38429         * lib/clean-temp.c: Don't include mkdtemp.h.
38430
38431         * modules/exit (Files): Remove lib/exit.h.
38432         (Depends-on): Add stdlib.
38433         (Makefile.am): Remove lib_SOURCES.
38434         (Include): Use <stdlib.h> instead of exit.h.
38435         * lib/argmatch.c: Don't include exit.h.
38436         * lib/execute.c: Likewise.
38437         * lib/pagealign_alloc.c: Likewise.
38438         * lib/pipe.c: Likewise.
38439         * lib/wait-process.c: Likewise.
38440         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38441         * lib/exitfail.c: Likewise.
38442         * lib/savewd.c: Likewise.
38443         * lib/xsetenv.c: Likewise.
38444
38445         * modules/stdlib: New file.
38446         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38447         and extra comments about mkstemp().
38448         * lib/exit.h: Remove file.
38449         * lib/mkdtemp.h: Remove file.
38450         * lib/mkstemp.h: Remove file.
38451         * m4/stdlib_h.m4: New file.
38452         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38453
38454 2007-02-18  Bruno Haible  <bruno@clisp.org>
38455
38456         * modules/math-tests: New file.
38457         * tests/test-math.c: New file.
38458
38459         * modules/math: New file.
38460         * modules/mathl (Files): Remove lib/mathl.h.
38461         (Depends-on): Add math.
38462         (Makefile.am): Don't mention mathl.h.
38463         (Include): Use <math.h> instead of mathl.h.
38464         * lib/math_.h: New file.
38465         * lib/mathl.h: Remove file.
38466         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38467         mathl.h.
38468         * lib/asinl.c: Likewise.
38469         * lib/atanl.c: Likewise.
38470         * lib/ceill.c: Likewise.
38471         * lib/cosl.c: Likewise.
38472         * lib/expl.c: Likewise.
38473         * lib/floorl.c: Likewise.
38474         * lib/frexpl.c: Likewise.
38475         * lib/ldexpl.c: Likewise.
38476         * lib/logl.c: Likewise.
38477         * lib/sincosl.c: Likewise.
38478         * lib/sinl.c: Likewise.
38479         * lib/sqrtl.c: Likewise.
38480         * lib/tanl.c: Likewise.
38481         * lib/trigl.c: Likewise.
38482         * m4/math_h.m4: New file.
38483         * MODULES.html.sh (Mathematics): Add math.
38484
38485 2007-02-17  Bruno Haible  <bruno@clisp.org>
38486
38487         * modules/wctype-tests: New file.
38488         * tests/test-wctype.c: New file.
38489
38490         * modules/wchar-tests: New file.
38491         * tests/test-wchar.c: New file.
38492
38493         * modules/unistd-tests: New file.
38494         * tests/test-unistd.c: New file.
38495
38496         * modules/time-tests: New file.
38497         * tests/test-time.c: New file.
38498
38499         * modules/sysexits-tests: New file.
38500         * tests/test-sysexits.c: New file.
38501
38502         * modules/sys_time-tests: New file.
38503         * tests/test-sys_time.c: New file.
38504
38505         * modules/sys_stat-tests: New file.
38506         * tests/test-sys_stat.c: New file.
38507
38508         * modules/sys_socket-tests: New file.
38509         * tests/test-sys_socket.c: New file.
38510
38511         * modules/sys_select-tests: New file.
38512         * tests/test-sys_select.c: New file.
38513
38514         * modules/string-tests: New file.
38515         * tests/test-string.c: New file.
38516
38517         * modules/stdbool-tests: New file.
38518         * tests/test-stdbool.c: New file.
38519
38520         * modules/netinet_in-tests: New file.
38521         * tests/test-netinet_in.c: New file.
38522
38523         * modules/inttypes-tests: New file.
38524         * tests/test-inttypes.c: New file.
38525
38526         * modules/fcntl-tests: New file.
38527         * tests/test-fcntl.c: New file.
38528
38529         * modules/byteswap-tests: New file.
38530         * tests/test-byteswap.c: New file.
38531
38532         * modules/arpa_inet-tests: New file.
38533         * tests/test-arpa_inet.c: New file.
38534
38535 2007-02-17  Bruno Haible  <bruno@clisp.org>
38536
38537         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38538         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38539         if the corresponding module is not enabled. Emit link warnings if
38540         the function is used nevertheless.
38541         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38542         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38543         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38544         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38545         * modules/inttypes (Depends-on): Add link-warning.
38546         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38547         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38548         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38549         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38550         * modules/imaxdiv (configure.ac): Likewise.
38551         * modules/strtoimax (configure.ac): Likewise.
38552         * modules/strtoumax (configure.ac): Likewise.
38553
38554 2007-02-17  Bruno Haible  <bruno@clisp.org>
38555
38556         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38557         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38558         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38559         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38560
38561 2007-02-17  Bruno Haible  <bruno@clisp.org>
38562
38563         * modules/link-warning: New file.
38564         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38565         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38566         * modules/string (Depends-on): Add link-warning.
38567         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38568         string.h.
38569         * MODULES.html.sh (Support for building libraries and executables): Add
38570         link-warning.
38571
38572 2007-02-17  Bruno Haible  <bruno@clisp.org>
38573
38574         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38575         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38576         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38577         long lines.
38578
38579 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38580             Bruno Haible  <bruno@clisp.org>
38581
38582         * modules/tmpfile: New file.
38583         * lib/tmpfile.c: New file.
38584         * m4/tmpfile.m4: New file.
38585         * MODULES.html.sh (func_all_modules): New section "Input/output".
38586
38587 2007-02-15  Bruno Haible  <bruno@clisp.org>
38588
38589         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38590         (supports_delete_on_close): New function.
38591         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38592
38593 2007-02-14  Bruno Haible  <bruno@clisp.org>
38594
38595         * modules/mbspcasecmp-tests: New file.
38596         * tests/test-mbspcasecmp.sh: New file.
38597         * tests/test-mbspcasecmp.c: New file.
38598
38599         New module mbspcasecmp.
38600         * modules/mbspcasecmp: New file.
38601         * lib/mbspcasecmp.c: New file.
38602         * lib/string_.h (strncasecmp): Change warning message.
38603         (mbspcasecmp): New declaration.
38604         * m4/mbspcasecmp.m4: New file.
38605         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38606         GNULIB_MBSPCASECMP.
38607         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38608         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38609
38610 2007-02-14  Bruno Haible  <bruno@clisp.org>
38611
38612         * modules/mbsncasecmp-tests: New file.
38613         * tests/test-mbsncasecmp.sh: New file.
38614         * tests/test-mbsncasecmp.c: New file.
38615
38616         New module mbsncasecmp.
38617         * modules/mbsncasecmp: New file.
38618         * lib/mbsncasecmp.c: New file.
38619         * lib/string_.h (mbsncasecmp): New declaration.
38620         * m4/mbsncasecmp.m4: New file.
38621         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38622         GNULIB_MBSNCASECMP.
38623         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38624         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38625
38626 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38627
38628         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38629         Verify that it doesn't overlap with our flags.
38630         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38631         do not have the desired effect in multibyte locales; instead, use
38632         mbscasecmp.
38633         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38634         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38635         we don't require GNU fnmatch ourselves (if our users require it, they
38636         should do so explicitly).
38637
38638         Fix regex code so it doesn't rely on strcasecmp.
38639         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38640         Otherwise, include gnulib's langinfo.h.
38641         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38642         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38643         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38644         * modules/regex (FILES): Remove m4/codeset.m4.
38645         (Depends-on): Add localcharset.  Remove strcase.
38646
38647 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38648
38649         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38650         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38651
38652 2007-02-13  Bruno Haible  <bruno@clisp.org>
38653
38654         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38655         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38656
38657 2007-02-12  Bruno Haible  <bruno@clisp.org>
38658
38659         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38660         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38661         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38662         time warning rather than a link error.
38663
38664 2007-02-12  Bruno Haible  <bruno@clisp.org>
38665
38666         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38667         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38668         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38669
38670 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38671
38672         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38673         args, not 2.
38674
38675 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38676
38677         New module 'time', so that apps can include <time.h> as per
38678         POSIX and GNU instead of separate include files like time_r.h
38679         and timegm.h.  This implementation tries out a simpler approach
38680         for replacing decls in standard include files (as compared to
38681         the string module), somewhat as an experiment.
38682
38683         * config/srclist.txt: Comment out mktime.c for now.
38684         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38685         since it doesn't apply any more.  Use generic wording instead.
38686         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38687         'time'.
38688         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38689         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38690         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38691         Don't include <sys/types.h>; no longer needed since we assume C89.
38692         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38693         * lib/strftime.c: Likewise.
38694         * lib/time_r.c: Likewise.
38695         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38696         * lib/nanosleep.c: Include <time.h> first, to check interface.
38697         * lib/strptime.c: Likewise.
38698         * lib/time_r.c: Likewise.
38699         * lib/timegm.c: Likewise.
38700         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38701         needed.
38702         * lib/timegm.c: Don't include timegm.h; no longer needed.
38703         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38704         time.h now handles any problems in that area.
38705         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38706         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38707         that time.h defines struct timespec.
38708         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38709         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38710         handles that.
38711         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38712         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38713         needed.  Set REPLACE_LOCALTIME.
38714         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38715         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38716         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38717         nanosleep; time_h.m4 now does that.  Don't require
38718         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38719         module handles this now.
38720         * modules/getdate (Depends-on): Remove timespec.  Add time.
38721         * modules/nanosleep (Depends-on): Likewise.
38722         * modules/stat-time (Depends-on): Likewise.
38723         * modules/nanosleep (Include): Include time.h, not timespec.h.
38724         * modules/strptime (Files): Remove lib/strptime.h.
38725         (Depends-on): Add extensions, time.
38726         (Include): Include time.h, not strptime.h.
38727         * modules/time_r (Files): Remove lib/time_r.h.
38728         (Depends-on): Add time.
38729         (Include): Include time.h, not time_r.h.
38730         * modules/timegm: Likewise.
38731         * modules/timespec (Description): Now does timespec-related decls
38732         of our own, instead of struct timespec itself.
38733         (Depends-on): Add time; remove extensions.
38734         (Maintainer): Add self.
38735         * modules/utimecmp (Depends-on): Add time; remove timespec.
38736         * modules/utimens (Depends-on): Likewise.
38737         * modules/xnanosleep (Depends-on): Likewise.
38738
38739 2007-02-11  Bruno Haible  <bruno@clisp.org>
38740
38741         * lib/c-strstr.c: Include allocsa.h.
38742         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38743         * lib/c-strcasestr.c: Include allocsa.h.
38744         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38745         * lib/strcasestr.c: Include allocsa.h.
38746         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38747         * lib/mbsstr.c: Include allocsa.h.
38748         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38749         allocsa/freesa instead of malloc/free.
38750         * lib/mbscasestr.c: Include allocsa.h.
38751         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38752         allocsa/freesa instead of malloc/free.
38753         * modules/c-strstr (Depends-on): Add allocsa.
38754         * modules/c-strcasestr (Depends-on): Likewise.
38755         * modules/strcasestr (Depends-on): Likewise.
38756         * modules/mbsstr (Depends-on): Likewise.
38757         * modules/mbscasestr (Depends-on): Likewise.
38758
38759 2007-02-11  Bruno Haible  <bruno@clisp.org>
38760
38761         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38762
38763         * modules/mbsspn-tests: New file.
38764         * tests/test-mbsspn.sh: New file.
38765         * tests/test-mbsspn.c: New file.
38766
38767 2007-02-11  Bruno Haible  <bruno@clisp.org>
38768
38769         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38770
38771         * modules/mbspbrk-tests: New file.
38772         * tests/test-mbspbrk.sh: New file.
38773         * tests/test-mbspbrk.c: New file.
38774
38775 2007-02-11  Bruno Haible  <bruno@clisp.org>
38776
38777         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38778         unneeded cast.
38779
38780         * modules/mbscspn-tests: New file.
38781         * tests/test-mbscspn.sh: New file.
38782         * tests/test-mbscspn.c: New file.
38783
38784 2007-02-11  Bruno Haible  <bruno@clisp.org>
38785
38786         * modules/mbscasecmp-tests: New file.
38787         * tests/test-mbscasecmp.sh: New file.
38788         * tests/test-mbscasecmp.c: New file.
38789
38790 2007-02-11  Bruno Haible  <bruno@clisp.org>
38791
38792         Ensure O(n) worst-case complexity of mbscasestr.
38793         * lib/mbscasestr.c: Include stdbool.h.
38794         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38795         functions.
38796         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38797         the bookkeeping indicates that it's worth it.
38798         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38799
38800         * modules/mbscasestr-tests: New file.
38801         * tests/test-mbscasestr1.c: New file.
38802         * tests/test-mbscasestr2.sh: New file.
38803         * tests/test-mbscasestr2.c: New file.
38804         * tests/test-mbscasestr3.sh: New file.
38805         * tests/test-mbscasestr3.c: New file.
38806         * tests/test-mbscasestr4.sh: New file.
38807         * tests/test-mbscasestr4.c: New file.
38808         * m4/locale-tr.m4: New file.
38809
38810 2007-02-11  Bruno Haible  <bruno@clisp.org>
38811
38812         Ensure O(n) worst-case complexity of mbsstr.
38813         * lib/mbsstr.c: Include stdbool.h.
38814         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38815         functions.
38816         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38817         bookkeeping indicates that it's worth it.
38818         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38819
38820         * modules/mbsstr-tests: New file.
38821         * tests/test-mbsstr1.c: New file.
38822         * tests/test-mbsstr2.sh: New file.
38823         * tests/test-mbsstr2.c: New file.
38824         * tests/test-mbsstr3.sh: New file.
38825         * tests/test-mbsstr3.c: New file.
38826         * m4/locale-fr.m4: New file.
38827
38828 2007-02-11  Bruno Haible  <bruno@clisp.org>
38829
38830         * lib/mbsrchr.c (mbsrchr): Fix bug.
38831
38832         * modules/mbsrchr-tests: New file.
38833         * tests/test-mbsrchr.sh: New file.
38834         * tests/test-mbsrchr.c: New file.
38835
38836 2007-02-11  Bruno Haible  <bruno@clisp.org>
38837
38838         * lib/mbschr.c (mbschr): Fix bug.
38839
38840         * modules/mbschr-tests: New file.
38841         * tests/test-mbschr.sh: New file.
38842         * tests/test-mbschr.c: New file.
38843         * m4/locale-zh.m4: New file.
38844
38845 2007-02-11  Bruno Haible  <bruno@clisp.org>
38846
38847         Support for copying multibyte string iterators.
38848         * lib/mbiter.h: Include <string.h>.
38849         (mbiter_multi_copy): New function.
38850         (mbi_copy): New macro.
38851         * lib/mbuiter.h: Include <string.h>.
38852         (mbuiter_multi_copy): New function.
38853         (mbui_copy): New macro.
38854
38855 2007-02-11  Bruno Haible  <bruno@clisp.org>
38856
38857         New module mbslen.
38858         * modules/mbslen: New file.
38859         * lib/mbslen.c: New file.
38860         * lib/string_.h (mbslen): New declaration.
38861         * m4/mbslen.m4: New file.
38862         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38863         GNULIB_MBSLEN.
38864         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38865         * MODULES.html.sh (Internationalization functions): Add mbslen.
38866
38867 2007-02-11  Bruno Haible  <bruno@clisp.org>
38868
38869         Ensure O(n) worst-case complexity of strcasestr substitute.
38870         * lib/strcasestr.c: Include stdbool.h.
38871         (knuth_morris_pratt): New function.
38872         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38873         bookkeeping indicates that it's worth it.
38874         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38875
38876         * modules/strcasestr-tests: New file.
38877         * tests/test-strcasestr.c: New file.
38878
38879 2007-02-11  Bruno Haible  <bruno@clisp.org>
38880
38881         Ensure O(n) worst-case complexity of c_strcasestr.
38882         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38883         (knuth_morris_pratt): New function.
38884         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38885         the bookkeeping indicates that it's worth it.
38886         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38887
38888         * modules/c-strcasestr-tests: New file.
38889         * tests/test-c-strcasestr.c: New file.
38890
38891 2007-02-11  Bruno Haible  <bruno@clisp.org>
38892
38893         Ensure O(n) worst-case complexity of c_strstr.
38894         * lib/c-strstr.c: Include stdbool.h, string.h.
38895         (knuth_morris_pratt): New function.
38896         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38897         bookkeeping indicates that it's worth it.
38898         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38899
38900         * lib/c-strstr.c: Complete rewrite for maintainability.
38901
38902         * modules/c-strstr-tests: New file.
38903         * tests/test-c-strstr.c: New file.
38904
38905 2007-02-11  Bruno Haible  <bruno@clisp.org>
38906
38907         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38908         5.2.1 and earlier, whereby \055 was treated just like the range
38909         delimiter '-'.
38910         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38911
38912 2007-02-08  Bruno Haible  <bruno@clisp.org>
38913
38914         * modules/regex (Depends-on): Add stdbool.
38915         Reported by Dalibor Topic <robilad@kaffe.org>.
38916
38917 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38918
38919         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38920         Prefer returning from main to exiting from it.
38921         Remove unnecessary parens after sizeof.
38922
38923 2007-02-05  Bruno Haible  <bruno@clisp.org>
38924
38925         New module mbssep.
38926         * modules/mbssep: New file.
38927         * lib/mbssep.c: New file.
38928         * lib/string_.h (strsep): Add a conditional link warning.
38929         (mbssep): New declaration.
38930         * m4/mbssep.m4: New file.
38931         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38932         GNULIB_MBSSEP.
38933         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38934         * MODULES.html.sh (Internationalization functions): Add mbssep.
38935
38936 2007-02-05  Bruno Haible  <bruno@clisp.org>
38937
38938         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38939         Optimize search in case of 1 delimiter.
38940
38941 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38942
38943         * lib/acl.h: Include sys/types.h before sys/acl.h.
38944
38945 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38946
38947         Merge upstream fix for glibc bugzilla #3957:
38948
38949         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38950
38951         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38952         bit for RE_HAT_LISTS_NOT_NEWLINE.
38953         (build_charclass_op): Remove bogus comment.
38954
38955 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38956
38957         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38958
38959 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38960
38961         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38962         * lib/memmem.c [!defined _LIBC]: Include config.h.
38963
38964 2007-02-04  Bruno Haible  <bruno@clisp.org>
38965
38966         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38967         warning message.
38968
38969 2007-02-04  Bruno Haible  <bruno@clisp.org>
38970
38971         New module mbstok_r.
38972         * modules/mbstok_r: New file.
38973         * lib/mbstok_r.c: New file.
38974         * lib/string_.h (strtok_r): Change argument names to match the
38975         comments. Add a conditional link warning.
38976         (mbstok_r): New declaration.
38977         * m4/mbstok_r.m4: New file.
38978         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38979         GNULIB_MBSTOK_R.
38980         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38981         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38982
38983 2007-02-04  Bruno Haible  <bruno@clisp.org>
38984
38985         New module mbsspn.
38986         * modules/mbsspn: New file.
38987         * lib/mbsspn.c: New file.
38988         * lib/string_.h (strspn): Add a conditional link warning.
38989         (mbsspn): New declaration.
38990         * m4/mbsspn.m4: New file.
38991         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38992         GNULIB_MBSSPN.
38993         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38994         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38995
38996 2007-02-04  Bruno Haible  <bruno@clisp.org>
38997
38998         New module mbspbrk.
38999         * modules/mbspbrk: New file.
39000         * lib/mbspbrk.c: New file.
39001         * lib/string_.h (strpbrk): Add a conditional link warning.
39002         (mbspbrk): New declaration.
39003         * m4/mbspbrk.m4: New file.
39004         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39005         GNULIB_MBSPBRK.
39006         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
39007         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
39008
39009 2007-02-04  Bruno Haible  <bruno@clisp.org>
39010
39011         New module mbscspn.
39012         * modules/mbscspn: New file.
39013         * lib/mbscspn.c: New file.
39014         * lib/string_.h (strcspn): Add a conditional link warning.
39015         (mbscspn): New declaration.
39016         * m4/mbscspn.m4: New file.
39017         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39018         GNULIB_MBSCSPN.
39019         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
39020         * MODULES.html.sh (Internationalization functions): Add mbscspn.
39021
39022 2007-02-04  Bruno Haible  <bruno@clisp.org>
39023
39024         New module mbscasestr, reduced goal of strcasestr.
39025         * modules/mbscasestr: New file.
39026         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
39027         (mbscasestr): Renamed from strcasestr.
39028         * lib/strcasestr.c: Don't include mbuiter.h.
39029         (strcasestr): Remove support for multibyte locales.
39030         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
39031         Change the conditional link warning.
39032         (mbscasestr): New declaration.
39033         * m4/mbscasestr.m4: New file.
39034         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
39035         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
39036         REPLACE_STRCASESTR.
39037         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
39038         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39039         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39040         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
39041         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
39042         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39043         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
39044         (Depends-on): Remove mbuiter.
39045         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
39046
39047 2007-02-04  Bruno Haible  <bruno@clisp.org>
39048
39049         Simplify handling of strncasecmp.
39050         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
39051         the conditional link warning.
39052         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39053         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
39054         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
39055         * modules/strcase (configure.ac): Don't invoke
39056         gl_STRING_MODULE_INDICATOR.
39057         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
39058
39059 2007-02-04  Bruno Haible  <bruno@clisp.org>
39060
39061         New module mbscasecmp, reduced goal of strcasecmp.
39062         * modules/mbscasecmp: New file.
39063         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
39064         (mbscasecmp): Renamed from strcasecmp.
39065         * lib/strcasecmp.c: Don't include mbuiter.h.
39066         (strcasecmp): Remove support for multibyte locales.
39067         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
39068         Change the conditional link warning.
39069         (mbscasecmp): New declaration.
39070         * m4/mbscasecmp.m4: New file.
39071         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
39072         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
39073         REPLACE_STRCASECMP.
39074         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
39075         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39076         GNULIB_MBSCASECMP.
39077         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
39078         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
39079         * modules/strcase (Files): Remove m4/mbrtowc.m4.
39080         (Depends-on): Remove mbuiter.
39081         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
39082
39083 2007-02-04  Bruno Haible  <bruno@clisp.org>
39084
39085         New module mbsstr. Remove module strstr.
39086         * modules/mbsstr: New file.
39087         * modules/strstr: Remove file.
39088         * lib/mbsstr.c: Renamed from lib/strstr.c.
39089         (mbsstr): Renamed from strstr.
39090         * lib/string_.h (strstr): Remove declaration. Change the conditional
39091         link warning.
39092         (mbsstr): New declaration.
39093         * m4/mbsstr.m4: New file.
39094         * m4/strstr.m4: Remove file.
39095         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
39096         REPLACE_STRSTR.
39097         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
39098         Don't initialize GNULIB_STRSTR.
39099         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
39100         substitute GNULIB_STRSTR and REPLACE_STRSTR.
39101         * MODULES.html.sh (Internationalization functions): Add mbsstr.
39102         (Support for systems lacking ANSI C 89): Remove strstr.
39103
39104 2007-02-04  Bruno Haible  <bruno@clisp.org>
39105
39106         New module mbsrchr.
39107         * modules/mbsrchr: New file.
39108         * lib/mbsrchr.c: New file.
39109         * lib/string_.h (strrchr): Add a conditional link warning.
39110         (mbsrchr): New declaration.
39111         * m4/mbsrchr.m4: New file.
39112         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39113         GNULIB_MBSRCHR.
39114         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
39115         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
39116
39117 2007-02-04  Bruno Haible  <bruno@clisp.org>
39118
39119         New module mbschr.
39120         * modules/mbschr: New file.
39121         * lib/mbschr.c: New file.
39122         * lib/string_.h (strchr): Add a conditional link warning.
39123         (mbschr): New declaration.
39124         * m4/mbschr.m4: New file.
39125         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39126         GNULIB_MBSCHR.
39127         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
39128         * MODULES.html.sh (Internationalization functions): Add mbschr.
39129
39130 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39131
39132         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
39133
39134         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
39135
39136 2007-02-04  Bruno Haible  <bruno@clisp.org>
39137
39138         New module description section 'configure.ac-early'.
39139         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
39140         (func_get_autoconf_early_snippet): New function.
39141         (func_import, func_create_testdir): Use it. Remove special cases for
39142         modules 'extensions' and 'lock'.
39143         * modules/extensions (configure.ac-early): Require
39144         gl_USE_SYSTEM_EXTENSIONS.
39145         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
39146
39147 2007-02-04  Bruno Haible  <bruno@clisp.org>
39148
39149         Make use of gcj-4.3's -fsource and -ftarget option.
39150         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
39151         and if so try the options -fsource and -ftarget.
39152         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
39153         source_version, ftarget_option, target_version arguments.
39154         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
39155         (is_envjavac_oldgcj_14_14_usable): Renamed from
39156         is_envjavac_gcj_14_14_usable.
39157         (is_envjavac_oldgcj_14_13_usable): Renamed from
39158         is_envjavac_gcj_14_13_usable.
39159         (is_gcj_present): Update.
39160         (is_gcj_43, is_gcj43_usable): New functions.
39161         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
39162         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
39163         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
39164         try the options -fsource and -ftarget.
39165
39166 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
39167
39168         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
39169         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
39170         larger value.
39171
39172 2007-02-03  Jim Meyering  <jim@meyering.net>
39173
39174         Give tools a better chance to allocate space for very large buffers.
39175         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
39176
39177         Make pwd and readlink work also when run with an unreadable parent dir
39178         on systems with openat support.
39179         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
39180         provided getcwd function, even when we have openat support.
39181         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
39182
39183 2007-02-02  Bruno Haible  <bruno@clisp.org>
39184
39185         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39186         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
39187         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
39188         portability problems if one of these functions is only used on specific
39189         platforms.
39190         Reported by Paul Eggert.
39191
39192 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
39193
39194         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
39195         is causing more trouble than it's curing.
39196         * lib/regex_internal.h (__mempcpy): Remove.
39197         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
39198         (and make the code a tad smaller to boot).
39199         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
39200
39201 2007-02-02  Jim Meyering  <jim@meyering.net>
39202
39203         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
39204         section, not in the Makefile.am: one.
39205
39206 2007-02-02  Eric Blake  <ebb9@byu.net>
39207
39208         * lib/strchrnul.c: Always include config.h first.
39209
39210         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
39211         gnulib strstr is not necessary here.
39212
39213 2007-02-02  Simon Josefsson  <simon@josefsson.org>
39214
39215         * m4/socklen.m4: Fix typo.
39216
39217 2007-02-02  Eric Blake  <ebb9@byu.net>
39218
39219         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
39220         * modules/netinet_in (Makefile.am): Likewise.
39221
39222 2007-02-01  Bruno Haible  <bruno@clisp.org>
39223
39224         * lib/string_.h (GL_LINK_WARNING): New macro.
39225         (strcasecmp, strstr, strcasestr): If provided by the system,
39226         conditionally define as a macro that leads to a warning instead of to
39227         an error.
39228         (strncasecmp): Conditionally define as a macro that leads to a warning.
39229
39230 2007-02-01  Karl Berry  <karl@gnu.org>
39231
39232         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
39233
39234 2007-02-01  Bruno Haible  <bruno@clisp.org>
39235
39236         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
39237         renamings.
39238
39239 2007-02-01  Eric Blake  <ebb9@byu.net>
39240
39241         * modules/regex (Depends-on): Revert dependence on mempcpy.
39242         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39243         module's definition of mempcpy.
39244         Reported by Paul Eggert.
39245
39246 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39247
39248         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39249         the symbol XYZ before redefining it.  This fixes a problem with
39250         programs that don't use XYZ, when compiled on systems that define
39251         XYZ to something else.
39252
39253 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39254
39255         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39256         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39257         writeable to group or other and (2) is intended to have a special
39258         mode bit that is set or cleared.  In such a case, the directory
39259         should be neither group- nor other-writeable until the special
39260         mode bits are right.
39261
39262 2007-01-31  Eric Blake  <ebb9@byu.net>
39263
39264         * modules/mountlist (Depends-on): Add strstr.
39265
39266         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
39267         bug.
39268         * modules/string (Makefile.am): Remove redundant replacement.
39269         * modules/regex (Depends-on): Add mempcpy.
39270
39271 2007-01-31  Bruno Haible  <bruno@clisp.org>
39272
39273         New module description field 'Link'.
39274         * gnulib-tool (func_usage): Document --extract-link-directive.
39275         (sed_extract_prog): Recognize 'Link' directive.
39276         (func_get_link_directive): New function.
39277         (func_import): Show summary of link directives.
39278         Handle --extract-link-directive option.
39279         * modules/acl (Link): New section.
39280         * modules/clock-time (Link): New section.
39281         * modules/euidaccess (Link): New section.
39282         * modules/gettext (Link): New section.
39283         * modules/iconv (Link): New section.
39284         * modules/lock (Link): New section.
39285         * modules/nanosleep (Link): New section.
39286         * modules/readline (Link): New section.
39287
39288 2007-01-27  Bruno Haible  <bruno@clisp.org>
39289
39290         Enforce the use of gnulib modules for unportable <string.h> functions.
39291         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
39292         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
39293         (gl_HEADER_STRING_H_BODY): Require it.
39294         * lib/string_.h: If the gnulib module XYZ is not present, redefine
39295         the symbol XYZ to one that gives a link error.
39296         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
39297         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
39298         * modules/mempcpy (configure.ac): Likewise.
39299         * modules/memrchr (configure.ac): Likewise.
39300         * modules/stpcpy (configure.ac): Likewise.
39301         * modules/stpncpy (configure.ac): Likewise.
39302         * modules/strcase (configure.ac): Likewise.
39303         * modules/strcasestr (configure.ac): Likewise.
39304         * modules/strchrnul (configure.ac): Likewise.
39305         * modules/strdup (configure.ac): Likewise.
39306         * modules/strndup (configure.ac): Likewise.
39307         * modules/strnlen (configure.ac): Likewise.
39308         * modules/strpbrk (configure.ac): Likewise.
39309         * modules/strsep (configure.ac): Likewise.
39310         * modules/strstr (configure.ac): Likewise.
39311         * modules/strtok_r (configure.ac): Likewise.
39312
39313 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39314
39315         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39316
39317 2007-01-30  Jim Meyering  <jim@meyering.net>
39318
39319         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39320
39321 2007-01-29  Bruno Haible  <bruno@clisp.org>
39322
39323         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39324         * lib/execute.c: Likewise.
39325         * lib/pipe.c: Likewise.
39326         * lib/printf-args.h: Likewise.
39327         * lib/printf-args.c: Likewise.
39328         * lib/printf-parse.c: Likewise.
39329         * lib/vasnprintf.c: Likewise.
39330
39331 2007-01-29  Eric Blake  <ebb9@byu.net>
39332
39333         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39334         declaration.
39335
39336 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39337
39338         * lib/strptime.h (strptime): Use 'restrict' for args where
39339         POSIX requires this.
39340         * lib/strptime.c (strptime): Likewise.
39341         Change license notice from LGPL to GPL, since gnulib-tool will
39342         change this as needed.
39343         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39344         defined.
39345         Include "strptime.h" first, to check interface.
39346         Do not #undef _LIBC and _NL_CURRENT.
39347         Do not include <stdlib.h>; no longer needed.
39348         Include "time_r.h" and declare ptime_locale_status
39349         only if _LIBC is not defined.
39350         (__P): Remove unused macro.
39351         (match_string): Bring back glibc version, but use it only if _LIBC
39352         is defined.
39353         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39354         Remove unnecessary assertion and abort() call.
39355         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39356         * m4/strptime.m4: Fix serial number comment.
39357         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39358         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39359         (Depends-on): Add time_r.
39360
39361 2007-01-29  Bruno Haible  <bruno@clisp.org>
39362
39363         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39364         strptime.
39365         * modules/strptime (Depends-on): Add stdbool.
39366         * lib/strptime.h: Include <time.h> always. Add comments.
39367
39368 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39369
39370         * modules/strptime: New file.
39371         * lib/strptime.h: New file.
39372         * lib/strptime.c: New file.
39373         * m4/strptime.m4: New file.
39374
39375 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39376
39377         * MODULES.html.sh: New module mpsort.
39378         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39379
39380         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39381         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39382         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39383         All uses changed.
39384         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39385         All uses changed.
39386         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39387         to _Restrict_.
39388         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39389         the parameter matches the prototype.
39390
39391 2007-01-28  Jim Meyering  <jim@meyering.net>
39392
39393         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39394         sys/time.h here, reverting that part of the previous patch:
39395         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39396
39397 2007-01-28  Bruno Haible  <bruno@clisp.org>
39398
39399         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39400         value of $(SYS_TIME_H).
39401         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39402         remove it conditionally, too. [added by Jim Meyering]
39403         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39404         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39405         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39406         GETTIMEOFDAY_REPLACEMENT to 1.
39407
39408 2007-01-28  Bruno Haible  <bruno@clisp.org>
39409
39410         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39411         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39412         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39413         Set UNISTD_H instead of UNISTD_H2.
39414         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39415
39416 2007-01-28  Bruno Haible  <bruno@clisp.org>
39417
39418         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39419         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39420
39421 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39422
39423         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39424         (func_create_testdir): Ensure C locale for `grep' and `tr'
39425         character ranges.
39426         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39427         ACLOCAL_AMFLAGS parsing state machine.
39428
39429 2007-01-27  Bruno Haible  <bruno@clisp.org>
39430
39431         * modules/unistr/base: Update.
39432
39433 2007-01-27  Bruno Haible  <bruno@clisp.org>
39434
39435         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39436         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39437         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39438         modules/unistr/u32-mbtouc.
39439         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39440         * lib/unistr.h: Update.
39441         * lib/linebreak.c: Update.
39442         * modules/unistr/u32-mbtouc: Renamed from
39443         modules/unistr/u32-mbtouc-safe.
39444         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39445         * lib/unistr.h: Update.
39446         * lib/unistr/u32-to-u8.c: Update.
39447         * lib/unistr/u32-to-u16.c: Update.
39448
39449 2007-01-27  Bruno Haible  <bruno@clisp.org>
39450
39451         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39452         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39453         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39454         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39455         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39456         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39457         modules/unistr/u16-mbtouc.
39458         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39459         * lib/unistr.h: Update.
39460         * lib/linebreak.c: Update.
39461         * modules/linebreak: Update.
39462         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39463         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39464         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39465         * modules/unistr/u16-mbtouc: Renamed from
39466         modules/unistr/u16-mbtouc-safe.
39467         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39468         * lib/unistr.h: Update.
39469         * lib/unistr/u16-to-u8.c: Update.
39470         * modules/unistr/u16-to-u8: Update.
39471         * lib/unistr/u16-to-u32.c: Update.
39472         * modules/unistr/u16-to-u32: Update.
39473
39474 2007-01-27  Bruno Haible  <bruno@clisp.org>
39475
39476         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39477         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39478         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39479         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39480         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39481         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39482         modules/unistr/u8-mbtouc.
39483         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39484         * lib/unistr.h: Update.
39485         * lib/striconveh.c: Update.
39486         * modules/striconveh: Update.
39487         * lib/linebreak.c: Update.
39488         * modules/linebreak: Update.
39489         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39490         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39491         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39492         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39493         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39494         * lib/unistr.h: Update.
39495         * lib/striconveh.c: Update.
39496         * modules/striconveh: Update.
39497         * lib/unistr/u8-to-u16.c: Update.
39498         * modules/unistr/u8-to-u16: Update.
39499         * lib/unistr/u8-to-u32.c: Update.
39500         * modules/unistr/u8-to-u32: Update.
39501
39502 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39503
39504         Sync from Libtool.
39505         * lib/argz.c: Do not include strings.h nor memory.h, include
39506         string.h unconditionally.  Patch by Simon Josefsson.
39507
39508 2007-01-27  Bruno Haible  <bruno@clisp.org>
39509
39510         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39511         from gl_HEADER_STRING_H_BODY.
39512         (gl_HEADER_STRING_H_BODY): Require it.
39513         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39514         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39515         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39516         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39517         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39518         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39519         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39520         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39521         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39522         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39523         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39524         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39525         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39526         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39527         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39528
39529 2007-01-27  Bruno Haible  <bruno@clisp.org>
39530
39531         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39532         check_PROGRAMS into noinst_PROGRAMS.
39533         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39534         check_PROGRAMS in this case.
39535         (func_import): Set for_test to false.
39536         (func_create_testdir): Set for_test to true.
39537
39538 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39539             Bruno Haible  <bruno@clisp.org>
39540
39541         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39542         (Depends-on): Add string.
39543         (Includes): Use <string.h> instead of strcasestr.h.
39544         * modules/string (Makefile.am): Also substitute the value of
39545         REPLACE_STRCASESTR.
39546         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39547         assume strcasestr is declared in <string.h> not <strings.h>. Also
39548         set REPLACE_STRCASESTR.
39549         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39550         REPLACE_STRCASESTR.
39551         * lib/strcasestr.h: Remove file.
39552         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39553         * lib/string_.h (strcasestr): New declaration.
39554
39555 2007-01-27  Bruno Haible  <bruno@clisp.org>
39556
39557         * lib/string_.h: Use 'extern'.
39558
39559 2007-01-27  Jim Meyering  <jim@meyering.net>
39560
39561         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39562         of set-but-not-used local, "q".
39563
39564         * lib/mempcpy.c: Include <config.h> before <string.h>.
39565         This fixes a compilation error on HP-UX, due to the system's
39566         "restrict"-using mempcpy prototype.
39567
39568 2007-01-26  Bruno Haible  <bruno@clisp.org>
39569
39570         Small optimization.
39571         * lib/javacomp.c: Include c-strstr.h.
39572          (is_envjavac_gcj): Use c_strstr instead of strstr.
39573         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39574
39575 2007-01-26  Bruno Haible  <bruno@clisp.org>
39576
39577         * MODULES.html.sh (Unicode string functions): Add the new modules.
39578
39579         * modules/uniconv/u32-strconv-to-locale: New file.
39580         * lib/uniconv/u32-strconv-to-locale.c: New file.
39581
39582         * modules/uniconv/u16-strconv-to-locale: New file.
39583         * lib/uniconv/u16-strconv-to-locale.c: New file.
39584
39585         * modules/uniconv/u8-strconv-to-locale: New file.
39586         * lib/uniconv/u8-strconv-to-locale.c: New file.
39587
39588         * modules/uniconv/u32-strconv-from-locale: New file.
39589         * lib/uniconv/u32-strconv-from-locale.c: New file.
39590
39591         * modules/uniconv/u16-strconv-from-locale: New file.
39592         * lib/uniconv/u16-strconv-from-locale.c: New file.
39593
39594         * modules/uniconv/u8-strconv-from-locale: New file.
39595         * lib/uniconv/u8-strconv-from-locale.c: New file.
39596
39597         * modules/uniconv/u32-strconv-to-enc: New file.
39598         * lib/uniconv/u32-strconv-to-enc.c: New file.
39599         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39600         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39601
39602         * modules/uniconv/u16-strconv-to-enc: New file.
39603         * lib/uniconv/u16-strconv-to-enc.c: New file.
39604         * lib/uniconv/u-strconv-to-enc.h: New file.
39605         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39606         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39607
39608         * modules/uniconv/u8-strconv-to-enc: New file.
39609         * lib/uniconv/u8-strconv-to-enc.c: New file.
39610         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39611         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39612
39613         * modules/uniconv/u32-strconv-from-enc: New file.
39614         * lib/uniconv/u32-strconv-from-enc.c: New file.
39615         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39616         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39617
39618         * modules/uniconv/u16-strconv-from-enc: New file.
39619         * lib/uniconv/u16-strconv-from-enc.c: New file.
39620         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39621         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39622
39623         * modules/uniconv/u8-strconv-from-enc: New file.
39624         * lib/uniconv/u8-strconv-from-enc.c: New file.
39625         * lib/uniconv/u-strconv-from-enc.h: New file.
39626         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39627         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39628
39629         * modules/uniconv/u32-conv-from-enc: New file.
39630         * lib/uniconv/u32-conv-from-enc.c: New file.
39631         * modules/uniconv/u32-conv-from-enc-tests: New file.
39632         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39633
39634         * modules/uniconv/u16-conv-from-enc: New file.
39635         * lib/uniconv/u16-conv-from-enc.c: New file.
39636         * lib/uniconv/u-conv-from-enc.h: New file.
39637         * modules/uniconv/u16-conv-from-enc-tests: New file.
39638         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39639
39640         * modules/uniconv/u8-conv-from-enc: New file.
39641         * lib/uniconv/u8-conv-from-enc.c: New file.
39642         * modules/uniconv/u8-conv-from-enc-tests: New file.
39643         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39644
39645         * modules/uniconv/base: New file.
39646         * lib/uniconv.h: New file.
39647
39648 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39649
39650         * doc/gnulib-tool.texi (Initial import): Update to match current
39651         behavior with strdup module.
39652         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39653         * lib/memmem.h: Remove; all uses removed.  This is now done
39654         by <string.h>.
39655         * lib/mempcpy.h: Likewise.
39656         * lib/memrchr.h: Likewise.
39657         * lib/stpcpy.h: Likewise.
39658         * lib/stpncpy.h: Likewise.
39659         * lib/strcase.h: Likewise.
39660         * lib/strchrnul.h: Likewise.
39661         * lib/strdup.h: Likewise.
39662         * lib/strndup.h: Likewise.
39663         * lib/strnlen.h: Likewise.
39664         * lib/strpbrk.h: Likewise.
39665         * lib/strsep.h: Likewise.
39666         * lib/strstr.h: Likewise.
39667         * lib/strtok_r.h: Likewise.
39668         * lib/string_.h: New file.
39669         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39670         Rely on <string.h> instead.
39671         * lib/canon-host.c: Likewise.
39672         * lib/chdir-long.c: Likewise.
39673         * lib/concatpath.c: Likewise.
39674         * lib/exclude.c: Likewise.
39675         * lib/fchdir.c: Likewise.
39676         * lib/getaddrinfo.c: Likewise.
39677         * lib/getcwd.c: Likewise.
39678         * lib/getsubopt.c: Likewise.
39679         * lib/glob.c: Likewise.
39680         * lib/hard-locale.c: Likewise.
39681         * lib/iconvme.c: Likewise.
39682         * lib/javacomp.c: Likewise.
39683         * lib/mempcpy.c: Likewise.
39684         * lib/memrchr.c: Likewise.
39685         * lib/regex_internal.h: Likewise.
39686         * lib/stpncpy.c: Likewise.
39687         * lib/strcasecmp.c: Likewise.
39688         * lib/strchrnul.c: Likewise.
39689         * lib/strdup.c: Likewise.
39690         * lib/striconv.c: Likewise.
39691         * lib/striconveh.c: Likewise.
39692         * lib/striconveha.c: Likewise.
39693         * lib/strncasecmp.c: Likewise.
39694         * lib/strndup.c: Likewise.
39695         * lib/strnlen.c: Likewise.
39696         * lib/strsep.c: Likewise.
39697         * lib/strstr.c: Likewise.
39698         * lib/strtok_r.c: Likewise.
39699         * lib/userspec.c: Likewise.
39700         * lib/w32spawn.h: Likewise.
39701         * lib/xstrndup.c: Likewise.
39702         * lib/mountlist.c (strstr): Remove decl.
39703         * m4/string_h.m4: New file.
39704         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39705         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39706         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39707         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39708         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39709         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39710         Set REPLACE_STRCASECMP if necessary.
39711         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39712         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39713         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39714         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39715         HAVE_DECL_STRDUP if necessary.
39716         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39717         since gl_FUNC_STRNDUP does that now.
39718         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39719         Check for decl here...
39720         (gl_PREREQ_STRNLEN): ... not here.
39721         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39722         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39723         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39724         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39725         necessary.
39726         * modules/string: New file.
39727         * modules/memmem (Files): Remove special-purpose include file.
39728         (Depends-on): Add string.
39729         (Include): Include <string.h>, not the removed file.
39730         * modules/mempcpy: Likewise.
39731         * modules/memrchr: Likewise.
39732         * modules/stpcpy: Likewise.
39733         * modules/stpncpy: Likewise.
39734         * modules/strcase: Likewise.
39735         * modules/strchrnul: Likewise.
39736         * modules/strdup: Likewise.
39737         * modules/strndup: Likewise.
39738         * modules/strnlen: Likewise.
39739         * modules/strpbrk: Likewise.
39740         * modules/strsep: Likewise.
39741         * modules/strstr: Likewise.
39742         * modules/strtok_r: Likewise.
39743         * tests/test-dirname.c: Don't include "strdup.h", since
39744         <string.h> now suffices.
39745         * tests/test-memmem.c: Don't include "memmem.h", since
39746         <string.h> now suffices.
39747
39748 2007-01-25  Bruno Haible  <bruno@clisp.org>
39749
39750         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39751         *resultp is 0.
39752
39753         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39754         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39755         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39756         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39757
39758         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39759         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39760         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39761         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39762         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39763         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39764
39765 2007-01-24  Bruno Haible  <bruno@clisp.org>
39766
39767         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39768         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39769         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39770         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39771         gl_FUNC_FTS_CORE.
39772         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39773         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39774         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39775         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39776         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39777         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39778         gl_FUNC_FCHOWNAT.
39779         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39780         gl_FUNC_STRFTIME.
39781         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39782         Reported by Ralf Wildenhues.
39783
39784 2007-01-24  Bruno Haible  <bruno@clisp.org>
39785
39786         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39787         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39788         gl_GETADDRINFO.
39789         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39790         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39791         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39792
39793 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39794
39795         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39796         Don't use 'exit'; just return from 'main'.
39797         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39798
39799         * lib/fnmatch_.h: Readjust white space and comments to match
39800         glibc, to avoid spurious diffs.
39801
39802 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39803
39804         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39805         2004-12-01 change by Jakub Jelinek, since this code won't compile
39806         if !LIBC.  Problem reported by Bob Proulx.
39807
39808 2007-01-23  Bruno Haible  <bruno@clisp.org>
39809
39810         * lib/striconveh.c: Include c-strcaseeq.h.
39811         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39812         * modules/striconveh (Depends-on): Add c-strcaseeq.
39813
39814 2007-01-23  Bruno Haible  <bruno@clisp.org>
39815
39816         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39817
39818         * modules/c-strcaseeq: New file.
39819         * lib/c-strcaseeq.h: New file.
39820
39821         * modules/streq: New file.
39822         * lib/streq.h: New file.
39823
39824 2007-01-23  Bruno Haible  <bruno@clisp.org>
39825
39826         * modules/striconveha-tests: New file.
39827         * tests/test-striconveha.c: New file.
39828
39829         * lib/striconveha.h: Include <stdbool.h>.
39830         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39831         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39832         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39833         (mem_iconveha): New function.
39834         (str_iconveha_notranslit): Renamed from str_iconveha.
39835         (str_iconveha): New function.
39836         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39837         c-strcase.
39838
39839 2007-01-23  Bruno Haible  <bruno@clisp.org>
39840
39841         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39842         encodings without forgiving before trying any encoding with handler.
39843         (str_iconveha): Try all encodings without forgiving before trying any
39844         encoding with handler.
39845
39846 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39847
39848         Import the following changes from libc.
39849
39850         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39851
39852         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39853
39854         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39855
39856         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39857         normal_bracket label.
39858
39859         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39860
39861         [BZ #361]
39862         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39863         to normal_bracket after fetching the next character.
39864
39865 2007-01-22  Bruno Haible  <bruno@clisp.org>
39866
39867         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39868         argument.
39869         * lib/striconveh.c (iconv_carefully_1): New function.
39870         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39871         argument.
39872         (str_cd_iconveh): Update.
39873         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39874         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39875         * tests/test-striconveh.c (MAGIC): New macro.
39876         (new_offsets): New function.
39877         (main): Test call with and without offsets.
39878
39879 2007-01-22  Bruno Haible  <bruno@clisp.org>
39880
39881         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39882         * modules/sys_select (Makefile.am): Likewise.
39883         * modules/sys_socket (Makefile.am): Likewise.
39884         * modules/sys_time (Makefile.am): Likewise.
39885
39886 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39887
39888         * modules/gettimeofday (License): Change from GPL to LGPL, since
39889         gettimeofday is a library function.
39890
39891 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39892
39893         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39894
39895 2007-01-21  Bruno Haible  <bruno@clisp.org>
39896
39897         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39898
39899 2007-01-21  Bruno Haible  <bruno@clisp.org>
39900
39901         * modules/striconveha: New file.
39902         * lib/striconveha.h: New file.
39903         * lib/striconveha.c: New file.
39904         * MODULES.html.sh (Internationalization functions): Add striconveha.
39905         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39906         string.
39907         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39908
39909 2007-01-21  Bruno Haible  <bruno@clisp.org>
39910
39911         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39912         * lib/striconveh.c (str_iconveh): Likewise.
39913
39914 2007-01-21  Bruno Haible  <bruno@clisp.org>
39915
39916         * lib/striconveh.h (mem_iconveh): New declaration.
39917         * lib/striconveh.c (mem_iconveh): New function.
39918         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39919
39920 2007-01-21  Bruno Haible  <bruno@clisp.org>
39921
39922         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39923
39924         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39925         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39926         original result buffer.
39927         (str_cd_iconveh): Update.
39928         * tests/test-striconveh.c (main): Update.
39929
39930         * lib/striconv.h (mem_cd_iconv): Change specification.
39931         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39932         result buffer.
39933         (str_cd_iconv): Update.
39934         * tests/test-striconv.c (main): Update.
39935
39936 2007-01-21  Bruno Haible  <bruno@clisp.org>
39937
39938         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39939
39940 2007-01-20  Jim Meyering  <jim@meyering.net>
39941
39942         * lib/userspec.c (parse_with_separator): If a user or group string
39943         starts with "+", skip the corresponding name-to-ID look-up, since
39944         such a look-up must fail: user and group names may not include "+".
39945
39946 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39947
39948         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39949         since we now assume the sys_time module.
39950         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39951         check for sys/time.h; no longer needed.
39952         * modules/poll (Depends-on): Depend on sys_time.
39953
39954 2007-01-18  Bruno Haible  <bruno@clisp.org>
39955
39956         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39957         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39958
39959         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39960         gettimeofday.
39961
39962         * tests/test-gettimeofday.c: Include <time.h>.
39963         (dummy): Remove variable.
39964
39965         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39966         gl_HEADER_SYS_TIME_H.
39967         (gl_HEADER_SYS_TIME_H): New macro.
39968
39969         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39970         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39971         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39972         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39973         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39974         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39975         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39976         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39977         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39978         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39979         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39980
39981         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39982         last change; it caused a compilation error when cross-compiling to
39983         Cygwin.
39984
39985 2007-01-18  Jim Meyering  <jim@meyering.net>
39986
39987         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39988         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39989         than the race-prone "test -d sys || mkdir sys".
39990         (configure.ac): Use AC_PROG_MKDIR_P.
39991         * modules/sys_select: Likewise.
39992         * modules/sys_socket: Likewise.
39993         * modules/sys_time: Likewise.
39994
39995 2007-01-18  Eric Blake  <ebb9@byu.net>
39996
39997         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39998         replace gettimeofday.
39999         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
40000         name, to avoid infinite recursion.
40001
40002 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
40003
40004         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
40005         module sys_time.
40006         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
40007         assume timespec.h defines struct timeval.
40008         * lib/settime.c: Likewise.
40009         * lib/utimens.c: Likewise.
40010         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
40011         since we now assume the gettimeofday module.
40012         * lib/tempname.c (__gen_tempname): Likewise.
40013         * lib/gettimeofday.h: Remove.
40014         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
40015         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
40016         Include <time.h>, for 'time()'.
40017         (localtime_buffer_addr): Also use this workaround if
40018         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
40019         to simplify the uses.  All uses changed.
40020         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
40021         that #undef is inside {}, and 'const' follows type name consistently.
40022         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
40023         (gettimeofday): Do not use the maximum possible value for
40024         tv->tv_usec, since that might break usages other than ls.c.
40025         Instead, we'll leave ls.c alone.  This undoes today's patch
40026         by Bruno.  Add a compile-time warning for 1s-clock resolution;
40027         we've never observed the problem but might as well keep the
40028         canary.
40029         * lib/nanosleep.c: Include timespec.h first, for interface check.
40030         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
40031         now assume the sys_time module.
40032         * lib/tempname.c: Likewise.
40033         * lib/timespec.h: Likewise.
40034         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
40035         needed.
40036         * lib/strftime.c: Likewise.
40037         * lib/timespec.h: Likewise.
40038         * lib/posixtm.c: Include posixtm.h first, for interface check.
40039         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
40040         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
40041         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
40042         * lib/sys_time_.h: New file.
40043         * lib/timespec.h (struct timespec): Use long int, not long.
40044         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40045         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
40046         Remove obsolescent call to AC_HEADER_TIME.
40047         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
40048         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40049         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40050         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
40051         Likewise.
40052         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
40053         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
40054         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
40055         into the sys_time module.  Check for gettimeofday just once.
40056         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
40057         for gettimeofday signature to just check the signature.  Merely
40058         compile it, since linking doesn't test signature.  Improve test for
40059         whether gettimeofday.o is actually needed.
40060         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
40061         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
40062         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
40063         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40064         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
40065         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
40066         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
40067         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
40068         than worrying about sys/time.h.
40069         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40070         Don't bother worrying about TIME_WITH_SYS_TIME.
40071         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
40072         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
40073         * m4/sys_time_h.m4: New file.
40074         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
40075         Don't include sys/time.h.  Return from main rather than exiting.
40076         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
40077         all uses changed.
40078         * modules/gethrxtime (Depends-on): Add sys_time.
40079         * modules/gettime (Depends-on): Likewise.
40080         * modules/gettimeofday (Depends-on): Likewise.
40081         * modules/nanosleep (Depends-on): Likewise.
40082         * modules/settime (Depends-on): Likewise.
40083         * modules/tempname (Depends-on): Likewise.
40084         * modules/utimens (Depends-on): Likewise.
40085         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
40086         (Include:) Change back to <sys/time.h>.
40087         (Maintainer:) Add self.
40088         * modules/sys_time: New file.
40089         * modules/tempname (Depends-on): Add gettimeofday.
40090         * tests/test-gettimeofday.c: Include <sys/time.h>
40091         rather than gettimeofday.h.
40092
40093 2007-01-17  Bruno Haible  <bruno@clisp.org>
40094
40095         * gnulib-tool (func_get_license): Revert last patch. Instead, let
40096         the license default to GPL.
40097         (func_create_testdir): Don't complain if a module is LGPL and its
40098         tests module depends on GPLed modules.
40099
40100 2007-01-17  Bruno Haible  <bruno@clisp.org>
40101
40102         * lib/gettimeofday.c (gettimeofday): Add code for the case
40103         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
40104         maximum possible value for tv->tv_usec, rather than the minimum one.
40105
40106 2005-10-08  Martin Lambers  <marlam@marlam.de>
40107 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40108 2007-01-16  Bruno Haible  <bruno@clisp.org>
40109
40110         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
40111         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
40112         gl_FUNC_GETTIMEOFDAY.
40113         (Include): Add gettimeofday.h.
40114         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
40115         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
40116         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
40117         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
40118         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
40119         * lib/gettimeofday.h: New file.
40120         * lib/gettimeofday.c: Include <sys/timeb.h>.
40121         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
40122         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40123         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
40124         fall back on time().
40125
40126         * tests/test-gettimeofday.c: New file.
40127         * modules/gettimeofday-tests: New file.
40128
40129 2007-01-16  Eric Blake  <ebb9@byu.net>
40130
40131         * modules/fnmatch (Depends-on): Depend on wchar.
40132         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
40133         * m4/fnmatch.m4: Likewise.
40134         * modules/mbchar (Makefile.am): Assume <wchar.h>.
40135         * m4/mbchar.m4: Likewise.
40136         * modules/mbswidth (Depends-on): Depend on wchar.
40137         * lib/mbswidth.c: Assume <wchar.h>.
40138         * m4/mbswidth.m4: Likewise.
40139         * modules/quotearg (Depends-on): Depend on wchar.
40140         * lib/quotearg.c: Assume <wchar.h>.
40141         * m4/quotearg.m4: Likewise.
40142         * modules/regex (Depends-on): Depend on wchar.
40143         * lib/regex_internal.h: Assume <wchar.h>.
40144         * m4/regex.m4: Likewise.
40145         * modules/stdint (Depends-on): Depend on wchar.
40146         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
40147         * m4/stdint.m4: Likewise.
40148         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
40149         * modules/strftime (Depends-on): Depend on wchar.
40150         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
40151         * modules/strtol (Depends-on): Depend on wchar.
40152         * lib/strtol.c: Assume <wchar.h>.
40153         * modules/wcwidth (Depends-on): Depend on wchar.
40154         * lib/wcwidth.h: Assume <wchar.h>.
40155         * m4/wcwidth.m4: Likewise.
40156
40157 2007-01-16  Bruno Haible  <bruno@clisp.org>
40158
40159         * modules/csharpexec-script: New, created from...
40160         * modules/csharpexec: ... this.
40161
40162 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
40163
40164         * modules/javaexec-script: New, created from...
40165         * modules/javaexec: ... this.
40166
40167 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40168
40169         * modules/poll (Dependencies): Add sys_select.
40170
40171 2007-01-15  Jim Meyering  <jim@meyering.net>
40172
40173         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
40174         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
40175         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
40176         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
40177
40178 2007-01-15  Bruno Haible  <bruno@clisp.org>
40179
40180         * modules/striconveh: New file.
40181         * lib/striconveh.h: New file.
40182         * lib/striconveh.c: New file.
40183         * MODULES.html.sh (Internationalization functions): Add striconveh.
40184
40185         * modules/striconveh-tests: New file.
40186         * tests/test-striconveh.c: New file.
40187
40188 2007-01-15  Bruno Haible  <bruno@clisp.org>
40189
40190         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
40191         not from GNU libiconv or GNU libc.
40192
40193 2007-01-15  Bruno Haible  <bruno@clisp.org>
40194
40195         * doc/gnulib-intro.texi (Copyright): Explain the different license
40196         terms for module descriptions, autoconf macros, tests, documentation.
40197
40198 2007-01-14  Bruno Haible  <bruno@clisp.org>
40199
40200         * modules/striconv-tests: New file.
40201         * tests/test-striconv.c: New file.
40202
40203 2007-01-14  Bruno Haible  <bruno@clisp.org>
40204
40205         * modules/iconv-tests: New file.
40206         * tests/test-iconv.c: New file.
40207
40208 2007-01-14  Bruno Haible  <bruno@clisp.org>
40209
40210         * gnulib-tool (func_get_license): For test modules, use the license of
40211         the main module.
40212
40213 2007-01-14  Bruno Haible  <bruno@clisp.org>
40214
40215         * modules/iconv (Include): Clarify that <iconv.h> can only be included
40216         if iconv is found to exist.
40217
40218 2007-01-14  Bruno Haible  <bruno@clisp.org>
40219
40220         * modules/c-ctype-tests: New file.
40221         * tests/test-c-ctype.c: New file.
40222
40223 2007-01-14  Bruno Haible  <bruno@clisp.org>
40224
40225         * modules/binary-io-tests: New file.
40226         * tests/test-binary-io.sh: New file.
40227         * tests/test-binary-io.c: New file.
40228
40229 2007-01-14  Bruno Haible  <bruno@clisp.org>
40230
40231         * modules/array-oset-tests: New file.
40232         * tests/test-array_oset.c: New file.
40233
40234 2007-01-14  Bruno Haible  <bruno@clisp.org>
40235
40236         * modules/array-list-tests: New file.
40237         * tests/test-array_list.c: New file.
40238
40239 2007-01-14  Bruno Haible  <bruno@clisp.org>
40240
40241         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40242         and make.
40243         Reported by Simon Josefsson in
40244         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40245
40246 2007-01-14  Bruno Haible  <bruno@clisp.org>
40247
40248         * modules/allocsa-tests: New file.
40249         * tests/test-allocsa.c: New file.
40250
40251 2007-01-14  Bruno Haible  <bruno@clisp.org>
40252
40253         * modules/fchdir (Depends-on): Add absolute-header.
40254         * modules/unistd (Depends-on): Likewise.
40255
40256 2006-12-30  Bruno Haible  <bruno@clisp.org>
40257
40258         * modules/fchdir: New file.
40259         * modules/unistd (Files): Add lib/unistd_.h.
40260         (Makefile.am): Generate unistd.h from unistd_.h.
40261         * lib/fchdir.c: New file.
40262         * lib/dirent_.h: New file.
40263         * lib/unistd_.h: New file.
40264         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
40265         * m4/fchdir.m4: New file.
40266         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
40267         (gl_HEADER_UNISTD): Invoke it.
40268         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
40269         function.
40270         * lib/backupfile.c (opendir, closedir): Undefine.
40271         * lib/chown.c (open, close): Undefine.
40272         * lib/clean-temp.c (open, close): Undefine.
40273         * lib/copy-file.c (open, close): Undefine.
40274         * lib/execute.c (open, close): Undefine.
40275         * lib/fsusage.c (open, close): Undefine.
40276         * lib/gc-gnulib.c (open, close): Undefine.
40277         * lib/getcwd.c (opendir, closedir): Undefine.
40278         * lib/glob.c (opendir, closedir): Undefine.
40279         * lib/javacomp.c (open, close): Undefine.
40280         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
40281         * lib/openat-proc.c (open, close): Undefine.
40282         * lib/pagealign_alloc.c (open, close): Undefine.
40283         * lib/pipe.c (open, close): Undefine.
40284         * lib/progreloc.c (open, close): Undefine.
40285         * lib/savedir.c (opendir, closedir): Undefine.
40286         * lib/utime.c (open, close): Undefine.
40287         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
40288
40289 2007-01-10  Bruno Haible  <bruno@clisp.org>
40290
40291         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
40292
40293 2007-01-12  Eric Blake  <ebb9@byu.net>
40294
40295         Provide a robust <wchar.h>.  Further simplifications are now
40296         possible in other modules, but not included here.
40297         * modules/wchar: New module.
40298         * m4/wchar.m4: New file.
40299         * lib/wchar_.h: Likewise.
40300         * modules/mbchar (Depends-on): Depend on wchar, as the first use
40301         of the new module.
40302         * MODULES.html.sh (Extended multibyte and wide character utilities):
40303         New section.
40304
40305 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40306
40307         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40308         to a reasonable default for memory allocation.
40309         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40310         file system that reports garbage st_size values for symlinks.
40311         Problem reported by Liyang Hu.
40312
40313 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40314
40315         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40316         Emacs .#* auto-save files).
40317
40318 2007-01-11  Bruno Haible  <bruno@clisp.org>
40319
40320         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40321         directory.
40322
40323 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40324
40325         Use @...@ consistently in lib/wctype_.h.
40326         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40327         on it being set to 1 or 0.
40328         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40329         go back to AC_SUBSTing it.
40330         * modules/wctype (Makefile.am): Undo previous change.
40331
40332 2007-01-10  Eric Blake  <ebb9@byu.net>
40333
40334         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40335         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40336         * modules/wctype (Makefile.am): Likewise.
40337         Reported by Chris McGuire.
40338
40339 2007-01-10  Jim Meyering  <jim@meyering.net>
40340
40341         fts.c: a small readability/maintainability improvement
40342         * lib/fts.c (fts_read): Make this code slightly more readable and
40343         maintainable by hoisting the "sp->fts_cur = p" assignments to
40344         immediately follow the statements that set P.  Derived from
40345         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40346
40347 2007-01-10  Eric Blake  <ebb9@byu.net>
40348
40349         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40350         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40351         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40352         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40353         Reported by Chris McGuire.
40354
40355 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40356
40357         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40358         in sed script.
40359
40360 2007-01-09  Bruno Haible  <bruno@clisp.org>
40361
40362         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40363         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40364         variables.
40365         (func_module): Use them.
40366
40367 2007-01-09  Bruno Haible  <bruno@clisp.org>
40368
40369         * modules/unistr/base: New file.
40370         * lib/unistr.h: New file.
40371
40372         * modules/unistr/u8-to-u16: New file.
40373         * lib/unistr/u8-to-u16.c: New file.
40374
40375         * modules/unistr/u8-to-u32: New file.
40376         * lib/unistr/u8-to-u32.c: New file.
40377
40378         * modules/unistr/u16-to-u8: New file.
40379         * lib/unistr/u16-to-u8.c: New file.
40380
40381         * modules/unistr/u16-to-u32: New file.
40382         * lib/unistr/u16-to-u32.c: New file.
40383
40384         * modules/unistr/u32-to-u8: New file.
40385         * lib/unistr/u32-to-u8.c: New file.
40386
40387         * modules/unistr/u32-to-u16: New file.
40388         * lib/unistr/u32-to-u16.c: New file.
40389
40390         * modules/unistr/u8-check: New file.
40391         * modules/unistr/u16-check: New file.
40392         * modules/unistr/u32-check: New file.
40393         * lib/unistr/u8-check.c: New file.
40394         * lib/unistr/u16-check.c: New file.
40395         * lib/unistr/u32-check.c: New file.
40396
40397         * modules/unistr/u8-chr: New file.
40398         * modules/unistr/u16-chr: New file.
40399         * modules/unistr/u32-chr: New file.
40400         * lib/unistr/u8-chr.c: New file.
40401         * lib/unistr/u16-chr.c: New file.
40402         * lib/unistr/u32-chr.c: New file.
40403
40404         * modules/unistr/u8-cmp: New file.
40405         * modules/unistr/u16-cmp: New file.
40406         * modules/unistr/u32-cmp: New file.
40407         * lib/unistr/u8-cmp.c: New file.
40408         * lib/unistr/u16-cmp.c: New file.
40409         * lib/unistr/u32-cmp.c: New file.
40410
40411         * modules/unistr/u8-cpy: New file.
40412         * modules/unistr/u16-cpy: New file.
40413         * modules/unistr/u32-cpy: New file.
40414         * lib/unistr/u8-cpy.c: New file.
40415         * lib/unistr/u16-cpy.c: New file.
40416         * lib/unistr/u32-cpy.c: New file.
40417         * lib/unistr/u-cpy.h: New file.
40418
40419         * modules/unistr/u8-cpy-alloc: New file.
40420         * modules/unistr/u16-cpy-alloc: New file.
40421         * modules/unistr/u32-cpy-alloc: New file.
40422         * lib/unistr/u8-cpy-alloc.c: New file.
40423         * lib/unistr/u16-cpy-alloc.c: New file.
40424         * lib/unistr/u32-cpy-alloc.c: New file.
40425         * lib/unistr/u-cpy-alloc.h: New file.
40426
40427         * modules/unistr/u8-endswith: New file.
40428         * modules/unistr/u16-endswith: New file.
40429         * modules/unistr/u32-endswith: New file.
40430         * lib/unistr/u8-endswith.c: New file.
40431         * lib/unistr/u16-endswith.c: New file.
40432         * lib/unistr/u32-endswith.c: New file.
40433         * lib/unistr/u-endswith.h: New file.
40434
40435         * modules/unistr/u8-mblen: New file.
40436         * modules/unistr/u16-mblen: New file.
40437         * modules/unistr/u32-mblen: New file.
40438         * lib/unistr/u8-mblen.c: New file.
40439         * lib/unistr/u16-mblen.c: New file.
40440         * lib/unistr/u32-mblen.c: New file.
40441
40442         * modules/unistr/u8-mbtouc: New file.
40443         * modules/unistr/u16-mbtouc: New file.
40444         * modules/unistr/u32-mbtouc: New file.
40445         * lib/unistr/u8-mbtouc.c: New file.
40446         * lib/unistr/u16-mbtouc.c: New file.
40447         * lib/unistr/u32-mbtouc.c: New file.
40448
40449         * modules/unistr/u8-mbtouc-safe: New file.
40450         * modules/unistr/u16-mbtouc-safe: New file.
40451         * modules/unistr/u32-mbtouc-safe: New file.
40452         * lib/unistr/u8-mbtouc-safe.c: New file.
40453         * lib/unistr/u16-mbtouc-safe.c: New file.
40454         * lib/unistr/u32-mbtouc-safe.c: New file.
40455
40456         * modules/unistr/u8-move: New file.
40457         * modules/unistr/u16-move: New file.
40458         * modules/unistr/u32-move: New file.
40459         * lib/unistr/u8-move.c: New file.
40460         * lib/unistr/u16-move.c: New file.
40461         * lib/unistr/u32-move.c: New file.
40462         * lib/unistr/u-move.h: New file.
40463
40464         * modules/unistr/u8-next: New file.
40465         * modules/unistr/u16-next: New file.
40466         * modules/unistr/u32-next: New file.
40467         * lib/unistr/u8-next.c: New file.
40468         * lib/unistr/u16-next.c: New file.
40469         * lib/unistr/u32-next.c: New file.
40470
40471         * modules/unistr/u8-prev: New file.
40472         * modules/unistr/u16-prev: New file.
40473         * modules/unistr/u32-prev: New file.
40474         * lib/unistr/u8-prev.c: New file.
40475         * lib/unistr/u16-prev.c: New file.
40476         * lib/unistr/u32-prev.c: New file.
40477
40478         * modules/unistr/u8-set: New file.
40479         * modules/unistr/u16-set: New file.
40480         * modules/unistr/u32-set: New file.
40481         * lib/unistr/u8-set.c: New file.
40482         * lib/unistr/u16-set.c: New file.
40483         * lib/unistr/u32-set.c: New file.
40484         * lib/unistr/u-set.h: New file.
40485
40486         * modules/unistr/u8-startswith: New file.
40487         * modules/unistr/u16-startswith: New file.
40488         * modules/unistr/u32-startswith: New file.
40489         * lib/unistr/u8-startswith.c: New file.
40490         * lib/unistr/u16-startswith.c: New file.
40491         * lib/unistr/u32-startswith.c: New file.
40492         * lib/unistr/u-startswith.h: New file.
40493
40494         * modules/unistr/u8-stpcpy: New file.
40495         * modules/unistr/u16-stpcpy: New file.
40496         * modules/unistr/u32-stpcpy: New file.
40497         * lib/unistr/u8-stpcpy.c: New file.
40498         * lib/unistr/u16-stpcpy.c: New file.
40499         * lib/unistr/u32-stpcpy.c: New file.
40500         * lib/unistr/u-stpcpy.h: New file.
40501
40502         * modules/unistr/u8-stpncpy: New file.
40503         * modules/unistr/u16-stpncpy: New file.
40504         * modules/unistr/u32-stpncpy: New file.
40505         * lib/unistr/u8-stpncpy.c: New file.
40506         * lib/unistr/u16-stpncpy.c: New file.
40507         * lib/unistr/u32-stpncpy.c: New file.
40508         * lib/unistr/u-stpncpy.h: New file.
40509
40510         * modules/unistr/u8-strcat: New file.
40511         * modules/unistr/u16-strcat: New file.
40512         * modules/unistr/u32-strcat: New file.
40513         * lib/unistr/u8-strcat.c: New file.
40514         * lib/unistr/u16-strcat.c: New file.
40515         * lib/unistr/u32-strcat.c: New file.
40516         * lib/unistr/u-strcat.h: New file.
40517
40518         * modules/unistr/u8-strchr: New file.
40519         * modules/unistr/u16-strchr: New file.
40520         * modules/unistr/u32-strchr: New file.
40521         * lib/unistr/u8-strchr.c: New file.
40522         * lib/unistr/u16-strchr.c: New file.
40523         * lib/unistr/u32-strchr.c: New file.
40524
40525         * modules/unistr/u8-strcmp: New file.
40526         * modules/unistr/u16-strcmp: New file.
40527         * modules/unistr/u32-strcmp: New file.
40528         * lib/unistr/u8-strcmp.c: New file.
40529         * lib/unistr/u16-strcmp.c: New file.
40530         * lib/unistr/u32-strcmp.c: New file.
40531
40532         * modules/unistr/u8-strcpy: New file.
40533         * modules/unistr/u16-strcpy: New file.
40534         * modules/unistr/u32-strcpy: New file.
40535         * lib/unistr/u8-strcpy.c: New file.
40536         * lib/unistr/u16-strcpy.c: New file.
40537         * lib/unistr/u32-strcpy.c: New file.
40538         * lib/unistr/u-strcpy.h: New file.
40539
40540         * modules/unistr/u8-strcspn: New file.
40541         * modules/unistr/u16-strcspn: New file.
40542         * modules/unistr/u32-strcspn: New file.
40543         * lib/unistr/u8-strcspn.c: New file.
40544         * lib/unistr/u16-strcspn.c: New file.
40545         * lib/unistr/u32-strcspn.c: New file.
40546         * lib/unistr/u-strcspn.h: New file.
40547
40548         * modules/unistr/u8-strdup: New file.
40549         * modules/unistr/u16-strdup: New file.
40550         * modules/unistr/u32-strdup: New file.
40551         * lib/unistr/u8-strdup.c: New file.
40552         * lib/unistr/u16-strdup.c: New file.
40553         * lib/unistr/u32-strdup.c: New file.
40554         * lib/unistr/u-strdup.h: New file.
40555
40556         * modules/unistr/u8-strlen: New file.
40557         * modules/unistr/u16-strlen: New file.
40558         * modules/unistr/u32-strlen: New file.
40559         * lib/unistr/u8-strlen.c: New file.
40560         * lib/unistr/u16-strlen.c: New file.
40561         * lib/unistr/u32-strlen.c: New file.
40562         * lib/unistr/u-strlen.h: New file.
40563
40564         * modules/unistr/u8-strmblen: New file.
40565         * modules/unistr/u16-strmblen: New file.
40566         * modules/unistr/u32-strmblen: New file.
40567         * lib/unistr/u8-strmblen.c: New file.
40568         * lib/unistr/u16-strmblen.c: New file.
40569         * lib/unistr/u32-strmblen.c: New file.
40570
40571         * modules/unistr/u8-strmbtouc: New file.
40572         * modules/unistr/u16-strmbtouc: New file.
40573         * modules/unistr/u32-strmbtouc: New file.
40574         * lib/unistr/u8-strmbtouc.c: New file.
40575         * lib/unistr/u16-strmbtouc.c: New file.
40576         * lib/unistr/u32-strmbtouc.c: New file.
40577
40578         * modules/unistr/u8-strncat: New file.
40579         * modules/unistr/u16-strncat: New file.
40580         * modules/unistr/u32-strncat: New file.
40581         * lib/unistr/u8-strncat.c: New file.
40582         * lib/unistr/u16-strncat.c: New file.
40583         * lib/unistr/u32-strncat.c: New file.
40584         * lib/unistr/u-strncat.h: New file.
40585
40586         * modules/unistr/u8-strncmp: New file.
40587         * modules/unistr/u16-strncmp: New file.
40588         * modules/unistr/u32-strncmp: New file.
40589         * lib/unistr/u8-strncmp.c: New file.
40590         * lib/unistr/u16-strncmp.c: New file.
40591         * lib/unistr/u32-strncmp.c: New file.
40592
40593         * modules/unistr/u8-strncpy: New file.
40594         * modules/unistr/u16-strncpy: New file.
40595         * modules/unistr/u32-strncpy: New file.
40596         * lib/unistr/u8-strncpy.c: New file.
40597         * lib/unistr/u16-strncpy.c: New file.
40598         * lib/unistr/u32-strncpy.c: New file.
40599         * lib/unistr/u-strncpy.h: New file.
40600
40601         * modules/unistr/u8-strnlen: New file.
40602         * modules/unistr/u16-strnlen: New file.
40603         * modules/unistr/u32-strnlen: New file.
40604         * lib/unistr/u8-strnlen.c: New file.
40605         * lib/unistr/u16-strnlen.c: New file.
40606         * lib/unistr/u32-strnlen.c: New file.
40607         * lib/unistr/u-strnlen.h: New file.
40608
40609         * modules/unistr/u8-strpbrk: New file.
40610         * modules/unistr/u16-strpbrk: New file.
40611         * modules/unistr/u32-strpbrk: New file.
40612         * lib/unistr/u8-strpbrk.c: New file.
40613         * lib/unistr/u16-strpbrk.c: New file.
40614         * lib/unistr/u32-strpbrk.c: New file.
40615         * lib/unistr/u-strpbrk.h: New file.
40616
40617         * modules/unistr/u8-strrchr: New file.
40618         * modules/unistr/u16-strrchr: New file.
40619         * modules/unistr/u32-strrchr: New file.
40620         * lib/unistr/u8-strrchr.c: New file.
40621         * lib/unistr/u16-strrchr.c: New file.
40622         * lib/unistr/u32-strrchr.c: New file.
40623
40624         * modules/unistr/u8-strspn: New file.
40625         * modules/unistr/u16-strspn: New file.
40626         * modules/unistr/u32-strspn: New file.
40627         * lib/unistr/u8-strspn.c: New file.
40628         * lib/unistr/u16-strspn.c: New file.
40629         * lib/unistr/u32-strspn.c: New file.
40630         * lib/unistr/u-strspn.h: New file.
40631
40632         * modules/unistr/u8-strstr: New file.
40633         * modules/unistr/u16-strstr: New file.
40634         * modules/unistr/u32-strstr: New file.
40635         * lib/unistr/u8-strstr.c: New file.
40636         * lib/unistr/u16-strstr.c: New file.
40637         * lib/unistr/u32-strstr.c: New file.
40638         * lib/unistr/u-strstr.h: New file.
40639
40640         * modules/unistr/u8-strtok: New file.
40641         * modules/unistr/u16-strtok: New file.
40642         * modules/unistr/u32-strtok: New file.
40643         * lib/unistr/u8-strtok.c: New file.
40644         * lib/unistr/u16-strtok.c: New file.
40645         * lib/unistr/u32-strtok.c: New file.
40646         * lib/unistr/u-strtok.h: New file.
40647
40648         * modules/unistr/u8-uctomb: New file.
40649         * modules/unistr/u16-uctomb: New file.
40650         * modules/unistr/u32-uctomb: New file.
40651         * lib/unistr/u8-uctomb.c: New file.
40652         * lib/unistr/u16-uctomb.c: New file.
40653         * lib/unistr/u32-uctomb.c: New file.
40654
40655         * MODULES.html.sh (Unicode string functions): Add the new modules.
40656
40657 2007-01-08  Bruno Haible  <bruno@clisp.org>
40658
40659         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40660         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40661         subdirectories.
40662
40663 2007-01-08  Karl Berry  <karl@gnu.org>
40664
40665         * doc/error.texi: mention that main() fns must set program_name
40666         when progname is used.
40667
40668 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40669
40670         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40671         WCTYPE_H is empty, for the benefit of builds from non-distclean
40672         directories.  Problem reported by Eric Blake in
40673         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40674
40675 2007-01-08  Bruno Haible  <bruno@clisp.org>
40676
40677         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40678         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40679         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40680         PROVIDE_CANONICALIZE_FILENAME_MODE.
40681         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40682
40683 2007-01-08  Bruno Haible  <bruno@clisp.org>
40684
40685         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40686         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40687         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40688         * lib/fts.c: Likewise.
40689         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40690
40691 2006-12-25  Bruno Haible  <bruno@clisp.org>
40692
40693         * modules/utf8-ucs4-safe: New file.
40694         * lib/utf8-ucs4-safe.h: New file.
40695         * lib/unistr/utf8-ucs4-safe.c: New file.
40696
40697         * modules/utf16-ucs4-safe: New file.
40698         * lib/utf16-ucs4-safe.h: New file.
40699         * lib/unistr/utf16-ucs4-safe.c: New file.
40700
40701         * MODULES.html.sh (Unicode string functions): Add the new modules.
40702
40703 2007-01-08  Bruno Haible  <bruno@clisp.org>
40704
40705         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40706         (Depends-on): Add unitypes.
40707         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40708         (u8_mbtouc_aux): Move out to separate file.
40709         (u8_mbtouc): Use ucs4_t, uint8_t types.
40710         * lib/unistr/utf8-ucs4.c: New file.
40711
40712         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40713         (Depends-on): Add unitypes.
40714         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40715         (u16_mbtouc_aux): Move out to separate file.
40716         (u16_mbtouc): Use ucs4_t, uint16_t types.
40717         * lib/unistr/utf16-ucs4.c: New file.
40718
40719         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40720         (Depends-on): Add unitypes.
40721         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40722         (u8_uctomb_aux): Move out to separate file.
40723         (u8_uctomb): Use ucs4_t, uint8_t types.
40724         * lib/unistr/ucs4-utf8.c: New file.
40725
40726         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40727         (Depends-on): Add unitypes.
40728         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40729         (u16_uctomb_aux): Move out to separate file.
40730         (u16_uctomb): Use ucs4_t, uint16_t types.
40731         * lib/unistr/ucs4-utf16.c: New file.
40732
40733 2006-12-25  Bruno Haible  <bruno@clisp.org>
40734
40735         * modules/unitypes: New file.
40736         * lib/unitypes.h: New file.
40737         * MODULES.html.sh (func_all_modules): New section "Unicode string
40738         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40739         this section. Add unitypes.
40740
40741 2007-01-08  Bruno Haible  <bruno@clisp.org>
40742
40743         Avoid variable names that conflict with those from libtool.
40744         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40745         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40746         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40747         library_names_spec to acl_library_names_spec, hardcode_* to
40748         acl_hardcode_*.
40749         Reported by Ralf Wildenhues.
40750
40751 2007-01-08  Bruno Haible  <bruno@clisp.org>
40752
40753         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40754         definition.
40755         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40756         definition.
40757         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40758         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40759         definition.
40760         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40761         definition.
40762         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40763         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40764         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40765         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40766         definition.
40767         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40768         definition.
40769         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40770         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40771         GC_USE_<algorithm>.
40772         * lib/gc-libgcrypt.c: Likewise.
40773         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40774         * modules/gc-arctwo (configure.ac): Likewise.
40775         * modules/gc-des (configure.ac): Likewise.
40776         * modules/gc-hmac-md5 (configure.ac): Likewise.
40777         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40778         * modules/gc-md2 (configure.ac): Likewise.
40779         * modules/gc-md4 (configure.ac): Likewise.
40780         * modules/gc-md5 (configure.ac): Likewise.
40781         * modules/gc-random (configure.ac): Likewise.
40782         * modules/gc-rijndael (configure.ac): Likewise.
40783         * modules/gc-sha1 (configure.ac): Likewise.
40784
40785 2007-01-08  Bruno Haible  <bruno@clisp.org>
40786
40787         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40788         macro definition.
40789         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40790         definition.
40791         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40792         definition.
40793         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40794         * modules/fcntl-safer (configure.ac): Likewise.
40795         * modules/fopen-safer (configure.ac): Likewise.
40796         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40797         GNULIB_FWRITEERROR macro definition.
40798
40799 2007-01-08  Bruno Haible  <bruno@clisp.org>
40800
40801         * m4/gnulib-common.m4: New file.
40802         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40803         (func_get_filelist): Add m4/gnulib-common.m4.
40804
40805 2007-01-08  Bruno Haible  <bruno@clisp.org>
40806
40807         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40808         command.
40809
40810 2007-01-08  Jim Meyering  <jim@meyering.net>
40811
40812         Use a more robust test for a "can't happen" condition.
40813         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40814         narrowed the st_size value.  Presuming the "can't happen" condition
40815         is true, that narrowing could conceivably convert an invalid st_size
40816         value into a valid one.  Instead, use a change based on Matthew
40817         Woehlke's original patch.
40818
40819         Slight readability improvement: use an assert-like macro
40820         in place of literal "abort ()" uses.
40821         * lib/fts.c (fts_assert): Define.
40822         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40823         Use this macro instead of a bare 'abort'.
40824
40825 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40826
40827         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40828         simply work around them.
40829         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40830         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40831         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40832         declaring.
40833         Don't bother to define as macros, since the standard doesn't require it.
40834         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40835         longer worry about IRIX 5.3.
40836         (HAVE_WCTYPE_CTMP_BUG): Remove.
40837
40838 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40839
40840         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40841         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40842         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40843         Problems reported by Georg Schwarz for IRIX 5.3.
40844
40845         * gnulib-tool (autoconf_minversion): Take the maximum version number
40846         found, not the minimum.  Problem reported by James Youngman.
40847
40848 2007-01-03  Karl Berry  <karl@gnu.org>
40849
40850         * doc/error.texi: new file, explaining interaction with progname.
40851         * doc/gnulib.texi: include it.  Update copyright.
40852
40853 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40854
40855         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40856         AC_CANONICAL_HOST, to improve autobuild outputs.
40857
40858 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40859             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40860
40861         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40862         sockets, server sockets, and other file descriptors.  Count errors
40863         to compute the return value.  Reorder the code a bit to be easier
40864         to follow.  Don't set event bits that were not requested (except
40865         POLLERR and POLLHUP).
40866
40867 2007-01-01  Bruno Haible  <bruno@clisp.org>
40868
40869         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40870
40871 2007-01-03  Jim Meyering  <jim@meyering.net>
40872
40873         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40874
40875 2007-01-02  Bruno Haible  <bruno@clisp.org>
40876
40877         * modules/settime (Include): Require timespec.h.
40878         * modules/nanosleep (Include): Likewise.
40879
40880 2007-01-01  Bruno Haible  <bruno@clisp.org>
40881
40882         * gnulib-tool (func_emit_copyright_notice): Bump year.
40883         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40884
40885 2007-01-01  Bruno Haible  <bruno@clisp.org>
40886
40887         Improve support for OpenBSD.
40888         * build-aux/config.rpath (libname_spec): Export.
40889         (library_names_spec): New variable. Export.
40890         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40891         library_names_spec from the config.rpath output. Locate shared library
40892         through the name pattern in library_names_spec.
40893
40894 2007-01-01  Eric Blake  <ebb9@byu.net>
40895
40896         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40897
40898 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40899
40900         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40901         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40902         assume the C locale, and avoid an "eval" that could cause trouble.
40903         Problem with SORT reported by Bob Proulx.
40904
40905         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40906         Define.  Trivial patch from Henning Nielsen Lund, originally
40907         sent to bug-grep@gnu.org today.
40908
40909 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40910
40911         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40912         struct stat.  Problem reported by Henning Nielsen Lund.
40913         * lib/acl.c: Include acl.h first, to check interface.  Don't
40914         bother to include sys/types.h and sys/stat.h again.
40915
40916 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40917
40918         Import the following change from libc; problem reported by
40919         Sven Verdoolaege.
40920
40921         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40922
40923         [BZ #1373]
40924         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40925
40926 2006-12-28  Jim Meyering  <jim@meyering.net>
40927
40928         * build-aux/announce-gen: Do not assume that the package
40929         builds any of tar.gz, tar.bz2, and .xdelta files.
40930         Suggestion from Simon Josefsson.
40931
40932 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40933
40934         * modules/announce-gen: New file.
40935
40936 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40937
40938         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40939         handles its gotchas now.
40940         * lib/mbswidth.c: Likewise.
40941         * lib/wcwidth.h: Likewise.
40942         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40943         and iswcntrl; the wctype module does this stuff now.
40944         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40945         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40946         * modules/mbchar (Depends-on): Add wctype.
40947         * modules/mbswidth (Depends-on): Likewise.
40948         * modules/wcwidth (Depends-on): Likewise.
40949
40950 2006-12-27  Eric Blake  <ebb9@byu.net>
40951
40952         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40953         module uses more than what <wctype.h> is required to provide.
40954
40955 2006-12-26  Eric Blake  <ebb9@byu.net>
40956
40957         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40958
40959 2006-12-26  Eric Blake  <ebb9@byu.net>
40960
40961         * modules/absolute-header: New module.
40962         * modules/fcntl (Depends-on): Depend on it.
40963         * modules/inttypes (Depends-on): Likewise.
40964         * modules/stdint (Depends-on): Likewise.
40965         * modules/sys_stat (Depends-on): Likewise.
40966         * modules/wctype (Depends-on): Likewise.
40967         * MODULES.html.sh (Support for building libraries and
40968         executables): Document it.
40969
40970 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40971
40972         * gnulib-tool (SED): Remove, undoing previous change.
40973         The problem was that it broke coreutils on Solaris, because
40974         "sed --posix" leaked into a makefile.
40975         (sed): New alias, if 'alias' and GNU sed.
40976
40977 2006-12-24  Jim Meyering  <jim@meyering.net>
40978
40979         Work around an fchownat bug in glibc-2.4:
40980         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40981         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40982         in spite of the -P option.
40983         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40984         New macros.
40985         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40986         * modules/openat (Files): Add lib/fchownat.c.
40987         * lib/openat.c (fchownat): Don't define here.  Move to...
40988         * lib/fchownat.c: ...this new file.
40989
40990 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40991
40992         Fix bug reported by Bruno Haible in
40993         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40994         where quotearg.c didn't compile on Mac OS X 10.2 because it
40995         lacks <wchar.h> and wint_t.
40996         * lib/wctype_.h (__wctype_wint_t): New type.
40997         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40998         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40999         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
41000         Arg is now of type __wctype_wint_t, not wint_t.
41001         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
41002         substitute HAVE_WINT_T.
41003         * modules/wctype (Files): Add m4/wint_t.m4.
41004         (wctype.h): Substitute HAVE_WINT_T.
41005
41006 2006-12-23  Bruno Haible  <bruno@clisp.org>
41007
41008         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
41009
41010 2006-12-23  Bruno Haible  <bruno@clisp.org>
41011
41012         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
41013         S_ISLNK.
41014         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
41015         mingw.
41016
41017 2006-12-22  Bruno Haible  <bruno@clisp.org>
41018
41019         * lib/copy-file.c: Include acl.h.
41020         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
41021         Close the file descriptors only after being done with copy_acl.
41022         * modules/copy-file (Depends-on): Add acl.
41023
41024 2006-12-22  Bruno Haible  <bruno@clisp.org>
41025
41026         * gnulib-tool (SED): New variable.
41027         Use $SED instead of sed everywhere.
41028
41029 2006-12-22  Bruno Haible  <bruno@clisp.org>
41030
41031         * modules/no-c++: New file.
41032         * m4/no-c++.m4: New file.
41033         * MODULES.html.sh (Support for building libraries and executables):
41034         Add no-c++.
41035
41036 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
41037
41038         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41039         Include <limits.h>, and use its INT_MAX to rewrite the
41040         j loop so that it does not overflow 'int'.  Problem reported by
41041         Ralf Wildenhues in
41042         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
41043         Play it safe by shifting left by 1 rather than multiplying by 2,
41044         as GCC is less likely to optimize this away when the value
41045         is signed (when it assumes overflow leads to undefined behavior).
41046         Also, don't assume time_t uses two's complement.
41047
41048 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
41049
41050         * MODULES.html.sh: New module wctype.
41051         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
41052         * lib/fnmatch.c: Don't bother to include <wchar.h> before
41053         <wctype.h>, since the new wctype module should fix this.
41054         * lib/quotearg.c: Include <wctype.h> unconditionally, since
41055         the wctype module should arrange for it.
41056         * lib/regex_internal.h: Likewise.
41057         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
41058         since the wctype module should handle this now.
41059         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
41060         * modules/fnmatch (Depends-on): Add wctype.
41061         * modules/quotearg (Depends-on): Likewise.
41062         * modules/regex (Depends-on): Likewise.
41063
41064 2006-12-19  Bruno Haible  <bruno@clisp.org>
41065
41066         * lib/strdup.h [C++]: Wrap definitions in extern "C".
41067         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
41068
41069 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41070
41071         * modules/savewd (Depends-on): Fix dependency on fcntl.
41072
41073 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41074
41075         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
41076         conforms to C99, rather than relying on the user's environment
41077         setting of STDINT_H.
41078
41079 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41080         and Eric Blake  <ebb9@byu.net>
41081
41082         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
41083         This is more consistent with the other defines here.
41084         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
41085         Port to z/OS.  Problem reported by Paul Gilmartin.
41086         Change local vars to use gl_ prefix rather than ac_.
41087         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41088         with other defines.
41089         * modules/double-slash-root: New module.
41090         * modules/dirname (Files): Remove m4/double-slash-root.m4.
41091         (Depends-on): Add double-slash-root.
41092         * MODULES.html.sh (File system functions): Mention new module.
41093
41094 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
41095
41096         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
41097         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
41098         This is for the benefit of gzip, which doesn't do i18n.
41099
41100 2006-12-12  Jim Meyering  <jim@meyering.net>
41101
41102         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
41103         Reported by Andreas Schwab <schwab@suse.de>.
41104
41105 2006-12-12  Bruno Haible  <bruno@clisp.org>
41106
41107         Merge these changes.
41108         2006-09-05  Bruno Haible  <bruno@clisp.org>
41109         * lib/iconvme.c (iconv_string): No need to save and restore errno when
41110         iconv_alloc succeeded.
41111         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
41112         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
41113         test for " && dest " at the end - dest is always != NULL there. Call
41114         iconv with 4xNULL arguments initially, to reset the state. Call iconv
41115         with 2xNULL arguments, also to flush the state storage. Handle the
41116         IRIX iconv behaviour. Realloc the final result, to throw away unused
41117         memory.
41118
41119 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
41120
41121         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
41122         and fchmodat unconditionally, since glibc 2.4 has them.
41123         Problem reported by Arkadiusz Miskiewicz.
41124
41125 2006-12-10  Bruno Haible  <bruno@clisp.org>
41126
41127         * gnulib-tool (func_import): Show the include files only for those
41128         modules that are copied and specified.
41129         Reported by Karl Berry.
41130
41131 2006-12-08  Jim Meyering  <jim@meyering.net>
41132
41133         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
41134         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
41135
41136         * build-aux/announce-gen: Add two new options, both optional:
41137         --bootstrap-tools=TOOL_LIST
41138               a comma-separated list of tools, e.g.,
41139               autoconf,automake,bison,gnulib
41140         --gnulib-snapshot-date=DATE
41141               if gnulib is in the bootstrap tool list,
41142               then report this as the snapshot date.
41143               If not specified, use the current date/time.
41144               If you specify a date here, be sure it's UTC.
41145
41146 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41147
41148         * tests/test-argp-2.sh: Fix test to match actual output.
41149         (func_compare): Fix sed script to be portable.
41150
41151 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
41152
41153         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
41154         workaround for this case.  It is not autoconfigured now; offhand
41155         it's hard to see how to autoconfigure it.
41156
41157 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
41158
41159         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
41160         a directory that is about to be chowned.  Such a directory's
41161         initial file permissions should permit the owner only and this
41162         should not be changed until after the chown, since the group and
41163         other bits would be incorrect if they granted permission before
41164         the chown.
41165
41166         Fix porting problem for iswctype reported by Georg Schwarz in:
41167         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
41168         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
41169         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
41170         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
41171         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
41172
41173 2006-12-03  Jim Meyering  <jim@meyering.net>
41174
41175         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
41176         p->fts_statp may not yet be defined.
41177         (fts_read): Instead, set it in the caller, once p->fts_statp is
41178         sure to be defined, and corresponds to a top-level directory.
41179         This bug made du -x fail.  Here's the coreutils test case:
41180         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
41181         Reported by Mike Frysinger.
41182
41183 2006-12-01  Jim Meyering  <jim@meyering.net>
41184
41185         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
41186         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
41187         Reported by Simon Josefsson.
41188
41189 2006-11-30  Jim Meyering  <jim@meyering.net>
41190
41191         * m4/warning.m4: Use the all-permissive copyright notice
41192         recommended by RMS (rather than LGPL).
41193         * m4/vararrays.m4: Likewise.
41194         * m4/flexmember.m4: Likewise.
41195
41196 2006-11-29  Bruno Haible  <bruno@clisp.org>
41197
41198         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41199         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
41200         using +=.
41201         Reported by Simon Josefsson <simon@josefsson.org>.
41202
41203 2006-11-28  James Youngman <jay@gnu.org>
41204
41205         * README: Advise users that they might find the bug-gnulib@gnu.org
41206         and autotools-announce@gnu.org mailing lists useful.
41207
41208 2006-11-28  Bruno Haible  <bruno@clisp.org>
41209
41210         * m4/ptrdiff_max.m4: Remove file.
41211
41212 2006-11-21  Bruno Haible  <bruno@clisp.org>
41213
41214         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
41215         _AC_COMPUTE_INT.
41216         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41217         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
41218         _AC_COMPUTE_INT.
41219         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41220         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
41221         _AC_COMPUTE_INT.
41222         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41223
41224 2006-11-28  Jim Meyering  <jim@meyering.net>
41225
41226         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
41227         warning from "gcc -Wshadow" about shadowing the builtin.
41228
41229 2006-11-27  Bruno Haible  <bruno@clisp.org>
41230
41231         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
41232         _AC_COMPUTE_INT.
41233         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41234
41235 2006-11-27  Bruno Haible  <bruno@clisp.org>
41236             Paul Eggert  <eggert@cs.ucla.edu>
41237
41238         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
41239
41240 2006-11-26  Bruno Haible  <bruno@clisp.org>
41241
41242         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41243         noinst_LTLIBRARIES.
41244
41245 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41246             Bruno Haible  <bruno@clisp.org>
41247
41248         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41249         if compiling with "gcc -ansi".
41250
41251 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41252
41253         Fix some incompatibilities with gcc -ansi -pedantic.
41254         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41255         if compiling pedantically with GCC, unless it's C99 or later.
41256         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41257         it mishandles gcc -ansi -pedantic as well.
41258         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41259         if gcc -pedantic.
41260         * lib/regexec.c (check_node_accept_bytes): Don't use auto
41261         initializers for struct if -pedantic, unless it's C99 or later.
41262
41263 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41264
41265         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
41266         Don't close an fd more than once. Identical atimes indicate
41267         success, not failure.
41268
41269 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
41270
41271         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
41272
41273 2006-11-23  Jim Meyering  <jim@meyering.net>
41274
41275         * build-aux/announce-gen: New file.  From coreutils.
41276
41277 2006-11-22  Jim Meyering  <jim@meyering.net>
41278
41279         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
41280         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
41281         (fts_read): Use a temporary to narrow the overused st_size member
41282         before using it in a switch statement.  Reported by Matthew Woehlke.
41283
41284         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
41285         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
41286
41287 2006-11-20  Bruno Haible  <bruno@clisp.org>
41288
41289         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
41290         changequote instead of pairs of brackets.
41291         Reported by Andreas Schwab <schwab@suse.de>.
41292
41293 2006-11-21  Jim Meyering  <jim@meyering.net>
41294
41295         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
41296         so as to remain compatible with older compilers.
41297         Patch from Michael Deutschmann.
41298
41299 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41300
41301         * MODULES.html.sh (File system functions): Add openat.
41302
41303         * lib/openat.h (rpl_fstatat): New macro, if
41304         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
41305         (fstatat): Define to rpl_fstatat under the same conditions,
41306         unless COMPILING_FSTATAT.
41307         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41308         seems to have the bug.
41309         * lib/fstatat.c: New file.
41310         * modules/openat (Files): Add it.
41311
41312 2006-11-20  Bruno Haible  <bruno@clisp.org>
41313
41314         * Makefile: New file.
41315
41316 2006-11-20  Jim Meyering  <jim@meyering.net>
41317
41318         The beginnings of syntax-related checks for gnulib.
41319         * lib/Makefile: New file.
41320         * lib/t-idcache: New script.  Ensure that the two halves of
41321         idcache.c stay in sync.
41322
41323         * lib/idcache.c: Adjust comments in user- and group- portions to
41324         be more accurate, and to be consistent with one another.
41325
41326 2006-11-20  Jim Meyering  <jim@meyering.net>
41327
41328         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41329         continue using the flexible array member (thus, this module performs
41330         half as many malloc calls), with the addition that...
41331         (getgroup, getuser): Consistently record a non-match via an empty
41332         "name" string, and map an empty string match to a NULL return value.
41333         * modules/idcache (Depends-on): Re-add flexmember.
41334
41335         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41336         (getuidbyname, getgroup, getgidbyname): Likewise.
41337
41338         Use cleaner syntax: NULL rather than 0.
41339         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41340
41341 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41342
41343         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41344         It mishandled the case where the group was missing.
41345         Problem reported by Greg Schafer.
41346         * modules/idcache: Likewise.
41347
41348 2006-11-18  Jim Meyering  <jim@meyering.net>
41349
41350         * check-module (%exempt_header): Add exception for some
41351         conditionally-included headers.
41352
41353         * modules/i-ring (Depends-on): Add verify.
41354         (License): Change to LGPL.
41355
41356 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41357
41358         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41359         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41360         and inttostr.h.  Use snprintf rather than uinttostr, so that
41361         LGPLed code doesn't depend on GPLed.
41362
41363 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41364
41365         * modules/inline (License): Change from GPL to LGPL.
41366
41367 2006-11-17  Jim Meyering  <jim@meyering.net>
41368
41369         * modules/d-type (License): Switch to LGPL.
41370
41371 2006-11-15  Bruno Haible  <bruno@clisp.org>
41372
41373         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41374
41375 2006-11-15  Eric Blake  <ebb9@byu.net>
41376
41377         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41378         the module dependency.
41379
41380 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41381             Bruno Haible  <bruno@clisp.org>
41382
41383         * gnulib-tool (func_create_testdir): Add license consistency check.
41384
41385 2006-11-15  Eric Blake  <ebb9@byu.net>
41386
41387         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41388         random "(cached)" in configure output.
41389
41390 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41391
41392         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41393         test for conforming inttypes.h is both announced and cached.
41394
41395         * MODULES.html.sh (seen_modules, seen_files): New variables.
41396         (func_module): Rewrite to use a few less gnulib-tool and sed
41397         invocations.  Avoid a couple of quadratic algorithms for ...
41398         (missed_modules, missed_files): ... these, with ...
41399         (func_append, func_tmpdir): ... these new functions, from
41400         gnulib-tool.  Analogously, install traps for cleanup.
41401
41402         * tests/test-gc.c (main): Remove unused variables.
41403         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41404
41405 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41406
41407         * modules/inttostr (License): Change to LGPL.
41408
41409 2006-11-14  Eric Blake  <ebb9@byu.net>
41410
41411         * modules/tempname (License): Change to LGPL.
41412
41413 2006-11-14  Eric Blake  <ebb9@byu.net>
41414
41415         * doc/functions.texi (Function Portability): *printf functions on
41416         Cygwin now understand all POSIX size specifiers.
41417
41418 2006-11-14  Bruno Haible  <bruno@clisp.org>
41419
41420         * modules/c-ctype (License): Change to LGPL.
41421
41422 2006-11-12  Bruno Haible  <bruno@clisp.org>
41423
41424         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41425         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41426         for GNOME libraries, for which the include files are installed in
41427         subdirectories of $prefix/include.
41428
41429 2006-11-12  Bruno Haible  <bruno@clisp.org>
41430
41431         * m4/lib-link.m4: Require at least autoconf-2.54.
41432         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41433         name to underscores for the --with option.
41434
41435 2006-11-13  Bruno Haible  <bruno@clisp.org>
41436
41437         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41438         the tests directory.
41439         Reported by Ralf Wildenhues.
41440
41441 2006-11-13  Bruno Haible  <bruno@clisp.org>
41442
41443         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41444         (func_emit_initmacro_end): Undo the override here.
41445         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41446         Works around the famous automake error in coreutils.
41447
41448 2006-11-13  Eric Blake  <ebb9@byu.net>
41449
41450         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41451         element, not its node.
41452
41453 2006-11-12  Bruno Haible  <bruno@clisp.org>
41454
41455         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41456         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41457
41458 2006-11-12  Bruno Haible  <bruno@clisp.org>
41459
41460         * gnulib-tool: New option --local-symlink.
41461         (func_usage): Document it.
41462         (lsymbolic): New variable.
41463         (func_import, func_create_testdir): If --symlink was not specified,
41464         test whether --local-symlink was specified and the file comes from
41465         the local_gnulib_dir.
41466
41467 2006-11-12  Bruno Haible  <bruno@clisp.org>
41468
41469         * gnulib-tool (func_ln): New function.
41470         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41471
41472 2006-11-12  Bruno Haible  <bruno@clisp.org>
41473
41474         Finish support for source files in subdirectories.
41475         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41476         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41477         AUTOMAKE_OPTIONS.
41478         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41479
41480 2006-11-12  Bruno Haible  <bruno@clisp.org>
41481
41482         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41483         EXTRA_lib_SOURCES augmentation.
41484         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41485
41486 2006-11-12  Jim Meyering  <jim@meyering.net>
41487
41488         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41489         file descriptors.  This also averts a failure on systems with
41490         native openat support when a traversed directory lacks "x" access.
41491         * lib/fts_.h: Include "i-ring.h"
41492         (struct FTS) [fts_fd_ring]: New member.
41493         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41494         (FCHDIR): Add parentheses.
41495         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41496         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41497         When descending, rather than simply closing the previous
41498         fts_cwd_fd value, push that file descriptor onto the ring.
41499         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41500         (fts_open): Initialize the new fd_ring member.
41501         (fts_close): Clear the ring.
41502         (fts_safe_changedir): When possible, use our new fd_ring to skip
41503         the diropen and fstat and dev/ino comparison that would normally
41504         accompany a virtual `chdir ("..")'.
41505
41506         * modules/fts (Depends-on): Add i-ring.
41507         * modules/i-ring: New module.
41508         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41509         * m4/i-ring.m4: New file.
41510
41511 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41512
41513         * gnulib-tool (func_create_testdir): Fix replacement of
41514         `build-aux' in configure.ac.  Run autotools in gltests
41515         subdirectory.
41516         (func_create_testdir, func_create_megatestdir, test): There is
41517         no need for '--force' in most autotool invocations in a new
41518         tree.  Actually fail the whole test if any of the tools, or the
41519         configure or make stages fail.
41520
41521         Sync from Automake.
41522         * build-aux/gnupload: Revert last change.  Add pointer to upload
41523         instructions of the GNU Maintenance Instructions.
41524         Suggestion by Karl Berry.
41525
41526 2006-11-10  Jim Meyering  <jim@meyering.net>
41527
41528         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41529
41530 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41531
41532         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41533         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41534         (bind_textdomain_codeset) [! ENABLE_NLS]:
41535         Evaluate all the arguments.  That way, callers get compatible behavior
41536         if the arguments have side effects.  Also, it avoids some GCC
41537         diagnostics in some cases; Joel E. Denny reported problems when Bison
41538         was configured with --enable-gcc-warnigs.
41539
41540 2006-11-10  Jim Meyering  <jim@meyering.net>
41541
41542         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41543         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41544         account.
41545
41546 2006-11-10  Jim Meyering  <jim@meyering.net>
41547
41548         * modules/inline: New file/module.
41549         * modules/xalloc (Files): Remove m4/inline.m4.
41550         (Depends-on): Add inline, instead.
41551         * modules/oset: Likewise.
41552         * modules/list: Likewise.
41553
41554 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41555
41556         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41557         Problem reported by Matthew Woehlke.
41558
41559 2006-11-09  Bruno Haible  <bruno@clisp.org>
41560
41561         * lib/tempname.c (gen_tempname): Remove variant that invokes
41562         __gen_tempname.
41563         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41564         __gen_tempname.
41565
41566 2006-11-08  Bruno Haible  <bruno@clisp.org>
41567
41568         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41569         to 'yes' instead of 'cross-compiling'.
41570
41571 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41572
41573         * lib/quotearg.h (quotearg_free): New decl.
41574         * lib/quotearg.c (quotearg_free): New function.
41575         (slot0, nslots, slotvec0, slotvec):
41576         Now file-scope so that quotearg_free can get at them.
41577
41578 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41579
41580         Sync from Automake.
41581         * build-aux/gnupload: Add missing 'gnu' to example URL.
41582         Report by Karl Berry.
41583
41584 2006-11-08  Bruno Haible  <bruno@clisp.org>
41585
41586         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41587         Suggested by Paul Eggert.
41588
41589 2006-11-08  Jim Meyering  <jim@meyering.net>
41590
41591         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41592         It's already included if !_LIBC.
41593         (fts_safe_changedir): Add a comment.
41594
41595 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41596
41597         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41598         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41599         Matthew Woehlke.
41600
41601         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41602         definitions up, to avoid colliding with change below.
41603         (static_inline) [HAVE_INLINE]: New macro.
41604         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41605         Provide extern decls when !HAVE_INLINE.  Do not define unless
41606         static_inline is defined, either by us or by xmalloc.c.  Use
41607         static_inline rather than static inline.
41608         (XCALLOC): Optimize sizeof(T) = 1 case.
41609         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41610
41611 2006-11-07  Bruno Haible  <bruno@clisp.org>
41612
41613         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41614         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41615         AC_C_INLINE.
41616         * modules/xalloc (Files): Add m4/inline.m4.
41617
41618 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41619
41620         * README: Fix typo.
41621         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41622         (Miscellanous Notes): ...from this.
41623
41624 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41625
41626         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41627         Mention that offsetof should be used instead of sizeof.
41628         From Bruno Haible.
41629
41630 2006-11-07  Bruno Haible  <bruno@clisp.org>
41631
41632         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41633
41634 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41635
41636         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41637         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41638         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41639         (gl_tree_add_before, gl_tree_add_after):
41640         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41641         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41642         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41643         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41644         (gl_linked_add_after, gl_linked_add_at): Likewise.
41645         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41646         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41647         (gl_tree_add_before, gl_tree_add_after): Likewise.
41648         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41649         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41650         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41651
41652 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41653
41654         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41655
41656 2006-11-06  Bruno Haible  <bruno@clisp.org>
41657
41658         * m4/inline.m4: New file.
41659         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41660         * modules/list (Files): Add m4/inline.m4.
41661         * modules/oset (Files): Likewise.
41662
41663 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41664
41665         * lib/idcache.c: Include <stddef.h>, for offsetof.
41666         (struct userid.name): Change from char * to a flexible array member.
41667         All uses changed.
41668         * modules/idcache (Depends-on): Add flexmember.
41669
41670         * MODULES.html.sh (Core language properties): New module flexmember.
41671         * modules/flexmember, m4/flexmember.m4: New files.
41672
41673         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41674         inline functions that are identical with the old xnmalloc_inline,
41675         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41676         that we can avoid some unnecessary integer multiplications and
41677         divisions in the common case where the element size is known at
41678         compile time.
41679         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41680         needed.
41681         (xnboundedmalloc): Remove.
41682         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41683         arguments, for consistency with rest of this header.
41684         (xcharalloc): Rewrite using XNMALLOC.
41685         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41686         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41687         versions have been moved to lib/xalloc.h and renamed to be the
41688         non-*_inline versions.
41689         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41690         and xnrealloc functions, since those functions are now inline and
41691         now call us.
41692         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41693         renaming described above.
41694         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41695         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41696         captures the dependency in AC_C_INLINE.
41697
41698         New module canonicalize-lgpl, proposed by Charles Wilson in
41699         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41700         with a few small changes afterwards.
41701         * MODULES.html.sh (File system functions): New module
41702         canonicalize-lgpl.
41703         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41704         and canonicalize_file_name.
41705         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41706         * modules/canonicalize-lgpl: New files.
41707
41708 2006-11-05  Bruno Haible  <bruno@clisp.org>
41709
41710         * gnulib-tool (func_import, func_create_testdir): Create directories
41711         also for files in subdirectories of lib/.
41712
41713 2006-11-05  Bruno Haible  <bruno@clisp.org>
41714
41715         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41716         ANSI C compliant.
41717
41718 2006-11-03  Bruno Haible  <bruno@clisp.org>
41719
41720         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41721         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41722         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41723         (xnboundedmalloc): New inline function.
41724         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41725         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41726         xmalloc.
41727         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41728         xmalloc.
41729         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41730         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41731         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41732         xmalloc.
41733         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41734         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41735         xmalloc.
41736         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41737         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41738         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41739         xmalloc.
41740         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41741         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41742         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41743         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41744         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41745         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41746         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41747
41748 2006-11-03  Bruno Haible  <bruno@clisp.org>
41749
41750         * lib/c-ctype.h [C++]: Define functions without name mangling.
41751         * lib/fwriteerror.h [C++]: Likewise.
41752         * lib/gcd.h [C++]: Likewise.
41753         * lib/linebreak.h [C++]: Likewise.
41754
41755 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41756
41757         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41758         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41759         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41760         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41761         Check for functions and headers just once.
41762         Check for declaration of canonicalize_file_name.
41763         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41764
41765 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41766
41767         * gnulib-tool (func_import): Fix typo in actioncmd.
41768
41769 2006-11-02  Bruno Haible  <bruno@clisp.org>
41770
41771         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41772         newline sequence in the Makefile.am snippet as a space, like "make"
41773         does.
41774         Reported by Roger Persson <perrog@gmail.com>.
41775
41776 2006-11-01  Bruno Haible  <bruno@clisp.org>
41777
41778         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41779         already declared in <string.h>.
41780         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41781
41782 2006-11-01  Bruno Haible  <bruno@clisp.org>
41783
41784         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41785         * lib/strcase.h: Include <string.h>.
41786         (strcasecmp): Define to rpl_strcasecmp here.
41787
41788 2006-11-01  Bruno Haible  <bruno@clisp.org>
41789
41790         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41791
41792 2006-11-01  Eric Blake  <ebb9@byu.net>
41793
41794         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41795
41796         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41797
41798 2006-10-29  Bruno Haible  <bruno@clisp.org>
41799
41800         Make it compile in C++ mode.
41801         * lib/full-write.c (full_rw): Add a cast.
41802
41803 2006-11-01  Bruno Haible  <bruno@clisp.org>
41804
41805         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41806         be POSIX compliant.
41807         Reported by Roger Persson <perrog@gmail.com>.
41808
41809 2006-11-01  Eric Blake  <ebb9@byu.net>
41810
41811         * lib/getopt_.h: Fix comments.
41812
41813 2006-10-31  Eric Blake  <ebb9@byu.net>
41814
41815         * modules/tmpdir (Depends-on): Add sys_stat.
41816         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41817         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41818         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41819         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41820         tempname.
41821
41822 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41823
41824         Avoid some C++ diagnostics reported by Bruno Haible.
41825         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41826         xmalloc.
41827         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41828         (struct slotvec): Move to top level.
41829         (quotearg_n_options): Rewrite to avoid xmalloc.
41830         * lib/xalloc.h (xcharalloc): New function.
41831         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41832         [defined __cplusplus]: Add function template that provides result
41833         type propagation.  This part of the change is from Bruno Haible.
41834
41835 2006-10-29  Bruno Haible  <bruno@clisp.org>
41836
41837         Make it compile in C++ mode.
41838         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41839         * lib/strnlen1.c (strnlen1): Cast memchr result.
41840         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41841         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41842         (create_temp_dir): Rename local variable 'template'.
41843         (compile_csharp_using_sscli): Add cast.
41844         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41845         * lib/findprog.c (find_in_path): Likewise.
41846         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41847         * lib/wait-process.c (register_slave_subprocess): Likewise.
41848
41849 2006-10-22  Bruno Haible  <bruno@clisp.org>
41850
41851         * modules/tsearch: New file.
41852         * lib/tsearch.h: New file.
41853         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41854         * m4/tsearch.m4: New file.
41855         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41856
41857 2006-10-29  Eric Blake  <ebb9@byu.net>
41858
41859         * lib/arcfour.c: Assume config.h.
41860         * lib/arctwo.c: Likewise.
41861         * lib/base64.c: Likewise.
41862         * lib/check-version.c: Likewise.
41863         * lib/crc.c: Likewise.
41864         * lib/des.c: Likewise.
41865         * lib/gc-gnulib.c: Likewise.
41866         * lib/gc-libgcrypt.c: Likewise.
41867         * lib/gc-pbkdf2-sha1.c: Likewise.
41868         * lib/getaddrinfo.c: Likewise.
41869         * lib/getdelim.c: Likewise.
41870         * lib/getline.c: Likewise.
41871         * lib/hmac-md5.c: Likewise.
41872         * lib/hmac-sha1.c: Likewise.
41873         * lib/iconvme.c: Likewise.
41874         * lib/md2.c: Likewise.
41875         * lib/md4.c: Likewise.
41876         * lib/memxor.c: Likewise.
41877         * lib/read-file.c: Likewise.
41878         * lib/readline.c: Likewise.
41879         * lib/rijndael-alg-fst.c: Likewise.
41880         * lib/rijndael-api-fst.c: Likewise.
41881         * lib/xgetdomainname.c: Likewise.
41882
41883 2006-10-28  Eric Blake  <ebb9@byu.net>
41884
41885         * lib/xstrndup.c: Assume config.h.
41886
41887 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41888
41889         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41890         stat-macros.h is now for our own macros, whereas stat_h is for
41891         macros in the <sys/stat.h> name space.
41892         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41893         (STAT_MACROS_H): Remove.
41894         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41895         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41896         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41897         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41898         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41899         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41900         Move these macros to ...
41901         * lib/stat_.h: here.  Don't include stat-macros.h.
41902         * lib/canonicalize.c: Don't include stat-macros.h.
41903         * lib/chown.c: Likewise.
41904         * lib/euidaccess.c: Likewise.
41905         * lib/file-type.c: Likewise.
41906         * lib/filemode.c: Likewise.
41907         * lib/glob.c: Likewise.
41908         * lib/isapipe.c: Likewise.
41909         * lib/lchown.c: Likewise.
41910         * lib/lstat.c: Likewise.
41911         * lib/mkdir-p.c: Likewise.
41912         * lib/rmdir.c: Likewise.
41913         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41914         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41915         unless mkdir isn't declared, to speed up 'configure'.
41916         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41917         would define all the S_* symbols.
41918         * modules/canonicalize (Depends-on):
41919         Depend on sys_stat, not stat-macros.
41920         * modules/chown: Likewise.
41921         * modules/euidaccess: Likewise.
41922         * modules/filemode: Likewise.
41923         * modules/file-type: Likewise.
41924         * modules/glob: Likewise.
41925         * modules/isapipe: Likewise.
41926         * modules/lchown: Likewise.
41927         * modules/lstat: Likewise.
41928         * modules/mkancesdirs: Likewise.
41929         * modules/rmdir: Likewise.
41930         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41931         * modules/modechange: Likewise.
41932         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41933         (configure.ac): Remove gl_STAT_MACROS.
41934         * modules/sys_stat (Depends-on): Remove stat-macros.
41935
41936 2006-10-27  Bruno Haible  <bruno@clisp.org>
41937
41938         * m4/signed.m4: Remove file.
41939         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41940         invocation.
41941         * modules/vasnprintf (Files): Remove m4/signed.m4.
41942
41943 2006-10-27  Bruno Haible  <bruno@clisp.org>
41944
41945         Update to GNU gettext 0.16.
41946         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41947         m4/inttypes-h.m4, m4/signed.m4.
41948         * m4/gettext.m4: Update to GNU gettext 0.16.
41949         * m4/intl.m4: New file, from GNU gettext.
41950         * m4/intldir.m4: New file, from GNU gettext.
41951         * config/srclist.txt: Update
41952
41953 2006-10-27  Eric Blake  <ebb9@byu.net>
41954
41955         * MODULES.html.sh: Document tempname.
41956         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41957         dependencies.
41958         (Files): Move lib/tempname.c...
41959         * modules/tempname: ...to this new module.
41960         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41961         (gl_PREREQ_TEMPNAME): Move...
41962         * m4/tempname.m4: ...to this new file.
41963         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41964         * modules/sys_stat (Depends-on): Add stat-macros.
41965         * lib/stat_.h (includes): Pick up stat macros.
41966         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41967         if stat macros are broken.
41968         * lib/tempname.c (includes): No need to include "stat-macros.h".
41969         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41970         (direxists, __path_search) [!_LIBC]: Don't compile these in
41971         gnulib; the tmpdir module covers that.
41972         * lib/tempname.h: New file.
41973
41974 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41975
41976         * COPYING: Explain how gnulib-tool converts licence headers.
41977         Almost all wording by Eric Blake.
41978
41979 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41980
41981         * lib/mbchar.h (is_basic_table): Make read-only.
41982         * lib/mbchar.c (is_basic_table): Likewise.
41983         Reported by John Darrington.
41984
41985 2006-10-25  Bruno Haible  <bruno@clisp.org>
41986
41987         * lib/progname.h (set_program_name): Undefine before defining.
41988
41989 2006-10-25  Bruno Haible  <bruno@clisp.org>
41990
41991         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41992         false for non-gcc C++ compilers.
41993         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41994
41995 2006-10-24  Bruno Haible  <bruno@clisp.org>
41996
41997         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41998         iconv implementations like Irix iconv.
41999
42000 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42001
42002         * modules/vararrays: New file.
42003         * m4/vararrays.m4: New file, taken from diffutils.
42004         * MODULES.html.sh: New module vararrays.
42005
42006 2006-10-24  Karl Berry  <karl@gnu.org>
42007
42008         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
42009         Don't call GNU Unix.
42010
42011 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42012
42013         * users.txt: Add Libtool.
42014
42015         Sync from Libtool:
42016
42017         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42018
42019         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
42020         to gnulib's policy of including config.h unconditionally.
42021
42022 2006-10-24  Bruno Haible  <bruno@clisp.org>
42023
42024         * modules/wcwidth (Files): Add m4/wint_t.m4.
42025         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
42026         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
42027
42028 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42029
42030         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
42031         to pacify GCC with some -W flags enabled.  Problem reported by
42032         Bruno Haible.
42033
42034 2006-10-24  Jim Meyering  <jim@meyering.net>
42035
42036         * MODULES.html.sh: Remove uinttostr.  It's not a module.
42037         Reported by Karl Berry.
42038
42039 2006-10-23  Bruno Haible  <bruno@clisp.org>
42040
42041         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
42042
42043 2006-10-24  Bruno Haible  <bruno@clisp.org>
42044
42045         * lib/gl_list.h: Use C comment style, not C++ comment style.
42046
42047 2006-10-23  Eric Blake  <ebb9@byu.net>
42048
42049         * lib/getaddrinfo.c (includes): Add missing include.
42050
42051 2006-10-23  Bruno Haible  <bruno@clisp.org>
42052             Paul Eggert  <eggert@cs.ucla.edu>
42053
42054         Ability to rename obstack_free.
42055         * lib/obstack.h (__obstack_free): New macro. Declare instead of
42056         obstack_free.
42057         (obstack_free): Invoke the __obstack_free macro.
42058         * lib/obstack.c (obstack_free): Use __obstack_free macro.
42059
42060 2006-10-23  Bruno Haible  <bruno@clisp.org>
42061             Paul Eggert  <eggert@cs.ucla.edu>
42062
42063         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
42064         __argc, __argv from the declaration. (They are defined as macros on
42065         mingw.)
42066
42067 2006-10-22  Bruno Haible  <bruno@clisp.org>
42068
42069         * doc/gnulib-intro.texi: New file.
42070         * doc/gnulib.texi: Include it.
42071
42072 2006-10-21  Bruno Haible  <bruno@clisp.org>
42073
42074         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
42075         "Introduction", "Miscellanous Notes", "Particular Modules".
42076
42077 2006-10-21  Bruno Haible  <bruno@clisp.org>
42078
42079         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42080         Change mostlyclean-local rule to avoid sh syntax error from bash
42081         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
42082
42083 2006-10-23  Jim Meyering  <jim@meyering.net>
42084
42085         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
42086         in place of snprintf.
42087
42088         * modules/inttostr (Files): Add lib/uinttostr.c.
42089         * lib/uinttostr.c (inttostr): New file/function.
42090         * lib/inttostr.h (uinttostr): Declare.
42091         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
42092         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42093         Add uinttostr.
42094         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
42095
42096 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42097
42098         * lib/canonicalize.c (ELOOP): Define if not already defined.
42099         Problem reported by Bruno Haible in
42100         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
42101
42102 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42103
42104         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
42105         Problem reported by Perry Smith and Ville Laurikari.
42106
42107         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
42108         uses.
42109
42110 2006-10-19  Bruno Haible  <bruno@clisp.org>
42111
42112         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
42113         for mingw.
42114
42115 2006-10-19  Bruno Haible  <bruno@clisp.org>
42116
42117         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
42118         Needed for mingw.
42119
42120 2006-10-19  Bruno Haible  <bruno@clisp.org>
42121
42122         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
42123
42124 2006-10-19  Bruno Haible  <bruno@clisp.org>
42125
42126         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
42127         it.
42128
42129 2006-10-19  Bruno Haible  <bruno@clisp.org>
42130
42131         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
42132         invocation.
42133
42134 2006-10-19  Bruno Haible  <bruno@clisp.org>
42135
42136         * gnulib-tool (func_create_testdir): Don't include ftruncate and
42137         mountlist by default.
42138
42139 2006-10-16  Bruno Haible  <bruno@clisp.org>
42140
42141         * lib/c-strstr.c: Include c-strstr.h.
42142
42143 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42144
42145         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
42146         in a slash.
42147
42148 2006-10-18  Bruno Haible  <bruno@clisp.org>
42149
42150         * lib/lock.h [C++]: Wrap definitions in extern "C".
42151
42152 2006-10-18  Bruno Haible  <bruno@clisp.org>
42153
42154         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
42155         gl_LIBOBJS list.
42156
42157 2006-10-18  Bruno Haible  <bruno@clisp.org>
42158
42159         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
42160
42161 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
42162
42163         * lib/xstrtol.h: Include gettext.h.
42164         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
42165         Problem reported by Eric Blake.
42166         * modules/xstrtol (Depends-on): Add gettext-h.
42167
42168 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
42169
42170         * lib/strftime.c (advance): New macro.
42171         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
42172         incomplete type, so you can't add 0 to it.  Problem and patch
42173         reported by Eelco Dolstra for dietlibc.
42174
42175 2006-10-18  Jim Meyering  <jim@meyering.net>
42176
42177         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
42178         type for a local, and rename it: s/up/user_proc/.
42179
42180 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
42181
42182         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
42183         READ_UTMP_USER_PROCESS.
42184         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
42185
42186 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42187
42188         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
42189         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
42190
42191 2006-10-17  Eric Blake  <ebb9@byu.net>
42192
42193         * lib/sigprocmask.c (sigprocmask): Fix typo.
42194
42195         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
42196
42197         * modules/clean-temp (Makefile.am): Don't add to make output...
42198         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
42199         config.h.
42200
42201 2006-10-17  Bruno Haible  <bruno@clisp.org>
42202
42203         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
42204         differently if DEFAULT_TEXT_DOMAIN is set.
42205
42206 2006-10-16  Bruno Haible  <bruno@clisp.org>
42207
42208         * lib/clean-temp.c: Include fwriteerror.h.
42209
42210 2006-10-16  Bruno Haible  <bruno@clisp.org>
42211
42212         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
42213
42214 2006-10-16  Bruno Haible  <bruno@clisp.org>
42215
42216         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
42217         * lib/sigprocmask.h: Include <sys/types.h>.
42218         (sigset_t): Use the system's definition if present.
42219
42220 2006-10-17  Eric Blake  <ebb9@byu.net>
42221
42222         * lib/xvasprintf.c (includes): Assume config.h.
42223         * lib/xasprintf.c (includes): Likewise.
42224
42225 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
42226
42227         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
42228         at least as wide as intmax_t.
42229
42230 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
42231
42232         (Imported from Automake.)
42233         * build-aux/gnupload: Update to version 1.1 of directive file.
42234
42235 2006-10-16  Eric Blake  <ebb9@byu.net>
42236
42237         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
42238         match Automake 1.10a.
42239
42240 2006-10-14  Bruno Haible  <bruno@clisp.org>
42241
42242         * modules/sigprocmask: New file.
42243         * lib/sigprocmask.h: New file.
42244         * lib/sigprocmask.c: New file.
42245         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42246         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42247         request sigprocmask.o.
42248         (gl_PREREQ_SIGPROCMASK): New macro.
42249         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42250         (Depends-on): Add sigprocmask.
42251         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42252         gt_SIGNALBLOCKING. Test for 'raise' only once.
42253         * lib/fatal-signal.c: Include sigprocmask.h.
42254         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42255         unblock_fatal_signals): Define always.
42256         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42257         sigprocmask.
42258
42259 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42260
42261         Sync from Automake.
42262         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
42263         which incorrectly sets the mode of an existing destination
42264         directory.  In some cases the unpatched install-sh could do the
42265         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42266         system.  We hope this is rare in practice, but it's clearly worth
42267         fixing.  Problem reported by Alex Unleashed in
42268         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
42269         Also, don't bother to check for -m bugs unless we're using -m;
42270         suggested by Stepan Kasal.
42271
42272 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42273
42274         Sync from Automake.
42275         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
42276         `-c' flag, so they appear at the same position as in %FASTDEP%
42277         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
42278         which ignores unknown options only after the first non-option.
42279         Bug report against M4 by Nelson H. F. Beebe.
42280
42281 2006-10-13  Jim Meyering  <jim@meyering.net>
42282
42283         Fix a bug in yesterday's change.
42284         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
42285         p->fts_statp->st_dev would be used uninitialized.
42286         Ensures that we always call fts_stat on the very first entry.
42287         Miklos Szeredi reported that find -xdev stopped working.
42288
42289 2006-10-12  Bruno Haible  <bruno@clisp.org>
42290
42291         * gnulib-tool (func_get_automake_snippet): Append an automatically
42292         computed EXTRA_DIST augmentation.
42293         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
42294         * modules/alloca-opt (Makefile.am): Likewise.
42295         * modules/allocsa (Makefile.am): Likewise.
42296         * modules/arcfour (Makefile.am): Likewise.
42297         * modules/arctwo (Makefile.am): Likewise.
42298         * modules/argmatch (Makefile.am): Likewise.
42299         * modules/argz (Makefile.am): Likewise.
42300         * modules/atexit (Makefile.am): Likewise.
42301         * modules/backupfile (Makefile.am): Likewise.
42302         * modules/byteswap (Makefile.am): Likewise.
42303         * modules/c-strtod (Makefile.am): Likewise.
42304         * modules/c-strtold (Makefile.am): Likewise.
42305         * modules/calloc (Makefile.am): Likewise.
42306         * modules/canon-host (Makefile.am): Likewise.
42307         * modules/canonicalize (Makefile.am): Likewise.
42308         * modules/chdir-long (Makefile.am): Likewise.
42309         * modules/chdir-safer (Makefile.am): Likewise.
42310         * modules/check-version (Makefile.am): Likewise.
42311         * modules/chown (Makefile.am): Likewise.
42312         * modules/cloexec (Makefile.am): Likewise.
42313         * modules/close-stream (Makefile.am): Likewise.
42314         * modules/closeout (Makefile.am): Likewise.
42315         * modules/crc (Makefile.am): Likewise.
42316         * modules/csharpexec (Makefile.am): Likewise.
42317         * modules/cycle-check (Makefile.am): Likewise.
42318         * modules/des (Makefile.am): Likewise.
42319         * modules/dev-ino (Makefile.am): Likewise.
42320         * modules/dirfd (Makefile.am): Likewise.
42321         * modules/dirname (Makefile.am): Likewise.
42322         * modules/dup2 (Makefile.am): Likewise.
42323         * modules/eealloc (Makefile.am): Likewise.
42324         * modules/error (Makefile.am): Likewise.
42325         * modules/euidaccess (Makefile.am): Likewise.
42326         * modules/exclude (Makefile.am): Likewise.
42327         * modules/exitfail (Makefile.am): Likewise.
42328         * modules/fcntl-safer (Makefile.am): Likewise.
42329         * modules/fcntl (Makefile.am): Likewise.
42330         * modules/file-type (Makefile.am): Likewise.
42331         * modules/fileblocks (Makefile.am): Likewise.
42332         * modules/filemode (Makefile.am): Likewise.
42333         * modules/filenamecat (Makefile.am): Likewise.
42334         * modules/fnmatch (Makefile.am): Likewise.
42335         * modules/fopen-safer (Makefile.am): Likewise.
42336         * modules/fpending (Makefile.am): Likewise.
42337         * modules/fprintftime (Makefile.am): Likewise.
42338         * modules/free (Makefile.am): Likewise.
42339         * modules/fsusage (Makefile.am): Likewise.
42340         * modules/ftruncate (Makefile.am): Likewise.
42341         * modules/fts (Makefile.am): Likewise.
42342         * modules/gc-arcfour (Makefile.am): Likewise.
42343         * modules/gc-des (Makefile.am): Likewise.
42344         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42345         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42346         * modules/gc-md4 (Makefile.am): Likewise.
42347         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42348         * modules/gc-sha1 (Makefile.am): Likewise.
42349         * modules/gc (Makefile.am): Likewise.
42350         * modules/getaddrinfo (Makefile.am): Likewise.
42351         * modules/getcwd (Makefile.am): Likewise.
42352         * modules/getdelim (Makefile.am): Likewise.
42353         * modules/getdomainname (Makefile.am): Likewise.
42354         * modules/getgroups (Makefile.am): Likewise.
42355         * modules/gethostname (Makefile.am): Likewise.
42356         * modules/gethrxtime (Makefile.am): Likewise.
42357         * modules/getline (Makefile.am): Likewise.
42358         * modules/getloadavg (Makefile.am): Likewise.
42359         * modules/getlogin_r (Makefile.am): Likewise.
42360         * modules/getndelim2 (Makefile.am): Likewise.
42361         * modules/getopt (Makefile.am): Likewise.
42362         * modules/getpagesize (Makefile.am): Likewise.
42363         * modules/getpass-gnu (Makefile.am): Likewise.
42364         * modules/getpass (Makefile.am): Likewise.
42365         * modules/getsubopt (Makefile.am): Likewise.
42366         * modules/gettime (Makefile.am): Likewise.
42367         * modules/gettimeofday (Makefile.am): Likewise.
42368         * modules/getugroups (Makefile.am): Likewise.
42369         * modules/getusershell (Makefile.am): Likewise.
42370         * modules/glob (Makefile.am): Likewise.
42371         * modules/group-member (Makefile.am): Likewise.
42372         * modules/hard-locale (Makefile.am): Likewise.
42373         * modules/hash (Makefile.am): Likewise.
42374         * modules/hmac-md5 (Makefile.am): Likewise.
42375         * modules/hmac-sha1 (Makefile.am): Likewise.
42376         * modules/human (Makefile.am): Likewise.
42377         * modules/idcache (Makefile.am): Likewise.
42378         * modules/imaxabs (Makefile.am): Likewise.
42379         * modules/imaxdiv (Makefile.am): Likewise.
42380         * modules/inet_ntop (Makefile.am): Likewise.
42381         * modules/inet_pton (Makefile.am): Likewise.
42382         * modules/intprops (Makefile.am): Likewise.
42383         * modules/inttostr (Makefile.am): Likewise.
42384         * modules/inttypes (Makefile.am): Likewise.
42385         * modules/isapipe (Makefile.am): Likewise.
42386         * modules/javaversion (Makefile.am): Likewise.
42387         * modules/lchmod (Makefile.am): Likewise.
42388         * modules/lchown (Makefile.am): Likewise.
42389         * modules/localcharset (Makefile.am): Likewise.
42390         * modules/long-options (Makefile.am): Likewise.
42391         * modules/lstat (Makefile.am): Likewise.
42392         * modules/malloc (Makefile.am): Likewise.
42393         * modules/mathl (Makefile.am): Likewise.
42394         * modules/mbchar (Makefile.am): Likewise.
42395         * modules/md2 (Makefile.am): Likewise.
42396         * modules/md4 (Makefile.am): Likewise.
42397         * modules/md5 (Makefile.am): Likewise.
42398         * modules/memcasecmp (Makefile.am): Likewise.
42399         * modules/memchr (Makefile.am): Likewise.
42400         * modules/memcmp (Makefile.am): Likewise.
42401         * modules/memcoll (Makefile.am): Likewise.
42402         * modules/memcpy (Makefile.am): Likewise.
42403         * modules/memmem (Makefile.am): Likewise.
42404         * modules/memmove (Makefile.am): Likewise.
42405         * modules/mempcpy (Makefile.am): Likewise.
42406         * modules/memrchr (Makefile.am): Likewise.
42407         * modules/memset (Makefile.am): Likewise.
42408         * modules/memxor (Makefile.am): Likewise.
42409         * modules/mkancesdirs (Makefile.am): Likewise.
42410         * modules/mkdir-p (Makefile.am): Likewise.
42411         * modules/mkdir (Makefile.am): Likewise.
42412         * modules/mkdtemp (Makefile.am): Likewise.
42413         * modules/mkstemp (Makefile.am): Likewise.
42414         * modules/mktime (Makefile.am): Likewise.
42415         * modules/modechange (Makefile.am): Likewise.
42416         * modules/mountlist (Makefile.am): Likewise.
42417         * modules/nanosleep (Makefile.am): Likewise.
42418         * modules/obstack (Makefile.am): Likewise.
42419         * modules/openat (Makefile.am): Likewise.
42420         * modules/pagealign_alloc (Makefile.am): Likewise.
42421         * modules/pathmax (Makefile.am): Likewise.
42422         * modules/physmem (Makefile.am): Likewise.
42423         * modules/poll (Makefile.am): Likewise.
42424         * modules/posixtm (Makefile.am): Likewise.
42425         * modules/posixver (Makefile.am): Likewise.
42426         * modules/putenv (Makefile.am): Likewise.
42427         * modules/quote (Makefile.am): Likewise.
42428         * modules/quotearg (Makefile.am): Likewise.
42429         * modules/raise (Makefile.am): Likewise.
42430         * modules/read-file (Makefile.am): Likewise.
42431         * modules/readline (Makefile.am): Likewise.
42432         * modules/readlink (Makefile.am): Likewise.
42433         * modules/readtokens (Makefile.am): Likewise.
42434         * modules/readutmp (Makefile.am): Likewise.
42435         * modules/realloc (Makefile.am): Likewise.
42436         * modules/regex (Makefile.am): Likewise.
42437         * modules/rename-dest-slash (Makefile.am): Likewise.
42438         * modules/rename (Makefile.am): Likewise.
42439         * modules/rijndael (Makefile.am): Likewise.
42440         * modules/rmdir (Makefile.am): Likewise.
42441         * modules/rpmatch (Makefile.am): Likewise.
42442         * modules/safe-read (Makefile.am): Likewise.
42443         * modules/safe-write (Makefile.am): Likewise.
42444         * modules/same-inode (Makefile.am): Likewise.
42445         * modules/same (Makefile.am): Likewise.
42446         * modules/save-cwd (Makefile.am): Likewise.
42447         * modules/savedir (Makefile.am): Likewise.
42448         * modules/setenv (Makefile.am): Likewise.
42449         * modules/settime (Makefile.am): Likewise.
42450         * modules/sha1 (Makefile.am): Likewise.
42451         * modules/sig2str (Makefile.am): Likewise.
42452         * modules/snprintf (Makefile.am): Likewise.
42453         * modules/stat-macros (Makefile.am): Likewise.
42454         * modules/stat-time (Makefile.am): Likewise.
42455         * modules/stdbool (Makefile.am): Likewise.
42456         * modules/stdint (Makefile.am): Likewise.
42457         * modules/stdlib-safer (Makefile.am): Likewise.
42458         * modules/stpcpy (Makefile.am): Likewise.
42459         * modules/stpncpy (Makefile.am): Likewise.
42460         * modules/strcase (Makefile.am): Likewise.
42461         * modules/strcasestr (Makefile.am): Likewise.
42462         * modules/strchrnul (Makefile.am): Likewise.
42463         * modules/strcspn (Makefile.am): Likewise.
42464         * modules/strdup (Makefile.am): Likewise.
42465         * modules/strerror (Makefile.am): Likewise.
42466         * modules/strftime (Makefile.am): Likewise.
42467         * modules/strndup (Makefile.am): Likewise.
42468         * modules/strnlen (Makefile.am): Likewise.
42469         * modules/strpbrk (Makefile.am): Likewise.
42470         * modules/strsep (Makefile.am): Likewise.
42471         * modules/strstr (Makefile.am): Likewise.
42472         * modules/strtod (Makefile.am): Likewise.
42473         * modules/strtoimax (Makefile.am): Likewise.
42474         * modules/strtok_r (Makefile.am): Likewise.
42475         * modules/strtol (Makefile.am): Likewise.
42476         * modules/strtoll (Makefile.am): Likewise.
42477         * modules/strtoul (Makefile.am): Likewise.
42478         * modules/strtoull (Makefile.am): Likewise.
42479         * modules/strtoumax (Makefile.am): Likewise.
42480         * modules/strverscmp (Makefile.am): Likewise.
42481         * modules/sys_socket (Makefile.am): Likewise.
42482         * modules/sys_stat (Makefile.am): Likewise.
42483         * modules/sysexits (Makefile.am): Likewise.
42484         * modules/time_r (Makefile.am): Likewise.
42485         * modules/timegm (Makefile.am): Likewise.
42486         * modules/timespec (Makefile.am): Likewise.
42487         * modules/tmpfile-safer (Makefile.am): Likewise.
42488         * modules/trim (Makefile.am): Likewise.
42489         * modules/unistd-safer (Makefile.am): Likewise.
42490         * modules/unlinkdir (Makefile.am): Likewise.
42491         * modules/unlocked-io (Makefile.am): Likewise.
42492         * modules/userspec (Makefile.am): Likewise.
42493         * modules/utime (Makefile.am): Likewise.
42494         * modules/utimecmp (Makefile.am): Likewise.
42495         * modules/utimens (Makefile.am): Likewise.
42496         * modules/vasnprintf (Makefile.am): Likewise.
42497         * modules/vasprintf (Makefile.am): Likewise.
42498         * modules/vsnprintf (Makefile.am): Likewise.
42499         * modules/xalloc (Makefile.am): Likewise.
42500         * modules/xgetcwd (Makefile.am): Likewise.
42501         * modules/xnanosleep (Makefile.am): Likewise.
42502         * modules/xreadlink (Makefile.am): Likewise.
42503         * modules/xstrtod (Makefile.am): Likewise.
42504         * modules/xstrtol (Makefile.am): Likewise.
42505         * modules/xstrtold (Makefile.am): Likewise.
42506         * modules/yesno (Makefile.am): Likewise.
42507         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42508
42509 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42510
42511         * modules/error (Makefile.am): Distribute files through
42512         EXTRA_DIST, not lib_SOURCES.
42513
42514 2006-10-12  Eric Blake  <ebb9@byu.net>
42515
42516         * modules/error (Makefile.am): Distribute files in /lib.
42517         * modules/obstack (Makefile.am): Likewise.
42518
42519 2006-10-12  Bruno Haible  <bruno@clisp.org>
42520
42521         * modules/acl (Makefile.am): Distribute all files in lib/ through
42522         EXTRA_DIST.
42523         * modules/arcfour (Makefile.am): Likewise.
42524         * modules/arctwo (Makefile.am): Likewise.
42525         * modules/argmatch (Makefile.am): Likewise.
42526         * modules/argz (Makefile.am): Likewise.
42527         * modules/atexit (Makefile.am): Likewise.
42528         * modules/backupfile (Makefile.am): Likewise.
42529         * modules/c-strtod (Makefile.am): Likewise.
42530         * modules/c-strtold (Makefile.am): Likewise.
42531         * modules/calloc (Makefile.am): Likewise.
42532         * modules/canon-host (Makefile.am): Likewise.
42533         * modules/canonicalize (Makefile.am): Likewise.
42534         * modules/chdir-long (Makefile.am): Likewise.
42535         * modules/chdir-safer (Makefile.am): Likewise.
42536         * modules/check-version (Makefile.am): Likewise.
42537         * modules/chown (Makefile.am): Likewise.
42538         * modules/cloexec (Makefile.am): Likewise.
42539         * modules/close-stream (Makefile.am): Likewise.
42540         * modules/closeout (Makefile.am): Likewise.
42541         * modules/crc (Makefile.am): Likewise.
42542         * modules/cycle-check (Makefile.am): Likewise.
42543         * modules/des (Makefile.am): Likewise.
42544         * modules/dirfd (Makefile.am): Likewise.
42545         * modules/dirname (Makefile.am): Likewise.
42546         * modules/dup2 (Makefile.am): Likewise.
42547         * modules/euidaccess (Makefile.am): Likewise.
42548         * modules/exclude (Makefile.am): Likewise.
42549         * modules/exitfail (Makefile.am): Likewise.
42550         * modules/fcntl-safer (Makefile.am): Likewise.
42551         * modules/file-type (Makefile.am): Likewise.
42552         * modules/fileblocks (Makefile.am): Likewise.
42553         * modules/filemode (Makefile.am): Likewise.
42554         * modules/filenamecat (Makefile.am): Likewise.
42555         * modules/fnmatch (Makefile.am): Likewise.
42556         * modules/fopen-safer (Makefile.am): Likewise.
42557         * modules/fpending (Makefile.am): Likewise.
42558         * modules/fprintftime (Makefile.am): Likewise.
42559         * modules/free (Makefile.am): Likewise.
42560         * modules/fsusage (Makefile.am): Likewise.
42561         * modules/ftruncate (Makefile.am): Likewise.
42562         * modules/fts (Makefile.am): Likewise.
42563         * modules/gc (Makefile.am): Likewise.
42564         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42565         * modules/getaddrinfo (Makefile.am): Likewise.
42566         * modules/getcwd (Makefile.am): Likewise.
42567         * modules/getdelim (Makefile.am): Likewise.
42568         * modules/getdomainname (Makefile.am): Likewise.
42569         * modules/getgroups (Makefile.am): Likewise.
42570         * modules/gethostname (Makefile.am): Likewise.
42571         * modules/gethrxtime (Makefile.am): Likewise.
42572         * modules/getline (Makefile.am): Likewise.
42573         * modules/getloadavg (Makefile.am): Likewise.
42574         * modules/getlogin_r (Makefile.am): Likewise.
42575         * modules/getopt (Makefile.am): Likewise.
42576         * modules/getpass (Makefile.am): Likewise.
42577         * modules/getpass-gnu (Makefile.am): Likewise.
42578         * modules/getsubopt (Makefile.am): Likewise.
42579         * modules/gettime (Makefile.am): Likewise.
42580         * modules/gettimeofday (Makefile.am): Likewise.
42581         * modules/getugroups (Makefile.am): Likewise.
42582         * modules/getusershell (Makefile.am): Likewise.
42583         * modules/glob (Makefile.am): Likewise.
42584         * modules/group-member (Makefile.am): Likewise.
42585         * modules/hard-locale (Makefile.am): Likewise.
42586         * modules/hash (Makefile.am): Likewise.
42587         * modules/hmac-md5 (Makefile.am): Likewise.
42588         * modules/hmac-sha1 (Makefile.am): Likewise.
42589         * modules/human (Makefile.am): Likewise.
42590         * modules/idcache (Makefile.am): Likewise.
42591         * modules/imaxabs (Makefile.am): Likewise.
42592         * modules/imaxdiv (Makefile.am): Likewise.
42593         * modules/inet_ntop (Makefile.am): Likewise.
42594         * modules/inet_pton (Makefile.am): Likewise.
42595         * modules/inttostr (Makefile.am): Likewise.
42596         * modules/isapipe (Makefile.am): Likewise.
42597         * modules/lchown (Makefile.am): Likewise.
42598         * modules/long-options (Makefile.am): Likewise.
42599         * modules/lstat (Makefile.am): Likewise.
42600         * modules/malloc (Makefile.am): Likewise.
42601         * modules/mathl (Makefile.am): Likewise.
42602         * modules/mbchar (Makefile.am): Likewise.
42603         * modules/md2 (Makefile.am): Likewise.
42604         * modules/md4 (Makefile.am): Likewise.
42605         * modules/md5 (Makefile.am): Likewise.
42606         * modules/memcasecmp (Makefile.am): Likewise.
42607         * modules/memchr (Makefile.am): Likewise.
42608         * modules/memcmp (Makefile.am): Likewise.
42609         * modules/memcoll (Makefile.am): Likewise.
42610         * modules/memcpy (Makefile.am): Likewise.
42611         * modules/memmem (Makefile.am): Likewise.
42612         * modules/memmove (Makefile.am): Likewise.
42613         * modules/mempcpy (Makefile.am): Likewise.
42614         * modules/memrchr (Makefile.am): Likewise.
42615         * modules/memset (Makefile.am): Likewise.
42616         * modules/memxor (Makefile.am): Likewise.
42617         * modules/mkancesdirs (Makefile.am): Likewise.
42618         * modules/mkdir (Makefile.am): Likewise.
42619         * modules/mkdir-p (Makefile.am): Likewise.
42620         * modules/mkdtemp (Makefile.am): Likewise.
42621         * modules/mkstemp (Makefile.am): Likewise.
42622         * modules/mktime (Makefile.am): Likewise.
42623         * modules/modechange (Makefile.am): Likewise.
42624         * modules/mountlist (Makefile.am): Likewise.
42625         * modules/nanosleep (Makefile.am): Likewise.
42626         * modules/openat (Makefile.am): Likewise.
42627         * modules/pagealign_alloc (Makefile.am): Likewise.
42628         * modules/physmem (Makefile.am): Likewise.
42629         * modules/poll (Makefile.am): Likewise.
42630         * modules/posixtm (Makefile.am): Likewise.
42631         * modules/posixver (Makefile.am): Likewise.
42632         * modules/putenv (Makefile.am): Likewise.
42633         * modules/quote (Makefile.am): Likewise.
42634         * modules/quotearg (Makefile.am): Likewise.
42635         * modules/raise (Makefile.am): Likewise.
42636         * modules/read-file (Makefile.am): Likewise.
42637         * modules/readline (Makefile.am): Likewise.
42638         * modules/readlink (Makefile.am): Likewise.
42639         * modules/readtokens (Makefile.am): Likewise.
42640         * modules/readutmp (Makefile.am): Likewise.
42641         * modules/realloc (Makefile.am): Likewise.
42642         * modules/regex (Makefile.am): Likewise.
42643         * modules/rename (Makefile.am): Likewise.
42644         * modules/rename-dest-slash (Makefile.am): Likewise.
42645         * modules/rijndael (Makefile.am): Likewise.
42646         * modules/rmdir (Makefile.am): Likewise.
42647         * modules/rpmatch (Makefile.am): Likewise.
42648         * modules/safe-read (Makefile.am): Likewise.
42649         * modules/safe-write (Makefile.am): Likewise.
42650         * modules/same (Makefile.am): Likewise.
42651         * modules/save-cwd (Makefile.am): Likewise.
42652         * modules/savedir (Makefile.am): Likewise.
42653         * modules/setenv (Makefile.am): Likewise.
42654         * modules/settime (Makefile.am): Likewise.
42655         * modules/sha1 (Makefile.am): Likewise.
42656         * modules/sig2str (Makefile.am): Likewise.
42657         * modules/snprintf (Makefile.am): Likewise.
42658         * modules/stdlib-safer (Makefile.am): Likewise.
42659         * modules/stpcpy (Makefile.am): Likewise.
42660         * modules/stpncpy (Makefile.am): Likewise.
42661         * modules/strcase (Makefile.am): Likewise.
42662         * modules/strcasestr (Makefile.am): Likewise.
42663         * modules/strchrnul (Makefile.am): Likewise.
42664         * modules/strcspn (Makefile.am): Likewise.
42665         * modules/strdup (Makefile.am): Likewise.
42666         * modules/strerror (Makefile.am): Likewise.
42667         * modules/strftime (Makefile.am): Likewise.
42668         * modules/strndup (Makefile.am): Likewise.
42669         * modules/strnlen (Makefile.am): Likewise.
42670         * modules/strpbrk (Makefile.am): Likewise.
42671         * modules/strsep (Makefile.am): Likewise.
42672         * modules/strstr (Makefile.am): Likewise.
42673         * modules/strtod (Makefile.am): Likewise.
42674         * modules/strtoimax (Makefile.am): Likewise.
42675         * modules/strtok_r (Makefile.am): Likewise.
42676         * modules/strtol (Makefile.am): Likewise.
42677         * modules/strtoll (Makefile.am): Likewise.
42678         * modules/strtoul (Makefile.am): Likewise.
42679         * modules/strtoull (Makefile.am): Likewise.
42680         * modules/strtoumax (Makefile.am): Likewise.
42681         * modules/strverscmp (Makefile.am): Likewise.
42682         * modules/time_r (Makefile.am): Likewise.
42683         * modules/timegm (Makefile.am): Likewise.
42684         * modules/tmpfile-safer (Makefile.am): Likewise.
42685         * modules/unistd-safer (Makefile.am): Likewise.
42686         * modules/unlinkdir (Makefile.am): Likewise.
42687         * modules/userspec (Makefile.am): Likewise.
42688         * modules/utime (Makefile.am): Likewise.
42689         * modules/utimecmp (Makefile.am): Likewise.
42690         * modules/utimens (Makefile.am): Likewise.
42691         * modules/vasnprintf (Makefile.am): Likewise.
42692         * modules/vasprintf (Makefile.am): Likewise.
42693         * modules/vsnprintf (Makefile.am): Likewise.
42694         * modules/xalloc (Makefile.am): Likewise.
42695         * modules/xgetcwd (Makefile.am): Likewise.
42696         * modules/xnanosleep (Makefile.am): Likewise.
42697         * modules/xreadlink (Makefile.am): Likewise.
42698         * modules/xstrtod (Makefile.am): Likewise.
42699         * modules/xstrtol (Makefile.am): Likewise.
42700         * modules/xstrtold (Makefile.am): Likewise.
42701         * modules/yesno (Makefile.am): Likewise.
42702
42703 2006-10-12  Jim Meyering  <jim@meyering.net>
42704
42705         * m4/getloadavg.m4: Revert the change below.
42706
42707         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42708         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42709         fail with a symlink, which is what coreutils' ./bootstrap now
42710         creates by default.
42711
42712 2006-10-12  Bruno Haible  <bruno@clisp.org>
42713
42714         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42715         mingw.
42716         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42717         MSVC and mingw explicitly.
42718
42719 2006-10-11  Simon Josefsson  <jas@extundo.com>
42720             Bruno Haible  <bruno@clisp.org>
42721
42722         Add support for multiple gnulib-tool invocations in the scope of a
42723         single configure.ac file.
42724         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42725         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42726         with the same contents as the _LIBADD variable.
42727         (func_emit_initmacro_start, func_emit_initmacro_end,
42728         func_emit_initmacro_done): New functions.
42729         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42730         gl_LIBOBJS and gl_LTLIBOBJS.
42731
42732 2006-10-11  Bruno Haible  <bruno@clisp.org>
42733
42734         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42735         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42736         autoreconf. Instead, invoke autopoint explicitly but move back the
42737         *.m4 files from gnulib.
42738
42739 2006-10-11  Bruno Haible  <bruno@clisp.org>
42740
42741         * gnulib-tool (func_usage): Make module names after --create-testdir
42742         optional.
42743         (func_create_testdir): If no module was specified, use nearly all
42744         modules.
42745
42746 2006-10-12  Jim Meyering  <jim@meyering.net>
42747
42748         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42749         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42750         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42751         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42752         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42753         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42754         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42755         (fts_set_stat_required): New function.
42756         (fts_open): Defer the calls to fts_stat, if possible or requested.
42757         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42758         into fts_stat itself.
42759         (fts_read): Perform any required (deferred) fts_stat call.
42760         (fts_build): Likewise, for the directory we're about to open and read.
42761         In the readdir loop, carefully decide whether each entry will require
42762         an eventual call to fts_stat, using dirent.d_type info if available.
42763         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42764         a command line argument into this function.  Update all callers.
42765         Map a return value of FTS_DOT to FTS_D for a command line argument.
42766         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42767         Thanks to Miklos Szeredi for his tenacity and for the initial
42768         bug report about "find" failing on a FUSE-based file system.
42769
42770         * lib/fts.c (fts_open): Use consistent indentation.
42771
42772 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42773
42774         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42775         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42776         reported by Jim Meyering.  All uses of cache variables renamed
42777         to match Autoconf's.
42778         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42779         the other one.
42780
42781         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42782         Fix misspelling in diagnostic.
42783
42784 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42785
42786         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42787         defined.  Problem reported by Matthew Woehlke.
42788
42789         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42790         Add support for Tandem NonStop R series.
42791         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42792         Use new macro.
42793
42794         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42795         (has_trailing_slash): Omit size arg; all callers changed.
42796         Omit 'inline', since it doesn't help performance and we'd
42797         need to configure it.
42798         Don't count //, ///, etc. as having a trailing slash.
42799         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42800         (rpl_rename_dest_slash): On failure, use rename's errno rather
42801         than (in some cases) an incorrect or junk errno.
42802         Simplify code by removing need to compute length; this does
42803         cause it to make two passes instead of one over the file name,
42804         but it's worth it.
42805
42806         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42807         change, since Autoconf's version may no longer be appropriate now
42808         that we are using CVS Autoconf's version.  Add support for Tandem.
42809
42810 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42811             Bruno Haible  <bruno@clisp.org>
42812
42813         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42814         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42815         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42816         gl_AC_TYPE_LONG_LONG.
42817
42818         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42819         instead of HAVE_LONG_LONG.
42820         * lib/printf-args.c (printf_fetchargs): Likewise.
42821         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42822         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42823         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42824         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42825         gl_AC_TYPE_LONG_LONG.
42826
42827 2006-10-11  Bruno Haible  <bruno@clisp.org>
42828
42829         * m4/longlong.m4: Add comments.
42830         * m4/ulonglong.m4: Likewise.
42831
42832 2006-10-10  Bruno Haible  <bruno@clisp.org>
42833
42834         Make it possible to #define stpcpy, strdup to aliases.
42835         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42836         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42837
42838 2006-10-10  Bruno Haible  <bruno@clisp.org>
42839
42840         Make it possible to #define gcd to an alias.
42841         * lib/gcd.c: Include config.h.
42842
42843 2006-10-10  Bruno Haible  <bruno@clisp.org>
42844
42845         Make it possible to #define c_isascii to an alias.
42846         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42847         defined. Undefine the macros before defining them, to avoid gcc
42848         warnings.
42849         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42850         define NO_C_CTYPE_MACROS early.
42851
42852 2006-10-10  Bruno Haible  <bruno@clisp.org>
42853
42854         Make it possible to #define set_program_name to an alias.
42855         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42856         ENABLE_RELOCATABLE early.
42857
42858 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42859
42860         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42861         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42862         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42863         More generally, don't assume that 64-bit signed int is available
42864         if unsigned int is, and vice versa.
42865         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42866         unsigned symbols, not on their signed counterparts.
42867         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42868         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42869         (UINT64_C, UINTMAX_C):
42870         Likewise.
42871         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42872         unsigned counterparts.
42873         (Have_long_long, Unsigned): New macros.
42874         (Int): Renamed from INT.
42875         (strtoimax): Use the new macros.
42876         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42877         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42878         * modules/inttypes (inttypes.h): Substitute
42879         HAVE_UNSIGNED_LONG_LONG_INT.
42880         * modules/stdint (stdint.h): Likewise.
42881         (Files): Add m4/ulonglong.m4.
42882
42883 2006-10-10  Bruno Haible  <bruno@clisp.org>
42884
42885         Fix a gcc -Wshadow warning.
42886         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42887         to 'bucket'.
42888         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42889         gl_linked_indexof_from_to): Likewise.
42890         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42891         Likewise.
42892         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42893         Likewise.
42894         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42895         Reported by Eric Blake.
42896
42897 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42898
42899         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42900         for NetBSD.  Problem reported by Bruno Haible.
42901
42902 2006-10-09  Jim Meyering  <jim@meyering.net>
42903
42904         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42905         Patch from Bruno Haible.
42906
42907 2006-10-09  Jim Meyering  <jim@meyering.net>
42908
42909         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42910         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42911         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42912
42913 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42914
42915         Don't include <config.h> twice; this doesn't work in some cases,
42916         e.g., when config.h has "#define intmax_t long long int" and
42917         we include <config.h>, <inttypes.h>, <config.h> in that order.
42918         Problem reported by Matthew Woehlke in:
42919         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42920         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42921         * lib/fts-cycle.c: Don't include config.h.
42922         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42923         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42924         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42925         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42926         inttypes.h.
42927         * lib/xstrtoumax.c: Likewise.
42928         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42929         __strtol and the like, so that this module is more like its siblings.
42930         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42931         Remove; no longer needed now that we assume gnulib inttypes.h.
42932
42933 2006-10-08  Bruno Haible  <bruno@clisp.org>
42934
42935         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42936         option.
42937
42938 2006-10-07  Jim Meyering  <jim@meyering.net>
42939
42940         * modules/inttypes (inttypes.h): Revert what seems to have been
42941         an inadvertent part of today's change: use "|", not "/" in the
42942         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42943
42944 2006-10-07  Bruno Haible  <bruno@clisp.org>
42945
42946         * modules/sublist: New file.
42947
42948 2006-10-07  Bruno Haible  <bruno@clisp.org>
42949
42950         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42951         * modules/argz (argz.h): Likewise.
42952         * modules/arpa_inet (arpa/inet.h): Likewise.
42953         * modules/byteswap (byteswap.h): Likewise.
42954         * modules/configmake (configmake.h): Likewise.
42955         * modules/fcntl (fcntl.h): Likewise.
42956         * modules/fnmatch (fnmatch.h): Likewise.
42957         * modules/getopt (getopt.h): Likewise.
42958         * modules/glob (glob.h): Likewise.
42959         * modules/inttypes (inttypes.h): Likewise.
42960         * modules/netinet_in (netinet/in.h): Likewise.
42961         * modules/poll (poll.h): Likewise.
42962         * modules/stdbool (stdbool.h): Likewise.
42963         * modules/stdint (stdint.h): Likewise.
42964         * modules/sys_select (sys/select.h): Likewise.
42965         * modules/sys_socket (sys/socket.h): Likewise.
42966         * modules/sys_stat (sys/stat.h): Likewise.
42967         * modules/sysexits (sysexits.h): Likewise.
42968         * modules/unistd (unistd.h): Likewise.
42969         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42970         Add a "DO NOT EDIT" comment to the generated file.
42971         (func_import): Likewise for gnulib-comp.m4.
42972
42973 2006-10-07  Bruno Haible  <bruno@clisp.org>
42974
42975         * lib/gl_sublist.h: New file.
42976         * lib/gl_sublist.c: New file.
42977
42978 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42979
42980         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42981         name (relative to the original working directory) and the file
42982         name component (relative to the temporary working directory).  All
42983         callers changed.
42984         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42985         * lib/mkdir-p.c (make_dir_parents): Likewise.
42986         * lib/mkdir-p.h (make_dir_parents): Likewise.
42987
42988 2006-10-06  Eric Blake  <ebb9@byu.net>
42989
42990         Define several macros for use by the clean-temp module.
42991         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42992         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42993         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42994
42995         * lib/clean-temp.h (close_stream_temp): New declaration.
42996         * lib/clean-temp.c (includes): Pull in headers according to what
42997         other modules are in use.
42998         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42999
43000 2006-10-06  Bruno Haible  <bruno@clisp.org>
43001
43002         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
43003         instead of fopen, fwriteerror.
43004
43005 2006-10-06  Bruno Haible  <bruno@clisp.org>
43006
43007         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
43008         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
43009         int.
43010         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
43011         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
43012         Return an error indicator.
43013         Suggested by Eric Blake.
43014
43015 2006-10-06  Bruno Haible  <bruno@clisp.org>
43016
43017         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
43018         Reported by Eric Blake.
43019
43020 2006-10-06  Bruno Haible  <bruno@clisp.org>
43021
43022         * modules/closeout (Description): Mention stderr too.
43023
43024 2006-10-06  Bruno Haible  <bruno@clisp.org>
43025         and Paul Eggert  <eggert@cs.ucla.edu>
43026
43027         * lib/closeout.c (close_stdout): Also close stderr.
43028         * lib/closeout.h: Update comment.
43029
43030 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
43031
43032         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
43033         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
43034         * lib/dirchownmod.c: Include lchown.h.
43035         * lib/lchown.c: Don't include files that lchown.h now includes.
43036         Don't declare chown, since lchown.h now does that.
43037         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
43038         (lchown): Define to rpl_chown if lchown is declared but
43039         does not exist.  Declare using a prototype if lchown is not
43040         declared.  Add a copyright notice.
43041         * lib/mkstemp.h: Include <unistd.h>.
43042         * lib/openat.c: Include lchown.h.
43043
43044         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
43045         we now test for that separately.
43046         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
43047         rather than O_NOFOLLOW, when testing whether it's possible to
43048         avoid a race condition reliably.
43049         * lib/savewd.c (savewd_chdir): Likewise.
43050
43051         Remove macros that are no longer needed now that stdint.h is
43052         reliable.
43053         * lib/fsusage.c (UINTMAX_MAX): Remove.
43054         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
43055         * lib/utimecmp.c (SIZE_MAX): Remove.
43056
43057         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
43058
43059         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
43060         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
43061         O_NOATIME works.
43062
43063 2006-10-05  Bruno Haible  <bruno@clisp.org>
43064
43065         * lib/gl_list.h (gl_sortedlist_search_from_to,
43066         gl_sortedlist_indexof_from_to): New declarations.
43067         (gl_list_implementation): New fields sortedlist_search_from_to,
43068         sortedlist_indexof_from_to.
43069         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
43070         inline functions.
43071         * lib/gl_list.c (gl_sortedlist_search_from_to,
43072         gl_sortedlist_indexof_from_to): New functions.
43073         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
43074         function.
43075         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
43076         (gl_array_sortedlist_search_from_to): New function.
43077         (gl_array_list_implementation): Update.
43078         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
43079         function.
43080         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
43081         (gl_carray_sortedlist_search_from_to): New function.
43082         (gl_carray_list_implementation): Update.
43083         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
43084         gl_linked_sortedlist_indexof_from_to): New functions.
43085         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43086         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43087         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
43088         gl_tree_sortedlist_indexof_from_to): New functions.
43089         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43090         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43091         Update.
43092         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43093         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
43094         Update.
43095
43096 2006-10-05  Bruno Haible  <bruno@clisp.org>
43097
43098         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
43099         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
43100         (struct gl_list_implementation): Add fields search_from_to,
43101         indexof_from_to. Remove fields search, indexof.
43102         (gl_list_search): Use the search_from_to method.
43103         (gl_list_search_from, gl_list_search_from_to): New functions.
43104         (gl_list_indexof): Use the indexof_from_to method.
43105         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43106         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
43107         (gl_list_search_from, gl_list_search_from_to): New functions.
43108         (gl_list_indexof): Use the indexof_from_to method.
43109         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43110         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
43111         gl_array_indexof. Add start_index, end_index arguments.
43112         (gl_array_search_from_to): Renamed from gl_array_search. Add
43113         start_index, end_index arguments.
43114         (gl_array_remove, gl_array_list_implementation): Update.
43115         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
43116         gl_carray_indexof. Add start_index, end_index arguments.
43117         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
43118         start_index, end_index arguments.
43119         (gl_carray_remove, gl_carray_list_implementation): Update.
43120         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
43121         gl_linked_search. Add start_index, end_index arguments.
43122         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
43123         start_index, end_index arguments.
43124         (gl_linked_remove): Update.
43125         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43126         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43127         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
43128         field to 'size_t'.
43129         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
43130         gl_tree_search. Add start_index, end_index arguments.
43131         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43132         start_index, end_index arguments.
43133         (gl_tree_remove): Update.
43134         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43135         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43136         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
43137         function.
43138         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
43139         gl_tree_search. Add start_index, end_index arguments.
43140         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43141         start_index, end_index arguments.
43142         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43143         Update.
43144         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
43145
43146 2006-10-05  Bruno Haible  <bruno@clisp.org>
43147
43148         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
43149
43150         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
43151         fwriteerror_temp): New declarations.
43152         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
43153         (descriptors): New variable.
43154         (cleanup): First, close the descriptors.
43155         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
43156         fclose_temp, fwriteerror_temp): New functions.
43157
43158 2006-10-04  Jim Meyering  <jim@meyering.net>
43159
43160         * lib/fts.c (fts_open): Tiny comment change.
43161
43162 2006-10-04  Bruno Haible  <bruno@clisp.org>
43163
43164         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
43165         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
43166         gl_LOCK_BODY.
43167         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
43168         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
43169         gl_LOCK_EARLY_BODY.
43170         (gl_LOCK): Require gl_LOCK_BODY.
43171
43172 2006-10-04  Bruno Haible  <bruno@clisp.org>
43173
43174         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
43175         (gl_oset_search_atleast): New declaration.
43176         (struct gl_oset_implementation): Add field 'search_atleast'.
43177         (gl_oset_search_atleast): New inline function.
43178         * lib/gl_oset.c (gl_oset_search_atleast): New function.
43179         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
43180         (gl_array_oset_implementation): Update.
43181         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
43182         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
43183         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
43184
43185 2006-10-04  Bruno Haible  <bruno@clisp.org>
43186
43187         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
43188
43189 2006-10-03  Bruno Haible  <bruno@clisp.org>
43190
43191         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
43192         from gl_avltreehash_list_implementation.
43193
43194 2006-10-03  Bruno Haible  <bruno@clisp.org>
43195
43196         * lib/gl_oset.c (gl_oset_add): Fix return type.
43197
43198 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
43199
43200         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
43201
43202 2006-10-02  Eric Blake  <ebb9@byu.net>
43203
43204         * modules/strnlen (Depends-on): Add extensions.
43205
43206 2006-10-02  Eric Blake  <ebb9@byu.net>
43207
43208         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
43209         definition in 2.60+.
43210
43211 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43212
43213         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
43214         checks.
43215
43216 2006-10-02  Bruno Haible  <bruno@clisp.org>
43217
43218         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
43219         to the AUTOMAKE_OPTIONS.
43220         Reported by Jim Meyering.
43221
43222 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43223
43224         Work around bug in Solaris 10 /proc file system:
43225         /proc/self/fd/NNN/.. isn't the parent directory of
43226         the directory whose file descriptor is NNN.  This needs to
43227         be worked around at run time, not compile time, since a
43228         program might be built on Solaris 8, where things work, and
43229         run on Solaris 10.
43230         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
43231         to use the following interface instead:
43232         (OPENAT_BUFFER_SIZE): New macro.
43233         (openat_proc_name): New function.
43234         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
43235         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
43236         Likewise.
43237         * lib/openat-proc.c: New file.
43238         * modules/openat (Files): Add lib/openat-proc.c.
43239         (Depends-on): Add same-inode, stdbool.
43240         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43241
43242 2006-09-29  Bruno Haible  <bruno@clisp.org>
43243
43244         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43245         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43246         argument. Set stdout_closed before testing for ferror, not after.
43247         (fwriteerror, fwriteerror_no_ebadf): New functions.
43248
43249 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43250
43251         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43252
43253 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43254
43255         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43256         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43257
43258 2006-09-28  Jim Meyering  <jim@meyering.net>
43259
43260         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
43261         Include <unistd.h>.
43262
43263 2006-09-28  Bruno Haible  <bruno@clisp.org>
43264
43265         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
43266         * modules/linkedhash-list (Depends-on): Likewise.
43267         * modules/rbtreehash-list (Depends-on): Likewise.
43268
43269 2006-09-28  Bruno Haible  <bruno@clisp.org>
43270
43271         * lib/strndup.h: Simplify the redefinition of strndup.
43272         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
43273         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
43274
43275 2006-09-28  Bruno Haible  <bruno@clisp.org>
43276
43277         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
43278         * lib/gl_linkedhash_list.c: Likewise.
43279         * lib/gl_rbtreehash_list.c: Likewise.
43280
43281 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
43282
43283         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
43284         getaddrinfo.
43285
43286         * lib/__fpending.h: Don't include <stdio_ext.h> unless
43287         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
43288         it causes <stdio_ext.h> to cause a compile-time error.
43289         Problem reported by Nelson H. F. Beebe.
43290         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
43291         of HAVE_DECL___PENDING.
43292
43293         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
43294         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
43295         declaration.
43296
43297 2006-09-27  Jim Meyering  <jim@meyering.net>
43298
43299         This file could end up with a definition for a function
43300         named __strndup, rather than rpl_strndup on a system with
43301         incomplete weak_alias support.
43302         * lib/strndup.c (strndup): Rename from __strndup.
43303         Remove #defines that used to map __strndup to strndup.
43304         Don't use K&R prototypes.
43305         Remove LIBC-related code, since this file is not sync'd with glibc.
43306         * lib/strndup.h: Revamp, accordingly.
43307         * m4/strndup.m4: Modernize.
43308
43309 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43310
43311         * modules/savewd (Depends-on): Add 'raise'.
43312         * lib/savewd.c: Include <signal.h>, for 'raise'.
43313
43314 2006-09-26  Jim Meyering  <jim@meyering.net>
43315
43316         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43317         when we detect Darwin 8.7.0's acl_get_file bug.
43318         Rearrange to perform the new (below) run-test while $LIBS
43319         contains any acl-related library.  Set USE_ACL at the end.
43320         (gl_ACL_GET_FILE): New function.
43321
43322 2006-09-26  Eric Blake  <ebb9@byu.net>
43323
43324         * lib/verror.c: Include <config.h> unconditionally.
43325
43326 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43327
43328         * modules/clock-time (Maintainer): Add self.
43329         * modules/getlogin_r (Depends-on): Add extensions.
43330
43331 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43332
43333         * modules/clock-time: New module.
43334         * modules/nanosleep (Depends-on): Add clock-time.
43335         * modules/gethrxtime (Depends-on): Likewise.
43336         * modules/gettime (Depends-on): Likewise.
43337         * modules/settime (Depends-on): Likewise.
43338
43339         * modules/fts-lgpl: Depend on openat.
43340         * modules/mkancesdirs: Depend on savewd.
43341         * modules/mkdir-p: Likewise.
43342
43343 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43344
43345         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43346
43347         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43348         `gl_have_arbitrary_file_name_length_limit' to
43349         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43350         actually works between configure runs.
43351
43352 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43353             Bruno Haible  <bruno@clisp.org>
43354
43355         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43356
43357 2006-09-25  Jim Meyering  <jim@meyering.net>
43358
43359         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43360         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43361
43362 2006-09-25  Eric Blake  <ebb9@byu.net>
43363
43364         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43365         exec's in 2006-09-18 patch when shuffling fds.
43366
43367 2006-09-25  Bruno Haible  <bruno@clisp.org>
43368
43369         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43370         Reported by Jim Meyering.
43371
43372 2006-09-24  Jim Meyering  <jim@meyering.net>
43373
43374         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43375         compare a pointer against a literal "0".  That caused failures with
43376         at least HP-UX's hpcc.
43377
43378 2006-09-22  Simon Josefsson  <jas@extundo.com>
43379
43380         * modules/gc-sha1:
43381         * modules/gc-md4:
43382         * modules/gc-hmac-sha1:
43383         * modules/gc-hmac-md5:
43384         * modules/gc-des:
43385         * modules/gc-arcfour: Distribute more files.
43386
43387 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43388
43389         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43390         (gl_linked_iterator_from_to): Initialize struct completely.
43391         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43392         (gl_tree_iterator_from_to): Likewise
43393         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43394         * lib/gl_array_list.c [lint] (gl_array_iterator)
43395         (gl_array_iterator_from_to): Likewise.
43396         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43397         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43398         (gl_carray_iterator_from_to): Likewise.
43399
43400         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43401         * lib/md4.c (md4_process_block): Remove unused variable.
43402         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43403         parentheses for clarity.
43404
43405 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43406
43407         * modules/bison-i18n (Depends-on): Add gettext.
43408
43409 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43410
43411         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43412         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43413         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43414         also add missing comma that caused broken test.
43415         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43416         stdlib.h, for `abort'.
43417         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43418         variables.
43419         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43420         include unistd.h if present, for `rmdir'.
43421         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43422         variables.
43423         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43424         in the process include standard headers for prototypes.
43425         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43426         gets declared on GNU/Linux.
43427         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43428         unistd.h, for `rmdir'.
43429         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43430
43431         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43432         always true.
43433         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43434
43435         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43436
43437 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43438
43439         * gnulib-tool (func_version): Create output all at once.  This
43440         may help avoid triggering unnecessary SIGPIPEs, and at any
43441         rate it doesn't hurt.
43442
43443 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43444             Bruno Haible  <bruno@clisp.org>
43445
43446         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43447         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43448         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43449
43450         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43451         (gl_FUNC_VASPRINTF): Invoke it.
43452
43453 2006-09-22  Bruno Haible  <bruno@clisp.org>
43454
43455         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43456         getloadavg.c as first argument.
43457
43458 2006-09-22  Bruno Haible  <bruno@clisp.org>
43459
43460         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43461         at the beginning of the gl_INIT macro.
43462         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43463         gl_GETLOADAVG.
43464
43465 2006-09-22  Bruno Haible  <bruno@clisp.org>
43466
43467         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43468         module.
43469         Suggested by Ralf Wildenhues.
43470
43471 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43472
43473         Import this patch from libc:
43474
43475         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43476
43477         * lib/regex_internal.c (re_string_reconstruct): Handle
43478         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43479         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43480         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43481         re_string_context_at.
43482
43483         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43484         now requires it.
43485         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43486         gl_REGEX now does it for us.
43487         (gl_REGEX): Add test taken from
43488         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43489
43490         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43491         Check that large offsets work.  Modernize Autoconf usages.
43492         Prefer "yes" to mean a good thing rather than a bad.
43493         Don't put "#define mkstemp" in config.h, as this might interfere
43494         with standard system headers that "#define mkstemp mkstemp64".
43495
43496         * modules/mkstemp (Depends-on): Add extensions, so that
43497         mkstemp is visible on some platforms.
43498         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43499         (Include): Change to "mkstemp.h" from <stdlib.h>.
43500         (Files): Add mkstemp.h.
43501
43502         * lib/mkstemp.h: New file, since some standard headers
43503         #define mkstemp.
43504         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43505         Include "mkstemp.h".
43506         Make the _LIBC code resemble glibc original more,
43507         e.g., use K&R style.
43508         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43509         (mkstemp): Remove, since mkstemp.h does this for us.
43510         * lib/stdlib--.h: Include mkstemp.h.
43511
43512         Import this patch from libc:
43513
43514         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43515
43516         * lib/tempname.c (__gen_tempname): Change attempts_min
43517         into a macro.  Use preprocessor to decide how to initialize
43518         attempts [Coverity CID 67].
43519
43520 2006-09-20  Bruno Haible  <bruno@clisp.org>
43521
43522         * lib/mkdtemp.c: Import from libc.
43523         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43524                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43525                 attempts_min into a macro.  Use preprocessor to decide how to
43526                 initialize attempts [Coverity CID 67].
43527         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43528                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43529                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43530
43531 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43532
43533         * gnulib-tool (func_exit): New function, to allow to pass the
43534         exit status portably through the trap.  Use everywhere.
43535         (--help, --version): Signal a write error.
43536         (trap): catch SIGPIPE, for write errors.
43537         Exit at the end of the trap, with the correct exit status.
43538
43539 2006-09-19  Karl Berry  <karl@gnu.org>
43540
43541         * doc/gnulib.texi: note about the license texinfo files.
43542
43543 2006-09-19  Eric Blake  <ebb9@byu.net>
43544
43545         * gnulib-tool: Avoid space-tab.
43546
43547 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43548
43549         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43550         that prevented coreutils 6.1 from building.  Problem reported
43551         by Petter Reinholdtsen.
43552
43553 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43554
43555         * gnulib-tool (avoidlist): Fix typo that broke options like
43556         --avoid=lock that are used by coreutils bootstrap.
43557
43558 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43559
43560         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43561         more systematically.
43562
43563 2006-09-18  Jim Meyering  <jim@meyering.net>
43564
43565         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43566
43567 2006-09-18  Bruno Haible  <bruno@clisp.org>
43568
43569         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43570
43571 2006-09-18  Bruno Haible  <bruno@clisp.org>
43572
43573         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43574         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43575         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43576         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43577         * m4/gettext.m4: Require autoconf >= 2.52.
43578         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43579         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43580         of gl_cv_header_inttypes_h.
43581
43582 2006-09-18  Bruno Haible  <bruno@clisp.org>
43583
43584         * lib/javaversion.c: Include configmake.h.
43585
43586 2006-09-18  Bruno Haible  <bruno@clisp.org>
43587
43588         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43589         avoid that the while loops be executed in a subshell.
43590
43591 2006-09-18  Bruno Haible  <bruno@clisp.org>
43592
43593         * MODULES.html.sh (func_module): Break long lines.
43594         Suggested by Bruce Korb <bkorb@gnu.org>.
43595
43596 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43597
43598         Speed up by a factor of 1.12.
43599         * gnulib-tool (nl): New variable.
43600         (func_import): Rewrite include directive extraction to only read each
43601         directive once.
43602
43603 2006-09-17  Bruno Haible  <bruno@clisp.org>
43604
43605         * modules/javaversion (Makefile.am): Remove DEFS setting.
43606         (Depends-on): Add configmake, for PKGDATADIR definition.
43607
43608 2006-09-17  Bruno Haible  <bruno@clisp.org>
43609
43610         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43611
43612 2006-09-17  Bruno Haible  <bruno@clisp.org>
43613
43614         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43615         (func_modules_transitive_closure, func_modules_add_dummy,
43616         func_modules_to_filelist, func_import, func_create_testdir,
43617         func_create_megatestdir, ...): Use it wherever possible.
43618         Suggested by Ralf Wildenhues.
43619
43620 2006-09-16  Karl Berry  <karl@gnu.org>
43621
43622         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43623         to avoid sectioning errors.
43624         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43625         [ifinfo]: blank line after @center-ed titles.
43626         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43627         Spell FSF address consistently with others.
43628         (These changes approved by rms.)
43629
43630 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43631
43632         Speed up by a factor of 1.61.
43633         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43634         already checked module names again.
43635
43636 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43637
43638         Speed up by a factor of 1.13.
43639         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43640         for new_files, and the input to func_add_or_update.
43641
43642 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43643
43644         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43645         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43646
43647 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43648
43649         * modules/mkancesdirs (Depends-on): Add fcntl.
43650         * modules/savewd: New file.
43651         * MODULES.html.sh (File system functions): Add savewd.
43652
43653         * modules/configmake (Makefile.am): Add support for the
43654         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43655
43656 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43657
43658         * m4/savewd.m4: New file.
43659
43660 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43661
43662         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43663         (dirchownmod): New arg FD.  All callers changed.
43664         Use FD rather than opening the directory ourself, as opening is
43665         now the caller's responsibility.
43666         * lib/dirchownmod.h: Likewise.
43667         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43668         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43669         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43670         (test_dir): Remove.
43671         (mkancesdirs): Return length of prefix of FILE that has already
43672         been made, or -2 if there is a child doing the work.  Redo
43673         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43674         ".", and treat ".." specially since it might stray back into
43675         already-created areas.  Use a subprocess if necessary.  New arg
43676         WD; all users changed.  MAKE_DIR function should now return 1
43677         if it creates a directory that is not readable.  Return -2 if
43678         a child process is spun off.
43679         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43680         Adjust signature to match code.
43681         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43682         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43683         all users changed.
43684         * lib/savewd.c, lib/savewd.h: New files.
43685
43686 2006-09-15  Jim Meyering  <jim@meyering.net>
43687
43688         * modules/rename-dest-slash: New module.
43689         * MODULES.html.sh (posix_compat): Add it here.
43690
43691         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43692
43693 2006-09-15  Jim Meyering  <jim@meyering.net>
43694
43695         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43696         file.
43697
43698         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43699
43700 2006-09-15  Jim Meyering  <jim@meyering.net>
43701
43702         * lib/rename-dest-slash.c (has_trailing_slash): Use
43703         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43704         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43705         test before testing whether SRC is a directory.
43706         Suggestions from Bruno Haible.
43707
43708         Avoid a warning about an unused variable.
43709         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43710         into the #ifdef block where it's used.
43711
43712         * lib/rename-dest-slash.c: New file.
43713
43714 2006-09-14  Bruno Haible  <bruno@clisp.org>
43715
43716         * lib/allocsa.c: Include <config.h> unconditionally.
43717         * lib/asnprintf.c: Likewise.
43718         * lib/asprintf.c: Likewise.
43719         * lib/c-strcasecmp.c: Likewise.
43720         * lib/c-strcasestr.c: Likewise.
43721         * lib/c-strncasecmp.c: Likewise.
43722         * lib/c-strstr.c: Likewise.
43723         * lib/classpath.c: Likewise.
43724         * lib/clean-temp.c: Likewise.
43725         * lib/concatpath.c: Likewise.
43726         * lib/copy-file.c: Likewise.
43727         * lib/csharpcomp.c: Likewise.
43728         * lib/csharpexec.c: Likewise.
43729         * lib/execute.c: Likewise.
43730         * lib/fatal-signal.c: Likewise.
43731         * lib/findprog.c: Likewise.
43732         * lib/fwriteerror.c: Likewise.
43733         * lib/gl_array_list.c: Likewise.
43734         * lib/gl_array_oset.c: Likewise.
43735         * lib/gl_avltree_list.c: Likewise.
43736         * lib/gl_avltree_oset.c: Likewise.
43737         * lib/gl_avltreehash_list.c: Likewise.
43738         * lib/gl_carray_list.c: Likewise.
43739         * lib/gl_linked_list.c: Likewise.
43740         * lib/gl_linkedhash_list.c: Likewise.
43741         * lib/gl_list.c: Likewise.
43742         * lib/gl_oset.c: Likewise.
43743         * lib/gl_rbtree_list.c: Likewise.
43744         * lib/gl_rbtree_oset.c: Likewise.
43745         * lib/gl_rbtreehash_list.c: Likewise.
43746         * lib/imaxabs.c: Likewise.
43747         * lib/imaxdiv.c: Likewise.
43748         * lib/javacomp.c: Likewise.
43749         * lib/javaexec.c: Likewise.
43750         * lib/javaversion.c: Likewise.
43751         * lib/linebreak.c: Likewise.
43752         * lib/localcharset.c: Likewise.
43753         * lib/lock.c: Likewise.
43754         * lib/mbchar.c: Likewise.
43755         * lib/mbswidth.c: Likewise.
43756         * lib/mkdtemp.c: Likewise.
43757         * lib/pipe.c: Likewise.
43758         * lib/printf-args.c: Likewise.
43759         * lib/printf-parse.c: Likewise.
43760         * lib/progname.c: Likewise.
43761         * lib/progreloc.c: Likewise.
43762         * lib/readlink.c: Likewise.
43763         * lib/sh-quote.c: Likewise.
43764         * lib/stpcpy.c: Likewise.
43765         * lib/stpncpy.c: Likewise.
43766         * lib/strcasecmp.c: Likewise.
43767         * lib/strcasestr.c: Likewise.
43768         * lib/strcspn.c: Likewise.
43769         * lib/striconv.c: Likewise.
43770         * lib/strncasecmp.c: Likewise.
43771         * lib/strnlen1.c: Likewise.
43772         * lib/strstr.c: Likewise.
43773         * lib/strtok_r.c: Likewise.
43774         * lib/tls.c: Likewise.
43775         * lib/tmpdir.c: Likewise.
43776         * lib/unicodeio.c: Likewise.
43777         * lib/unsetenv.c: Likewise.
43778         * lib/vasnprintf.c: Likewise.
43779         * lib/vasprintf.c: Likewise.
43780         * lib/wait-process.c: Likewise.
43781         * lib/xallocsa.c: Likewise.
43782         * lib/xsetenv.c: Likewise.
43783         * lib/xstriconv.c: Likewise.
43784
43785 2006-09-13  Simon Josefsson  <jas@extundo.com>
43786
43787         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43788         that internally, suggested by Ralf Wildenhues
43789         <Ralf.Wildenhues@gmx.de>.
43790
43791 2006-09-13  Simon Josefsson  <jas@extundo.com>
43792
43793         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43794         @LIBOBJS@.
43795         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43796
43797 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43798
43799         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43800         longer worry about uses that don't define HAVE_CONFIG_H.
43801         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43802         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43803         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43804         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43805         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43806         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43807         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43808         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43809         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43810         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43811         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43812         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43813         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43814         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43815         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43816         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43817         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43818         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43819         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43820         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43821         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43822         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43823         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43824         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43825         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43826         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43827         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43828         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43829         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43830         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43831         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43832         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43833         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43834         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43835         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43836         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43837         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43838         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43839         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43840         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43841         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43842         Likewise.
43843
43844 2006-09-13  Eric Blake  <ebb9@byu.net>
43845
43846         * lib/getopt.c: Fix typo in last commit.
43847
43848 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43849
43850         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43851         dgettext.
43852
43853 2006-09-12  Jim Meyering  <jim@meyering.net>
43854
43855         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43856         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43857         Reported by Nelson H. F. Beebe.
43858
43859 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43860
43861         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43862         program_invocation_name and program_invocation_short_name are
43863         initialized.
43864         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43865         and program_invocation_short_name to argp.h, so they are visible
43866         to user programs.
43867         * lib/argp.h: Likewise
43868
43869 2006-09-10  Bruno Haible  <bruno@clisp.org>
43870
43871         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43872         m4/inttypes_h.m4, m4/uintmax_t.m4.
43873
43874 2006-09-10  Bruno Haible  <bruno@clisp.org>
43875
43876         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43877         gl_AC_TYPE_UINTMAX_T.
43878
43879 2006-09-10  Bruno Haible  <bruno@clisp.org>
43880
43881         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43882
43883 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43884
43885         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43886         convention.  Text proposed by Bruno Haible.
43887         (struct argp_option): Document the use of N_() wrappers.
43888
43889         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43890         '\v', and translate the two parts separately, instead of feeding
43891         the whole string to gettext.  This allows to exclude
43892         '\v' from the strings visible to the translator by writing doc
43893         strings as N_("..") "\v" N_("..").
43894
43895 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43896
43897         * config/srclist.txt: Undo latest change; the bug was fixed.
43898
43899 2006-09-09  Bruno Haible  <bruno@clisp.org>
43900
43901         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43902         assignments if building a library without libtool.
43903         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43904         in func_emit_lib_Makefile_am.
43905         (func_import): When building a static library libfoo.a, arrange to
43906         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43907         (func_create_testdir): Likewise.
43908         * modules/gc (configure.ac, Makefile.am): If building statically,
43909         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43910         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43911         * modules/striconv (configure.ac, Makefile.am): Likewise.
43912         Based on a suggestion by Ralf Wildenhues.
43913
43914 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43915
43916         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43917         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43918         Also:
43919
43920         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43921         Add year_2050_test to catch glibc bug 2821
43922         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43923
43924         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43925         Prefer #ifdef to #if.
43926
43927         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43928         Return from 'main' instead of calling 'exit'.
43929
43930 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43931
43932         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43933         returned the maximum time_t value rather than (time_t) -1.
43934         Problem originally reported by William Bardwell
43935         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43936
43937         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43938         Moved to here ...
43939         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43940         ... from here.
43941
43942 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43943
43944         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43945         2821 is fixed.
43946
43947 2006-09-08  Jim Meyering  <jim@meyering.net>
43948
43949         Don't make generated files read-only.  That would bother too many
43950         people.  However, do retain the ability to work when targets are
43951         read-only: remove the destination and temporary files before writing
43952         them (when generated via sed or echo), or by using the -f option for
43953         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43954         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43955         * modules/byteswap, modules/configmake, modules/fcntl:
43956         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43957         * modules/localcharset, modules/netinet_in, modules/poll:
43958         * modules/stdbool, modules/stdint, modules/sys_select:
43959         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43960
43961 2006-09-08  Jim Meyering  <jim@meyering.net>
43962
43963         Avoid new build failure on FreeBSD 6.0.
43964         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43965         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43966         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43967
43968 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43969
43970         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43971
43972 2006-09-07  Jim Meyering  <jim@meyering.net>
43973
43974         Fix global typo in last change: use chmod u-w, not chmod u-x.
43975         Spotted by Paul Eggert and Bruce Korb.
43976         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43977         * modules/byteswap, modules/configmake, modules/fcntl:
43978         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43979         * modules/localcharset, modules/netinet_in, modules/poll:
43980         * modules/stdbool, modules/stdint, modules/sys_select:
43981         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43982
43983 2006-09-06  Jim Meyering  <jim@meyering.net>
43984
43985         Make generated files be read-only.
43986         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43987         Ensure that each generated file is now read-only.
43988         * modules/argz: Likewise.
43989         * modules/arpa_inet: Likewise.
43990         * modules/byteswap: Likewise.
43991         * modules/configmake: Likewise.
43992         * modules/fcntl: Likewise.
43993         * modules/fnmatch: Likewise.
43994         * modules/getopt: Likewise.
43995         * modules/glob: Likewise.
43996         * modules/inttypes: Likewise.
43997         * modules/netinet_in: Likewise.
43998         * modules/poll: Likewise.
43999         * modules/stdbool: Likewise.
44000         * modules/stdint: Likewise.
44001         * modules/sys_select: Likewise.
44002         * modules/sys_socket: Likewise.
44003         * modules/sys_stat: Likewise.
44004         * modules/sysexits: Likewise.
44005         * modules/localcharset: Same as above, but continue using temporary
44006         file named "t-$@" (why different?) rather than the "$@-t" used
44007         everywhere else.
44008
44009         * modules/sysexits (Makefile.am): Replace literal occurrences
44010         of "sysexit.h" more readable, and more consistent, "$@".
44011
44012 2006-09-06  Bruno Haible  <bruno@clisp.org>
44013
44014         * modules/striconv: New file.
44015         * modules/xstriconv: New file.
44016         * MODULES.html.sh (Internationalization functions): Add striconv,
44017         xstriconv.
44018
44019 2006-09-06  Bruno Haible  <bruno@clisp.org>
44020
44021         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
44022         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
44023         not using libtool correctly.
44024
44025 2006-09-06  Bruno Haible  <bruno@clisp.org>
44026
44027         * lib/striconv.h: New file.
44028         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
44029         iconvstring.c.
44030         * lib/xstriconv.h: New file.
44031         * lib/xstriconv.c: New file.
44032
44033 2006-09-06  Bruno Haible  <bruno@clisp.org>
44034
44035         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
44036         lib_..._LDFLAGS.
44037
44038 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44039
44040         * lib/argz_.h: Sync from Libtool.
44041
44042         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
44043                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44044
44045         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
44046
44047 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44048
44049         * modules/trim: New file.
44050
44051 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44052
44053         * lib/trim.h: New file.
44054         * lib/trim.c: New file.
44055
44056 2006-09-05  Bruno Haible  <bruno@clisp.org>
44057
44058         * MODULES.html.sh (String handling): Add trim.
44059
44060 2006-09-04  Karl Berry  <karl@gnu.org>
44061
44062         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
44063         until next release.
44064
44065 2006-09-03  Bruno Haible  <bruno@clisp.org>
44066
44067         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
44068         correctly.
44069
44070 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44071
44072         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
44073         not gl_GETLOADAVG.  Omit unneeded semicolons.
44074         Problems reported by Ralf Wildenhues in
44075         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44076         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
44077         at the end, which is the usual gnulib style.
44078
44079         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
44080         of doing all the work ourselves.
44081         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
44082         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
44083
44084 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44085
44086         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
44087         Problem reported by Ralf Wildenhues in
44088         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44089
44090         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
44091         HAVE_STRUCT_STATFS_F_FSTYPENAME.
44092
44093 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44094
44095         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
44096         yesterday's patch by changing test -n to test -z.
44097
44098 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44099
44100         * modules/getloadavg (Files): Add m4/getloadavg.m4.
44101         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
44102         the former is now obsolescent.
44103
44104         * modules/chdir-long (Depends-on): Add fcntl.
44105
44106 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44107
44108         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
44109         obsolescent, and programs should use gnulib instead.
44110         * m4/getloadavg.m4: New file, with contents taken from Autoconf
44111         but with prefixes changed.
44112
44113 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44114
44115         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
44116         or stdbool.h, because they might not exist while configuring.
44117
44118         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
44119         Don't include unistd.h or limits.h; not needed, since chdir-long.h
44120         does that for us.
44121         (O_DIRECTORY): Remove.
44122
44123 2006-08-31  Eric Blake  <ebb9@byu.net>
44124
44125         * gnulib-tool: Don't let emacs change spaces to TAB.
44126
44127 2006-08-31  Bruno Haible  <bruno@clisp.org>
44128
44129         * gnulib-tool: When calling func_import more than once, do it in a
44130         subshell.
44131         Reported by Eric Blake <ebb9@byu.net>.
44132
44133 2006-08-31  Bruno Haible  <bruno@clisp.org>
44134
44135         * gnulib-tool (nl): Remove variable.
44136         (sed_transform_lib_file): Use more robust test for config-h module.
44137         (func_import): Fix typo in 2006-08-25 patch.
44138
44139 2006-08-31  Bruno Haible  <bruno@clisp.org>
44140
44141         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
44142         specified, augment Makefile.am variables instead of assigning them.
44143
44144 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44145
44146         Work around a bug in both the Linux and SunOS 64-bit kernels:
44147         nanosleep mishandles sleeps for longer than 2**31 seconds.
44148         Problem reported by Frank v Waveren in
44149         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44150         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
44151         Check for nanosleep bug.
44152         (LIB_NANOSLEEP): Append clock_gettime library if needed.
44153
44154 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44155
44156         Work around a bug in both the Linux and SunOS 64-bit kernels:
44157         nanosleep mishandles sleeps for longer than 2**31 seconds.
44158         Problem reported by Frank v Waveren in
44159         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44160         * lib/nanosleep.c (BILLION): New constant.
44161         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
44162         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
44163         implementation.
44164
44165 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44166
44167         * modules/nanosleep (Depends-on): Add gettime.
44168
44169 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44170         and Simon Josefsson  <jas@extundo.com>
44171         and Oskar Liljeblad  <oskar@osk.mine.nu>
44172
44173         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
44174         * gnulib-tool (func_import): New license type 'unmodifiable license
44175         text'.
44176         * modules/fdl: Use it.  Longer description.
44177         * module/gpl, module/lgpl: New files.
44178
44179 2006-08-30  Jim Meyering  <jim@meyering.net>
44180
44181         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
44182         shadowing the parameter.
44183
44184 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44185
44186         Sync from Libtool:
44187
44188         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44189
44190         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
44191         sharing with gnulib.  Report by Eric Blake.
44192
44193 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44194
44195         * modules/isapipe: New file.
44196         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
44197
44198 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44199
44200         * modules/configmake (Makefile.am): Add a comment, and omit
44201         the CONFIGMAKE_ prefix from generated macro names.  Suggested
44202         by Bruno Haible.
44203
44204 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44205
44206         * m4/isapipe.m4: New file.
44207
44208 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44209
44210         * lib/isapipe.c, lib/isapipe.h: New files.
44211
44212 2006-08-29  Jim Meyering  <jim@meyering.net>
44213
44214         * modules/configmake (Makefile.am): Make configmake.h depend on
44215         Makefile.  Otherwise, a stale configmake.h could hang around.
44216
44217 2006-08-29  Eric Blake  <ebb9@byu.net>
44218
44219         * lib/error.c (error_at_line, print_errno_message): Match libc, after
44220         resolution of upstream bug 3044.
44221
44222 2006-08-29  Bruno Haible  <bruno@clisp.org>
44223
44224         * modules/localcharset (Depends-on): Add configmake.
44225         (Makefile.am): Remove setting of LIBDIR through DEFS.
44226
44227 2006-08-29  Bruno Haible  <bruno@clisp.org>
44228
44229         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
44230         defined.
44231
44232 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44233
44234         * modules/fcntl: New file.
44235         * modules/chdir-safer (Depends-on): Add fcntl.
44236         * modules/fts: Likewise.
44237         * modules/mkdir-p: Likewise.
44238
44239         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44240         This undoes the most recent change, since we're now addressing the
44241         problem in a different way.
44242
44243         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44244         into output, since the output might be called Makefile.am even
44245         if $makefile_name is something different.
44246         (func_import): Use $makefile_am rather than
44247         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44248         empty.
44249
44250         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44251
44252 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44253
44254         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44255         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44256         recent change to stdint.m4, since we're now addressing the problem in a
44257         different way.
44258
44259 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44260
44261         * m4/fcntl_h.m4: New file.
44262
44263 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44264
44265         * lib/fcntl_.h: New file.
44266         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
44267         the fcntl module.
44268         * lib/dirchownmod.c: Likewise.
44269         * lib/fts.c: Likewise.
44270
44271         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
44272         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
44273         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
44274         just before including <inttypes.h>, to avoid circular inclusion.
44275
44276 2006-08-28  Jim Meyering  <jim@meyering.net>
44277
44278         * doc/visibility.texi: Actually read and correct the grammar of the
44279         sentence affected by yesterday's change.
44280
44281 2006-08-28  Eric Blake  <ebb9@byu.net>
44282
44283         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
44284         needs wrapper.
44285
44286 2006-08-28  Eric Blake  <ebb9@byu.net>
44287
44288         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
44289
44290 2006-08-28  Eric Blake  <ebb9@byu.net>
44291
44292         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
44293
44294 2006-08-28  Bruno Haible  <bruno@clisp.org>
44295
44296         * modules/c-strstr: New file, from GNU gettext.
44297         * MODULES.html.sh (String handling): Add c-strstr.
44298
44299 2006-08-28  Bruno Haible  <bruno@clisp.org>
44300
44301         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
44302         macros.
44303         Reported by Eric Blake.
44304
44305 2006-08-28  Bruno Haible  <bruno@clisp.org>
44306
44307         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44308         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44309         * lib/vasprintf.c: Include errno.h, limits.h.
44310         (EOVERFLOW): New fallback definition.
44311         (vasprintf): Test here whether the string length is > INT_MAX.
44312         * lib/vsnprintf.c: Include errno.h, limits.h.
44313         (EOVERFLOW): New fallback definition.
44314         (vsnprintf): Fix bug when generated string was too long for the buffer.
44315         Test here whether the string length is > INT_MAX.
44316
44317 2006-08-28  Bruno Haible  <bruno@clisp.org>
44318
44319         * lib/inttypes_.h (SCNX*): Remove definitions.
44320         Reported by Eric Blake.
44321
44322 2006-08-28  Bruno Haible  <bruno@clisp.org>
44323
44324         * lib/c-strstr.h: New file, from GNU gettext.
44325         * lib/c-strstr.c: New file, from GNU gettext.
44326
44327 2006-08-28  Bruno Haible  <bruno@clisp.org>
44328
44329         * gnulib-tool: Reorder some statements.
44330
44331 2006-08-28  Bruno Haible  <bruno@clisp.org>
44332
44333         * gnulib-tool: New option --makefile-name.
44334         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44335         $makefile_name.
44336         (func_import): Write $makefile_name to the cache file, and read it from
44337         there unless explicitly specified. Use $makefile_name as file name
44338         instead of Makefile.am. Adjust the recommendations accordingly.
44339
44340 2006-08-28  Bruno Haible  <bruno@clisp.org>
44341
44342         * gnulib-tool (func_verify_module): Check against misapplying patch.
44343
44344 2006-08-28  Bruno Haible  <bruno@clisp.org>
44345
44346         * gnulib-tool (func_relativize, func_relconcat): New functions.
44347         Give an error if --local-dir is given with --update.
44348         Remove trailing slashes from $local_gnulib_dir.
44349         (func_import): Store the relativized $local_gnulib_dir in
44350         gnulib-cache.m4, and read it from there if not specified explicitly.
44351
44352 2006-08-28  Bruno Haible  <bruno@clisp.org>
44353
44354         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44355         is the current directory. Respect also $local_gnulib_dir.
44356
44357 2006-08-28  Bruno Haible  <bruno@clisp.org>
44358             Simon Josefsson  <jas@extundo.com>
44359
44360         BeOS portability.
44361         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44362
44363 2006-08-27  Jim Meyering  <jim@meyering.net>
44364
44365         * doc/visibility.texi: Remove duplicate word: "pointer".
44366
44367 2006-08-26  Bruno Haible  <bruno@clisp.org>
44368
44369         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44370         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44371         (Makefile.am): Create inttypes.h from inttypes_.h.
44372         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44373
44374         * modules/imaxabs: New file.
44375
44376         * modules/imaxdiv: New file.
44377
44378 2006-08-26  Bruno Haible  <bruno@clisp.org>
44379
44380         * m4/inttypes.m4: New file.
44381         * m4/_inttypes_h.m4: Remove file.
44382         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44383         PRI_MACROS_BROKEN.
44384         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44385
44386         * m4/imaxabs.m4: New file.
44387
44388         * m4/imaxdiv.m4: New file.
44389
44390 2006-08-26  Bruno Haible  <bruno@clisp.org>
44391
44392         * lib/inttypes_.h: New file.
44393         * lib/inttypes.h: Remove file.
44394         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44395
44396         * lib/imaxabs.c: New file.
44397
44398         * lib/imaxdiv.c: New file.
44399
44400 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44401
44402         New config-h module, so that "make" output needn't be cluttered
44403         by -DHAVE_CONFIG_H.
44404         * MODULES.html.sh (Support for building libraries and executables):
44405         Add config-h.
44406         * modules/config-h: New file.
44407         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44408         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44409         the config-h module is used.
44410
44411         New configmake module, so that "make" output needn't be cluttered
44412         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44413         * MODULES.html.sh (Support for building libraries and executables):
44414         Add configmake.
44415         * modules/configmake: New file.
44416
44417 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44418
44419         * m4/config-h.m4: New file.
44420
44421 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44422
44423         * config/srclist.txt: Add elisp-comp.
44424
44425 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44426
44427         * MODULES.html.sh (Support for building libraries and executables):
44428         Add elisp-comp.
44429         * build-aux/elisp-comp: New file.
44430         * modules/elisp-comp: New file.
44431
44432 2006-08-24  Bruno Haible  <bruno@clisp.org>
44433
44434         * gnulib-tool (func_create_testdir): Use non-default values of
44435         sourcebase and m4base.
44436
44437 2006-08-24  Bruno Haible  <bruno@clisp.org>
44438
44439         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44440         HTML structure.
44441
44442 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44443
44444         * modules/openat (Depends-on): Add lchown.
44445
44446 2006-08-23  Bruno Haible  <bruno@clisp.org>
44447
44448         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44449         of gl_LOCK_EARLY instead of gl_LOCK.
44450
44451 2006-08-23  Bruno Haible  <bruno@clisp.org>
44452
44453         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44454         on OSF/1 to no.
44455         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44456
44457 2006-08-23  Bruno Haible  <bruno@clisp.org>
44458
44459         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44460         as unusable.
44461
44462         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44463         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44464         (gl_LOCK): New macro.
44465
44466 2006-08-22  Simon Josefsson  <jas@extundo.com>
44467
44468         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44469         to md5 module.
44470
44471 2006-08-22  Simon Josefsson  <jas@extundo.com>
44472
44473         * MODULES.html.sh: Add "Support for maintaining and release
44474         projects".
44475
44476         * build-aux/gnupload: New file, from coreutils.
44477
44478 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44479
44480         Avoid the need for AC_LIBSOURCES in m4 macros.
44481         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44482         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44483         * modules/check-version (EXTRA_DIST): Add check-version.h.
44484         * modules/crc (EXTRA_DIST): Add crc.h.
44485         * modules/des (EXTRA_DIST): Add des.h.
44486         * modules/gc (EXTRA_DIST): Add gc.h.
44487         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44488         * modules/getline (EXTRA_DIST): Add getline.h.
44489         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44490         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44491         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44492         * modules/md2 (EXTRA_DIST): Add md2.h.
44493         * modules/md4 (EXTRA_DIST): Add md4.h.
44494         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44495         * modules/read-file (EXTRA_DIST): Add read-file.h.
44496         * modules/readline (EXTRA_DIST): Add readline.h.
44497         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44498         rijndael-api-fst.h.
44499
44500 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44501
44502         * m4/rijndael.m4 (gl_ARCFOUR):
44503         * m4/arctwo.m4 (gl_ARCTWO):
44504         * m4/check-version.m4 (gl_CHECK_VERSION):
44505         * m4/crc.m4 (gl_CRC):
44506         * m4/des.m4 (gl_DES):
44507         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44508         * m4/gc.m4 (gl_GC):
44509         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44510         * m4/getline.m4 (gl_FUNC_GETLINE):
44511         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44512         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44513         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44514         * m4/md2.m4 (gl_MD2):
44515         * m4/md4.m4 (gl_MD4):
44516         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44517         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44518         * m4/readline.m4 (gl_FUNC_READLINE):
44519         * m4/rijndael.m4 (gl_RIJNDAEL):
44520         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44521         to get the necessary .h files and whatnot.
44522
44523 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44524
44525         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44526         gnulib rather than the other way around.
44527         * config/srclistvars.sh (COREUTILS): Remove.
44528
44529 2006-08-22  Jim Meyering  <jim@meyering.net>
44530
44531         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44532
44533         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44534
44535 2006-08-22  Eric Blake  <ebb9@byu.net>
44536
44537         * modules/regexprops-generic: New file.
44538         * MODULES.html.sh (Support for building documentation): List it.
44539
44540 2006-08-22  Eric Blake  <ebb9@byu.net>
44541
44542         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44543         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44544         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44545         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44546
44547 2006-08-22  Bruno Haible  <bruno@clisp.org>
44548
44549         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44550         and lib_LTLIBRARIES like the other lib_* variables.
44551
44552 2006-08-22  Bruno Haible  <bruno@clisp.org>
44553
44554         * build-aux/x-to-1.in: New file, from GNU gettext.
44555
44556 2006-08-22  Bruno Haible  <bruno@clisp.org>
44557
44558         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44559         <utmpx.h> exists.
44560
44561 2006-08-22  Bruno Haible  <bruno@clisp.org>
44562
44563         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44564         <utmpx.h> exists.
44565
44566 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44567
44568         BeOS portability.
44569         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44570         exist.
44571         Problem reported by Bruno Haible.
44572
44573 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44574
44575         Avoid the need for AC_LIBSOURCES in m4 macros.
44576         * modules/acl (EXTRA_DIST): Add acl.h.
44577         * modules/argmatch (Files): Add m4/argmatch.m4.
44578         (configure.ac): Add gl_ARGMATCH.
44579         (EXTRA_DIST): Renamed from lib_SOURCES, for
44580         consistency with the other modules.  Remove argmatch.c.
44581         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44582         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44583         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44584         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44585         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44586         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44587         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44588         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44589         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44590         * modules/closeout (EXTRA_DIST): Add closeout.h.
44591         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44592         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44593         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44594         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44595         dirname.h; remove basename.c and stripslash.c.
44596         * modules/exclude (EXTRA_DIST): Add exclude.h.
44597         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44598         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44599         * modules/file-type (EXTRA_DIST): Add file-type.h.
44600         * modules/filemode (EXTRA_DIST): Add filemode.h.
44601         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44602         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44603         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44604         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44605         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44606         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44607         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44608         * modules/getdate (EXTRA_DIST): Add getdate.c.
44609         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44610         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44611         * modules/getpass (EXTRA_DIST): Add getpass.h.
44612         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44613         * modules/group-member (EXTRA_DIST): Add group-member.h.
44614         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44615         * modules/hash (EXTRA_DIST): Add hash.h.
44616         * modules/human (EXTRA_DIST): Add human.h.
44617         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44618         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44619         * modules/lchown (EXTRA_DIST): Add lchown.h.
44620         * modules/long-options (EXTRA_DIST): Add long-options.h.
44621         * modules/lstat (EXTRA_DIST): Add lstat.h.
44622         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44623         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44624         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44625         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44626         * modules/memxor (EXTRA_DIST): Add memxor.h.
44627         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44628         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44629         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44630         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44631         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44632         * modules/physmem (EXTRA_DIST): Add physmem.h.
44633         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44634         * modules/posixver (EXTRA_DIST): Add posixver.h.
44635         * modules/quote (EXTRA_DIST): Add quote.h.
44636         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44637         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44638         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44639         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44640         regex_internal.h regexec.c.
44641         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44642         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44643         * modules/same (EXTRA_DIST): Add same.h.
44644         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44645         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44646         * modules/savedir (EXTRA_DIST): Add savedir.h.
44647         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44648         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44649         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44650         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44651         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44652         * modules/strdup (EXTRA_DIST): Add strdup.h.
44653         * modules/strftime (EXTRA_DIST): Add strftime.h.
44654         * modules/strndup (EXTRA_DIST): Add strndup.h.
44655         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44656         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44657         * modules/time_r (EXTRA_DIST): Add time_r.h.
44658         * modules/timespec (EXTRA_DIST): Add timespec.h.
44659         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44660         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44661         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44662         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44663         * modules/userspec (EXTRA_DIST): Add userspec.h.
44664         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44665         * modules/utimens (EXTRA_DIST): Add utimens.h.
44666         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44667         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44668         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44669         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44670         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44671         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44672         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44673         * modules/yesno (EXTRA_DIST): Add yesno.h.
44674
44675 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44676
44677         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44678
44679         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44680         * m4/dev-ino.m4, same-inode.m4: Remove.
44681
44682         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44683         * m4/acl.m4 (AC_FUNC_ACL):
44684         * m4/backupfile.m4 (gl_BACKUPFILE):
44685         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44686         * m4/canon-host.m4 (gl_CANON_HOST):
44687         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44688         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44689         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44690         * m4/cloexec.m4 (gl_CLOEXEC):
44691         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44692         * m4/closeout.m4 (gl_CLOSEOUT):
44693         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44694         * m4/dirname.m4 (gl_DIRNAME):
44695         * m4/exclude.m4 (gl_EXCLUDE):
44696         * m4/exitfail.m4 (gl_EXITFAIL):
44697         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44698         * m4/file-type.m4 (gl_FILE_TYPE):
44699         * m4/filemode.m4 (gl_FILEMODE):
44700         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44701         * m4/fpending.m4 (gl_FUNC_FPENDING):
44702         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44703         * m4/fts.m4 (gl_FUNC_FTS):
44704         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44705         * m4/getdate.m4 (gl_GETDATE):
44706         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44707         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44708         * m4/getpass.m4 (gl_FUNC_GETPASS):
44709         * m4/gettime.m4 (gl_GETTIME):
44710         * m4/getugroups.m4 (gl_GETUGROUPS):
44711         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44712         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44713         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44714         * m4/hash.m4 (gl_HASH):
44715         * m4/idcache.m4 (gl_IDCACHE):
44716         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44717         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44718         * m4/long-options.m4 (gl_LONG_OPTIONS):
44719         * m4/lstat.m4 (gl_FUNC_LSTAT):
44720         * m4/md5.m4 (gl_MD5):
44721         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44722         * m4/memcoll.m4 (gl_MEMCOLL):
44723         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44724         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44725         * m4/memxor.m4 (gl_MEMXOR):
44726         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44727         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44728         * m4/modechange.m4 (gl_MODECHANGE):
44729         * m4/mountlist.m4 (gl_MOUNTLIST):
44730         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44731         * m4/openat.m4 (gl_FUNC_OPENAT):
44732         * m4/pathmax.m4 (gl_PATHMAX):
44733         * m4/physmem.m4 (gl_PHYSMEM):
44734         * m4/posixtm.m4 (gl_POSIXTM):
44735         * m4/posixver.m4 (gl_POSIXVER):
44736         * m4/quote.m4 (gl_QUOTE):
44737         * m4/quotearg.m4 (gl_QUOTEARG):
44738         * m4/readtokens.m4 (gl_READTOKENS):
44739         * m4/readutmp.m4 (gl_READUTMP):
44740         * m4/regex.m4 (gl_REGEX):
44741         * m4/safe-read.m4 (gl_SAFE_READ):
44742         * m4/safe-write.m4 (gl_SAFE_WRITE):
44743         * m4/same.m4 (gl_SAME):
44744         * m4/save-cwd.m4 (gl_SAVE_CWD):
44745         * m4/savedir.m4 (gl_SAVEDIR):
44746         * m4/settime.m4 (gl_SETTIME):
44747         * m4/sha1.m4 (gl_SHA1):
44748         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44749         * m4/stat-macros.m4 (gl_STAT_MACROS):
44750         * m4/stat-time.m4 (gl_STAT_TIME):
44751         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44752         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44753         * m4/strdup.m4 (gl_FUNC_STRDUP):
44754         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44755         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44756         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44757         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44758         * m4/time_r.m4 (gl_TIME_R):
44759         * m4/timespec.m4 (gl_TIMESPEC):
44760         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44761         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44762         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44763         * m4/userspec.m4 (gl_USERSPEC):
44764         * m4/utimecmp.m4 (gl_UTIMECMP):
44765         * m4/utimens.m4 (gl_UTIMENS):
44766         * m4/xalloc.m4 (gl_XALLOC):
44767         * m4/xgetcwd.m4 (gl_XGETCWD):
44768         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44769         * m4/xreadlink.m4 (gl_XREADLINK):
44770         * m4/xstrtod.m4 (gl_XSTRTOD):
44771         * m4/yesno.m4 (gl_YESNO):
44772         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44773         to get the necessary .h files and whatnot.
44774
44775 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44776             Bruno Haible  <bruno@clisp.org>
44777
44778         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44779         /bin/sh understanding of '!' conditional negation.
44780
44781 2006-08-21  Jim Meyering  <jim@meyering.net>
44782
44783         * modules/openat (Depends-on): Really alphabetize.
44784
44785         * modules/acl (Depends-on): Add error and quote.
44786
44787         * check-module (find_included_lib_files): Add at-func.c to the
44788         ok-to-include-more-than-once white list.
44789
44790         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44791
44792 2006-08-21  Bruno Haible  <bruno@clisp.org>
44793
44794         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44795         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44796         Reported by Martin Lambers <marlam@marlam.de>.
44797
44798 2006-08-21  Bruno Haible  <bruno@clisp.org>
44799
44800         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44801         specify an installation location, don't emit a noinst_LIBRARIES or
44802         noinst_LTLIBRARIES assignment.
44803
44804 2006-08-21  Bruno Haible  <bruno@clisp.org>
44805
44806         BeOS portability.
44807         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44808         BeOS has mbrtowc() but no <wctype.h>.
44809
44810 2006-08-21  Bruno Haible  <bruno@clisp.org>
44811
44812         BeOS portability.
44813         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44814         exist.
44815
44816 2006-08-21  Bruno Haible  <bruno@clisp.org>
44817
44818         BeOS portability.
44819         * lib/mbchar.h: Include <wctype.h> only if it exists.
44820
44821 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44822
44823         Remove files that are no longer needed by their respective modules.
44824         * m4/obstack.m4: Remove.
44825         * m4/strerror_r.m4: Remove.
44826         * m4/uint32_t.m4: Remove.
44827         * m4/uintptr_t.m4: Remove.
44828         * m4/ullong_max.m4: Remove.
44829         * m4/xstrtoimax.m4: Remove.
44830         * m4/xstrtoumax.m4: Remove.
44831
44832         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44833         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44834         dependencies now capture this.
44835
44836         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44837         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44838         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44839         * m4/human.m4 (gl_HUMAN): Likewise.
44840         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44841         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44842
44843         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44844
44845         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44846         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44847         stdint.
44848         * m4/human.m4 (gl_HUMAN): Likewise.
44849         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44850         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44851         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44852         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44853         * m4/xstrtol (gl_XSTRTOL): Likewise.
44854
44855         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44856         AC_TYPE_LONG_LONG_INT.
44857         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44858         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44859         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44860         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44861
44862         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44863         on stdbool.
44864
44865         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44866         (gl_PREREQ_XSTRTOUL): Remove.
44867
44868         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44869
44870         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44871         mode.
44872
44873 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44874
44875         Add and change modules to make it easier for coreutils to use
44876         gnulib-tool.
44877         * modules/backupfile (Files): Remove m4/d-ino.m4.
44878         (Depends-on): Add d-ino.
44879         * modules/cycle-check (Depends-on): Add stdint.
44880         (lib_SOURCES): Add cycle-check.h.
44881         * modules/d-ino: New module.
44882         * modules/d-type: New module.
44883         * modules/error (Files): Remove m4/strerror_r.m4.
44884         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44885         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44886         m4/inttypes_h.m4, m4/uintmax_t.m4.
44887         (Depends-on): Add stdint.
44888         (lib_SOURCES): Add fsusage.h.
44889         * modules/getcwd (Files): Remove d-ino.m4.
44890         (Depends-on): Add d-ino.
44891         * modules/getndelim2 (Depends-on): Add stdint.
44892         * modules/glob (Files): Remove m4/d-type.m4.
44893         (Depends-on): Add d-type.
44894         * modules/host-os: New module.
44895         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44896         m4/inttypes_h.m4, m4/uintmax_t.m4.
44897         * Depends-on: Add stdint.
44898         (lib_SOURCES): Add human.h.
44899         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44900         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44901         m4/uintmax_t.m4, m4/ulonglong.m4.
44902         (Depends-on): Add stdint.
44903         (EXTRA_DIST): Add inttostr.h.
44904         * modules/lchmod: New module.
44905         * modules/link-follow: New module.
44906         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44907         (Depends-on): Add lchmod.
44908         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44909         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44910         (Depends-on): Add stdint.
44911         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44912         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44913         (Depends-on): Add stdint.
44914         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44915         * modules/perl: New module.
44916         * modules/regex (Depends-on): Add stdint.
44917         * modules/rmdir-errno: New module.
44918         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44919         m4/intmax_t.m4.
44920         (Depends-on): Add stdint.
44921         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44922         m4/uintmax_t.m4.
44923         (Depends-on): Add stdint.
44924         * modules/unlink-busy: New module.
44925         * modules/utimecmp (Depends-on): Add stdint.
44926         * modules/uptime: New module.
44927         * modules/winsz-ioctl: New module.
44928         * modules/winsz-termios: New module.
44929         * modules/xnanosleep (Depends-on): Add nanosleep.
44930         * modules/ullong_max: Remove.
44931         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44932         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44933         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44934         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44935         (Depends-on): Add inttypes.
44936         (lib_SOURCES): Add xstrtol.h.
44937         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44938         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44939         * MODULES.html.sh: Move 'assert' into the assert section.
44940         Move 'dummy' into the linking section.
44941         Remove ullong_max.
44942         Add section for compatibility checks for POSIX:2001 functions,
44943         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44944         winsz-ioctl, and winsz-termios into it.
44945         Add lchmod.
44946         Add top-level Misc section and put host-os, perl, and uptime
44947         into it.
44948
44949 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44950
44951         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44952         now assume the stdint module.  Do not include inttypes.h.
44953         * lib/fsusage.h: Likewise.
44954         * lib/getndelim2.c: Likewise.
44955         * lib/human.h: Likewise.
44956         * lib/inttostr.h: Likewise.
44957         * lib/obstack.c: Likewise.
44958         * lib/regex_internal.h: Likewise.
44959         * lib/tempname.c: Likewise.
44960         * lib/utimecmp.c: Likewise.
44961         * lib/xstrtol.h: Likewise.
44962
44963         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44964
44965         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44966         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44967         * lib/xtime.h: Likewise.
44968
44969 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44970
44971         * modules/openat (Files): Add lib/fchmodat.c.
44972         Fixes problem reported by Jay Youngman.
44973
44974 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44975
44976         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44977         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44978
44979 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44980             Bruno Haible  <bruno@clisp.org>
44981
44982         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44983         and is a script that invokes bison. Tighten the code. Add comments.
44984
44985 2006-08-18  Jim Meyering  <jim@meyering.net>
44986
44987         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44988         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44989         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44990         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44991
44992 2006-08-18  Bruno Haible  <bruno@clisp.org>
44993
44994         * modules/bison-i18n: New file.
44995         * MODULES.html.sh (Internationalization functions): Add it.
44996
44997 2006-08-18  Bruno Haible  <bruno@clisp.org>
44998
44999         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
45000         sys/statvfs.h. When getmntinfo was found, check its declaration and
45001         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
45002
45003 2006-08-18  Bruno Haible  <bruno@clisp.org>
45004
45005         * m4/bison-i18n.m4: New file, from bison.
45006
45007 2006-08-18  Bruno Haible  <bruno@clisp.org>
45008
45009         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
45010         (ME_DUMMY): Treat "kernfs" as a dummy.
45011         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
45012
45013 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45014
45015         Update from coreutils.
45016
45017         2006-08-15  Jim Meyering  <jim@meyering.net>
45018
45019         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
45020
45021         2006-01-17  Jim Meyering  <jim@meyering.net>
45022
45023         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
45024
45025         2006-01-11  Jim Meyering  <jim@meyering.net>
45026
45027         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
45028         Check for the lchmod function.
45029
45030 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45031
45032         Update from coreutils.
45033
45034         * lib/__fpending.h: Add copyright notice.
45035         * lib/fprintftime.h: Likewise.
45036         * lib/savedir.c: Use (C) in copyright notice.
45037         * lib/savedir.h: Likewise.
45038
45039         2006-08-15  Jim Meyering  <jim@meyering.net>
45040
45041         * lib/at-func.c: New file, with the logic of all emulated at-functions.
45042         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
45043         in support of the EXPECTED_ERRNO macro.
45044         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
45045         definitions.  Instead, define the appropriate symbols and include
45046         "at-func.c".
45047         * lib/mkdirat.c (mkdirat): Likewise.
45048         * lib/fchmodat.c (fchmodat): Likewise.
45049         (ENOSYS): Remove definition.
45050         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
45051         it.  Don't include "unistd--.h" -- it wasn't ever used.
45052
45053         2006-01-17  Jim Meyering  <jim@meyering.net>
45054
45055         Rewrite fts.c not to change the current working directory,
45056         by using openat, fstatat, fdopendir, etc..
45057
45058         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
45059         (HAVE_OPENAT_SUPPORT): Define.
45060         [_LIBC] (fchdir): Don't undef or define; no longer used.
45061         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
45062         Now, this `function' always succeeds, and consumes its file descriptor
45063         parameter -- so callers must not close such FDs.  Update callers.
45064         (diropen_fd, opendirat, cwd_advance_fd): New functions.
45065         (diropen): Add parameter, SP.  Adjust all callers.
45066         Implement using diropen_fd, rather than open.
45067         (fts_open): Initialize new member, fts_cwd_fd.
45068         Remove fts_rft-setting code.
45069         (fts_close): Close fts_cwd_fd, if necessary.
45070         (__opendir2): Define in terms of opendir or opendirat,
45071         depending on whether the FST_NOCHDIR flag is set.
45072         (fts_build): Since fts_safe_changedir consumes its FD, and since
45073         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
45074         and close the dup'd file descriptor upon failure.
45075         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
45076         (fts_safe_changedir): Tweak semantics to reflect that this function
45077         now calls cwd_advance_fd and hence consumes its FD argument.
45078         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
45079         [struct FTS] (fts_rft): Remove now-unused member.
45080         [struct FTS] (fts_cycle.state): Improve comment.
45081
45082         * lib/openat.c (openat_needs_fchdir): New function.
45083         * lib/openat.h (openat_needs_fchdir): Declare it.
45084
45085 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45086
45087         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
45088         Problem and fix reported by Pádraig Brady in
45089         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
45090
45091 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45092
45093         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
45094
45095 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45096
45097         * lib/memcoll.c (memcoll): Optimize for the common case where the
45098         arguments are bytewise equal.
45099
45100 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45101
45102         * doc/regexprops-generic.texi: Add a copyright notice.
45103
45104 2006-08-15  Bruno Haible  <bruno@clisp.org>
45105
45106         * modules/tmpdir (License): Change to LGPL.
45107
45108 2006-08-15  Bruno Haible  <bruno@clisp.org>
45109
45110         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
45111         module.
45112
45113 2006-08-14  Simon Josefsson  <jas@extundo.com>
45114
45115         * config/srclist.txt: Add gnupload.
45116
45117 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45118
45119         Change copyright notice from LGPL 2 to GPL 2, since that's the
45120         standard form used in the gnulib repository.
45121         * tests/test-lock.c: Likewise.
45122         * tests/test-stdint.c: Likewise.
45123         * tests/test-tls.c: Likewise.
45124
45125         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
45126         prelude-manager.  User shorter URLs for GNU projects, without '?'.
45127         Add copyright notice.
45128
45129         * check-module: Add copyright notice.  Output a copyright
45130         notice if "--version" is specified.
45131         * modules/COPYING: New file.
45132         * tests/test-getaddrinfo.c: Add copyright notice.
45133         * tests/test-verify.c: Likewise.
45134
45135 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45136
45137         Change copyright notice from LGPL 2 to GPL 2, since that's the
45138         standard form used in the gnulib repository.
45139         * lib/lock.c: LGPL -> GPL.
45140         * lib/lock.h: Likewise.
45141         * lib/strnlen1.c: Likewise.
45142         * lib/strnlen1.h: Likewise.
45143         * lib/tls.c: Likewise.
45144         * lib/tls.h: Likewise.
45145         * lib/tmpdir.c: Likewise.
45146
45147         * lib/TODO: Remove; this belongs only in coreutils.
45148
45149 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45150
45151         Add copyright notices to long-enough files that lack them, since
45152         otherwise the files aren't clearly free.  Use the same notice that
45153         getdate.texi already uses.
45154         * doc/alloca-opt.texi: Add copyright notice.
45155         * doc/alloca.texi: Likewise.
45156         * doc/ctime.texi: Likewise.
45157         * doc/functions.texi: Likewise.
45158         * doc/gcd.texi: Likewise.
45159         * doc/gnulib-tool.texi: Likewise.
45160         * doc/inet_ntoa.texi: Likewise.
45161         * doc/visibility.texi: Likewise.
45162
45163         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
45164         * doc/quote.texi: Add copyright notice.
45165
45166         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
45167         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
45168         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
45169         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
45170         is now obsolete, and give a pointer to the Sun list.
45171         Add copyright notice.
45172
45173 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45174
45175         * config/srclistvars.sh: Add copyright notice.
45176
45177 2006-08-14  Eric Blake  <ebb9@byu.net>
45178
45179         Import the following change from libc:
45180
45181         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
45182
45183         Upstream bug 2997.
45184         * lib/misc/error.c: Add space between program name and message if file
45185         name is missing.
45186
45187 2006-08-12  Karl Berry  <karl@gnu.org>
45188
45189         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
45190         remove, these originate in gnulib now.
45191
45192 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45193
45194         * doc/Makefile (standards.info standards.html standards.dvi):
45195         Also depend on make-stds.texi.
45196
45197 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45198
45199         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
45200         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
45201
45202         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
45203         in wchar_t.  Problem reported by Eric Blake.
45204
45205         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
45206         LEN is smaller than SIZE.  Suggested by Bruno Haible.
45207         Also, help the compiler to keep LEN in a register.
45208
45209 2006-08-11  Eric Blake  <ebb9@byu.net>
45210
45211         * users.txt: Sort.  Add tar.
45212
45213 2006-08-11  Bruno Haible  <bruno@clisp.org>
45214
45215         * users.txt: New file.
45216
45217 2006-08-11  Bruno Haible  <bruno@clisp.org>
45218
45219         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
45220         before <wchar.h>. Needed for OSF/1 and BSD/OS.
45221
45222 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45223
45224         * modules/snprintf (Depends-on): Remove minmax.
45225         (Maintainer): Add self and Bruno.
45226
45227 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45228
45229         * lib/.cppi-disable: Add snprintf.h, socket_.h.
45230         * lib/snprintf.c: Include <errno.h> and <limits.h>.
45231         (EOVERFLOW): Define if the system does not.
45232         Do not include "minmax.h"; it wasn't used.
45233         (snprintf): Don't assume size_t promotes to an unsigned type.
45234         Fix bug when generated string was too long for the buffer: the
45235         buffer's contents are supposed to be the initial prefix of the
45236         output.  Don't assume vasnprintf returns EOVERFLOW if the size
45237         exceeds INT_MAX; do the check ourselves.
45238
45239         Import the following changes from libc:
45240
45241         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45242
45243         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45244         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45245         set wc to the byte which couldn't be converted.
45246         (re_string_reconstruct): Don't clear valid_raw_len before calling
45247         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45248         tip_context using re_string_context_at.
45249
45250         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45251
45252         * lib/posix/regex.h: g++ still cannot handled [restrict].
45253
45254         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45255
45256         * lib/posix/regex.h: Remove special handling for VMS.
45257
45258 2006-08-10  Jim Meyering  <jim@meyering.net>
45259
45260         * modules/same-inode: New module.
45261         * modules/dev-ino: New module.
45262         * modules/cycle-check: Depend on these modules, rather than simply
45263         including their .h files.
45264         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
45265         required via m4/cycle-check.m4.
45266         * modules/same: Depend on new same-inode module, rather than
45267         including same-inode.h.
45268         * modules/chdir-safer: New file.
45269
45270         * modules/chown (Depends-on): Add stat-macros.
45271
45272 2006-08-10  Jim Meyering  <jim@meyering.net>
45273
45274         * m4/cycle-check.m4: New file.
45275         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
45276         * m4/dev-ino.m4, m4/same-inode.m4: New files.
45277
45278 2006-08-10  Eric Blake  <ebb9@byu.net>
45279
45280         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
45281         in from original proposal.
45282
45283 2006-08-10  Eric Blake  <ebb9@byu.net>
45284         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45285
45286         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
45287         namespace.
45288
45289 2006-08-10  Bruno Haible  <bruno@clisp.org>
45290
45291         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
45292         as well.
45293
45294 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45295
45296         Sync from coreutils.
45297
45298         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
45299
45300         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
45301         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
45302
45303 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45304
45305         * modules/restrict: Remove; no longer needed now that we assume
45306         Autoconf 2.59 or later.
45307         * MODULES.html.sh: Remove 'restrict'.
45308         * modules/argp (Depends-on): Remove 'restrict'.
45309         * modules/base64 (Depends-on): Likewise.
45310         * modules/gc (Depends-on): Likewise.
45311         * modules/getaddrinfo (Depends-on): Likewise.
45312         * modules/glob (Depends-on): Likewise.
45313         * modules/inet_ntop (Depends-on): Likewise.
45314         * modules/inet_pton (Depends-on): Likewise.
45315         * modules/memxor (Depends-on): Likewise.
45316         * modules/regex (Depends-on): Likewise.
45317         * modules/strtok_r (Depends-on): Likewise.
45318         * modules/time_r (Depends-on): Likewise.
45319
45320 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45321
45322         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45323         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45324         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45325         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45326         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45327         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45328         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45329         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45330
45331         Merge from coreutils.
45332         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45333         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45334         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45335         * m4/time_r.m4 (gl_TIME_R): Likewise.
45336
45337 2006-08-09  Karl Berry  <karl@gnu.org>
45338
45339         * config/srclist.txt: no more gettext-tools, per Bruno.
45340
45341 2006-08-08  Eric Blake  <ebb9@byu.net>
45342
45343         * modules/verror: New module.
45344         * MODULES.html.sh: Document it.
45345
45346 2006-08-08  Eric Blake  <ebb9@byu.net>
45347
45348         * lib/verror.h, lib/verror.c: New files.
45349
45350 2006-08-08  Eric Blake  <ebb9@byu.net>
45351
45352         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45353         verror_at_line output complies with GNU Coding Standards even when
45354         file is NULL.
45355
45356 2006-08-07  Bruno Haible  <bruno@clisp.org>
45357
45358         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45359         versions of AIX.
45360         Reported by Ralf Wildenhues.
45361
45362 2006-08-07  Bruno Haible  <bruno@clisp.org>
45363
45364         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45365         in an AC_DEFUN. Needed so that the autoconf snippets can use
45366         AC_REQUIRE.
45367
45368 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45369
45370         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45371         Initialize pkgdata_DATA.
45372         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45373         overriding it.
45374
45375 2006-08-06  Eric Blake  <ebb9@byu.net>
45376
45377         * lib/error.h: Fold in some upstream changes from glibc.
45378         * lib/error.c: Likewise.
45379
45380 2006-08-04  Bruno Haible  <bruno@clisp.org>
45381
45382         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45383         Make the mostlyclean-local rule depend on mostlyclean-generic.
45384         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45385
45386 2006-07-31  Bruno Haible  <bruno@clisp.org>
45387
45388         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45389         <stdlib.h>, <string.h>.
45390
45391 2006-07-30  Bruno Haible  <bruno@clisp.org>
45392
45393         * modules/readlink (License): Change to LGPL.
45394
45395 2006-07-30  Bruno Haible  <bruno@clisp.org>
45396
45397         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45398         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45399         set PKGDATADIR to point to it.
45400
45401 2006-07-30  Bruno Haible  <bruno@clisp.org>
45402
45403         * modules/csharpexec (configure.ac): Comment out macro invocation.
45404         * modules/javaexec (configure.ac): Likewise.
45405         * modules/javacomp-script (configure.ac): Likewise.
45406
45407         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45408
45409 2006-07-30  Bruno Haible  <bruno@clisp.org>
45410
45411         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45412         linked-list.
45413
45414 2006-07-30  Bruno Haible  <bruno@clisp.org>
45415
45416         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45417
45418 2006-07-30  Bruno Haible  <bruno@clisp.org>
45419
45420         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45421         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45422         get removed.
45423
45424 2006-07-29  Bruno Haible  <bruno@clisp.org>
45425
45426         Make it possible for gnulib-tool to work with locally modified or
45427         augmented gnulib repositories.
45428         * gnulib-tool (func_usage): Document --local-dir option.
45429         (local_gnulib_dir): New variable.
45430         Handle --local-dir option.
45431         (func_lookup_file): New function.
45432         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45433         (func_get_description, func_get_filelist, func_get_description,
45434         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45435         func_get_automake_snippet, func_get_include_directive,
45436         func_get_license, func_get_maintainer): Use func_lookup_file.
45437         (func_import, func_create_testdir): Use func_lookup_file.
45438
45439 2006-07-29  Bruno Haible  <bruno@clisp.org>
45440
45441         * modules/setenv (Depends-on): Add unistd.
45442
45443 2006-07-29  Bruno Haible  <bruno@clisp.org>
45444
45445         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45446
45447 2006-07-29  Bruno Haible  <bruno@clisp.org>
45448
45449         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45450
45451 2006-07-29  Bruno Haible  <bruno@clisp.org>
45452
45453         * gnulib-tool (import, update): If there is no Makefile.am, look at
45454         aclocal.m4, instead of bailing out.
45455
45456 2006-07-29  Bruno Haible  <bruno@clisp.org>
45457
45458         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45459         Categorize the options by when they are useful.
45460
45461 2006-07-29  Bruno Haible  <bruno@clisp.org>
45462
45463         * gnulib-tool (func_usage): Document option --no-libtool.
45464         Handle option --no-libtool.
45465         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45466         for changed semantics of $libtool variable.
45467         (func_import): Likewise. If libtool is not used, show this through
45468         an option --no-libtool.
45469         (func_create_testdir): Update.
45470
45471 2006-07-29  Bruno Haible  <bruno@clisp.org>
45472
45473         * gnulib-tool (func_import): Extend error message about missing
45474         --doc-base.
45475
45476 2006-07-29  Bruno Haible  <bruno@clisp.org>
45477
45478         * gnulib-tool (func_import): Don't create the $docbase directory if
45479         there is no file to store there.
45480
45481 2006-07-29  Bruno Haible  <bruno@clisp.org>
45482
45483         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45484         relevant, look for configure.ac there, not in the current directory.
45485         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45486
45487 2006-07-29  Bruno Haible  <bruno@clisp.org>
45488
45489         * gnulib-tool (SORT): New variable.
45490         (func_usage): Undocument --assume-autoconf option.
45491         Remove --assume-autoconf option handling.
45492         (autoconf_minversion): Determine from the contents of configure.ac.
45493         (func_import): Remove autoconf_minversion handling.
45494         Suggested by Eric Blake.
45495
45496 2006-07-29  Bruno Haible  <bruno@clisp.org>
45497
45498         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45499
45500 2006-07-29  Bruno Haible  <bruno@clisp.org>
45501
45502         * config/srclist.txt (*setenv.[ch]): Remove rules.
45503
45504 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45505
45506         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45507
45508 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45509
45510         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45511         arpa/inet.h.
45512
45513 2006-07-28  Simon Josefsson  <jas@extundo.com>
45514
45515         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45516         * modules/inet_pton (Depends-on): Likewise.
45517
45518 2006-07-28  Simon Josefsson  <jas@extundo.com>
45519
45520         * m4/netinet_in_h.m4: New file.
45521
45522 2006-07-28  Simon Josefsson  <jas@extundo.com>
45523
45524         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45525         #include's.
45526
45527 2006-07-28  Simon Josefsson  <jas@extundo.com>
45528
45529         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45530         #include's.
45531
45532 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45533
45534         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45535         setgid on directories only if they set these bits.
45536         * lib/modechange.h: Remove obsolete comment about masks.
45537
45538 2006-07-28  Eric Blake  <ebb9@byu.net>
45539
45540         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45541         macro expansion.
45542
45543 2006-07-28  Bruno Haible  <bruno@clisp.org>
45544
45545         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45546
45547 2006-07-28  Bruno Haible  <bruno@clisp.org>
45548
45549         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45550
45551 2006-07-28  Bruno Haible  <bruno@clisp.org>
45552
45553         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45554         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45555         Define fallbacks.
45556         Avoids link error on FreeBSD 4.x.
45557         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45558
45559         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45560         encoding.
45561         * lib/mbswidth.c (iswcntrl): Likewise.
45562
45563 2006-07-27  Bruno Haible  <bruno@clisp.org>
45564
45565         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45566         test.
45567
45568 2006-07-27  Bruno Haible  <bruno@clisp.org>
45569
45570         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45571         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45572         defined.
45573
45574 2006-07-26  Eric Blake  <ebb9@byu.net>
45575
45576         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45577
45578 2006-07-26  Eric Blake  <ebb9@byu.net>
45579
45580         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45581         like mingw that lack mkstemp.
45582         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45583         avoid compilation warning on mingw.
45584
45585 2006-07-26  Bruno Haible  <bruno@clisp.org>
45586
45587         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45588         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45589         INT_FAST*_MIN, INTPTR_MIN.
45590
45591 2006-07-25  Bruno Haible  <bruno@clisp.org>
45592
45593         * modules/version-etc (Depends-on): Add stdarg.
45594
45595 2006-07-25  Bruno Haible  <bruno@clisp.org>
45596
45597         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45598         complex commands.
45599
45600 2006-07-25  Bruno Haible  <bruno@clisp.org>
45601
45602         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45603         defined in <stdarg.h> or config.h.
45604
45605 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45606
45607         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45608         (gl_STDIO_SAFER): Remove.
45609
45610 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45611
45612         * MODULES.html.sh (File stream based Input/Output):
45613         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45614         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45615         * modules/fopen-safer, modules/tmpfile-safer: New files.
45616         * modules/stdio-safer: Remove.
45617
45618 2006-07-24  Bruno Haible  <bruno@clisp.org>
45619
45620         * modules/tmpdir: New file.
45621         * MODULES.html.sh (File system functions): Add it.
45622
45623 2006-07-24  Bruno Haible  <bruno@clisp.org>
45624
45625         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45626         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45627
45628 2006-07-24  Bruno Haible  <bruno@clisp.org>
45629
45630         * modules/clean-temp: New file.
45631
45632 2006-07-24  Bruno Haible  <bruno@clisp.org>
45633
45634         * m4/tmpdir.m4: New file, from GNU gettext.
45635
45636 2006-07-24  Bruno Haible  <bruno@clisp.org>
45637
45638         * lib/tmpdir.h: New file, from GNU gettext.
45639         * lib/tmpdir.c: New file, from GNU gettext.
45640
45641 2006-07-24  Bruno Haible  <bruno@clisp.org>
45642
45643         * lib/clean-temp.h: New file, from GNU gettext.
45644         * lib/clean-temp.c: New file, from GNU gettext.
45645
45646 2006-07-23  Eric Blake  <ebb9@byu.net>
45647
45648         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45649         (Depends-on): Add binary-io.
45650
45651 2006-07-23  Eric Blake  <ebb9@byu.net>
45652
45653         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45654
45655 2006-07-23  Eric Blake  <ebb9@byu.net>
45656
45657         * lib/tmpfile-safer.c: New file.
45658         * lib/stdio-safer.h (fopen_safer): Add prototype.
45659         * lib/stdio--.h (tmpfile): Make safer.
45660
45661 2006-07-23  Bruno Haible  <bruno@clisp.org>
45662
45663         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45664         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45665         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45666         gl_linked_remove_at): Use it.
45667
45668 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45669         and Simon Josefsson <jas@extundo.com>
45670
45671         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45672
45673         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45674
45675 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45676
45677         * modules/close-stream: New file.
45678         * modules/closeout (Description): Make it clear that it exits
45679         with a diagnostic on error.
45680         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45681         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45682
45683 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45684
45685         * m4/close-stream.m4: New file.
45686
45687 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45688
45689         * lib/close-stream.c, lib/close-stream.h: New files.
45690
45691 2006-07-22  Bruno Haible  <bruno@clisp.org>
45692
45693         Merge from GNU gettext 0.15.
45694
45695         2006-05-01  Bruno Haible  <bruno@clisp.org>
45696
45697                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45698
45699         2006-07-22  Bruno Haible  <bruno@clisp.org>
45700
45701                 * modules/javaversion: New file.
45702                 * MODULES.html.sh (Java): Add javaversion.
45703
45704         2006-03-12  Bruno Haible  <bruno@clisp.org>
45705
45706                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45707
45708         2005-12-04  Bruno Haible  <bruno@clisp.org>
45709
45710                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45711                 (untested).
45712
45713         2006-06-21  Bruno Haible  <bruno@clisp.org>
45714
45715                 Avoid warnings from recent versions of mcs.
45716                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45717                 -o, -L, -r any more. Use options documented since mcs-1.0
45718                 instead. Similarly for -g.
45719
45720         2005-12-04  Bruno Haible  <bruno@clisp.org>
45721
45722                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45723                 .resources, not .resource.
45724
45725         2005-07-09  Bruno Haible  <bruno@clisp.org>
45726
45727                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45728                 add a .dll suffix.
45729                 Reported by Mark Junker <mjscod@gmx.de>.
45730
45731         2006-07-22  Bruno Haible  <bruno@clisp.org>
45732
45733                 * modules/gettext: Upgrade to gettext-0.15.
45734                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45735                 m4/visibility.m4.
45736                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45737
45738 2006-07-22  Bruno Haible  <bruno@clisp.org>
45739
45740         Merge from GNU gettext 0.15.
45741
45742         2006-03-25  Bruno Haible  <bruno@clisp.org>
45743
45744                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45745
45746         2006-07-21  Bruno Haible  <bruno@clisp.org>
45747
45748                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45749                 "1.1".
45750
45751         2006-05-09  Bruno Haible  <bruno@clisp.org>
45752
45753                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45754                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45755                 for the conftestver execution.
45756
45757         2006-05-01  Bruno Haible  <bruno@clisp.org>
45758
45759                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45760                 optional target-version argument. Verify that the compiler
45761                 groks source of the specified source-version, or add -source
45762                 option as necessary. Verify that the compiler produces
45763                 bytecode in the specified target-version, or add -target and
45764                 -source options as necessary. Make the result of the test
45765                 available as variable CONF_JAVAC. Also log error output in
45766                 config.log.
45767
45768         2006-03-11  Bruno Haible  <bruno@clisp.org>
45769
45770                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45771
45772         2006-05-09  Bruno Haible  <bruno@clisp.org>
45773
45774                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45775                 CLASSPATH_SEPARATOR to a semicolon.
45776
45777         2006-03-12  Bruno Haible  <bruno@clisp.org>
45778
45779                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45780                 available as variable CONF_JAVA, for subsequent autoconf
45781                 tests. Also log error output in config.log.
45782
45783         2006-07-19  Bruno Haible  <bruno@clisp.org>
45784
45785                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45786                 that getline works on glibc2 systems. Needed to avoid trouble
45787                 in relocatable.c.
45788                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45789
45790         2005-12-04  Bruno Haible  <bruno@clisp.org>
45791
45792                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45793                 launcher (untested).
45794
45795         2005-12-04  Bruno Haible  <bruno@clisp.org>
45796
45797                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45798
45799         2006-07-22  Bruno Haible  <bruno@clisp.org>
45800
45801                 * gettext.m4: Update from GNU gettext-0.15.
45802                 * nls.m4: Likewise.
45803                 * po.m4: Likewise.
45804                 * inttypes-pri.m4: Likewise.
45805                 * inttypes-h.m4: Renamed from inttypes.m4.
45806                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45807
45808 2006-07-22  Bruno Haible  <bruno@clisp.org>
45809
45810         Merge from GNU gettext 0.15.
45811
45812         2005-07-05  Bruno Haible  <bruno@clisp.org>
45813
45814                 * printf-args.c (printf_fetchargs): Work around broken
45815                 definition of wint_t on mingw.
45816
45817         2005-02-12  Bruno Haible  <bruno@clisp.org>
45818
45819                 * xallocsa.h: Add extern "C" for C++.
45820
45821         2006-05-17  Bruno Haible  <bruno@clisp.org>
45822
45823                 Cygwin portability.
45824                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45825
45826         2006-04-30  Bruno Haible  <bruno@clisp.org>
45827
45828                 * progreloc.c: Include <mach-o/dyld.h> if available.
45829                 (find_executable): Use _NSGetExecutablePath when possible.
45830
45831         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45832
45833                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45834                 function.
45835
45836         2005-12-29  Bruno Haible  <bruno@clisp.org>
45837
45838                 * progreloc.c (set_program_name_and_installdir): Fix
45839                 compilation error.
45840
45841         2005-12-04  Bruno Haible  <bruno@clisp.org>
45842
45843                 Cygwin portability.
45844                 * progreloc.c: Include <windows.h> also on Cygwin.
45845                 (find_executable): Add support for Cygwin.
45846                 (set_program_name_and_installdir): Handle also platforms with
45847                 nonempty EXEEXT.
45848
45849         2006-07-11  Bruno Haible  <bruno@clisp.org>
45850
45851                 * javacomp.c: Fix a comment.
45852                 Reported by Jim Meyering.
45853
45854         2006-04-30  Bruno Haible  <bruno@clisp.org>
45855
45856                 * javacomp.h (compile_java_class): Add source_version,
45857                 target_version arguments.
45858                 * javacomp.c: Rewritten to choose only a compiler that
45859                 respects the specified source_version and target_version.
45860
45861         2006-06-27  Bruno Haible  <bruno@clisp.org>
45862
45863                 Assume correct S_ISDIR macro.
45864                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45865
45866         2006-07-22  Bruno Haible  <bruno@clisp.org>
45867
45868                 * javaversion.h: New file, from GNU gettext.
45869                 * javaversion.c: New file, from GNU gettext.
45870                 * javaversion.java: New file, from GNU gettext.
45871                 * javaversion.class: New file, from GNU gettext.
45872
45873         2006-05-17  Bruno Haible  <bruno@clisp.org>
45874
45875                 Cygwin portability.
45876                 * javaexec.c (execute_java_class): Test for jview program
45877                 also on Cygwin.
45878
45879         2006-04-09  Bruno Haible  <bruno@clisp.org>
45880
45881                 * fatal-signal.c: Don't include string.h.
45882                 (at_fatal_signal): Use a copying loop instead of memcpy.
45883
45884         2005-12-04  Bruno Haible  <bruno@clisp.org>
45885
45886                 * csharpexec.c: Add support for 'clix' launcher (untested).
45887                 (execute_csharp_using_sscli): New function.
45888                 (execute_csharp_program): Call it.
45889
45890         2006-06-21  Bruno Haible  <bruno@clisp.org>
45891
45892                 Avoid warnings from recent versions of mcs.
45893                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45894                 -o, -L, -r any more. Use options documented since mcs-1.0
45895                 instead. Similarly for -g.
45896
45897         2005-07-09  Bruno Haible  <bruno@clisp.org>
45898
45899                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45900                 add a .dll suffix.
45901                 Reported by Mark Junker <mjscod@gmx.de>.
45902
45903         2006-06-17  Bruno Haible  <bruno@clisp.org>
45904
45905                 * config.charset: Update for NetBSD 3.0.
45906
45907         2006-05-17  Bruno Haible  <bruno@clisp.org>
45908
45909                 Cygwin portability.
45910                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45911
45912         2006-05-16  Bruno Haible  <bruno@clisp.org>
45913
45914                 * localcharset.c [CYGWIN]: Include <windows.h>.
45915                 (get_charset_aliases): For Cygwin, return the same CPxxx
45916                 aliases list as under WIN32.
45917                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45918                 the environment variables. Fall back to GetACP().
45919
45920         2006-04-05  Bruno Haible  <bruno@clisp.org>
45921
45922                 * config.charset: Update Juan Manuel Guerrero's address.
45923
45924         2005-02-12  Bruno Haible  <bruno@clisp.org>
45925
45926                 * allocsa.h: Add extern "C" for C++.
45927
45928         2005-02-10  Bruno Haible  <bruno@clisp.org>
45929
45930                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45931                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45932
45933         2006-07-22  Bruno Haible  <bruno@clisp.org>
45934
45935                 * gettext.h: Update to GNU gettext-0.15.
45936
45937 2006-07-22  Bruno Haible  <bruno@clisp.org>
45938
45939         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45940         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45941         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45942
45943 2006-07-21  Eric Blake  <ebb9@byu.net>
45944
45945         * modules/stdlib-safer: New file.
45946         * MODULES.html.sh (File stream based Input/Output): Add
45947         stdlib-safer.
45948
45949 2006-07-21  Eric Blake  <ebb9@byu.net>
45950
45951         * lib/stdlib-safer.h: New file from coreutils, required by
45952         stdlib--.h.
45953
45954 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45955
45956         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45957
45958 2006-07-20  Bruno Haible  <bruno@clisp.org>
45959
45960         * gnulib-tool: Recognize new option --assume-autoconf.
45961         (autoconf_minversion): New variable.
45962         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45963
45964 2006-07-20  Bruno Haible  <bruno@clisp.org>
45965
45966         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45967
45968 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45969
45970         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45971         Reindent and repaginate.
45972
45973 2006-07-19  Derek Price  <derek@ximbiot.com>
45974
45975         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45976         Correct grammar.
45977
45978 2006-07-17  Bruno Haible  <bruno@clisp.org>
45979
45980         * modules/list: New file.
45981         * modules/array-list: New file.
45982         * modules/carray-list, modules/carray-list-tests: New files.
45983         * modules/linked-list, modules/linked-list-tests: New files.
45984         * modules/avltree-list, modules/avltree-list-tests: New files.
45985         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45986         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45987         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45988         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45989         * modules/oset: New file.
45990         * modules/array-oset: New file.
45991         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45992         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45993         * tests/test-carray_list.c: New file.
45994         * tests/test-linked_list.c: New file.
45995         * tests/test-avltree_list.c: New file.
45996         * tests/test-rbtree_list.c: New file.
45997         * tests/test-linkedhash_list.c: New file.
45998         * tests/test-avltreehash_list.c: New file.
45999         * tests/test-rbtreehash_list.c: New file.
46000         * tests/test-avltree_oset.c: New file.
46001         * tests/test-rbtree_oset.c: New file.
46002         * MODULES.html.sh (Container data structures): New section.
46003
46004 2006-07-17  Bruno Haible  <bruno@clisp.org>
46005
46006         * m4/gl_list.m4: New file.
46007
46008 2006-07-17  Bruno Haible  <bruno@clisp.org>
46009
46010         * lib/gl_list.h: New file.
46011         * lib/gl_list.c: New file.
46012         * lib/gl_array_list.h: New file.
46013         * lib/gl_array_list.c: New file.
46014         * lib/gl_carray_list.h: New file.
46015         * lib/gl_carray_list.c: New file.
46016         * lib/gl_linked_list.h: New file.
46017         * lib/gl_linked_list.c: New file.
46018         * lib/gl_anylinked_list1.h: New file.
46019         * lib/gl_anylinked_list2.h: New file.
46020         * lib/gl_avltree_list.h: New file.
46021         * lib/gl_avltree_list.c: New file.
46022         * lib/gl_anyavltree_list1.h: New file.
46023         * lib/gl_anyavltree_list2.h: New file.
46024         * lib/gl_rbtree_list.h: New file.
46025         * lib/gl_rbtree_list.c: New file.
46026         * lib/gl_anyrbtree_list1.h: New file.
46027         * lib/gl_anyrbtree_list2.h: New file.
46028         * lib/gl_anytree_list1.h: New file.
46029         * lib/gl_anytree_list2.h: New file.
46030         * lib/gl_linkedhash_list.h: New file.
46031         * lib/gl_linkedhash_list.c: New file.
46032         * lib/gl_anyhash_list1.h: New file.
46033         * lib/gl_anyhash_list2.h: New file.
46034         * lib/gl_avltreehash_list.h: New file.
46035         * lib/gl_avltreehash_list.c: New file.
46036         * lib/gl_rbtreehash_list.h: New file.
46037         * lib/gl_rbtreehash_list.c: New file.
46038         * lib/gl_anytreehash_list1.h: New file.
46039         * lib/gl_anytreehash_list2.h: New file.
46040
46041         * lib/gl_oset.h: New file.
46042         * lib/gl_oset.c: New file.
46043         * lib/gl_array_oset.h: New file.
46044         * lib/gl_array_oset.c: New file.
46045         * lib/gl_avltree_oset.h: New file.
46046         * lib/gl_avltree_oset.c: New file.
46047         * lib/gl_rbtree_oset.h: New file.
46048         * lib/gl_rbtree_oset.c: New file.
46049         * lib/gl_anytree_oset.h: New file.
46050
46051 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46052
46053         * m4/mkancesdirs.m4: New file.
46054         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
46055         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
46056         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
46057         it.
46058
46059 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46060
46061         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
46062         * lib/mkancesdirs.h: New files.
46063         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
46064         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
46065         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
46066         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
46067         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
46068         callers changed.  Revamp internals significantly, by not
46069         attempting to create directories that are temporarily more
46070         permissive than the final results.  Do not attempt to use
46071         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
46072         This removes some race conditions, fixes some bugs, and simplifies
46073         things.  Use new dirchownmod function to do owner and mode changes.
46074         * lib/mkdir-p.h: Likewise.
46075         * lib/modechange.c (octal_to_mode): New function.
46076         (struct mode_change): New member mentioned.
46077         (make_node_op_equals): New arg mentioned.  All callers changed.
46078         (mode_compile): Keep track of which mode bits the user has explicitly
46079         mentioned.
46080         (mode_adjust): New arg DIR, so that we implement the X op correctly.
46081         New arg PMODE_BITS, to keep track of which mode bits the user
46082         mentioned; it treats S_ISUID and S_ISGID speciall.
46083         All callers changed.
46084         * lib/modechange.h: Likewise.
46085
46086 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46087
46088         * MODULES.html.sh: Add mkancestors.
46089         * modules/mkancesdirs: New module.
46090         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
46091         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
46092         The chdir-safer and afs files are now orphans; I'll remove them
46093         unless someone speaks up.
46094         Add lib/dirchownmod.c, lib/dirchownmod.h.
46095         (Depends-on): Remove alloca, chown, save-cwd, dirname.
46096         Add lchown, mkancesdirs.
46097         (Maintainer): Add self.
46098
46099 2006-07-15  Karl Berry  <karl@gnu.org>
46100
46101         * gnulib-tool: help message wording/arrangement.
46102
46103 2006-07-14  Simon Josefsson  <jas@extundo.com>
46104
46105         * doc/gnulib.texi (Libtool and Windows): New section.
46106
46107 2006-07-12  Simon Josefsson  <jas@extundo.com>
46108
46109         * modules/gendocs (License): Fix license, approved by Karl.
46110
46111 2006-07-12  Eric Blake  <ebb9@byu.net>
46112
46113         * MODULES.html.sh: Add gendocs.
46114
46115 2006-07-11  Eric Blake  <ebb9@byu.net>
46116
46117         * modules/fdl: New module, to install doc/fdl.texi.
46118         * MODULES.html.sh: Add new section for documentation modules.
46119         * gnulib-tool: Avoid space-tab.
46120         (--doc-base): New option, to manage files from doc.
46121
46122 2006-07-11  Eric Blake  <ebb9@byu.net>
46123
46124         * m4/absolute-header.m4: Fix comments to match recent change.
46125
46126 2006-07-11  Eric Blake  <ebb9@byu.net>
46127
46128         * gnulib-tool: List --doc-base before --tests-base.
46129
46130 2006-07-11  Derek R. Price  <derek@ximbiot.com>
46131
46132         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
46133
46134 2006-07-11  Bruno Haible  <bruno@clisp.org>
46135
46136         * README: Mention where to put documentation.
46137
46138 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46139
46140         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
46141
46142 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46143
46144         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
46145         to stdint.m4.
46146
46147 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46148
46149         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
46150         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
46151         "no/such/file/stdint.h" when there is no such file, so that
46152         the resulting C code can be parsed by dodgy compilers.
46153         Problems reported by Bob Proulx.
46154
46155 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46156
46157         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
46158         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46159         macros into the GNU _D_EXACT_NAMLEN.
46160         * lib/savedir.c:  Likewise.
46161         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
46162
46163 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46164         and Paul Eggert  <eggert@cs.ucla.edu>
46165
46166         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
46167         * m4/savedir.m4:
46168         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46169         macros into the GNU _D_EXACT_NAMLEN.
46170
46171 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46172
46173         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
46174         around the absolute name, to work around a problem with the HP-UX
46175         11.23 native C compiler, reported by Bob Proulx.
46176
46177 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46178
46179         * doc/maintain.texi, make-stds.texi: Sync from
46180         <http://savannah.gnu.org/projects/gnustandards>.
46181
46182 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46183
46184         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
46185
46186 2006-07-09  Jim Meyering  <jim@meyering.net>
46187
46188         * m4/glob.m4: Remove a doubled word in a comment.
46189
46190 2006-07-09  Jim Meyering  <jim@meyering.net>
46191
46192         * lib/argp-pv.c: Remove a doubled word in a comment.
46193         * lib/check-version.c (check_version): Likewise.
46194         * lib/javacomp.c (compile_java_class): Likewise.
46195
46196 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46197
46198         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
46199         for the benefit of people using Autoconf 2.60.  If you want to
46200         support older Autoconf versions you can copy m4/onceonly_2_57.m4
46201         (or m4/onceonly.m4, if pre-2.57) manually.
46202
46203 2006-07-08  Jim Meyering  <jim@meyering.net>
46204
46205         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
46206         comment.
46207         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
46208         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
46209         comment.
46210
46211 2006-07-08  Jim Meyering  <jim@meyering.net>
46212
46213         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
46214
46215 2006-07-07  Simon Josefsson  <jas@extundo.com>
46216
46217         * tests/test-crc.c: Change expected crc value, the test vector
46218         were probably computed using the old broken crc.c?
46219
46220 2006-07-06  Simon Josefsson  <jas@extundo.com>
46221
46222         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
46223         now the canonical place for the M4 file).
46224
46225         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
46226         from the sys_socket dependency now.
46227
46228         * modules/inet_pton (Files): Ditto.
46229
46230         * modules/inet_ntop (Files): Ditto.
46231
46232 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46233
46234         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
46235         not gl_PREREQ_GETUSERSHELL.
46236
46237 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46238
46239         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46240         with only one argument, for Autoconf 2.60.
46241         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46242         expand to nothing, so add a shell command to avoid syntax error.
46243         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46244
46245 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46246
46247         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46248
46249 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46250
46251         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46252         no longer needed.  Check for isblank decl.
46253         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46254         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46255         of existence.
46256
46257 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46258
46259         * lib/getloadavg.c: Use __VMS, not VMS.
46260         * lib/getopt.c: Likewise.
46261         * lib/getpagesize.h: Likewise.
46262         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
46263         and probably does not work.
46264
46265 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46266
46267         * lib/.cppi-disable: Add wcwidth.
46268         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
46269         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
46270         (ISGRAPH): Remove.  All uses changed to isgraph.
46271         (FOLD) [!defined _LIBC]: Remove special case.
46272         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
46273         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
46274         HAVE_ISBLANK.
46275         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
46276         case.
46277
46278 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46279
46280         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
46281         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
46282         brackets.  Other minor changes to suppress some compiler
46283         warnings.
46284
46285 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46286         and Paul Eggert  <eggert@cs.ucla.edu>
46287
46288         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
46289         of invoking obsolescent AC_HEADER_DIRENT macro.
46290         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
46291         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
46292         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
46293         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
46294         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
46295         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46296         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
46297         * m4/readdir.m4: Remove; no longer needed.
46298
46299 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46300         and Paul Eggert  <eggert@cs.ucla.edu>
46301
46302         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
46303         Don't worry about this obsolete case any more.
46304         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
46305         directories.
46306         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46307         worry about this obsolete case any more.
46308         * lib/fts.c: Likewise.
46309         * lib/getcwd.c: Likewise.
46310         * lib/glob.h: Likewise.
46311         * lib/savedir.c: Likewise.
46312
46313 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46314
46315         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46316         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46317         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46318         needed.
46319         All uses removed.
46320         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46321         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46322         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46323         needed.
46324         * m4/getdate.m4 (gl_GETDATE): Likewise.
46325         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46326         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46327         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46328         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46329         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46330         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46331         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46332         needed.
46333
46334 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46335
46336         * lib/memcasecmp.c: Include <limits.h>.
46337         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46338         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46339         Don't assume isdigit succeeds only on '0' through '9'.
46340
46341 2006-07-05  Eric Blake  <ebb9@byu.net>
46342
46343         * modules/getaddrinfo (Depends-on): Add snprintf.
46344
46345 2006-07-05  Eric Blake  <ebb9@byu.net>
46346
46347         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46348         to avoid 'header present but could not be compiled' on cygwin.
46349
46350 2006-07-05  Eric Blake  <ebb9@byu.net>
46351
46352         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46353         missing from netdb.h.
46354         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46355
46356 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46357
46358         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46359         no longer needed.
46360         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46361         * m4/getdate.m4 (gl_GETDATE): Likewise.
46362         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46363         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46364         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46365         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46366         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46367
46368 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46369
46370         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46371         All uses of is_space replaced by isspace.
46372         * lib/exit.h: Don't talk about STDC_HEADERS.
46373         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46374         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46375         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46376         replaced by isprint etc.
46377         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46378         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46379         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46380         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46381         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46382         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46383
46384 2006-07-05  Bruno Haible  <bruno@clisp.org>
46385
46386         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46387         the function exists, before testing against AIX.
46388         Reported by Martin Lambers <marlam@marlam.de>.
46389
46390 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46391
46392         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46393         From Mark D. Baushke.
46394
46395 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46396
46397         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46398         to the absolute name, not just one, to bypass Sun C 5.8's
46399         "warning: #include of /usr/include/... may be non-portable".
46400
46401 2006-07-04  Eric Blake  <ebb9@byu.net>
46402
46403         * modules/dirname-tests: New test module.
46404         * tests/test-dirname.c: New file, replacing dirname.c
46405         TEST_DIRNAME section that was recently deleted.
46406
46407 2006-07-04  Bruno Haible  <bruno@clisp.org>
46408
46409         Assume ANSI C header files and <ctype.h> functions.
46410         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46411         (mbsnwidth): Use isprint, iscntrl instead.
46412
46413 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46414
46415         Merge from coreutils.
46416         * MODULES.html.sh: Add xstrtold.
46417         * modules/xstrtold: New file.
46418         * modules/cycle-check (Files): Add lib/same-inode.h.
46419         * modules/dirname (Files): Add m4/double-slash-root.m4.
46420         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46421         * modules/mkdir-p (Files): Add lib/same-inode.h.
46422         * modules/same (Files): Add lib/same-inode.h.
46423
46424 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46425
46426         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46427         This is to keep the terminology clean; POSIX talks about
46428         "absolute pathnames", not "full pathnames", but the GNU
46429         Coding Standards say to use "path" for something else;
46430         so use "absolute" to keep both sides happy.
46431         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46432         Set gl_absolute_header, not gl_full_header_path.
46433         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46434         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46435         All uses changed.
46436
46437         Merge from coreutils.
46438
46439         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46440
46441         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46442         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46443         want to require the building of c-strtod.o.
46444         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46445         needs -lm directly.
46446         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46447
46448         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46449
46450         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46451         --as-needed option if available.  Problem reported by Albert Chin in
46452         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46453         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46454         cc merely issues a bunch of annoying warnings for --as-needed
46455         (this problem was reported by Bob Proulx).  Also, try linking with
46456         -lm to detect a bug in binutils 2.16 (this problem was reported
46457         by Ralf Wildenhues).
46458
46459         2006-06-18  Jim Meyering  <jim@meyering.net>
46460
46461         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46462         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46463         macro.
46464         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46465         also check for glibc-2.4's abort-inducing bug.
46466
46467         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46468         Low-probability clean-up should be to use rmdir to get rid of
46469         the just-created directory, not unlink.
46470
46471         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46472         configure fail, and request a bug report to inform us about it.
46473         Add a comment that, barring reports to the contrary, in 2007 we'll
46474         assume ftruncate is universally available.
46475
46476         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46477
46478         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46479
46480         2006-03-12  Jim Meyering  <jim@meyering.net>
46481
46482         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46483         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46484         * m4/same.m4 (gl_SAME): Likewise.
46485         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46486
46487         2006-03-11  Eric Blake  <ebb9@byu.net>
46488
46489         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46490         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46491         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46492         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46493
46494 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46495
46496         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46497         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46498         reported by Mark D. Baushke, one in
46499         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46500
46501         Merge from coreutils.
46502
46503         * lib/.cppi-disable: Add stdint_.h.
46504         * lib/.cvsignore: Add stdint.h.
46505
46506         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46507
46508         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46509         both double and long double versions.
46510         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46511         * lib/xstrtold.c: New file.
46512         * lib/xstrtod.h (xstrtold): New decl.
46513
46514         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46515
46516         * lib/filemode.c (setst): Remove.
46517         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46518         (arguably) clearer, and the generated code is a bit smaller on my
46519         Debian GNU/Linux stable x86 host.
46520
46521         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46522
46523         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46524         Assume that filemode.h includes sys/types.h and sys/stat.h.
46525         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46526         (ftypelet): Reorder to put common cases first, for efficiency.
46527         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46528         to do 'M'.
46529         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46530         of 10, for compatibility with FreeBSD.  All callers changed.
46531         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46532         types that can't be deduced solely from st_mode.  First arg is now a
46533         const pointer.
46534         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46535         (strmode): Renamed from mode_string.
46536         (filemodestring): New decl.
46537         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46538         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46539         needed.
46540         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46541
46542         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46543
46544         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46545         fsusage.h now does that.  Include fsusage.h first, to test interface.
46546         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46547         at most one method (the old code could have generated decls that
46548         didn't conform to C89, not that this was ever exercised).
46549         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46550
46551         2006-03-19  Jim Meyering  <jim@meyering.net>
46552
46553         Work even in a chroot where d_ino values for entries in "/"
46554         don't match the stat.st_ino values for the same names.
46555         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46556         number, iterate through all entries again, using lstat instead.
46557         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46558         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46559
46560         * lib/getcwd.c (__getcwd): Clarify a comment.
46561         Use memcpy in place of a call to strcpy.
46562
46563         2006-03-12  Jim Meyering  <jim@meyering.net>
46564
46565         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46566         matches that of the current directory (which we're about to chdir ".."
46567         out of), then save the dev-ino of the parent, instead.
46568
46569         * lib/same-inode.h (SAME_INODE): New file/macro.
46570         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46571         Include "same-inode.h", instead.
46572         * lib/same.c: Likewise.
46573         * lib/cycle-check.h: Include "same-inode.h".
46574         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46575         * lib/cycle-check.c (SAME_INODE): Remove definition.
46576         * lib/root-dev-ino.h: Include "same-inode.h".
46577
46578         2006-03-11  Eric Blake  <ebb9@byu.net>
46579
46580         * lib/same.c (same_name): s/base_name/last_component/
46581         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46582         * lib/filenamecat.c (file_name_concat): Likewise.
46583
46584         2006-03-11  Eric Blake  <ebb9@byu.net>,
46585                     Paul Eggert  <eggert@cs.ucla.edu>
46586
46587         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46588         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46589         drive prefix.
46590         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46591         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46592         (last_component): New method.
46593         * lib/dirname.c (dir_len): Determine when drive letters need a
46594         subsequent slash.  Preserve // when it is special.
46595         (dir_name): Don't append dot when drive letter is absolute.
46596         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46597         * lib/basename.c (base_name): New semantics - malloc the result.
46598         Preserve // when it is special.  Preserve relative files that look
46599         like drive letters.
46600         (base_len): Preserve // when it is special.
46601         (last_component): New method, similar to old base_name semantics.
46602         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46603         base_name.  Strip redundant slashes from ///.
46604
46605 2006-07-03  Jim Meyering  <jim@meyering.net>
46606
46607         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46608         macro is used before the first cycle_check call.
46609
46610 2006-07-03  Eric Blake  <ebb9@byu.net>
46611
46612         * modules/dirname (Depends-on): Add xstrndup.
46613
46614 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46615
46616         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46617         test cases, so that config.log is a bit easier to follow.
46618
46619 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46620
46621         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46622         both are 64 bits, since this seems to be the tradition, and this
46623         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46624         we ever run into a host that prefers long long to long in this
46625         case, we'll need another configure-time test.  Problem reported by
46626         Jim Meyering.
46627
46628 2006-07-02  Eric Blake  <ebb9@byu.net>
46629
46630         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46631
46632 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46633
46634         * modules/inttypes (Depends-on): No longer depends on stdint.
46635         * modules/stdint (Description): Say more about assumptions.
46636         Say that the fast types might differ.  Say macros are used.
46637         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46638         (Makefile.am): Revise list of substituted symbols to match
46639         new stdint.m4.
46640         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46641         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46642         * tests/test-stdint.c (verify_same_types)
46643         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46644         the code conforms to C99/C89.
46645         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46646         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46647
46648 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46649
46650         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46651         but fix a bug, by requiring at least 64 bits.
46652         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46653         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46654         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46655         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46656
46657         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46658         changes.  Make 2.59 a prerequisite.  Check and substitute for
46659         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46660         inttypes.h.  Do not use special include files; just use the
46661         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46662         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46663         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46664         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46665         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46666         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46667         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46668         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46669         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46670         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46671         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46672         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46673         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46674         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46675         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46676         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46677         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46678         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46679         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46680         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46681         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46682         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46683         not check for things that C99 does not require, e.g., int8_t.  If
46684         a test isn't needed unless <stdint.h> isn't working, and is
46685         unlikely to be needed for any other reason, then don't do it
46686         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46687         size_t, since we assume C89 freestanding at least.  Do not check
46688         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46689         the right thing even if the types are not defined.  Instead use:
46690         (gl_STDINT_TYPE_PROPERTIES): New macro.
46691         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46692         testing whether <sys/types.h> clashes, as Autoconf does this for
46693         us now.  All uses removed.
46694         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46695         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46696         (gl_CHECK_TYPE_SAME):
46697         Remove; no longer needed.
46698         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46699         exists, since we'll return 0 anyway in that case.
46700         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46701
46702 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46703
46704         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46705         possible collision with system files.
46706         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46707         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46708         WCHAR_MIN and WCHAR_MAX in this case.
46709         (<stddef.h>): Do not include; no longer needed.
46710         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46711         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46712         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46713         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46714         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46715         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46716         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46717         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46718         !defined(__c99))]: Include in this case too, since it's harmless
46719         now.
46720         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46721         dangerous to do so.
46722         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46723         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46724         (_STDINT_MIN, _STDINT_MAX): New macros.
46725         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46726         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46727         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46728         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46729         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46730         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46731         macros, not typedefs; this simplifies things quite a bit.
46732         Use long int for all types narrower than int64_t.
46733         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46734         Define in terms of long long int or int64_t or long int,
46735         not int64_t or int32_t.  This saves some compile-time testing.
46736         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46737         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46738         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46739         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46740         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46741         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46742         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46743         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46744         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46745         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46746         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46747         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46748         undef any previous version and define our own version, for
46749         simplicity and consistency with the new macros for types.
46750         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46751         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46752         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46753         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46754         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46755         @WINT_T_SUFFIX@ to keep things simple here.
46756         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46757         Simplify by assuming typical 8/16/32/64 host, since we're
46758         already doing that elsewhere anyway.
46759         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46760         and assume long long int is 64 bits if available.  This
46761         speeds up 'configure'.
46762
46763 2006-07-01  Eric Blake  <ebb9@byu.net>
46764
46765         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46766         Reported by Andreas Buening.
46767
46768 2006-07-01  Eric Blake  <ebb9@byu.net>
46769
46770         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46771
46772 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46773
46774         * lib/getaddrinfo.c: fixed typo
46775
46776 2006-06-29  Jim Meyering  <jim@meyering.net>
46777
46778         * modules/strftime (Maintainer): Add my name, since with the
46779         FPRINTFTIME changes strftime.c has forked from glibc.
46780
46781 2006-06-29  Eric Blake  <ebb9@byu.net>
46782
46783         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46784
46785 2006-06-29  Eric Blake  <ebb9@byu.net>
46786
46787         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46788
46789 2006-06-29  Eric Blake  <ebb9@byu.net>
46790
46791         * lib/stat_.h: New file.
46792
46793 2006-06-29  Eric Blake  <ebb9@byu.net>
46794
46795         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46796         unused static function.
46797
46798 2006-06-29  Eric Blake  <ebb9@byu.net>
46799
46800         * doc/functions.texi (Function Portability): Document missing lstat
46801         on mingw.
46802
46803 2006-06-29  Eric Blake  <ebb9@byu.net>
46804
46805         * MODULES.html.sh: Add sys_stat.
46806         * modules/sys_stat: New module.
46807         * modules/mkstemp (Depends-on): Add sys_stat.
46808
46809 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46810
46811         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46812
46813 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46814
46815         * m4/c-bs-a.m4: Removed.
46816
46817 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46818
46819         * lib/strftime.c: Assume strftime() exists.
46820
46821 2006-06-29  Derek Price  <derek@ximbiot.com>
46822
46823         * modules/c-bs-a: Removed - \a is C89.
46824         * MODULES.html.sh: Remove c-bs-a.
46825
46826 2006-06-29  Bruno Haible  <bruno@clisp.org>
46827
46828         * modules/wcwidth (License): Change to LGPL.
46829
46830 2006-06-28  Simon Josefsson  <jas@extundo.com>
46831
46832         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46833         on _WIN32.
46834
46835         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46836         getnameinfo.
46837
46838 2006-06-28  Simon Josefsson  <jas@extundo.com>
46839
46840         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46841
46842 2006-06-28  Simon Josefsson  <jas@extundo.com>
46843
46844         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46845         functions there.  It will succeed on Windows XP, but on Windows
46846         2000 and (presumably) earlier, it will fail, and use the internal
46847         re-implementation.
46848         (use_win32_p): New function.
46849         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46850         Support AI_NUMERICSERV to disable getservbyname.
46851         (getnameinfo): New function, only supports
46852         NI_NUMERICHOST|NI_NUMERICSERV for now.
46853
46854         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46855         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46856         getnameinfo.
46857
46858 2006-06-28  Eric Blake  <ebb9@byu.net>
46859
46860         * modules/wcwidth: New file.
46861         * modules/mbchar (Depends-on): Add wcwidth.
46862         * modules/mbswidth (Depends-on): Add wcwidth.
46863         * MODULES.html.sh: Add wcwidth.
46864
46865 2006-06-28  Eric Blake  <ebb9@byu.net>
46866
46867         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46868         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46869
46870 2006-06-28  Eric Blake  <ebb9@byu.net>
46871
46872         * lib/xvasprintf.h: Fix comments.
46873
46874 2006-06-28  Eric Blake  <ebb9@byu.net>
46875
46876         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46877         * lib/mbswidth.c (wcwidth): Move from here...
46878         * lib/wcwidth.h: ...to this new file.
46879
46880 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46881
46882         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46883
46884         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46885         it's obsolete.
46886         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46887
46888 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46889
46890         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46891         Autoconf 2.60 says this stuff was obsolete.
46892
46893 2006-06-28  Bruno Haible  <bruno@clisp.org>
46894
46895         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46896
46897 2006-06-28  Bruno Haible  <bruno@clisp.org>
46898
46899         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46900         gt_TYPE_WCHAR_T.
46901
46902 2006-06-28  Bruno Haible  <bruno@clisp.org>
46903
46904         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46905         declaration for wcwidth.
46906         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46907
46908 2006-06-28  Bruno Haible  <bruno@clisp.org>
46909
46910         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46911         (mkdir): Define using _mkdir.
46912
46913 2006-06-28  Bruno Haible  <bruno@clisp.org>
46914
46915         * lib/getaddrinfo.h: Fix POSIX URL.
46916         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46917         _WIN32.
46918         (use_win32_p): Make static.
46919         (getaddrinfo): Reject service name if it is empty or does not consist
46920         solely of decimal digits, or if its value is > 65535.
46921         (getnameinfo): Remove useless casts.
46922
46923 2006-06-27  Simon Josefsson  <jas@extundo.com>
46924
46925         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46926         Eggert and Martin Lambers.
46927
46928 2006-06-27  Simon Josefsson  <jas@extundo.com>
46929
46930         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46931         Eggert and Martin Lambers.
46932
46933 2006-06-27  Bruno Haible  <bruno@clisp.org>
46934
46935         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46936         result to 0, not to empty.
46937         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46938
46939 2006-06-27  Bruno Haible  <bruno@clisp.org>
46940
46941         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46942
46943 2006-06-26  Simon Josefsson  <jas@extundo.com>
46944
46945         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46946         present.
46947
46948 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46949
46950         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46951         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46952         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46953
46954 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46955
46956         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46957
46958 2006-06-26  Bruno Haible  <bruno@clisp.org>
46959
46960         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46961
46962 2006-06-26  Bruno Haible  <bruno@clisp.org>
46963
46964         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46965
46966 2006-06-26  Bruno Haible  <bruno@clisp.org>
46967
46968         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46969         SGI C compiler in pre-C99 mode.
46970         Suggested by Mark D. Baushke and Larry Jones.
46971
46972 2006-06-26  Bruno Haible  <bruno@clisp.org>
46973
46974         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46975         WCHAR_MAX.
46976         Reported by Mark D. Baushke and Larry Jones.
46977
46978 2006-06-26  Bruno Haible  <bruno@clisp.org>
46979
46980         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46981         in pre-C99 mode.
46982         Suggested by Mark D. Baushke and Larry Jones.
46983
46984 2006-06-23  Simon Josefsson  <jas@extundo.com>
46985             Bruno Haible  <bruno@clisp.org>
46986
46987         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46988         Emit mostlyclean-local rule.
46989         (func_emit_tests_Makefile_am): Likewise.
46990         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46991
46992 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46993
46994         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46995
46996 2006-06-23  Bruno Haible  <bruno@clisp.org>
46997
46998         * tests/test-stdint.c: Update to match ISO C 99 Technical
46999         Corrigendum 1.
47000
47001 2006-06-23  Bruno Haible  <bruno@clisp.org>
47002
47003         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
47004
47005 2006-06-23  Bruno Haible  <bruno@clisp.org>
47006
47007         * lib/stdint_.h: Treat IRIX like OpenBSD.
47008
47009 2006-06-23  Bruno Haible  <bruno@clisp.org>
47010
47011         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
47012         ISO C 99 Technical Corrigendum 1.
47013
47014 2006-06-22  Simon Josefsson  <jas@extundo.com>
47015
47016         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
47017         MinGW.
47018
47019 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47020
47021         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
47022         needed.  Some compiler complained about some of them.  Problem reported
47023         by Larry Jones in
47024         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
47025
47026 2006-06-21  Simon Josefsson  <jas@extundo.com>
47027
47028         * tests/test-getaddrinfo.c: New file.
47029
47030         * modules/getaddrinfo-tests: New file.
47031
47032         * MODULES.html.sh: Add inet_pton.
47033
47034         * modules/inet_pton: New file.
47035
47036 2006-06-21  Simon Josefsson  <jas@extundo.com>
47037
47038         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
47039         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
47040         of using the (limited) gnulib implementation on Windows XP.
47041
47042         * m4/inet_pton.m4: New file.
47043
47044 2006-06-21  Simon Josefsson  <jas@extundo.com>
47045
47046         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
47047         variable.
47048
47049         * lib/socket_.h: Don't define WINVER.
47050
47051         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
47052         slightly modified to work in gnulib.
47053
47054 2006-06-21  Simon Josefsson  <jas@extundo.com>
47055
47056         * doc/gnulib.texi (Windows sockets): Add.
47057
47058 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
47059
47060         * lib/read-file.c (fread_file): Start with buffer allocation of
47061         0 bytes rather than 1 byte; this simplifies the code.
47062         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
47063         code to free buffer and save/restore errno.
47064         (internal_read_file): Remove unused local.
47065
47066 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
47067
47068         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
47069         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
47070         Problem reported by Denis Excoffier in
47071         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
47072
47073 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47074
47075         * modules/sys_socket, modules/socklen: Include sys/types since
47076         FreeBSD 4.x's sys/socket.h needs it.
47077
47078 2006-06-19  Simon Josefsson  <jas@extundo.com>
47079
47080         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
47081
47082 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47083
47084         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
47085
47086 2006-06-19  Bruno Haible  <bruno@clisp.org>
47087
47088         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
47089         and FULL_PATH_INTTYPES_H in angle brackets.
47090         Reported by Mark D. Baushke <mdb@gnu.org>.
47091
47092 2006-06-17  Eric Blake  <ebb9@byu.net>
47093
47094         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
47095         errno.
47096
47097 2006-06-17  Bruno Haible  <bruno@clisp.org>
47098
47099         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
47100         <sys/inttypes.h>.
47101
47102 2006-06-17  Bruno Haible  <bruno@clisp.org>
47103
47104         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
47105         whether errno is declared. Assume <errno.h> declares errno.
47106
47107 2006-06-17  Bruno Haible  <bruno@clisp.org>
47108
47109         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
47110
47111 2006-06-17  Bruno Haible  <bruno@clisp.org>
47112
47113         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
47114         problem on Solaris 2.5.1.
47115
47116 2006-06-16  Eric Blake  <ebb9@byu.net>
47117
47118         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
47119         * lib/unicodeio.c [!defined errno]: Likewise.
47120         * lib/strtol.c [!defined errno]: Likewise.
47121         * lib/strtod.c [!defined errno]: Likewise.
47122
47123 2006-06-15  Eric Blake  <ebb9@byu.net>
47124
47125         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
47126
47127 2006-06-15  Eric Blake  <ebb9@byu.net>
47128
47129         * config/srclist.txt (ssize_t.m4): Lose sync.
47130
47131 2006-06-15  Bruno Haible  <bruno@clisp.org>
47132
47133         * modules/stdint (Files): Include m4/full-header-path.m4,
47134         m4/size_max.m4, m4/wchar_t.m4.
47135         (Makefile.am): Many more substitutions.
47136         * modules/stdint-tests: New file.
47137         * tests/test-stdint.c: New file.
47138
47139 2006-06-15  Bruno Haible  <bruno@clisp.org>
47140
47141         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
47142         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
47143         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
47144         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
47145         gl_CHECK_TYPE_SAME): New macros.
47146
47147 2006-06-15  Bruno Haible  <bruno@clisp.org>
47148
47149         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
47150
47151 2006-06-15  Bruno Haible  <bruno@clisp.org>
47152
47153         * lib/stdint_.h: Rewritten to be fully auto-configured.
47154         Fixes bug on HP-UX/IA64.
47155
47156 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
47157
47158         * lib/getdate.y (__attribute__): Don't define if already defined.
47159         Problem reported by Larry Jones.
47160         * lib/utimens.c (__attribute__): Likewise.
47161
47162 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
47163
47164         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
47165         reported by Andreas Schwab.
47166
47167 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47168             Bruno Haible  <bruno@clisp.org>
47169
47170         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
47171         check for the declaration of strnlen and a run test that exposes the
47172         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
47173         rpl_strndup.
47174
47175 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47176             Bruno Haible  <bruno@clisp.org>
47177
47178         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
47179
47180 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47181
47182         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
47183         compile test, for Tru64 4.0D.
47184
47185 2006-05-28  Karl Berry  <karl@gnu.org>
47186
47187         * config/srclist.txt (printf-args.c): lose sync.
47188
47189 2006-05-26  Martin Lambers  <marlam@marlam.de>
47190
47191         * lib/getpass.c: Updates the test for the native W32 API, and adds
47192         missing includes, thus fixing compilation warnings.
47193
47194 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47195
47196         * lib/exclude.c (exclude_fnmatch): New function.
47197         (excluded_file_name): Call exclude_fnmatch.
47198         * lib/exclude.h (excluded_file_name): New prototype
47199
47200 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
47201
47202         * lib/tempname.c (small_open, large_open): New macros.
47203         (__open, __open64) [!_LIBC]: Remove.
47204         (__gen_tempname): Use small_open and large_open instead of __open
47205         and __open64.  This fixes a portability bug on HP-UX 11.11i
47206         reported by Simon Wing-Tang in
47207         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
47208
47209 2006-05-24  Bruno Haible  <bruno@clisp.org>
47210
47211         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
47212         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
47213         Reported by Thorsten Maerz <torte@netztorte.de> via
47214         Aaron Stone <aaron@serendipity.cx>.
47215
47216 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47217
47218         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
47219         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
47220         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
47221         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
47222         not really conditional on the cache.
47223         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
47224
47225 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47226
47227         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
47228         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
47229         (my_usleep): Don't mishandle maximum value.
47230
47231 2006-05-19  Jim Meyering  <jim@meyering.net>
47232
47233         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
47234
47235 2006-05-17  Bruno Haible  <bruno@clisp.org>
47236
47237         Cygwin portability.
47238         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
47239
47240 2006-05-17  Bruno Haible  <bruno@clisp.org>
47241
47242         * lib/stdint_.h: Fix recognition of Cygwin.
47243
47244 2006-05-15  Bruno Haible  <bruno@clisp.org>
47245
47246         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47247         on libtool patch by Ralf Wildenhues.
47248
47249 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47250
47251         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47252         test for C99 conformance; (bool) 0.5 is an integer constant
47253         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47254         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47255
47256 2006-05-11  Simon Josefsson  <jas@extundo.com>
47257
47258         * m4/xvasprintf.m4: Fix obvious typo.
47259
47260 2006-05-11  Jim Meyering  <jim@meyering.net>
47261
47262         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
47263         James Lemley.
47264
47265 2006-05-10  Simon Josefsson  <jas@extundo.com>
47266
47267         * lib/md4.c: Typo fix, update copyright years.
47268         (K1, K2): Don't use L because it turn computations into 64-bit on
47269         64-bit platforms.
47270
47271 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
47272
47273         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
47274         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
47275         unwanted sign propagation, e.g., on hosts with 64-bit int.
47276         There still are some problems with reeelly weird theoretical hosts
47277         (e.g., 33-bit int) but it's not worth worrying about now.
47278         * lib/sha1.c (rol): Likewise.
47279         (K1, K2, K3, K4): Remove unnecessary L suffix.
47280
47281 2006-05-10  Bruno Haible  <bruno@clisp.org>
47282
47283         * lib/des.c: Cast to avoid warnings.
47284
47285 2006-05-09  Bruno Haible  <bruno@clisp.org>
47286
47287         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
47288         (Depends-on): Depend also on xsize, stdarg.
47289         (configure.ac): Add gl_XVASPRINTF.
47290
47291 2006-05-09  Bruno Haible  <bruno@clisp.org>
47292
47293         * m4/xvasprintf.m4: New file.
47294
47295 2006-05-09  Bruno Haible  <bruno@clisp.org>
47296
47297         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
47298         (EOVERFLOW): Define fallback value.
47299         (xstrcat): New function.
47300         (xvasprintf): Recognize the special case of a string concatenation.
47301
47302 2006-05-08  Eric Blake  <ebb9@byu.net>
47303
47304         * gnulib-tool (func_version): Base copyright year on CVS date.
47305         (func_emit_copyright_notice): New function.
47306         (func_emit_lib_Makefile_am): Use it.
47307         (func_emit_tests_Makefile_am): Likewise.
47308         (func_import): Likewise.
47309
47310 2006-05-08  Bruno Haible  <bruno@clisp.org>
47311
47312         * modules/stdarg: New file.
47313         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47314
47315 2006-05-08  Bruno Haible  <bruno@clisp.org>
47316
47317         * m4/stdarg.m4: New file, from GNU gettext.
47318
47319 2006-05-08  Bruno Haible  <bruno@clisp.org>
47320
47321         * config/srclist.txt (build-aux/config.rpath): different from latest
47322         release.
47323
47324 2006-05-08  Bruno Haible  <bruno@clisp.org>
47325
47326         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47327
47328 2006-05-05  Jim Meyering  <jim@meyering.net>
47329
47330         * m4/warning.m4: New file, derived from bison's file by the same name.
47331
47332 2006-05-03  Bruno Haible  <bruno@clisp.org>
47333
47334         * lib/stdint_.h: Shorter URL.
47335         * lib/inttypes.h: Likewise.
47336
47337 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47338
47339         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47340
47341 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47342
47343         * lib/verify.h: Document the internals better.  Most of this change
47344         was written by Bruno Haible.
47345
47346 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47347
47348         * doc/verify.texi: New file, partly based on a proposal by
47349         Bruno Haible.
47350
47351 2006-05-02  Bruno Haible  <bruno@clisp.org>
47352
47353         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47354         test from here...
47355         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47356
47357 2006-04-29  Bruno Haible  <bruno@clisp.org>
47358
47359         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47360         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47361
47362 2006-04-29  Bruno Haible  <bruno@clisp.org>
47363
47364         * gnulib-tool: Make --update option actually work.
47365
47366 2006-04-29  Bruno Haible  <bruno@clisp.org>
47367
47368         * doc/gcd.texi: New file.
47369         * doc/gnulib.texi: Include it.
47370
47371 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47372
47373         * lib/getdate.y (get_date): When adding relative date, start with the
47374         initial time, not with the result of the first mktime call.
47375
47376 2006-04-25  Bruno Haible  <bruno@clisp.org>
47377
47378         * gnulib-tool (func_import): Output the include directives in three
47379         blocks, sorted separately.
47380         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47381
47382 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47383
47384         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47385         to define main with arguments, for C++.  Reported by Eric Blake.
47386         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47387         Prefer 'int main ()' to 'int main (void)', for C++.
47388         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47389         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47390         for 'main', for C99 and C++.
47391
47392 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47393
47394         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47395         Don't assume that exit status -1 is valid.
47396         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47397         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47398         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47399         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47400         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47401         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47402         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47403         functions can be used without declaring them, or that you can
47404         exit with status -1.
47405         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47406
47407 2006-04-24  Karl Berry  <karl@gnu.org>
47408
47409         * config/srclist.txt (longdouble.m4): sync lost.
47410
47411 2006-04-24  Eric Blake  <ebb9@byu.net>
47412
47413         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47414
47415 2006-04-24  Bruno Haible  <bruno@clisp.org>
47416
47417         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47418         poll() implementation in AIX.
47419         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47420
47421 2006-04-24  Bruno Haible  <bruno@clisp.org>
47422
47423         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47424         assigned exactly once.
47425
47426 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47427             Bruno Haible  <bruno@clisp.org>
47428
47429         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47430         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47431         for AM_CPPFLAGS.
47432
47433 2006-04-23  Bruno Haible  <bruno@clisp.org>
47434
47435         * modules/copy-file: Depend on unistd.
47436         * modules/execute: Likewise.
47437         * modules/fatal-signal: Likewise.
47438         * modules/findprog: Likewise.
47439         * modules/mkdtemp : Likewise.
47440         * modules/pipe: Likewise.
47441         * modules/wait-process: Likewise.
47442
47443 2006-04-23  Bruno Haible  <bruno@clisp.org>
47444
47445         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47446         condition was already detected.
47447         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47448
47449 2006-04-23  Bruno Haible  <bruno@clisp.org>
47450
47451         * lib/copy-file.c: Include <unistd.h> unconditionally.
47452         * lib/execute.c: Likewise.
47453         * lib/fatal-signal.c: Likewise.
47454         * lib/findprog.c: Likewise.
47455         * lib/mkdtemp.c: Likewise.
47456         * lib/pipe.h: Likewise.
47457         * lib/pipe.c: Likewise.
47458         * lib/wait-process.h: Likewise.
47459
47460 2006-04-23  Bruno Haible  <bruno@clisp.org>
47461
47462         * gnulib-tool (func_usage): Fix --import description. Document
47463         --update.
47464         (func_import): Create temporary file in a temporary directory, if
47465         --dry-run is specified. Silence errors from 'grep' when there are no
47466         m4 files in $m4dir.
47467         (func_create_testdir): Silence errors from 'grep' when there are no
47468         m4 files in $m4dir.
47469         Reported by Karl Berry <karl@freefriends.org>.
47470
47471 2006-04-20  Bruno Haible  <bruno@clisp.org>
47472
47473         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47474         one argument, so that the code will be portable to Autoconf 2.60.
47475         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47476         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47477         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47478
47479 2006-04-19  Derek Price  <derek@ximbiot.com>
47480             Eric Blake  <ebb9@byu.net>
47481
47482         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47483         rather than "/full/path.h".  Update comment to match.  Shorten &
47484         generalize m4_translit call via AS_TR_CPP.
47485
47486 2006-04-19  Derek Price  <derek@ximbiot.com>
47487             Eric Blake  <ebb9@byu.net>
47488
47489         * lib/inttypes.h: Correct grammar in comment.
47490
47491 2006-04-18  Derek Price  <derek@ximbiot.com>
47492             Paul Eggert  <eggert@cs.ucla.edu>
47493
47494         * modules/inttypes: New file.
47495         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47496
47497 2006-04-18  Derek Price  <derek@ximbiot.com>
47498             Paul Eggert  <eggert@cs.ucla.edu>
47499
47500         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47501         New files.
47502
47503 2006-04-18  Derek Price  <derek@ximbiot.com>
47504             Paul Eggert  <eggert@cs.ucla.edu>
47505
47506         * lib/inttypes.h: New file.
47507         * lib/strtoimax.c: Assume <inttypes.h>.
47508
47509 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47510
47511         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47512         isn't mounted.  Problem reported by Kir Kolyshkin.
47513
47514 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47515
47516         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47517         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47518         Derek R. Price.
47519         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47520         implementation.
47521
47522 2006-04-12  Eric Blake  <ebb9@byu.net>
47523
47524         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47525         is now done automatically by the corresponding Autoconf macro.
47526
47527 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47528
47529         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47530         time_r.h.
47531
47532 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47533
47534         Merge regex changes from libc, removing some of our
47535         POSIX-conformance changes that were rejected and redoing them in a
47536         less-intrusive way.
47537
47538         * lib/regcomp.c (re_compile_internal, init_dfa):
47539         Length arg is now size_t, not Idx.  All uses changed.
47540         (peek_token): Forward decl now says internal_function.
47541         (__re_error_msgid, __re_error_msgid_idx):
47542         Now static rather than extern with attribute_hidden.
47543         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47544         For some reason libc prefers K&R style defns for external functions.
47545         (regerror) [!defined _LIBC]: Likewise.
47546         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47547         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47548         (build_range_exp, build_collating_symbol):
47549         Use K&R-style defn.
47550         (re_compile_fastmap): Use '\0' to memset, not 0.
47551         (utf8_sb_map): Make the calculations more obvious.
47552         (init_dfa, parse_bracket_exp, build_charclass_op):
47553         Call calloc and cast result, as glibc does.
47554         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47555         (build_range_exp, build_collating_symbol):
47556         Now internal functions.
47557
47558         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47559
47560         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47561         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47562         Don't depend on VMS; depend on __VMS instead, for POSIX
47563         namespace cleanness.
47564         (regoff_t): Define to ssize_t, not long int.
47565
47566         Remove the REG_ macros named below.  Instead, make the old names
47567         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47568         __USE_GNU_REGEX.
47569         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47570         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47571         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47572         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47573         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47574         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47575         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47576         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47577         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47578         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47579         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47580         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47581         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47582         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47583         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47584         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47585         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47586         (REG_NREGS):
47587         Remove.  All uses replaced by the old RE_* names.
47588         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47589         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47590         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47591         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47592         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47593         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47594         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47595         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47596         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47597         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47598         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47599         Don't bother having these macros be independent of each others'
47600         values, since they no longer exist in the POSIX name space.
47601
47602         Rename the following member names back to their old names,
47603         unless !__USE_GNU_REGEX.  All uses changed back.
47604         (buffer): Renamed from re_buffer.
47605         (allocated): Renamed from re_allocated.
47606         (used): Renamed from re_used.
47607         (syntax): Renamed from re_syntax.
47608         (fastmap): Renamed from re_fastmap.
47609         (translate): Renamed from re_translate.
47610         (can_be_null): Renamed from re_can_be_null.
47611         (regs_allocated): Renamed from re_regs_allocated.
47612         (fastmap_accurate): Renamed from re_fastmap_accurate.
47613         (no_sub): Renamed from re_no_sub.
47614         (not_bol): Renamed from re_not_bol.
47615         (not_eol): Renamed from re_not_eol.
47616         (newline_anchor): Renamed from re_newline_anchor.
47617         (num_regs): Renamed from rm_num_regs.
47618         (start): Renamed from rm_start.
47619         (end): Renamed from rm_end.
47620
47621         (free_state): Move up a bit.
47622
47623         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47624         #define to be empty.
47625         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47626         when that is what is intended.
47627         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47628         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47629         (MAX): New macro.
47630         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47631         All uses changed back to re_malloc, etc.  It's now the caller's
47632         responsibility to check for overflow; all callers changed.
47633         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47634         (re_x2nrealloc): Remove.
47635         (free_state): Remove decl.
47636
47637         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47638         (re_set_registers, re_exec):
47639         Use K&R-style defn.
47640
47641         2006-01-31  Roland McGrath  <roland@redhat.com>
47642
47643         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47644         Reported by Mike Frysinger <vapier@gentoo.org>.
47645
47646         2006-01-15  Andreas Jaeger  <aj@suse.de>
47647
47648         [BZ #1950]
47649         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47650         build_wcs_upper_buffer change.
47651         (build_wcs_upper_buffer): Change return type.
47652
47653         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47654
47655         * lib/regex_internal.h: Include <stdint.h> if available.
47656
47657         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47658
47659         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47660
47661         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47662
47663         * lib/regcomp.c: Adjust for changed secondary hash function.
47664
47665         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47666
47667         * lib/regex.h: Pretty printing.
47668         Clean up namespace a bit.
47669
47670         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47671
47672         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47673         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47674
47675         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47676                     Ulrich Drepper  <drepper@redhat.com>
47677
47678         [BZ #1302]
47679         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47680         changed.
47681         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47682
47683         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47684
47685         [BZ #281]
47686         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47687         * lib/regcomp.c: Remove unnecessary uses of
47688         unsigned RE_TRANSLATE_TYPE.
47689         * lib/regex_internal.h: Likewise.
47690         * lib/regex_internal.c: Likewise.
47691         * lib/regexec.c: Likewise.
47692         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47693
47694         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47695
47696         * lib/regexec.c (find_recover_state): Remove unnecessary
47697         initialization.
47698         (transit_state_bkref): Make DFA a const pointer.
47699         (get_subexp): Likewise.
47700         (check_arrival): Likewise.
47701         (update_cur_sifted_state): Likewise.
47702         (re_search_internal): Likewise.
47703         (prune_impossible_nodes): Likewise.
47704         (acquire_init_state_context): Likewise.
47705         (proceed_next_node): Likewise.
47706         (set_regs): Likewise.
47707         (free_fail_stack_return): Likewise.
47708         (check_arrival_expand_ecl): Mark DFA parameter as const.
47709         (check_arrival_expand_ecl_sub): Likewise.
47710         (check_subexp_limits): Likewise.
47711         (sub_epsilon_src_nodes):  Likewise.
47712         (add_epsilon_src_nodes):  Likewise.
47713         (merge_state_array): Likewise.
47714         (update_regs): Likewise.
47715         (build_trtable): Likewise.
47716         (sift_states_backward): Mark MCTX parameter as const.
47717         (build_sifted_states): Likewise.
47718         (update_cur_sifted_state): Likewise.
47719         (sift_states_mkref): Likewise.
47720         (check_arrival_expand_ecl): Mark eclosure as const.
47721         (check_dst_limits_calc_pos_1): Likewise.
47722         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47723         pointer.
47724
47725         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47726
47727         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47728         (transit_state_sb): Likewise.
47729         (transit_state_mb): Likewise.
47730         (sift_states_iter_mb): Likewise.
47731         (check_arrival_add_next_nodes): Likewise.
47732         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47733         [_LIBC] (re_search_2_stub): Use mempcpy.
47734
47735         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47736         mbrtowc for very simple UTF-8 case.
47737
47738         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47739         a pointer-to-const.
47740         (re_acquire_state_context): Likewise.
47741         * lib/regex_internal.h: Adjust prototypes.
47742
47743         * lib/regex.c: Prevent using C++ compilers.
47744
47745         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47746         (re_acquire_state_context): Likewise.
47747
47748 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47749
47750         * modules/regex (Depends-on): Add ssize_t.
47751
47752 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47753
47754         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47755         translation table.
47756
47757 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47758
47759         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47760
47761 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47762             Bruno Haible  <bruno@clisp.org>
47763
47764         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47765         <sys/types.h> and <inttypes.h>.
47766
47767 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47768
47769         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47770         `__error_t_defined', so argp.h will not typedef the former.
47771
47772 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47773
47774         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47775         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47776         glibc names.  Even if glibc is changed to conform to POSIX, the
47777         traditional names will be available anyway, since regex depends on
47778         the extensions module.  Also, fix a longstanding typo in the
47779         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47780         reported by Emanuele Giaquinta.  Also, change sense of cached
47781         variable, so that the message makes sense.
47782
47783 2006-03-24  Simon Josefsson  <jas@extundo.com>
47784
47785         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47786         including some doc fixes.
47787         (base64_encode_alloc): Fix +1 bug on allocation failures.
47788
47789 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47790
47791         * lib/base64.c (base64_encode): Do not read past end of array with
47792         unsanitized input on systems with CHAR_BIT > 8.
47793
47794 2006-03-24  Eric Blake  <ebb9@byu.net>
47795
47796         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47797
47798 2006-03-22  Karl Berry  <karl@gnu.org>
47799
47800         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47801         * config/srclistvars.sh (COREUTILS): new var.
47802
47803 2006-03-17  Jim Meyering  <jim@meyering.net>
47804
47805         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47806         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47807
47808 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47809
47810         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47811         no longer needs it.  Instead, check that regoff_t is as least
47812         as wide as ptrdiff_t.
47813
47814         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47815         so that our regex.h stays compatible with the installed regex.
47816         This is helpful for installers who configure --without-included-regex.
47817         Problem reported by Emanuele Giaquinta.
47818
47819 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47820
47821         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47822         Typedef to long int, not to off_, as POSIX will likely change
47823         in that direction.
47824
47825 2006-03-15  Eric Blake  <ebb9@byu.net>
47826
47827         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47828
47829 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47830
47831         * lib/argp-help.c (validate_uparams): Fix typo
47832         * lib/argp-parse.c (argp_default_options): Consistently begin help
47833         messages with a lowercase letter.
47834
47835 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47836
47837         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47838         overrun buffers and shouldn't be used (much as gets shouldn't be
47839         used).
47840         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47841
47842 2006-03-08  Simon Josefsson  <jas@extundo.com>
47843
47844         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47845         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47846
47847 2006-03-08  Simon Josefsson  <jas@extundo.com>
47848
47849         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47850         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47851
47852 2006-03-08  Simon Josefsson  <jas@extundo.com>
47853
47854         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47855         signal that configure disabled the device.
47856
47857 2006-03-08  Simon Josefsson  <jas@extundo.com>
47858
47859         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47860         languages.
47861
47862 2006-03-07  Simon Josefsson  <jas@extundo.com>
47863
47864         * modules/getopt (Depends-on): Add unistd.
47865
47866         * modules/unistd: New file.
47867
47868 2006-03-07  Simon Josefsson  <jas@extundo.com>
47869
47870         * modules/gc-random: New file.
47871
47872 2006-03-07  Simon Josefsson  <jas@extundo.com>
47873
47874         * m4/unistd_h.m4: New file.
47875
47876 2006-03-07  Simon Josefsson  <jas@extundo.com>
47877
47878         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47879         test to be side-effect free by storing the result in the cache
47880         variable gl_cv_lib_readline, and moving the assignment of
47881         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47882         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47883
47884 2006-03-07  Simon Josefsson  <jas@extundo.com>
47885
47886         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47887         error on missing devices (the functions will return an error).
47888
47889         * m4/gc.m4: Move random stuff to gc-random.m4
47890
47891 2006-03-07  Simon Josefsson  <jas@extundo.com>
47892
47893         * lib/unistd_.h: New file.
47894
47895 2006-03-07  Simon Josefsson  <jas@extundo.com>
47896
47897         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47898
47899 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47900
47901         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47902         Problem reported by Juan Manuel Guerrero.
47903
47904 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47905
47906         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47907         the unistd module.
47908         * lib/getlogin_r.c: Likewise.
47909         * lib/getlogin_r.h: Likewise.
47910         * lib/glob.c: Likewise.
47911         * lib/pagealign_alloc.c: Likewise.
47912         * lib/unistd_.h: Remove; no longer needed.
47913
47914 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47915
47916         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47917         Add unistd.
47918         * modules/c-stack (Depends-on): Add unistd.
47919         * modules/getlogin_r: Likewise.
47920         * modules/glob: Likewise.
47921         * modules/pagealign_alloc: Likewise.
47922         * modules/unistd (Files): Remove lib/unistd_.h.
47923         (EXTRA_DIST): Remove.
47924         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47925         need unistd_.h.
47926         (MOSTLYCLEANFILES): Remove unistd.h-t.
47927
47928 2006-03-03  Simon Josefsson  <jas@extundo.com>
47929
47930         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47931
47932 2006-03-03  Simon Josefsson  <jas@extundo.com>
47933
47934         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47935         libidn and bison.
47936
47937 2006-03-03  Simon Josefsson  <jas@extundo.com>
47938
47939         * build-aux/maint.mk: Add indent target.
47940
47941 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47942
47943         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47944         our replacement poll.h in any case, to avoid a differing
47945         declaration from a system header.  Seen on AIX.
47946
47947 2006-03-01  Simon Josefsson  <jas@extundo.com>
47948
47949         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47950         <kasal@ucw.cz>.
47951
47952 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47953
47954         * modules/gettime (Depends-on): Add extensions module.
47955         * modules/nanosleep (Depends-on): Likewise.
47956         * modules/settime (Depends-on): Likewise.
47957
47958 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47959
47960         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47961         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47962         pedantically.
47963         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47964         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47965
47966         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47967         not "==".  Reported by Ralf Wildenhues.
47968
47969 2006-03-01  Karl Berry  <karl@gnu.org>
47970
47971         * doc/Copyright/request-*: new files, synced from gnuorg.
47972
47973 2006-03-01  Karl Berry  <karl@gnu.org>
47974
47975         * config/srclist.txt (Copyright/*): new entries.
47976
47977 2006-02-28  Simon Josefsson  <jas@extundo.com>
47978
47979         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47980
47981 2006-02-27  Simon Josefsson  <jas@extundo.com>
47982
47983         * lib/base64.h: Indent #define's.  From Jim Meyering
47984         <jim@meyering.net>.
47985
47986 2006-02-27  Jim Meyering  <jim@meyering.net>
47987
47988         Revert the change of 2006-02-24, so these files can continue
47989         to be sync'd from gettext.
47990         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47991         of `config.h'.
47992
47993 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47994
47995         * modules/intprops: New file.
47996         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47997         Add intprops.
47998         * modules/getloadavg (Files): Remove lib/intprops.h.
47999         (Depends-on): Add intprops.
48000         * modules/human: Likewise.
48001         * modules/inttostr: Likewise.
48002         * modules/openat: Likewise.
48003         * modules/sig2str: Likewise.
48004         * modules/userspec: Likewise.
48005         * modules/utimecmp: Likewise.
48006         * modules/xnanosleep: Likewise.
48007         * modules/xstrtol: Likewise.
48008
48009 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
48010
48011         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
48012         * modules/lock-tests (TESTS): Use $(EXEEXT).
48013         * modules/tls-tests: Likewise.
48014         * modules/argp-tests: Likewise.
48015         (check_PROGRAMS): New var, replacing...
48016         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
48017
48018 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48019
48020         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
48021         `config.h'.
48022
48023 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
48024
48025         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
48026
48027 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48028
48029         Sync from coreutils.
48030         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
48031         gl_CHDIR_SAFER.
48032
48033 2006-02-22  Jim Meyering  <jim@meyering.net>
48034
48035         Sync from coreutils.
48036         * m4/chdir-safer.m4: New file.
48037
48038 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
48039
48040         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
48041         AT_FDCWD exceeds INT_MAX.
48042         * lib/openat.h (AT_FDCWD): Likewise.
48043
48044 2006-02-17  Eric Blake  <address@hidden>
48045
48046         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
48047
48048 2006-02-16  Simon Josefsson  <jas@extundo.com>
48049
48050         * modules/getaddrinfo (Depends-on): Add sys_socket.
48051
48052 2006-02-15  Simon Josefsson  <jas@extundo.com>
48053
48054         * build-aux/maint.mk: Add dsyntax-check rule.
48055
48056 2006-02-15  Eric Blake  <ebb9@byu.net>
48057
48058         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
48059         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
48060         'present but cannot compile' warnings on cygwin.
48061         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
48062         use ws2tcpip.h if sys/socket.h works.
48063         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
48064         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
48065
48066 2006-02-14  Simon Josefsson  <jas@extundo.com>
48067
48068         * modules/maintainer-makefile (Files): Rename.
48069
48070         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
48071         and (the local) Makefile.cfg to maint-cfg.mk.
48072
48073         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
48074         to the latter.
48075
48076         * modules/maintainer-makefile: New module.
48077
48078         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
48079         severaly stripped to make it possible to build it up from scratch
48080         with reliable tests.
48081
48082         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
48083         fixes to permit overriding the default actions when configure and
48084         makefile are not available.
48085
48086 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
48087
48088         Sync from coreutils.
48089         * modules/lstat (Depends-on): Don't depend on xalloc.
48090         (License): Change from GPL to LGPL, since this is now simply a
48091         replacement for a libc function.
48092
48093 2006-02-14  Jim Meyering  <jim@meyering.net>
48094
48095         Sync from coreutils.
48096
48097         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
48098         failure on deficient systems, and simplify gnulib lgpl dependencies.
48099         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
48100         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
48101
48102         * lib/xalloc-die.c: Remove unused definition of N_.
48103
48104 2006-02-14  Jim Meyering  <jim@meyering.net>
48105
48106         Sync from coreutils.
48107         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
48108         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
48109         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
48110         double-quote uses of that variable, to accommodate the rare case in
48111         which getmntent is available in none of the libraries checked.  This
48112         happens at least on FreeBSD 5.0.
48113
48114 2006-02-13  Simon Josefsson  <jas@extundo.com>
48115
48116         * gnulib-tool (Usage): Fix --import, from
48117         karl@freefriends.org (Karl Berry).
48118
48119 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48120
48121         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
48122
48123 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
48124
48125         * lib/argp-namefrob.h: Restore changes accidentally lost during the
48126         "autoupdate" on 2005-12-12.
48127
48128 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48129
48130         * modules/closeout (Depends-on): Remove atexit.
48131
48132 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48133
48134         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
48135         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
48136
48137 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
48138
48139         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
48140         __EXTENSIONS__ if this causes compilation to fail.  Problem
48141         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
48142         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
48143
48144 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
48145
48146         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
48147         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
48148         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
48149         All uses changed.
48150
48151 2006-01-26  Simon Josefsson  <jas@extundo.com>
48152
48153         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
48154         prototype is visible on mingw32.
48155
48156         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
48157         for mingw32.
48158
48159         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
48160         mingw32).
48161
48162 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
48163
48164         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
48165         attempt to open for write; this always fails, at least on POSIX
48166         hosts.  This reinstates the 2006-01-09 change, which was
48167         inadvertently removed.
48168
48169 2006-01-26  Bruno Haible  <bruno@clisp.org>
48170
48171         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
48172         Reported by Paul Eggert.
48173
48174 2006-01-26  Bruno Haible  <bruno@clisp.org>
48175             Paul Eggert  <eggert@cs.ucla.edu>
48176
48177         * lib/stdbool_.h (_Bool)
48178         [(! (defined __cplusplus || defined __BEOS__)
48179           && !defined __GNUC__
48180           && !(defined __HP_cc || defined __xlc__
48181                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
48182                || defined __sgi))]:
48183         #define to signed char in these cases too; this simplifies
48184         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
48185         etc., separately) and makes it more conservative.
48186
48187 2006-01-25  Simon Josefsson  <jas@extundo.com>
48188
48189         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
48190         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
48191         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
48192
48193 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48194
48195         * lib/argp-namefrob.h: Bugfix. Remove stray #
48196
48197 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
48198
48199         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
48200         so that we test the test.
48201         Check for yet another HP-UX cc bug involving *bool |= bool.
48202
48203 2006-01-25  Karl Berry  <karl@gnu.org>
48204
48205         * config/srclist.txt (vasnprintf.c): sync lost.
48206
48207 2006-01-25  Jim Meyering  <jim@meyering.net>
48208
48209         Sync from the stable (b5) branch of coreutils:
48210
48211         * lib/fts.c (fts_children): Don't let close() clobber errno from
48212         failed fchdir().
48213
48214         * lib/fts.c (fts_stat): When following a symlink-to-directory,
48215         don't necessarily interpret stat-fails+lstat-succeeds as indicating
48216         a dangling symlink.  That can also happen at least for ELOOP.
48217         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
48218         FYI, this bug predates the inclusion of fts.c in coreutils.
48219
48220         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
48221         in their own block, so pre-c99 compilers don't object.
48222
48223         Avoid the double-free (first in fts_read, second in fts_close) that
48224         would occur when an `active' directory is made inaccessible (e.g.,
48225         via chmod a-x) during a traversal.
48226         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48227         before returning.  Reproduce this failure by
48228         mkdir -p a/b; cd a; chmod a-x . b
48229         Reported by Stavros Passas.
48230
48231 2006-01-25  Jim Meyering  <jim@meyering.net>
48232
48233         * lib/fileblocks.c: Remove more useless parentheses.
48234         * lib/readutmp.h: Likewise.
48235
48236 2006-01-25  Bruno Haible  <bruno@clisp.org>
48237
48238         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
48239         warnings.
48240         Reported by Paul Eggert.
48241
48242 2006-01-25  Bruno Haible  <bruno@clisp.org>
48243
48244         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48245         rid of a trap command. For Solaris sh.
48246         Reported by Mark D. Baushke <mdb@gnu.org>.
48247
48248 2006-01-24  Simon Josefsson  <jas@extundo.com>
48249
48250         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48251         Bruno.
48252
48253 2006-01-24  Karl Berry  <karl@gnu.org>
48254
48255         * config/srclist.txt (argp-namefrob.h): sync lost.
48256
48257 2006-01-24  Jim Meyering  <jim@meyering.net>
48258
48259         * modules/openat (Files): Add lib/intprops.h.
48260         From Mark D. Baushke.
48261
48262 2006-01-24  Jim Meyering  <jim@meyering.net>
48263
48264         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
48265         Reported by Mark D. Baushke.
48266
48267 2006-01-24  Jim Meyering  <jim@meyering.net>
48268
48269         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
48270
48271 2006-01-24  Bruno Haible  <bruno@clisp.org>
48272
48273         * modules/strnlen (Maintainer): Change from glibc to all.
48274
48275 2006-01-24  Bruno Haible  <bruno@clisp.org>
48276
48277         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
48278         Patch by Paul Eggert.
48279
48280 2006-01-24  Bruno Haible  <bruno@clisp.org>
48281
48282         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
48283         already has it.
48284         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
48285         2005-11-26.
48286
48287         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
48288         'signed char' to avoid problems with the built-in _Bool type.
48289         Reported by Paul Eggert on 2005-11-26.
48290
48291 2006-01-24  Bruno Haible  <bruno@clisp.org>
48292
48293         * gnulib-tool (func_import): Avoid constructing complicated sed
48294         expressions inside backquote.
48295         Report and solution by Mark D. Baushke <mdb@gnu.org>.
48296
48297 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
48298
48299         These changes imported from libc.
48300         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
48301         test and two separate function calls.
48302         * lib/strndup.c (__strndup): Add libc_hidden_def.
48303
48304 2006-01-23  Simon Josefsson  <jas@extundo.com>
48305
48306         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48307         Remove the test_*_SOURCES variable: automake infers it by default.
48308         * modules/tls-tests: Likewise.
48309
48310 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48311
48312         Work around porting bugs reported by Dieter in
48313         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48314         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48315         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48316         Include "getopt.h" first, to check interface.
48317         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48318         !HAVE_DECL_GETENV.
48319         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48320         (__strndup): Revert to K&R-style function dfns, the glibc style.
48321         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48322         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48323         Include strnlen.h first, to get prototype properly.
48324         (strnlen): Renamed from __strnlen.
48325         Remove weak alias.
48326
48327 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48328
48329         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48330
48331 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48332
48333         * config/srclist.txt: Adjust to reflect glibc reorganization.
48334         This affects only comments.
48335
48336 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48337
48338          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48339          Reported by Bruce Korb <bkorb@gnu.org>.
48340
48341 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48342
48343         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48344         to pacify gcc -Wswitch-default.
48345
48346 2006-01-22  Bruno Haible  <bruno@clisp.org>
48347
48348         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48349         temporary buffer for sprintf, take into account the precision also
48350         for 'd', 'i', 'u', 'o', 'x', 'X'.
48351
48352 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48353
48354         * modules/argp-tests: New module
48355         * tests/test-argp.c: New file
48356         * tests/test-argp-2.sh: New file
48357
48358 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48359
48360         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48361         (__argp_base_name): Removed
48362         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48363         typo.
48364         (__argp_base_name): Provide macro definition or extern declaration
48365         depending on the configuration
48366
48367 2006-01-20  Simon Josefsson  <jas@extundo.com>
48368
48369         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48370
48371 2006-01-20  Simon Josefsson  <jas@extundo.com>
48372
48373         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48374
48375 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48376
48377         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48378         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48379         Suggested by Bruno Haible.
48380
48381 2006-01-20  Karl Berry  <karl@gnu.org>
48382
48383         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48384         until changes propagate, I guess.
48385
48386 2006-01-19  Simon Josefsson  <jas@extundo.com>
48387
48388         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48389
48390 2006-01-19  Simon Josefsson  <jas@extundo.com>
48391
48392         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48393
48394 2006-01-19  Simon Josefsson  <jas@extundo.com>
48395
48396         * gnulib-tool: Set check_PROGRAMS.
48397
48398         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48399         modules/des-tests, modules/gc-arcfour-tests,
48400         modules/gc-arctwo-tests, modules/gc-des-tests,
48401         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48402         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48403         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48404         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48405         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48406         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48407         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48408         test_*_SOURCES.
48409
48410 2006-01-18  Simon Josefsson  <jas@extundo.com>
48411
48412         * modules/socklen (Depends-on): Depend on sys_socket.
48413
48414 2006-01-18  Simon Josefsson  <jas@extundo.com>
48415
48416         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48417         modules/des-tests, modules/gc-arcfour-tests,
48418         modules/gc-arctwo-tests, modules/gc-des-tests,
48419         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48420         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48421         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48422         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48423         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48424         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48425         $(EXEEXT) to automake TESTS variable, for mingw32.
48426
48427 2006-01-17  Simon Josefsson  <jas@extundo.com>
48428
48429         * modules/socklen (Include): Need sys/socket.h.
48430
48431 2006-01-17  Bruno Haible  <bruno@clisp.org>
48432
48433         * modules/ssize_t (Include): Add <sys/types.h>.
48434
48435 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48436
48437         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48438         it's not portable and it doesn't work with cross-compiles.
48439         Problem reported by Bruno Haible.  Fix missing-$ typo in
48440         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48441         -zignore from being used with Sun's C compiler.
48442
48443 2006-01-12  Simon Josefsson  <jas@extundo.com>
48444
48445         * lib/base64.c: Fix warning, reported by Bruno Haible
48446         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48447
48448 2006-01-12  Bruno Haible  <bruno@clisp.org>
48449
48450         * modules/ldd: New file.
48451         * build-aux/ldd.sh.in: New file.
48452         * MODULES.html.sh (Support for building libraries and executables): Add
48453         ldd.
48454
48455 2006-01-12  Bruno Haible  <bruno@clisp.org>
48456
48457         * m4/ldd.m4: New file.
48458
48459 2006-01-12  Bruno Haible  <bruno@clisp.org>
48460
48461         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48462         endless loop while replacing $auxdir with build-aux.
48463
48464 2006-01-11  Simon Josefsson  <jas@extundo.com>
48465
48466         * lib/stdint_.h (SIZE_MAX): Add missing (.
48467
48468 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48469
48470         Sync from coreutils.
48471         * lib/md5.c: Fix commentary typos.
48472         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48473         * lib/md5.h (__attribute__): Remove; unused.
48474         * lib/sha1.c: Fix commentary to match md5 better.
48475         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48476         so that we don't need to worry about alignment.  All uses changed.
48477         This merges the 2005-10-28 md5 change into sha1.
48478
48479 2006-01-11  Jim Meyering  <jim@meyering.net>
48480
48481         Sync from coreutils.
48482         * lib/md5.c (OP): Fix spacing.
48483
48484 2006-01-11  Bruno Haible  <bruno@clisp.org>
48485
48486         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48487         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48488         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48489
48490 2006-01-11  Bruno Haible  <bruno@clisp.org>
48491
48492         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48493         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48494         the "early" section as well.
48495
48496 2006-01-11  Bruno Haible  <bruno@clisp.org>
48497
48498         Avoid "ar: no archive members specified" error on MacOS X.
48499         * gnulib-tool (func_modules_add_dummy): New function.
48500         (func_import, func_create_testdir): Invoke it.
48501
48502 2006-01-11  Bruno Haible  <bruno@clisp.org>
48503
48504         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48505         with $auxdir in AC_CONFIG_FILES statements.
48506
48507 2006-01-11  Bruno Haible  <bruno@clisp.org>
48508
48509         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48510         Initialize also noinst_HEADERS to empty.
48511
48512 2006-01-11  Bruno Haible  <bruno@clisp.org>
48513
48514         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48515         variables.
48516         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48517         autoreconf.
48518
48519 2006-01-11  Bruno Haible  <bruno@clisp.org>
48520
48521         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48522         overridable by the user.
48523         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48524
48525 2006-01-10  Simon Josefsson  <jas@extundo.com>
48526
48527         * modules/sys_socket: New file.
48528
48529 2006-01-10  Simon Josefsson  <jas@extundo.com>
48530
48531         * m4/sys_socket_h.m4: New file.
48532
48533 2006-01-10  Simon Josefsson  <jas@extundo.com>
48534
48535         * lib/socket_.h: New file.
48536
48537 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48538
48539         * modules/readutmp (Maintainer): Add myself.
48540
48541 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48542
48543         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48544         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48545         People who are still concerned with buggy memcmp implementations
48546         can invoke gl_FUNC_MEMCMP themselves.
48547
48548 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48549
48550         * lib/regex_internal.h (BITSET_WORD_BITS):
48551         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48552         preprocessor mishandles large unsigned values as if they were signed.
48553         Problem reported by Claudio Fontana in
48554         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48555
48556 2006-01-10  Jim Meyering  <jim@meyering.net>
48557
48558         Avoid the double-free (first in fts_read, second in fts_close) that
48559         would occur when an `active' directory is made inaccessible (e.g.,
48560         via chmod a-x) during a traversal.
48561         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48562         before returning.  Reproduce this failure by
48563         mkdir -p a/b; cd a; chmod a-x . b
48564         Reported by Stavros Passas.
48565
48566         Sync from coreutils.
48567         * lib/sha1.c: Tweak grammar in a comment.
48568
48569 2006-01-10  Jim Meyering  <jim@meyering.net>
48570
48571         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48572         Patch by Joerg Sonnenberger.
48573
48574 2006-01-10  Bruno Haible  <bruno@clisp.org>
48575
48576         * modules/readutmp: Depend on module free.
48577         * modules/strtok_r: Depend on module restrict.
48578
48579 2006-01-10  Bruno Haible  <bruno@clisp.org>
48580
48581         * modules/gettext (configure.ac): Add an invocation of
48582         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48583
48584 2006-01-10  Bruno Haible  <bruno@clisp.org>
48585
48586         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48587         Reported by Werner Lemberg <wl@gnu.org>.
48588
48589 2006-01-10  Bruno Haible  <bruno@clisp.org>
48590
48591         * lib/localcharset.c: Update from GNU gettext.
48592
48593 2006-01-10  Bruno Haible  <bruno@clisp.org>
48594
48595         * lib/argp.h (__const): Remove macro. Use const instead.
48596         * lib/argp-fmtstream.h (__const): Likewise.
48597         * lib/glob_.h (__const): Remove macro.
48598         * lib/glob-libc.h: Use const instead of __const.
48599
48600 2006-01-10  Bruno Haible  <bruno@clisp.org>
48601
48602         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48603         variable.
48604         Needed to avoid an automake error regarding the 'gettext' module.
48605
48606 2006-01-09  Simon Josefsson  <jas@extundo.com>
48607
48608         * modules/inet_ntop (Depends-on): Add restrict.
48609
48610 2006-01-09  Simon Josefsson  <jas@extundo.com>
48611
48612         * modules/gc-rijndael-tests (License): Put under LGPL.
48613
48614         * modules/gc-des-tests (License): Likewise.
48615
48616         * modules/gc-arcfour-tests (License): Likewise.
48617
48618         * modules/gc-arctwo-tests (License): Likewise.
48619
48620         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48621
48622         * modules/gc-hmac-sha1-tests (Files): Likewise.
48623
48624         * modules/gc-hmac-md5-tests (License): Likewise.
48625
48626         * modules/gc-sha1-tests (License): Likewise.
48627
48628         * modules/gc-md5-tests (License): Likewise.
48629
48630         * modules/gc-md4-tests (License): Likewise.
48631
48632         * modules/gc-md2-tests (License): Likewise.
48633
48634         * modules/gc-tests (License): Likewise.
48635
48636         * modules/des-tests (License): Likewise.
48637
48638         * modules/md4-tests (License): Likewise.
48639
48640         * modules/md2-tests (License): Likewise.
48641
48642 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48643
48644         Sync from coreutils:
48645
48646         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48647         * modules/lib-ignore: New file.
48648         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48649         chdir-safer.m4, lchmod.m4.
48650         * modules/openat: Add mkdirat.c, openat-priv.h.
48651
48652 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48653
48654         Sync from coreutils.
48655         * m4/lib-ignore.m4: New file.
48656         * m4/lchmod.m4: New file.
48657
48658 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48659
48660         Sync from coreutils.
48661         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48662         for write access: POSIX says that must fail.
48663         * lib/fts.c (diropen): Likewise.
48664         * lib/save-cwd.c (save_cwd): Likewise.
48665         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48666         well, for minor improvements on hosts that lack O_DIRECTORY.
48667         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48668         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48669         Fall back on chown if open failed with EACCES.
48670
48671         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48672         Report an error at compile-time if only a 1-second nominal clock
48673         resolution is found.
48674
48675         * lib/lchmod.h: New file.
48676         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48677         (make_dir_parents): Use lchown rather than chown, and
48678         lchmod rather than chmod.
48679
48680         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48681         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48682         "proc" reported by n0dalus.
48683
48684         * lib/mountlist.c: Include <limits.h>.
48685         (dev_from_mount_options)
48686         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48687         New function.  It no longer assumes "dev=" has the System V meaning
48688         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48689         (read_file_system_list)
48690         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48691         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48692         dev= in that case.
48693
48694         * lib/posixtm.h (PDS_PRE_2000): New macro.
48695         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48696         allow_century.  All usages changed.  Reject dates outside the range
48697         1969-1999 if PDS_PRE_2000 is used.
48698
48699 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48700
48701         Sync from coreutils.
48702         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48703         (Time of day items): Mention the possibility of leap seconds.
48704         Problem reported by Dr. David Alan Gilbert.
48705
48706 2006-01-09  Jim Meyering  <jim@meyering.net>
48707
48708         Sync from coreutils.
48709
48710         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48711
48712         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48713
48714         * lib/modechange.c (mode_compile): Reject an invalid mode string
48715         that starts with an octal digit.  From Andreas Gruenbacher.
48716
48717         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48718         and dup to open_safer and dup_safer, respectively.
48719         (openat_permissive): Fix typo in comment.
48720
48721         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48722         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48723         (_): Remove; no longer needed.
48724         (openat): Renamed from rpl_openat; no need for rpl_openat
48725         since openat.h renames openat for us.
48726         Replace most of the body with a call to openat_permissive,
48727         to avoid duplicate code.
48728         Port to (probably hypothetical) environments were mode_t is
48729         wider than int.
48730         (openat_permissive): Require mode arg, so that we can check
48731         types better.  Put it just after flags.  Change cwd failure
48732         indicator from pointer-to-bool to pointer-to-errno-value.
48733         All callers changed.
48734         Invoke openat_save_fail and/or openat_restore_fail if
48735         cwd_errno is null, so that openat can call us.
48736         (openat_permissive, fdopendir, fstatat, unlinkat):
48737         Simplify errno handling to avoid some duplicate code,
48738         as it's OK to set errno on success.
48739         * lib/openat.h: Revamp code so that function macros depend on
48740         __OPENAT_PREFIX only, not also on AT_FDCWD.
48741         (openat_ro): Remove.  Caller changed to use openat_permissive.
48742         (openat_permissive): Now a macro, if not a function.
48743         (openat_restore_fail, openat_save_fail): Now always functions,
48744         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48745
48746         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48747         and openat.c.
48748         * lib/mkdirat.c: Include openat-priv.h.
48749         Remove definitions of macros defined therein.
48750         * lib/openat.c: Likewise.
48751
48752         * lib/mkdirat.c (mkdirat): New file and function.
48753         * lib/openat.h (mkdirat): Declare.
48754
48755         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48756
48757         * lib/openat.h (openat_permissive): Declare.
48758         (openat_ro): Define.
48759
48760         * lib/openat.c (EXPECTED_ERRNO): New macro.
48761         (openat_permissive): New function -- used in remove.c rewrite.
48762         (all functions): Set errno just before returning, only if there
48763         was an actual failure.
48764         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48765
48766         Emulate openat-family functions using Linux's procfs, if possible.
48767         Idea and some code based on Ulrich Drepper's glibc changes.
48768
48769         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48770         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48771         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48772         before falling back on save_cwd and restore_cwd.
48773         (fdopendir, fstatat, unlinkat): Likewise.
48774
48775         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48776         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48777
48778         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48779         as second argument to va_arg.  Otherwise, some versions of gcc
48780         warn that `if this code is reached, the program will abort'.
48781
48782 2006-01-09  Jim Meyering  <jim@meyering.net>
48783
48784         Sync from coreutils.
48785         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48786         Require openat-priv.h.
48787
48788 2006-01-09  Bruno Haible  <bruno@clisp.org>
48789
48790         * modules/strnlen (Include): Use strnlen.h.
48791
48792 2006-01-09  Bruno Haible  <bruno@clisp.org>
48793
48794         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48795
48796 2006-01-09  Bruno Haible  <bruno@clisp.org>
48797
48798         * lib/sysexit_.h (EX_OK): New macro.
48799         Suggested by Martin Lambers <marlam@marlam.de>.
48800
48801 2006-01-09  Bruno Haible  <bruno@clisp.org>
48802
48803         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48804         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48805
48806 2006-01-09  Bruno Haible  <bruno@clisp.org>
48807
48808         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48809         numbers.
48810
48811 2006-01-09  Bruno Haible  <bruno@clisp.org>
48812
48813         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48814         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48815         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48816         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48817
48818 2006-01-09  Bruno Haible  <bruno@clisp.org>
48819
48820         * build-aux/javacomp.sh.in: New file, moved from lib/.
48821         * modules/javacomp-script (Files): Update.
48822         (configure.ac): Add AC_CONFIG_FILES invocation.
48823         (EXTRA_DIST): Remove variable.
48824
48825         * build-aux/javaexec.sh.in: New file, moved from lib/.
48826         * modules/javaexec (Files): Update.
48827         (configure.ac): Add AC_CONFIG_FILES invocation.
48828         (EXTRA_DIST): Remove javaexec.sh.in.
48829
48830         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48831         * modules/csharpcomp-script (Files): Update.
48832         (configure.ac): Add AC_CONFIG_FILES invocation.
48833         (EXTRA_DIST): Remove variable.
48834
48835         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48836         * modules/csharpexec (Files): Update.
48837         (configure.ac): Add AC_CONFIG_FILES invocation.
48838         (EXTRA_DIST): Remove csharpexec.sh.in.
48839
48840 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48841
48842         Sync from coreutils.
48843
48844         Add POSIX ACL support
48845         * lib/acl.h (copy_acl, set_acl): Add declarations.
48846         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48847         systems other than Linux.
48848         (chmod_or_fchmod): New function: use fchmod when possible,
48849         and chmod otherwise.
48850         (file_has_acl): Add a POSIX ACL implementation, with a
48851         Linux-specific subcase.
48852         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48853         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48854         acls are unsupported.
48855         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48856         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48857         are unsupported.
48858
48859 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48860
48861         Sync from coreutils.
48862         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48863
48864 2006-01-07  Bruno Haible  <bruno@clisp.org>
48865
48866         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48867         gl_EARLY.
48868
48869 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48870
48871         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48872         Problem reported for Mingw by Mark Junker.
48873
48874 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48875
48876         * README: Gnulib normally doesn't generate a tarball.
48877
48878 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48879
48880         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48881         long int, not int, for nanosecond counts, so that people who are
48882         used to POSIX struct timespec won't be surprised.  Reported by Jim
48883         Meyering.
48884
48885 2005-12-28  Bruno Haible  <bruno@clisp.org>
48886
48887         * build-aux/config.rpath: Update from GNU gettext.
48888
48889 2005-12-16  Jim Meyering  <jim@meyering.net>
48890
48891         * modules/fprintftime: New module.
48892         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48893
48894 2005-12-16  Jim Meyering  <jim@meyering.net>
48895
48896         * m4/fprintftime.m4: New file.
48897
48898 2005-12-16  Jim Meyering  <jim@meyering.net>
48899
48900         * lib/fprintftime.c, lib/fprintftime.h: New files.
48901
48902 2005-12-15  Simon Josefsson  <jas@extundo.com>
48903
48904         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48905         new m4/socklen.m4.
48906
48907 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48908
48909         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48910         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48911
48912 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48913
48914         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48915         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48916         struct uparams is valid. Fall back to the default values if it is
48917         not.
48918
48919 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48920
48921         * modules/argp (Files): Add argp-pin.c
48922         (Depends-on): dirname
48923         (lib_SOURCES): Add argp-pin.c
48924
48925 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48926
48927         * m4/argp.m4:  Check if program_invocation_name and
48928         program_invocation_short_name are declared and define appropriate
48929         macros if they are not.
48930
48931 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48932
48933         * lib/argp-help.c (__argp_base_name): New function
48934         (__argp_short_program_name): Rewrite using __argp_base_name
48935         * lib/argp-namefrob.h: Define program_invocation_name and
48936         program_invocation_short_name if requested
48937         (__argp_base_name): Add prototype
48938         * lib/argp-parse.c (argp_def): Use gettext wrappers
48939         (argp_default_parser): Use __argp_base_name
48940         * lib/argp-pin.c: New file. Defines program_invocation_name and
48941         program_invocation_short_name on systems that lack them.
48942
48943 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48944
48945         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48946         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48947         porting problem reported by Georg Schwarz in
48948         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48949
48950 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48951
48952         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48953         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48954         porting problem reported by Georg Schwarz in
48955         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48956
48957 2005-12-05  Bruno Haible  <bruno@clisp.org>
48958
48959         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48960         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48961         Reported by Mark Junker <mjscod@gmx.de>.
48962
48963 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48964
48965         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48966         Use implementation from Albert Chin, with some
48967         comments/corrections by Stepan Kasal and myself.
48968
48969 2005-12-02  Bruno Haible  <bruno@clisp.org>
48970
48971         * gnulib-tool (func_import): Accept GPLed build tool modules when
48972         --lgpl is given.
48973         * modules/csharpcomp-script: New file.
48974         * modules/csharpcomp: Depend on it.
48975         * modules/javacomp-script: New file.
48976         * modules/javacomp: Depend on it.
48977         Suggested by Simon Josefsson.
48978
48979 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48980
48981         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48982         statement, to work around an HP-UX 10.20 compiler bug reported by
48983         Peter O'Gorman.
48984
48985 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48986
48987         * modules/savedir (Depends-on): Add openat.
48988
48989 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48990
48991         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48992         (uintmax_t) [defined uintmax_t]: Do not declare.
48993         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48994         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48995         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48996         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48997         sake of portability to weird hosts that C allows (though we don't
48998         know of any practical examples).
48999
49000         * lib/savedir.h (fdsavedir): New decl.
49001         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
49002         contains most of the former guts of savedir.
49003         (savedir): Use savedirstream.
49004         Include "openat.h".
49005
49006 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49007
49008         * modules/obstack (Files): Add m4/ulonglong.m4.
49009         Problem reported by Davide Angelocola.
49010
49011 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
49012
49013         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
49014         coreutils no longer futzes with rounding modes.
49015
49016 2005-11-14  Jim Meyering  <jim@meyering.net>
49017
49018         * lib/mkstemp-safer.c: Include <config.h>, required for possible
49019         replacement of mkstemp.
49020
49021 2005-11-10  Simon Josefsson  <jas@extundo.com>
49022
49023         * lib/readline.c: Remove EOL.
49024
49025 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49026
49027         * modules/gethrxtime (Depends-on): Add gettime.
49028
49029 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49030
49031         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
49032         or gettimeofday; no longer needed.
49033
49034 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49035
49036         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
49037         time business.
49038         (gethrxtime) [! (HAVE_NANOUPTIME
49039         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
49040         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
49041         our own approximation.
49042
49043 2005-11-08  Eric Blake  <ebb9@byu.net>
49044
49045         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49046
49047 2005-11-08  Eric Blake  <ebb9@byu.net>
49048
49049         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49050
49051 2005-11-04  Bruno Haible  <bruno@clisp.org>
49052
49053         * gnulib-tool: Implement --update mode.
49054
49055 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49056
49057         Fix porting problem reported by Theodoros V. Kalamatianos.
49058         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
49059         Don't assume that futimes failing means we must fail.
49060
49061 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49062
49063         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
49064         variables to suggest the intended function of the PATH_MAX check.
49065
49066 2005-10-30  Kean Johnston  <jkj@sco.com>
49067
49068         Trivial changes to support SCO systems.
49069         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
49070         as PATH_MAX.
49071         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
49072         where __ptr is null when no I/O is pending.
49073
49074 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49075
49076         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
49077         leave errno alone.  Problem reported by Dmitry V. Levin.
49078
49079 2005-10-28  Simon Josefsson  <jas@extundo.com>
49080
49081         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
49082         Test more.
49083
49084         * tests/test-gc-md2.c, tests/test-md2.c: New files.
49085
49086         * modules/md2, modules/md2-tests: New files.
49087
49088 2005-10-28  Simon Josefsson  <jas@extundo.com>
49089
49090         * m4/inet_ntop.m4: More tests.
49091
49092         * m4/gc-md2.m4, md2.m4: New file.
49093
49094 2005-10-28  Simon Josefsson  <jas@extundo.com>
49095
49096         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
49097         "restrict" keywords, as per POSIX.  Protect the function
49098         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
49099         Don't use K&R prototypes.  Check the sprintf return values.
49100         Re-define EAFNOSUPPORT if not present.  Indent.
49101
49102         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
49103         suggested by Bruno Haible <bruno@clisp.org>.
49104
49105         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
49106
49107         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
49108
49109         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
49110         libgcrypt).
49111
49112         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
49113
49114         * lib/md2.h, lib/md2.c: New files.
49115
49116 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
49117
49118         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
49119         errno alone.  Problem reported by Frederic Jolliton.
49120
49121 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
49122
49123         * modules/verify (License): Change from GPL to LGPL.  This is a
49124         tiny module and there are apparently near-equivalents that are
49125         under the BSD license.
49126
49127 2005-10-24  Simon Josefsson  <jas@extundo.com>
49128
49129         * modules/sha1: Relicense to LGPL.
49130
49131 2005-10-24  Simon Josefsson  <jas@extundo.com>
49132
49133         * lib/md4.h: Shrink buffer size, now that we changed the type.
49134
49135 2005-10-23  Simon Josefsson  <jas@extundo.com>
49136
49137         * gnulib-tool (func_import): Fix --tests-base.
49138
49139 2005-10-22  Simon Josefsson  <jas@extundo.com>
49140
49141         * modules/arcfour (Depends-on): Need stdint.
49142
49143 2005-10-22  Simon Josefsson  <jas@extundo.com>
49144
49145         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
49146         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
49147
49148 2005-10-22  Simon Josefsson  <jas@extundo.com>
49149
49150         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
49151         suggested by Bruno Haible <bruno@clisp.org>.
49152
49153 2005-10-22  Simon Josefsson  <jas@extundo.com>
49154
49155         * lib/crc.h: Include stddef.h, for size_t.
49156
49157 2005-10-22  Simon Josefsson  <jas@extundo.com>
49158
49159         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
49160         arcfour_context struct (simplify test vector testing in GNU
49161         Shishi).
49162
49163 2005-10-21  Simon Josefsson  <jas@extundo.com>
49164
49165         * modules/des, modules/des-tests: New files.
49166
49167         * modules/gc-des, modules/gc-des-tests: New files.
49168
49169         * tests/test-des.c, tests/test-gc-des.c: New file.
49170
49171 2005-10-21  Simon Josefsson  <jas@extundo.com>
49172
49173         * modules/arctwo, modules/arctwo-tests: New files.
49174
49175         * tests/test-arctwo.c: New file.
49176
49177         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
49178
49179         * tests/test-gc-arctwo.c: New file.
49180
49181 2005-10-21  Simon Josefsson  <jas@extundo.com>
49182
49183         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
49184         Bruno Haible <bruno@clisp.org>.
49185
49186         * m4/gc-des.m4: New file.
49187
49188 2005-10-21  Simon Josefsson  <jas@extundo.com>
49189
49190         * m4/arctwo.m4: New file.
49191
49192         * m4/gc-arctwo.m4: New file.
49193
49194 2005-10-21  Simon Josefsson  <jas@extundo.com>
49195
49196         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
49197         block.
49198
49199 2005-10-21  Simon Josefsson  <jas@extundo.com>
49200
49201         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
49202         <bruno@clisp.org>.
49203
49204         * lib/hmac-sha1.c (hmac_sha1): Likewise.
49205
49206         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
49207         Bruno Haible <bruno@clisp.org>.
49208
49209         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
49210         <bruno@clisp.org>.
49211
49212 2005-10-21  Simon Josefsson  <jas@extundo.com>
49213
49214         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
49215
49216 2005-10-21  Simon Josefsson  <jas@extundo.com>
49217
49218         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
49219
49220 2005-10-21  Simon Josefsson  <jas@extundo.com>
49221
49222         * lib/des.h, lib/des.c: New files.
49223
49224         * lib/gc-gnulib.c: Support DES.c
49225
49226 2005-10-21  Simon Josefsson  <jas@extundo.com>
49227
49228         * lib/arctwo.h, lib/arctwo.c: New files.
49229
49230         * lib/gc-gnulib.c: Support ARCTWO.
49231
49232 2005-10-21  Simon Josefsson  <jas@extundo.com>
49233
49234         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
49235         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49236
49237 2005-10-21  Simon Josefsson  <jas@extundo.com>
49238
49239         * gnulib-tool (func_import, func_create_testdir): Define automake
49240         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49241         Makefile.am snippet),
49242         suggested by Bruno Haible <bruno@clisp.org>.
49243
49244         * modules/gc (Makefile.am): Use it.
49245
49246 2005-10-21  Bruno Haible  <bruno@clisp.org>
49247
49248         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49249         patch.
49250
49251 2005-10-19  Simon Josefsson  <jas@extundo.com>
49252
49253         * tests/test-gc-rijndael.c: New file.
49254
49255         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49256
49257 2005-10-19  Simon Josefsson  <jas@extundo.com>
49258
49259         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
49260         interface too.
49261
49262 2005-10-19  Simon Josefsson  <jas@extundo.com>
49263
49264         * tests/test-gc-arcfour.c: New file.
49265
49266         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
49267
49268 2005-10-19  Simon Josefsson  <jas@extundo.com>
49269
49270         * modules/gc-md4, modules/gc-md4-tests: New file.
49271
49272         * tests/test-gc-md4.c: New file.
49273
49274 2005-10-19  Simon Josefsson  <jas@extundo.com>
49275
49276         * m4/gc-md4.m4: New file.
49277
49278 2005-10-19  Simon Josefsson  <jas@extundo.com>
49279
49280         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
49281         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
49282         <kasal@ucw.cz>.
49283
49284 2005-10-19  Simon Josefsson  <jas@extundo.com>
49285
49286         * m4/gc-arcfour.m4: New file.
49287
49288         * m4/gc-rijndael.m4: New file.
49289
49290 2005-10-19  Simon Josefsson  <jas@extundo.com>
49291
49292         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
49293
49294 2005-10-19  Simon Josefsson  <jas@extundo.com>
49295
49296         * lib/gc-gnulib.c: Support ARCFOUR.
49297
49298 2005-10-19  Simon Josefsson  <jas@extundo.com>
49299
49300         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
49301         support.
49302
49303         * lib/gc.h: Add ECB enum type.
49304
49305         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49306
49307 2005-10-18  Simon Josefsson  <jas@extundo.com>
49308
49309         * tests/test-md5.c: New file.
49310
49311         * modules/md5-tests: New file.
49312
49313 2005-10-18  Simon Josefsson  <jas@extundo.com>
49314
49315         * tests/test-md4.c: New file.
49316
49317         * modules/md4, modules/md4-tests: New files.
49318
49319 2005-10-18  Simon Josefsson  <jas@extundo.com>
49320
49321         * m4/md4.m4: New file.
49322
49323 2005-10-18  Simon Josefsson  <jas@extundo.com>
49324
49325         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49326
49327 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49328
49329         * gnulib-tool (func_create_testdir): Omit the second check whether
49330         BUILT_SOURCES in nonempty.
49331
49332 2005-10-17  Simon Josefsson  <jas@extundo.com>
49333
49334         * tests/test-rijndael.c: New file.
49335
49336 2005-10-17  Simon Josefsson  <jas@extundo.com>
49337
49338         * modules/sha1: Depend on stdint instead of md5.
49339
49340         * modules/md5: Depend on stdint, remove uint32_t.
49341
49342 2005-10-17  Simon Josefsson  <jas@extundo.com>
49343
49344         * modules/gc-sha1-tests: New file.
49345
49346         * tests/test-gc-sha1.c: New file.
49347
49348 2005-10-17  Simon Josefsson  <jas@extundo.com>
49349
49350         * m4/md5.m4: Remove call to uint32_t.m4.
49351
49352 2005-10-17  Simon Josefsson  <jas@extundo.com>
49353
49354         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49355
49356         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49357         md5.h.
49358
49359         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49360
49361         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49362
49363 2005-10-17  Simon Josefsson  <jas@extundo.com>
49364
49365         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49366
49367 2005-10-17  Simon Josefsson  <jas@extundo.com>
49368
49369         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49370
49371 2005-10-17  Simon Josefsson  <jas@extundo.com>
49372
49373         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49374
49375         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49376
49377 2005-10-17  Bruno Haible  <bruno@clisp.org>
49378
49379         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49380         that it can also be used in a test.
49381
49382 2005-10-16  Bruno Haible  <bruno@clisp.org>
49383
49384         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49385         TESTS_ENVIRONMENT, so that individual tests can augment it.
49386
49387         * gnulib-tool (func_create_testdir): Use an intermediate target for
49388         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49389         macros, like $(ALLOCA_H), which cannot be passed through the command
49390         line.
49391
49392 2005-10-15  Simon Josefsson  <jas@extundo.com>
49393
49394         * modules/rijndael-tests: New file.
49395
49396         * modules/rijndael: New file.
49397
49398 2005-10-15  Simon Josefsson  <jas@extundo.com>
49399
49400         * m4/rijndael.m4: New file.
49401
49402 2005-10-15  Simon Josefsson  <jas@extundo.com>
49403
49404         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49405
49406         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49407
49408 2005-10-14  Simon Josefsson  <jas@extundo.com>
49409
49410         * tests/test-arcfour.c: New file.
49411
49412         * modules/arcfour, modules/arcfour-tests: New files.
49413
49414 2005-10-14  Simon Josefsson  <jas@extundo.com>
49415
49416         * m4/arcfour.m4: New file.
49417
49418 2005-10-14  Simon Josefsson  <jas@extundo.com>
49419
49420         * lib/arcfour.h, lib/arcfour.c: New files.
49421
49422 2005-10-14  Roland McGrath  <roland@redhat.com>
49423
49424         Import from libc.  [BZ #1331]
49425         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49426         macro argument.
49427         Reported by Matej Vela <vela@debian.org>.
49428
49429 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49430
49431         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49432         include <wchar.h>; no longer needed.
49433
49434 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49435
49436         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49437
49438 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49439         and  Ulrich Drepper  <drepper@redhat.com>
49440
49441         Import from libc.
49442         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49443         instead of inline stream orientation test and two separate
49444         function calls.  Pay no attention to USE_IN_LIBIO.
49445
49446 2005-10-13  Simon Josefsson  <jas@extundo.com>
49447
49448         * modules/gc-hmac-md5-tests: New file.
49449
49450         * tests/test-gc-hmac-sha1.c: New file.
49451
49452         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49453
49454         * modules/gc-hmac-md5-tests: New file.
49455
49456         * tests/test-gc-md5.c: New file.
49457
49458         * modules/gc-md5-tests: New file.
49459
49460 2005-10-13  Simon Josefsson  <jas@extundo.com>
49461
49462         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49463         Move memory allocation outside of loop.
49464
49465 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49466
49467         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49468         intermediate directory is in a read-only file system.  Problem
49469         reported by Eric Blake.
49470
49471 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49472
49473         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49474
49475 2005-10-12  Simon Josefsson  <jas@extundo.com>
49476
49477         * tests/test-hmac-sha1.c: New file.
49478
49479         * modules/hmac-sha1-tests: New file.
49480
49481         * modules/hmac-sha1: New file.
49482
49483 2005-10-12  Simon Josefsson  <jas@extundo.com>
49484
49485         * modules/gc-sha1: New file.
49486
49487 2005-10-12  Simon Josefsson  <jas@extundo.com>
49488
49489         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49490
49491         * tests/test-gc-pbkdf2-sha1.c: New file.
49492
49493 2005-10-12  Simon Josefsson  <jas@extundo.com>
49494
49495         * modules/gc-md5, modules/gc-hmac-md5: New files.
49496
49497         * modules/gc (Files): Remove md5, memxor and hmac files.
49498
49499 2005-10-12  Simon Josefsson  <jas@extundo.com>
49500
49501         * m4/gc-pbkdf2-sha1.m4: New file.
49502
49503         * m4/gc-hmac-sha1.m4: New file.
49504
49505         * m4/gc-sha1: New file.
49506
49507         * m4/hmac-sha1.m4: New file.
49508
49509 2005-10-12  Simon Josefsson  <jas@extundo.com>
49510
49511         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49512
49513         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49514
49515 2005-10-12  Simon Josefsson  <jas@extundo.com>
49516
49517         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49518         suggested by Bruno Haible <bruno@clisp.org>.
49519
49520 2005-10-12  Simon Josefsson  <jas@extundo.com>
49521
49522         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49523
49524 2005-10-12  Simon Josefsson  <jas@extundo.com>
49525
49526         * lib/gc-pbkdf2-sha1.c: New file.
49527
49528         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49529
49530 2005-10-12  Simon Josefsson  <jas@extundo.com>
49531
49532         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49533
49534         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49535
49536 2005-10-12  Simon Josefsson  <jas@extundo.com>
49537
49538         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49539         GC_USE_HMAC_MD5, respectively.
49540
49541         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49542         (gc_md5): Fix typo.
49543
49544         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49545
49546         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49547
49548         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49549
49550 2005-10-12  Bruno Haible  <bruno@clisp.org>
49551
49552         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49553         Reported by Stepan Kasal <kasal@ucw.cz>.
49554
49555 2005-10-11  Simon Josefsson  <jas@extundo.com>
49556
49557         * tests/test-crc.c: New file.
49558
49559         * modules/crc, modules/crc-tests: New files.
49560
49561 2005-10-11  Simon Josefsson  <jas@extundo.com>
49562
49563         * m4/crc.m4: New file.
49564
49565 2005-10-11  Simon Josefsson  <jas@extundo.com>
49566
49567         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49568
49569         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49570
49571         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49572
49573 2005-10-11  Simon Josefsson  <jas@extundo.com>
49574
49575         * lib/crc.h, lib/crc.c: New files.
49576
49577         * lib/gc.h (gc_hash_buffer): Add doc.
49578
49579 2005-10-11  Bruno Haible  <bruno@clisp.org>
49580
49581         * modules/c-strcasestr: New file.
49582         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49583
49584 2005-10-11  Bruno Haible  <bruno@clisp.org>
49585
49586         * modules/c-strcase: New file.
49587         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49588
49589 2005-10-11  Bruno Haible  <bruno@clisp.org>
49590
49591         * lib/strcasecmp.c: Include limits.h.
49592         (strcasecmp): Avoid integer overflow on exotic platforms.
49593         * lib/strncasecmp.c: Include limits.h.
49594         (strncasecmp): Avoid integer overflow on exotic platforms.
49595         Reported by Paul Eggert.
49596
49597 2005-10-11  Bruno Haible  <bruno@clisp.org>
49598
49599         * lib/c-strcasestr.h: New file, from GNU gettext.
49600         * lib/c-strcasestr.c: New file, from GNU gettext.
49601
49602 2005-10-11  Bruno Haible  <bruno@clisp.org>
49603
49604         * lib/c-strcase.h: New file, from GNU gettext.
49605         * lib/c-strcasecmp.c: New file, from GNU gettext.
49606         * lib/c-strncasecmp.c: New file, from GNU gettext.
49607
49608 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49609
49610         * modules/mempcpy (License): GPL -> LGPL.
49611         * modules/strchrnul (License): Likewise.
49612         * modules/sysexits (License): Likewise.
49613
49614 2005-10-08  Simon Josefsson  <jas@extundo.com>
49615
49616         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49617
49618 2005-10-07  Simon Josefsson  <jas@extundo.com>
49619
49620         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49621
49622 2005-10-06  Simon Josefsson  <jas@extundo.com>
49623
49624         * tests/test-hmac-md5.c: New file.
49625
49626         * modules/hmac-md5-tests: New file.
49627
49628         * modules/hmac-md5: New file.
49629
49630 2005-10-06  Simon Josefsson  <jas@extundo.com>
49631
49632         * m4/hmac-md5.m4: New file.
49633
49634         * m4/memxor.m4: Require gl_C_RESTRICT.
49635
49636 2005-10-06  Simon Josefsson  <jas@extundo.com>
49637
49638         * lib/memxor.c (memxor): Avoid casts and warnings.
49639
49640 2005-10-06  Simon Josefsson  <jas@extundo.com>
49641
49642         * lib/hmac-md5.c: New file.
49643
49644         * lib/hmac.h: New file.
49645
49646 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49647
49648         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49649         promotes to int, not unsigned int, to catch the AIX 5.3
49650         compiler bug.
49651
49652 2005-10-05  Simon Josefsson  <jas@extundo.com>
49653
49654         * modules/memxor: New file.
49655
49656         * modules/iconv (Files): Move config.rpath to havelib, it is used
49657         there.
49658
49659         * modules/havelib (Files): Add config.rpath.
49660
49661 2005-10-05  Simon Josefsson  <jas@extundo.com>
49662
49663         * m4/memxor.m4: New file.
49664
49665 2005-10-05  Simon Josefsson  <jas@extundo.com>
49666
49667         * lib/memxor.c (memxor): Fix compiler error.
49668
49669         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49670         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49671
49672         * lib/memxor.h, lib/memxor.c: New files.
49673
49674         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49675         we assume all systems have it, suggested by Jim Meyering
49676         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49677         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49678         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49679         same reasons.
49680
49681 2005-10-05  Simon Josefsson  <jas@extundo.com>
49682
49683         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49684
49685 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49686
49687         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49688         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49689         needed, since the source code now assumes these .h files.
49690
49691 2005-10-05  Derek Price  <derek@ximbiot.com>
49692
49693         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49694
49695 2005-10-05  Bruno Haible  <bruno@clisp.org>
49696
49697         * modules/stdint (License): Change to LGPL.
49698
49699 2005-10-04  Simon Josefsson  <jas@extundo.com>
49700
49701         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49702         D. Baushke" <mdb@gnu.org>.
49703
49704 2005-10-04  Bruno Haible  <bruno@clisp.org>
49705
49706         * lib/verify.h (verify_true): Provide alternative definition for C++.
49707
49708 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49709
49710         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49711         (SSIZE_MAX): New macro, if not already defined.
49712         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49713         than 2 GiB.
49714
49715 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49716
49717         Sync from coreutils.
49718         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49719         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49720         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49721         ULLONG_MAX doesn't work with 2.7.2.1.
49722
49723 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49724
49725         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49726         From Ben Pfaff.
49727
49728         * modules/exclude (Depends-on): Depend on verify.
49729         * modules/strtoimax (Depends-on): Likewise.
49730         * modules/utimecmp (Depends-on): Likewise.
49731
49732 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49733
49734         * lib/exclude.c: Include verify.h.
49735         (verify): Remove.  All callers changed to use verify.h's version.
49736         * lib/strtoimax.c: Likewise.
49737         * lib/utimecmp.c: Likewis.e
49738
49739         Sync from coreutils.
49740         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49741         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49742         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49743         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49744         bother returning ENOSYS if settimeofday or stime fails; just let
49745         them return whatever errno they want to return.
49746         * lib/utimens.c: Include unistd.h, for dup2.
49747         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49748         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49749
49750 2005-10-02  Jim Meyering  <jim@meyering.net>
49751
49752         Sync from coreutils.
49753         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49754         from glibc-2.2.5 that fails for read-only files.
49755
49756 2005-10-02  Jim Meyering  <jim@meyering.net>
49757
49758         Sync from coreutils.
49759         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49760         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49761         `#if HAVE_CONFIG_H'.
49762         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49763         Remove AT_FDCWD test.
49764         Do not consume the fd unless successful.
49765         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49766         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49767         block, so that we don't even try to compile it if settimeofday is
49768         available.  This works around a compilation failure on OSF1 V5.1,
49769         due to stime requiring a `long int*' while tv_sec is `int'.
49770
49771 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49772
49773         Sync from coreutils.
49774         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49775         against `yes', rather than just testing for nonempty.
49776
49777 2005-10-01  Simon Josefsson  <jas@extundo.com>
49778
49779         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49780         and Darwin.
49781
49782         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49783         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49784         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49785         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49786         Check if struct addrinfo is declared.
49787
49788 2005-10-01  Simon Josefsson  <jas@extundo.com>
49789
49790         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49791         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49792         AI_* and EAI_* definitions.  Protect function declarations.
49793
49794 2005-10-01  Jim Meyering  <jim@meyering.net>
49795
49796         Sync from coreutils.
49797
49798         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49799         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49800         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49801         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49802         in the inet and nsl libraries.  Required on Solaris 5.7.
49803
49804 2005-10-01  Jim Meyering  <jim@meyering.net>
49805
49806         Sync from coreutils.
49807         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49808         in the inet and nsl libraries.  Required on Solaris 5.7.
49809
49810 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49811
49812         * lib/getdelim.c (getdelim): Remove unused variables.
49813
49814 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49815
49816         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49817         so that the code works even with ancient cpp.  Portability problem
49818         with GCC 2.7.2.1 reported by Thomas M.Ott.
49819
49820 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49821
49822         * modules/regex (Depends-on): Add strcase.
49823
49824         * modules/gethostname (Licence): Change from GPL to LGPL, since
49825         gethostname.c is a trivial implementation of a standard library
49826         function.
49827         * modules/poll (License): Change from GPL to LGPL, since it's
49828         derived from LGPL code.
49829
49830 2005-09-27  Jim Meyering  <jim@meyering.net>
49831
49832         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49833         HAVE_CONFIG_H.
49834
49835         * lib/intprops.h (signed_type_or_expr__): Define.
49836         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49837         for unsigned types.
49838
49839 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49840
49841         * lib/verify.h (verify_expr): Remove, replacing with:
49842         (verify_true): New macro that returns true instead of void.
49843         (verify_type__): Remove.
49844         (verify): Use verify_true rather than verify_type__.
49845
49846 2005-09-26  Bruno Haible  <bruno@clisp.org>
49847
49848         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49849         is necessary.
49850         (lib_SOURCES): Remove mbchar.c.
49851         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49852         (Files): Add m4/mbrtowc.m4.
49853         * modules/mbiter: Likewise.
49854         * modules/mbuiter: Likewise.
49855
49856 2005-09-26  Bruno Haible  <bruno@clisp.org>
49857
49858         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49859         compile mbchar.c if they are not both present.
49860         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49861         * m4/mbiter.m4 (gl_MBITER): Likewise.
49862         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49863         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49864         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49865
49866 2005-09-25  Jim Meyering  <jim@meyering.net>
49867
49868         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49869         also uses socklen_t.
49870
49871 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49872
49873         * lib/utimens.c (ENOSYS): Define if not already defined.
49874         (futimens): Support having a null PATH if the file descriptor
49875         is nonnegative.
49876
49877         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49878         Remove.
49879         (__attribute): Define to empty unless GCC 3.1 or later.
49880         This works around a core dump on OpenBSD 3.4, which has GCC
49881         2.95.3, which dumps core when given __attribute__(()).  It also
49882         simplifies other tests, since we really don't want to bother with
49883         worrying about which ancient version of GCC supported what.
49884         Original problem reported by Yoann Vandoorselaere, with part of
49885         the fix suggested by Derek Price.
49886
49887 2005-09-24  Jim Meyering  <jim@meyering.net>
49888
49889         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49890         so we can once again use a positive bitfield width of 1 -- now we
49891         don't have to explain why we were using a bitfield width of 2.
49892
49893 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49894
49895         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49896         and similarly for the other external symbols.  Problem reported
49897         by James Gallager.
49898
49899         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49900         bug reported by Jim Meyering.
49901
49902         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49903         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49904         not needed, since socklen is a prerequisite module.
49905
49906 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49907
49908         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49909         Problem reported by Eric Blake.
49910         (getaddrinfo): Initialize se so that it's not garbage.
49911         Redo internal storage allocation so that it doesn't make unportable
49912         assumptions about alignment.
49913         Fix a memory leak.
49914
49915         * lib/utimens.c (futimens): Use futimesat if available.
49916         Prefer it to futimes since it doesn't have the futimes bug.
49917
49918         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49919         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49920         Instead, declare a function that returns a pointer to an array,
49921         and use verify_type__ to declare the size of the array.
49922         Problem and germ of a solution reported by Bruno Haible.
49923         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49924         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49925
49926 2005-09-23  Jim Meyering  <jim@meyering.net>
49927
49928         Sync from coreutils.
49929         Correct build failure (socklen_t not defined) on at least
49930         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49931         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49932
49933 2005-09-23  Jim Meyering  <jim@meyering.net>
49934
49935         * modules/getaddrinfo (Depends-on): Add socklen.
49936
49937 2005-09-23  Bruno Haible  <bruno@clisp.org>
49938
49939         * tests/test-verify.c: New file.
49940
49941 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49942
49943         Sync from coreutils.
49944
49945         * modules/argmatch (Depends-on): Add verify.
49946         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49947         unistd-safer.
49948         * modules/save-cwd (Depends-on): Likewise.
49949
49950         * modules/openat (Files): Add lib/openat-die.c.
49951         (Depends-on): Remove error, exitfail.
49952         Add dirname.
49953
49954         * modules/verify: New file.
49955         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49956         with "verify" module.
49957
49958 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49959
49960         Sync from coreutils.
49961
49962         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49963         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49964         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49965         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49966         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49967         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49968         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49969         Don't bother checking for string.h, stdlib.h, unistd.h.
49970         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49971         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49972         module's job.
49973         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49974         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49975
49976         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49977         (gl_GETDATE): Use it.
49978
49979         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49980
49981 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49982
49983         Sync from coreutils.
49984
49985         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49986         stat-time.h.
49987         * lib/argmatch.h: Include verify.h
49988         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49989         (ARGMATCH_ASSERT): Remove; unused.
49990         * lib/canonicalize.c: Assume STDC_HEADERS.
49991         * lib/exclude.c: Include "strcase.h".
49992         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49993         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49994         and stdio-safer.h.
49995         (getusershell): Call fopen, not fopen_safer.
49996         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49997         Do not include unistd-safer.h.
49998         (save_cwd): Don't call fd_safer; no longer needed
49999         now that we include fcntl--.h.
50000
50001         * lib/getdate.y (relative_time): New type.
50002         (RELATIVE_TIME_0): New constant.
50003         (parser_control): Use relative_time instead of doing it ourselves.
50004         (%union): Add new relative_time rel member.
50005         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
50006         Now typeless.
50007         (relunit, relunit_snumber): Now of type rel.
50008         (zone, rel, relunit, get_date): Adjust to above changes.
50009
50010         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
50011         Do not include unistd-safer.h.
50012         (getloadavg): Don't call fd_safer; no longer needed
50013         now that we include fcntl--.h.
50014
50015         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
50016         (make_dir_parents): Treat ENOSYS like EEXIST.
50017
50018         Improve quality of diagnostics on restore_cwd failure.
50019         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
50020         (make_dir_parents): Last arg is now int * (for errno), not bool *.
50021         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
50022         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
50023         each time through the loop.  Do not diagnose restore_cwd failure;
50024         that is the caller's job (and perhaps the caller does not care).
50025
50026         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
50027         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
50028         If the file already exists but is not a directory, don't bother
50029         to try to make its parents.
50030         Close potential file descriptor leak if we can't chdir("/") (!).
50031         Don't always return true if chdir($PWD) fails; return true only
50032         if the requested action was done successfully (except for the
50033         chdir($PWD)).
50034         Don't log final directory unless we actually made it.
50035         Refactor to avoid duplicate code to fix up permissions.
50036         Don't attempt to fix up parent permissions if chdir($PWD) fails.
50037
50038         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
50039         to make it a bit faster and (I hope) clearer.
50040         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
50041         Fix bug in formats like %2N.
50042
50043         * lib/verify.h: New file.
50044
50045 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50046
50047         Sync from coreutils.
50048         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
50049
50050 2005-09-22  Jim Meyering  <jim@meyering.net>
50051
50052         Sync from coreutils.
50053
50054         * m4/lstat.m4 (gl_FUNC_LSTAT):
50055         Use AC_LIBSOURCES to require lstat.c and lstat.h.
50056         Remove obsolete comment.
50057         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
50058         * m4/xstrtod.m4: Likewise.
50059
50060         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
50061
50062 2005-09-22  Jim Meyering  <jim@meyering.net>
50063
50064         Sync from coreutils.
50065
50066         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
50067
50068         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
50069         the .tm_year member, since otherwise gcc-4.0 would now warn about
50070         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
50071
50072         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
50073         order to avoid an unsuppressible warning from gcc on 64-bit systems.
50074
50075         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
50076         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
50077         when run in a time zone for which daylight savings time is in effect
50078         for the starting date.
50079
50080         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
50081         stop us from restricting permissions of just-created absolute-named
50082         directories.
50083         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
50084         to restore initial working directory.
50085         * lib/mkdir-p.c (make_dir_parents): New parameter:
50086         different_working_dir, to tell caller if/when we change the working
50087         directory and are unable to return to the initial one.
50088         * lib/mkdir-p.h (make_dir_parents): Update prototype.
50089         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
50090         `return false'.  This fixes a bug introduced on 2004-07-30.
50091
50092         * lib/openat.c (fdopendir): Be sure to close the supplied
50093         file descriptor before returning.  This makes our replacement
50094         implementation a little closer to Solaris's, where fdopendir
50095         ties the file descriptor to the returned DIR* pointer.
50096         * lib/openat.c (unlinkat): New function.
50097         * lib/openat.h (unlinkat): Add prototype.
50098         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
50099         (openat_restore_fail): Rename from openat_restore_die.
50100         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
50101
50102         Provide an alternative to exiting immediately upon save_cwd or
50103         restore_cwd failure.  Now, an application can arrange e.g.,
50104         to perform a longjump in that case.
50105         * lib/openat.c: Include dirname.h.
50106         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
50107         (rpl_openat, fdopendir, fstatat): Call openat_save_die
50108         and openat_restore_die rather than calling error directly.
50109         Don't include "error.h" or "exitfail.h"; they're no longer needed.
50110
50111         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
50112         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
50113         define.
50114
50115         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
50116         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
50117                             int utc, int nanoseconds);
50118         Background:
50119         date should not have to allocate a megabyte of virtual memory to
50120         handle a format argument like +%1048575T.  When implemented with
50121         strftime, it must allocate such a buffer, use strftime to fill it
50122         in, print it, then free it.
50123         With fprintftime, it simply prints everything and exits.
50124         With no need for memory allocation, that's one fewer way to fail.
50125         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
50126         optional field width, not before, so we accept %9:z, not %:9z.
50127         (my_strftime): Be sure to use L_('x') for literals.
50128
50129         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
50130         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
50131         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
50132         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
50133         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
50134         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
50135         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
50136         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
50137         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
50138         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
50139         * lib/xgethostname.c, lib/xreadlink.c:
50140         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
50141
50142         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
50143         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
50144         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
50145         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50146         and don't include <sys/file.h>).
50147
50148 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
50149
50150         Sync from coreutils.
50151
50152         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
50153         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
50154         [!LDAV_DONE]: Avoid unused variable warning.
50155
50156 2005-09-21  Bruno Haible  <bruno@clisp.org>
50157
50158         * lib/unicodeio.h (unicode_to_mb): New declaration.
50159
50160 2005-09-20  Derek Price  <derek@ximbiot.com>
50161
50162         * lib/getaddrinfo.c: Don't include <netdb.h> included from
50163         getaddrinfo.h.
50164
50165 2005-09-20  Bruno Haible  <bruno@clisp.org>
50166
50167         * gnulib-tool: Remove trailing slashes from the values specified for
50168         --source-base, --m4-base, --tests-base, --aux-dir.
50169         Suggested by Simon Josefsson <jas@extundo.com>.
50170
50171 2005-09-20  Bruno Haible  <bruno@clisp.org>
50172
50173         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
50174         func_modules_to_filelist, func_import, func_create_testdir): Make all
50175         sorting results locale-independent, so that gnulib-cache.m4 doesn't
50176         change when gnulib-tool is invoked in a different locale.
50177
50178 2005-09-19  Simon Josefsson  <jas@extundo.com>
50179
50180         * m4/socklen.m4: Fix typo.
50181
50182 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50183
50184         Use a consistent style for including <config.h>.
50185         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
50186         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
50187         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
50188         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
50189         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
50190         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
50191         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
50192         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
50193         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
50194         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
50195         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
50196         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
50197         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
50198         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
50199         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
50200         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
50201         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
50202         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
50203         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
50204         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
50205         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
50206         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
50207         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
50208         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
50209         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
50210         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
50211         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
50212         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
50213         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
50214         lib/xstrtoumax.c, lib/yesno.c:
50215         Standardize inclusion of config.h.
50216         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
50217         lib/inttostr.h:  Removed inclusion of config.h from header files.
50218         * lib/inttostr.c:  Adjusted in-tree users.
50219         * lib/timespec.h: Remove superfluous warning to include config.h.
50220         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
50221         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
50222         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
50223         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
50224         config.h with HAVE_CONFIG_H.
50225
50226 2005-09-19  Jim Meyering  <jim@meyering.net>
50227
50228         * modules/pathmax (License): Change to LGPL.
50229
50230 2005-09-19  Derek Price  <derek@ximbiot.com>
50231
50232         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
50233
50234 2005-09-19  Bruno Haible  <bruno@clisp.org>
50235
50236         * gnulib-tool (import): Provide default for --tests-base.
50237
50238 2005-09-19  Bruno Haible  <bruno@clisp.org>
50239
50240         * doc/quote.texi: New file, extracted from gnulib.texi.
50241         * doc/ctime.texi: New file, extracted from gnulib.texi.
50242         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50243         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50244         * doc/gnulib.texi: Include them.
50245
50246 2005-09-18  Bruno Haible  <bruno@clisp.org>
50247
50248         Portability fix.
50249         * gnulib-tool (func_readlink): New function.
50250         (func_ln_if_changed): Use it.
50251
50252 2005-09-18  Bruno Haible  <bruno@clisp.org>
50253
50254         * gnulib-tool: Support --with-tests also with --import.
50255         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50256         (func_import): Use variables $testsbase and $inctests. Emit a
50257         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50258         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50259         SUBDIRS += $testsdir.
50260         (func_create_testdir): Update.
50261
50262 2005-09-18  Bruno Haible  <bruno@clisp.org>
50263
50264         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
50265         instead of $dry_run.
50266         (func_cp_if_changed, func_mv_if_changed): Remove functions.
50267         (func_ln_if_changed): Don't handle dry-run here.
50268         (func_import): In dry-run mode, detect more precisely which actions
50269         would be performed, and don't use "...ing" verbs.
50270
50271 2005-09-18  Bruno Haible  <bruno@clisp.org>
50272
50273         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
50274         (func_import): Use join on two temporary files instead of three nested
50275         loops, in order to determine which files are new or old.
50276
50277 2005-09-18  Bruno Haible  <bruno@clisp.org>
50278
50279         * gnulib-tool (func_import): Comment out code that spits out the
50280         new files with --dry-run.
50281
50282 2005-09-18  Bruno Haible  <bruno@clisp.org>
50283
50284         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
50285
50286 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50287
50288         * lib/stat-time.h: New file.
50289         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
50290         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
50291         in a different way.
50292         (timespec_cmp): New function.
50293         * lib/utimecmp.c: Include stat-time.h.
50294         (SYSCALL_RESOLUTION): Depend on whether various struct stat
50295         members exist, not on the obsolescent ST_MTIM_NSEC.
50296         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
50297
50298 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50299
50300         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
50301
50302 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50303
50304         * MODULES.html.sh (File system functions): Add stat-time.
50305         * modules/stat-time: New file.
50306         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50307         is now done in a different way, by the stat-time module.
50308         * modules/utimecmp (Depends-on): Add stat-time.
50309
50310 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
50311
50312         * m4/st_mtim.m4: Remove.  Superseded by...
50313         * m4/stat-time.m4: New file.
50314         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50315         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50316
50317 2005-09-15  Derek Price  <derek@ximbiot.com>
50318
50319         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50320
50321 2005-09-15  Derek Price  <derek@ximbiot.com>
50322
50323         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50324         * lib/regex_internal.c: Ditto, using this...
50325         (__GNUC_PREREQ): ...new macro.
50326         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50327         using...
50328         (__GNUC_PREREQ): ...this new macro.
50329
50330         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50331
50332 2005-09-15  Derek Price  <derek@ximbiot.com>
50333             Paul Eggert  <eggert@cs.ucla.edu>
50334
50335         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50336         changes, consolidating in...
50337         * lib/regex_internal.h: ...this file.
50338
50339 2005-09-13  Jim Meyering  <jim@meyering.net>
50340
50341         * lib/canon-host.c: Filter through gnu indent and reword comments
50342         slightly.
50343         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50344
50345 2005-09-13  Derek Price  <derek@ximbiot.com>
50346
50347         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50348         failure.
50349         Reported by Jim Meyering  <jim@meyering.net>.
50350
50351 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50352
50353         * lib/base64.c: Typo.
50354         (base64_encode): Put b64str in initialized data section.
50355
50356 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50357
50358         Merge glibc and coreutils changes into gnulib, plus a few
50359         extra fixes.
50360         * lib/md5.c: Use #error rather than a string.
50361         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50362         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50363         (__attribute__): Define to empty for non recent-GCC.
50364         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50365         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50366         Renamed from their non-__ counterparts, with new macros replacing
50367         them if not _LIBC.  Add __THROW attribute.
50368         (rol): Remove.
50369         (struct md5_ctx): Align buffer if using GCC.
50370         * lib/sha1.h (struct sha1_ctx): Likewise.
50371         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50372         The old name was backwards.
50373         (NOTSWAP): Remove; not used.
50374         (rol): New macro, moved here from md5.h.
50375         (sha1_process_block): Remove a FIXME that doesn't make sense.
50376
50377 2005-09-12  Derek Price  <derek@ximbiot.com>
50378
50379         Return usable errors from canon-host.
50380         * lib/canon-host.h: New file.
50381         * lib/canon-host.c (canon_host): Wrap...
50382         (canon_host_r): ...this new function, which now relies exclusively on
50383         getaddrinfo.
50384         (ch_strerror): New function.
50385         (last_cherror): New global.
50386         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50387         interface.
50388         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50389         void *.
50390         (freeaddrinfo): Free ai->ai_canonname when set.
50391
50392 2005-09-12  Derek Price  <derek@ximbiot.com>
50393
50394         Make canon-host require getaddrinfo.
50395         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50396         AC_LIBSOURCE canon-host.h.  Call...
50397         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50398         gl_GETADDRINFO.
50399         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50400
50401 2005-09-12  Derek Price  <derek@ximbiot.com>
50402
50403         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50404         LGPL.
50405         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50406
50407 2005-09-12  Derek Price  <derek@ximbiot.com>
50408
50409         * lib/gai_strerror.c: Include config.h when available.  Include
50410         getaddrinfo.h before other headers to test interface.
50411         Reported by Larry Jones <lawrence.jones@ugs.com>.
50412
50413 2005-09-12  Derek Price  <derek@ximbiot.com>
50414             Paul Eggert  <eggert@cs.ucla.edu>
50415
50416         * modules/glob (Files): Add glob-libc.h.
50417
50418 2005-09-12  Derek Price  <derek@ximbiot.com>
50419             Paul Eggert  <eggert@cs.ucla.edu>
50420
50421         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50422         glob_.h, glob-libc.h.
50423         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50424
50425 2005-09-12  Derek Price  <derek@ximbiot.com>
50426             Paul Eggert  <eggert@cs.ucla.edu>
50427
50428         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50429         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50430         protecting things that should be done only in gnulib contexts.
50431         * lib/glob_.h: New file, containing only the glob things needed for
50432         gnulib.
50433         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50434         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50435         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50436         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50437         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50438         and to respect the namespace rules better.
50439
50440 2005-09-08  Simon Josefsson  <jas@extundo.com>
50441
50442         * modules/socklen: New file.
50443
50444 2005-09-08  Simon Josefsson  <jas@extundo.com>
50445
50446         * m4/socklen.m4: New file.
50447
50448 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50449
50450         * modules/utimens (Files): Add m4/utimbuf.m4, since
50451         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50452         Reported by Sergey Poznyakoff.
50453
50454 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50455
50456         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50457         definitions, since that's the preferred style in glibc.
50458         Fix a minor spacing issue, and update copyright notice to match
50459         glibc's.
50460
50461 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50462
50463         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50464
50465 2005-09-06  Simon Josefsson  <jas@extundo.com>
50466
50467         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50468         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50469
50470 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50471
50472         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50473         warning.
50474
50475 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50476
50477         * config/srclist.txt: Add glibc bug 1302.
50478
50479 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50480
50481         Change bitset word type from unsigned int to unsigned long int,
50482         as this has better performance on typical 64-bit hosts.
50483         Port bitset code to hosts with unusual word sizes.
50484         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50485         (build_collating_symbol):
50486         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50487         argument is a bitset.  This is merely a style issue, but it makes
50488         it clearer that an entire array is expected.
50489         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50490         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50491         Port to the case where bitset_word is not the same as unsigned int.
50492         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50493         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50494         Likewise.
50495         * lib/regexec.c (check_dst_limits_calc_pos_1,
50496         check_subexp_matching_top):
50497         (build_trtable, group_nodes_into_DFAstates):
50498         Likewise.
50499         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50500         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50501         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50502         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50503         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50504         * lib/regcomp.c (optimize_subexps, lower_subexp):
50505         Work even if bitset_word has holes in its bitwise representation.
50506         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50507         * lib/regexec.c (check_dst_limits_calc_pos_1,
50508         check_subexp_matching_top):
50509         Likewise.
50510         * lib/regex_internal.c (re_string_reconstruct):
50511         Don't assume UCHAR_MAX == 255.
50512         * lib/regex_internal.h (bitset_set_all): Likewise.
50513         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50514         All uses changed.
50515         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50516         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50517         All uses changed.
50518         (BITSET_WORD_MAX): New macro.
50519         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50520         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50521         (bitset_empty, bitset_copy):
50522         Prefer sizeof (bitset) to multiplying it out ourselves.
50523         (bitset_not_merge): Remove; unused.
50524         (bitset_contain): Return bool, not unsigned int with one bit on.
50525         All callers changed.
50526         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50527         alignment than re_node_set; do this by defining a new internal
50528         type struct dests_alloc and using it to allocate memory.
50529
50530 2005-09-05  Bruno Haible  <bruno@clisp.org>
50531
50532         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50533         links.
50534
50535 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50536
50537         * modules/size_max (Makefile.am): Add size_max.h
50538
50539 2005-09-04  Derek Price  <derek@ximbiot.com>
50540
50541         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50542
50543 2005-09-03  Simon Josefsson  <jas@extundo.com>
50544
50545         * gnulib-tool: Fix typo.
50546
50547 2005-09-03  Simon Josefsson  <jas@extundo.com>
50548
50549         * config/srclist.txt: Add glibc bug 1293.
50550
50551 2005-09-03  Derek Price  <derek@ximbiot.com>
50552
50553         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50554         From Larry Jones <lawrence.jones@ugs.com>.
50555
50556 2005-09-02  Simon Josefsson  <jas@extundo.com>
50557
50558         * modules/socklen: New file.
50559
50560 2005-09-02  Simon Josefsson  <jas@extundo.com>
50561
50562         * modules/havelib: New module.
50563
50564         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50565         Use havelib.
50566
50567 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50568
50569         Check for arithmetic overflow when calculating sizes, to prevent
50570         some buffer-overflow issues.  These patches are conservative, in the
50571         sense that when I couldn't determine whether an overflow was possible,
50572         I inserted a run-time check.
50573         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50574         macros.
50575         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50576         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50577         (re_xnrealloc, re_x2nrealloc): New inline functions.
50578         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50579         parse_bracket_exp):
50580         (build_equiv_class, build_charclass): Check for arithmetic overflow
50581         in size expression calculations.
50582         * lib/regex_internal.c (re_string_realloc_buffers):
50583         (build_wcs_upper_buffer, re_node_set_add_intersect):
50584         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50585         (re_dfa_add_node, register_state): Likewise.
50586         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50587         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50588         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50589         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50590
50591 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50592
50593         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50594         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50595
50596 2005-09-02  Bruno Haible  <bruno@clisp.org>
50597
50598         Support for lib vs. lib64 distinction on biarch platforms.
50599         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50600         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50601         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50602
50603 2005-09-02  Bruno Haible  <bruno@clisp.org>
50604
50605         * gnulib-tool (import): In the other first-use case, provide defaults
50606         as well.
50607
50608 2005-09-02  Bruno Haible  <bruno@clisp.org>
50609
50610         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50611         patches not yet found in the latest gettext release.
50612
50613 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50614
50615         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50616         to avoid a collision with bits/local_lim.h in glibc.
50617         All uses changed.  Problem reported by Dmitry V. Levin in
50618         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50619
50620         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50621         bugs in int versus size_t comparisons.
50622         (re_string_context_at): Fix bug where the code assumed that
50623         Idx is signed.
50624
50625         Use bool where appropriate.
50626         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50627         All callers changed.
50628         (calc_eclosure_iter): Likewise, for ROOT arg.
50629         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50630         (build_charclass_op): Likewise, for NON_MATCH arg.
50631         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50632         (re_string_construct_common): Likewise, for ICASE arg.
50633         * lib/regexec.c (re_search_2_stub, re_search_stub):
50634         Likewise, for RET_LEN arg.
50635         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50636         (set_regs): Likewise, for FL_BACKTRACK arg.
50637         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50638         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50639         (calc_eclosure_iter, parse_bracket_exp):
50640         Use bool for internal variables that are booleans.
50641         * lib/regexec.c (re_search_internal, check_matching,
50642         proceed_next_node):
50643         (set_regs, build_sifted_states, sift_states_bkref):
50644         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50645         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50646         (find_collation_sequence_value):
50647         Likewise.
50648         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50649         (re_node_set_compare):
50650         Return bool, not int. All callers changed.
50651         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50652         (build_trtable, check_node_accept): Likewise.
50653         * lib/regex_internal.h: Include stdbool.h.
50654
50655         Fix bugs uncovered when converting to bool.
50656         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50657         failure instead of charging ahead blindly.
50658         * lib/regex_internal.c (register_state): Likewise.
50659         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50660         for freeing internal storage.
50661         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50662         bitset pieces used as boolean, to avoid undefined behavior
50663         on hosts that do int overflow checking.
50664
50665 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50666
50667         * config/srclist.txt: Add glibc bugs 1285-1287.
50668
50669 2005-09-01  Jim Meyering  <jim@meyering.net>
50670
50671         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50672         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50673         Require gl_STAT_MACROS, too.
50674
50675 2005-09-01  Bruno Haible  <bruno@clisp.org>
50676
50677         * gnulib-tool (import): In the first-use case, provide defaults.
50678
50679 2005-09-01  Bruno Haible  <bruno@clisp.org>
50680
50681         * gnulib-tool (func_import): Remove the .tmp files.
50682
50683 2005-09-01  Bruno Haible  <bruno@clisp.org>
50684
50685         * gnulib-tool (func_import): Fix handling of symbolic links.
50686
50687 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50688
50689         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50690         old glibc regex code mishandles strings longer than 2**31 bytes.
50691         This patch fixes this when the regex code is used in gnulib
50692         (i.e., outside glibc).
50693
50694         This patch should not affect the use of the regex code inside
50695         glibc.  No doubt this problem also needs to be handled for glibc
50696         as well, but the result will be an incompatible change to the
50697         glibc ABI, and the old ABI will have to be supported too.  That
50698         can be the the subject for another patch.
50699
50700         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50701         governing whether the rest of this patch is active.  By default,
50702         the macro is disabled and the patch has no effect.
50703         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50704         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50705         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50706         (re_match_2, re_set_registers): Use the new types.
50707         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50708         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50709         New macros.
50710         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50711         (re_string_context_at, bin_tree_t, re_dfastate_t):
50712         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50713         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50714         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50715         (re_string_char_size_at, re_string_wchar_at):
50716         (re_string_elem_size_at):
50717         Use the new types and macros to port to 64-bit hosts.
50718         Use unsigned types for internal values, so that the code
50719         mostly works even for arrays larger than SSIZE_MAX.
50720         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50721         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50722         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50723         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50724         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50725         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50726         (calc_inveclosure, parse_dup_op, build_range_exp):
50727         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50728         (fetch_number, create_token_tree, mark_opt_subexp):
50729         Likewise.
50730         * lib/regex_internal.c (re_string_construct_common,
50731         create_ci_newstate):
50732         (create_cd_newstate, re_string_allocate, re_string_construct):
50733         (re_string_realloc_buffers, build_wcs_upper_buffer):
50734         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50735         (re_string_reconstruct, re_string_peek_byte_case):
50736         (re_string_fetch_byte_case, re_string_context_at):
50737         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50738         (re_node_set_init_copy, re_node_set_add_intersect):
50739         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50740         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50741         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50742         (re_acquire_state, re_acquire_state_context, register_state):
50743         Likewise.
50744         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50745         search_cur_bkref_entry):
50746         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50747         (re_search_internal, re_search_2_stub, re_search_stub)
50748         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50749         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50750         (update_cur_sifted_state, check_dst_limits):
50751         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50752         (check_subexp_limits, sift_states_bkref, merge_state_array):
50753         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50754         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50755         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50756         (expand_bkref_cache, check_node_accept_bytes):
50757         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50758         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50759         (acquire_init_state_context, check_halt_node_context):
50760         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50761         (sift_states_backward, clean_state_log_if_needed):
50762         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50763         (find_recover_state, transit_state_sb, transit_state_mb):
50764         (transit_state_bkref, build_trtable, match_ctx_clean):
50765         Likewise.
50766         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50767         to work around an assumption that REG_MISSING is negative.
50768
50769         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50770         (seek_collating_symbol_entry) [defined _LIBC]:
50771         (lookup_collation_sequence_value) [defined _LIBC]:
50772         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50773         Use prototypes rather than old-style function definitions.
50774         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50775         (transit_state_sb) [0]:
50776         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50777
50778         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50779         rm_eo.
50780
50781         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50782         (optimize_subexps, lower_subexp):
50783         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50784         since the signed shift might overflow.  Use 1u<<31 instead.
50785         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50786         Likewise.
50787         * lib/regexec.c (check_dst_limits_calc_pos_1,
50788         check_subexp_matching_top): Likewise.
50789
50790         * lib/regcomp.c (optimize_subexps, lower_subexp):
50791         Use CHAR_BIT rather than 8, for clarity.
50792         * lib/regexec.c (check_dst_limits_calc_pos_1):
50793         (check_subexp_matching_top): Likewise.
50794         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50795         have to worry about portability issues when shifting it left.
50796         Remove no-longer-needed test for table_size > 0.
50797         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50798         in a word, as the resulting behavior is undefined.
50799         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50800         in one case, a <= should have been an <, and in another case the
50801         whole test was missing.
50802         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50803         the standard name CHAR_BIT.
50804         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50805         this is not true on one's complement and signed-magnitude hosts.
50806
50807         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50808         next_last_offset.
50809         (struct re_dfa_t): Remove unused member states_alloc.
50810         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50811
50812 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50813
50814         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50815         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50816         and large-file glibc and in 32-bit large-file Solaris.
50817
50818 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50819
50820         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50821         lengths fit in regoff_t; this isn't true if regoff_t is the same
50822         width as size_t.
50823         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50824         (= START + RANGE) instead of RANGE.  This avoids overflow
50825         problems when regoff_t is the same width as size_t.
50826         All callers changed.
50827         (re_search_2_stub): Check for overflow when adding the
50828         sizes of the two strings.
50829         (re_search_stub): Check for overflow when adding START
50830         to RANGE; if it occurs, substitute the extreme value.
50831
50832 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50833
50834         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50835
50836 2005-08-31  Jim Meyering  <jim@meyering.net>
50837
50838         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50839         a pointer-to-const.
50840         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50841         (register_state): Likewise.
50842         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50843         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50844         (group_nodes_into_DFAstates): Likewise.
50845
50846 2005-08-31  Jim Meyering  <jim@meyering.net>
50847
50848         * check-module: Add a FIXME comment.
50849
50850 2005-08-31  Eric Blake  <ebb9@byu.net>
50851
50852         * modules/unistd-safer (Files): Add unistd--.h.
50853         * modules/stdio-safer (Files): Add stdio--.h.
50854
50855 2005-08-31  Derek Price  <derek@ximbiot.com>
50856
50857         * lib/getdelim.c (getdelim): Return EOF on EOF.
50858         Reported by Larry Jones <lawrence.jones@ugs.com>.
50859
50860 2005-08-31  Bruno Haible  <bruno@clisp.org>
50861
50862         Avoid unnecessary diffs in the generated lib/Makefile.am.
50863         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50864         the generated files.
50865         (func_import): Don't set cmd.
50866
50867 2005-08-31  Bruno Haible  <bruno@clisp.org>
50868
50869         * lib/strstr.c: Include <stddef.h>, for NULL.
50870         * lib/strcasestr.c: Likewise.
50871         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50872
50873 2005-08-31  Bruno Haible  <bruno@clisp.org>
50874
50875         * gnulib-tool: New option --macro-prefix.
50876         (func_import): Use macro_prefix.
50877         (import): Handle option --macro-prefix.
50878
50879 2005-08-31  Bruno Haible  <bruno@clisp.org>
50880
50881         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50882         Also use new variables cached_lgpl, cached_libtool.
50883
50884 2005-08-31  Bruno Haible  <bruno@clisp.org>
50885
50886         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50887         always instantiating them.
50888
50889 2005-08-31  Bruno Haible  <bruno@clisp.org>
50890
50891         * gnulib-tool (func_import): Read the previous cached settings
50892         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50893         earlier added by gnulib but are now dropped. Warn when a gnulib file
50894         overwrites a non-gnulib file.
50895
50896 2005-08-31  Bruno Haible  <bruno@clisp.org>
50897
50898         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50899         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50900         projects that don't keep autogenerated files in CVS. Put into
50901         actioncmd only the specified modules, not the transitive closure.
50902
50903 2005-08-31  Bruno Haible  <bruno@clisp.org>
50904
50905         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50906         Create directories that shall be filled.
50907         (import): Don't look for gl_* macros in configure.ac. Recurse across
50908         all directories containing a gnulib-cache.m4 files, if meaningful.
50909
50910 2005-08-31  Bruno Haible  <bruno@clisp.org>
50911
50912         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50913         (import): Set seen_libtool when we see gl_LIBTOOL.
50914
50915 2005-08-31  Bruno Haible  <bruno@clisp.org>
50916
50917         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50918         declaration macro definitions from generated gnulib.m4.
50919
50920 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50921
50922         * lib/iconvme.h: Add prototype for iconv_alloc.
50923
50924 2005-08-29  Simon Josefsson  <jas@extundo.com>
50925
50926         * lib/iconvme.c: Fix errno.
50927
50928 2005-08-29  Bruno Haible  <bruno@clisp.org>
50929
50930         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50931         that it works when the directory contains spaces.
50932
50933 2005-08-29  Bruno Haible  <bruno@clisp.org>
50934
50935         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50936
50937 2005-08-29  Bruno Haible  <bruno@clisp.org>
50938
50939         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50940         Emit more advice.
50941
50942 2005-08-29  Bruno Haible  <bruno@clisp.org>
50943         and Stepan Kasal  <kasal@ucw.cz>
50944
50945         * check-module: If more parameters are given, check each of them
50946         separately; add more exceptions, as noted by Jim Meyering.
50947         (check_module): New procedure.
50948         (%exempt_header): Now contains all exceptions.
50949
50950 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50951
50952         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50953
50954 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50955
50956         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50957
50958 2005-08-28  Bruno Haible  <bruno@clisp.org>
50959
50960         * m4/gnulib-tool.m4: New file.
50961
50962 2005-08-27  Jim Meyering  <jim@meyering.net>
50963
50964         * modules/unistd-safer (Files): Add pipe-safer.c.
50965         * modules/fcntl-safer (Files): Add creat-safer.c.
50966
50967 2005-08-27  Jim Meyering  <jim@meyering.net>
50968
50969         * m4/stdlib-safer.m4: New file.  From coreutils.
50970         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50971         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50972         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50973         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50974         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50975
50976 2005-08-27  Jim Meyering  <jim@meyering.net>
50977
50978         * lib/fopen-safer.c: Merge minor changes from coreutils.
50979         * lib/dup-safer.c: Likewise.
50980         * lib/fd-safer.c: Likewise.
50981
50982         Merge from coreutils.
50983         * lib/stdio--.h: New file.
50984         * lib/stdlib--.h: New file.
50985         * lib/mkstemp-safer.c: New file.
50986
50987         GNU tar needs these.
50988         * lib/pipe-safer.c: New file.
50989         * lib/creat-safer.c: New file.
50990         * lib/fcntl--.h (creat): Define to creat_safer.
50991         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50992         * lib/unistd--.h (pipe): Define to pipe_safer.
50993         * lib/unistd-safer.h: Declare pipe_safer.
50994
50995 2005-08-26  Simon Josefsson  <jas@extundo.com>
50996
50997         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50998         Haible <bruno@clisp.org>.
50999
51000 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
51001
51002         * lib/regex_internal.h: Remove all references to
51003         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
51004         or better.
51005         (bitset_not, bitset_merge, bitset_not_merge):
51006         (bitset_mask, re_string_allocate, re_string_construct):
51007         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
51008         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
51009         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
51010         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
51011         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51012         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51013         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
51014         (re_acquire_state_context):
51015         Remove unnecessary forward decls.
51016         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
51017         Put __attribute at function definition,
51018         now that the function decl has been removed.
51019         * lib/regex_internal.c (re_string_peek_byte_case):
51020         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
51021         Likewise.
51022
51023 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
51024
51025         * m4/regex.m4: Add AC_PREREQ(2.50).
51026         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
51027
51028 2005-08-25  Simon Josefsson  <jas@extundo.com>
51029
51030         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
51031         __fsetlocking.
51032
51033 2005-08-25  Simon Josefsson  <jas@extundo.com>
51034
51035         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
51036         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
51037         GLIBC specific code.
51038
51039 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51040
51041         Make regex safe for g++.  This fixes one real bug (an "err"
51042         that should have been "*err").  g++ problem reported by
51043         Sam Steingold.
51044         * lib/regex_internal.h (re_calloc): New macro, consistent with
51045         re_malloc etc.  All callers of calloc changed to use re_calloc.
51046         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
51047         not int.  All callers changed.
51048         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
51049         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
51050         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
51051         (find_recover_state): Change "err" to "*err"; this fixes what
51052         appears to be a real bug.
51053         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
51054         versus int.
51055
51056 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51057
51058         * modules/regex (Depends-on): Add malloc, since the code
51059         assumes that !malloc(0) means failure.
51060
51061 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51062
51063         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
51064
51065         alloca modernization/simplification for regex.
51066         * lib/regex.c: Remove portability cruft for alloca.  This no longer
51067         needs to be at the start of the file, and can be moved into
51068         regex_internal.h and simplified.
51069         * lib/regex_internal.h: Include <alloca.h>.
51070         (__libc_use_alloca) [!defined _LIBC]: New macro.
51071         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
51072         now works outside glibc.
51073
51074 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51075
51076         * config/srclist.txt: Add glibc bugs 1241, 1245.
51077
51078 2005-08-25  Jim Meyering  <jim@meyering.net>
51079
51080         * lib/open-safer.c: Include <config.h>.
51081         Otherwise, we'd lose LARGEFILE support in any file using
51082         e.g. "fcntl--.h"
51083
51084 2005-08-25  Bruno Haible  <bruno@clisp.org>
51085
51086         * m4/minmax.m4: Require autoconf 2.52.
51087         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
51088         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
51089         alternatives of translit over the alphabet.
51090         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
51091
51092 2005-08-24  Simon Josefsson  <jas@extundo.com>
51093
51094         * tests/test-getpass.c: New file.
51095
51096 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51097
51098         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
51099         for GNU regex features.
51100
51101 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51102
51103         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
51104         * lib/regex.h (regerror): Likewise.
51105
51106         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
51107         requires this.  (The code never needed it.)
51108
51109         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
51110         All uses of recently-renamed identifiers changed to use the new,
51111         POSIX-compliant names.  The code will build and run just fine
51112         without these changes, but it's better to eat our own dog food
51113         and use the standard-conforming names.
51114
51115         * lib/regex.h: Fix a multitude of POSIX name space violations.
51116         These changes have an effect only for programs that define
51117         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
51118         do not change anything for programs compiled in the normal way.
51119         Also, there is no effect on the ABI.
51120
51121         (_REGEX_SOURCE): New macro.
51122         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
51123         defined and _GNU_SOURCE is not; this fixes a name space violation.
51124
51125         Rename the following macros to obey POSIX requirements.
51126         The old names are still visible as macros if _REGEX_SOURCE is defined.
51127         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
51128         RE_BACKSLASH_ESCAPE_IN_LISTS.
51129         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
51130         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
51131         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
51132         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
51133         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
51134         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
51135         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
51136         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
51137         (REG_INTERVALS): renamed from RE_INTERVALS.
51138         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
51139         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
51140         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
51141         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
51142         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
51143         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
51144         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
51145         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
51146         RE_UNMATCHED_RIGHT_PAREN_ORD.
51147         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
51148         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
51149         (REG_DEBUG): renamed from RE_DEBUG.
51150         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
51151         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
51152         unusual, since we can't clash with the POSIX REG_ICASE.
51153         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
51154         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
51155         (REG_NO_SUB): renamed from RE_NO_SUB.
51156         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
51157         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
51158         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
51159         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
51160         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
51161         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
51162         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
51163         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
51164         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
51165         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
51166         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
51167         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
51168         RE_SYNTAX_POSIX_MINIMAL_BASIC.
51169         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
51170         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
51171         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
51172         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
51173         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
51174         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
51175         (REG_FIXED): Renamed from REGS_FIXED.
51176         (REG_NREGS): Renamed from RE_NREGS.
51177
51178         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
51179         of other REG_* macros, since POSIX says the user is allowed to
51180         #undef these macros selectively.
51181
51182         (reg_errcode_t): Update comment stating what other tables need
51183         to be consistent.
51184
51185         Rename the following enum values to obey POSIX requirements.
51186         The old names are still visible as macros.
51187         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
51188         is not defined, since GNU is supposed to be a superset of POSIX as
51189         much as possible, and since we want reg_errcode_t to be a signed
51190         type for implementation consistency.
51191         (_REG_NOERROR): Renamed from REG_NOERROR.
51192         (_REG_NOMATCH): Renamed from REG_NOMATCH.
51193         (_REG_BADPAT): Renamed from REG_BADPAT.
51194         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
51195         (_REG_ECTYPE): Renamed from REG_ECTYPE.
51196         (_REG_EESCAPE): Renamed from REG_EESCAPE.
51197         (_REG_ESUBREG): Renamed from REG_ESUBREG.
51198         (_REG_EBRACK): Renamed from REG_EBRACK.
51199         (_REG_EPAREN): Renamed from REG_EPAREN.
51200         (_REG_EBRACE): Renamed from REG_EBRACE.
51201         (_REG_BADBR): Renamed from REG_BADBR.
51202         (_REG_ERANGE): Renamed from REG_ERANGE.
51203         (_REG_ESPACE): Renamed from REG_ESPACE.
51204         (_REG_BADRPT): Renamed from REG_BADRPT.
51205         (_REG_EEND): Renamed from REG_EEND.
51206         (_REG_ESIZE): Renamed from REG_ESIZE.
51207         (_REG_ERPAREN): Renamed from REG_ERPAREN.
51208         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
51209         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
51210         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
51211         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
51212
51213         (_REG_RE_NAME, _REG_RM_NAME): New macros.
51214         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
51215         changed.  But support the old name if the new one is not defined
51216         and if _REGEX_SOURCE.
51217
51218         Change the following member names in struct re_pattern_buffer.
51219         The old names are still supported if !_REGEX_SOURCE.
51220         The new names are always supported, regardless of _REGEX_SOURCE.
51221         (re_buffer): Renamed from buffer.
51222         (re_allocated): Renamed from allocated.
51223         (re_used): Renamed from used.
51224         (re_syntax): Renamed from syntax.
51225         (re_fastmap): Renamed from fastmap.
51226         (re_translate): Renamed from translate.
51227         (re_can_be_null): Renamed from can_be_null.
51228         (re_regs_allocated): Renamed from regs_allocated.
51229         (re_fastmap_accurate): Renamed from fastmap_accurate.
51230         (re_no_sub): Renamed from no_sub.
51231         (re_not_bol): Renamed from not_bol.
51232         (re_not_eol): Renamed from not_eol.
51233         (re_newline_anchor): Renamed from newline_anchor.
51234
51235         Change the following member names in struct re_registers.
51236         The old names are still supported if !_REGEX_SOURCE.
51237         The new names are always supported, regardless of _REGEX_SOURCE.
51238         (rm_num_regs): Renamed from num_regs.
51239         (rm_start): Renamed from start.
51240         (rm_end): Renamed from end.
51241
51242         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51243         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51244         Prepend __ to parameter names.
51245
51246         Undo yesterday's changes.
51247
51248 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51249
51250         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51251         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51252         lib/regex.c.
51253
51254 2005-08-24  Jim Meyering  <jim@meyering.net>
51255
51256         Sync from coreutils.
51257         * m4/fcntl-safer.m4: New file.
51258
51259         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
51260         and object files for this module.
51261
51262 2005-08-24  Jim Meyering  <jim@meyering.net>
51263
51264         Sync from coreutils.
51265         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
51266
51267 2005-08-24  Jim Meyering  <jim@meyering.net>
51268
51269         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
51270         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
51271
51272 2005-08-24  Jim Meyering  <jim@meyering.net>
51273
51274         * modules/fcntl-safer: New module.
51275         * modules/fts (Depends-on): Add fcntl-safer.
51276         * MODULES.html.sh (File descriptor based Input/Output):
51277         Add fcntl-safer.
51278
51279 2005-08-24  Bruno Haible  <bruno@clisp.org>
51280
51281         Support for unit test modules.
51282         * modules/README: Mention tests modules.
51283         * modules/TEMPLATE-TESTS: New file.
51284         * gnulib-tool: New options --extract-tests-module, --with-tests and
51285         --tests-base (unused for the moment).
51286         (testsbase, inctests): New variables.
51287         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
51288         (func_verify_module): Exclude TEMPLATE-TESTS.
51289         (func_verify_nontests_module, func_verify_tests_module): New functions.
51290         (func_get_dependencies): Add implicit dependency for tests modules.
51291         (func_get_tests_module): New function.
51292         (func_modules_transitive_closure): When --with-tests was specified,
51293         include the unit tests as well, unless explicitly avoided.
51294         (func_emit_lib_Makefile_am): Ignore the tests modules here.
51295         (func_emit_tests_Makefile_am): New function.
51296         (func_create_testdir): When --with-tests was specified, emit a
51297         tests/ directory.
51298         * MODULES.html.sh (Future developments): Update.
51299
51300 2005-08-24  Bruno Haible  <bruno@clisp.org>
51301
51302         * modules/tls-tests: New file.
51303         * tests/test-tls.c: New file, from GNU gettext.
51304
51305 2005-08-24  Bruno Haible  <bruno@clisp.org>
51306
51307         * modules/lock-tests: New file.
51308         * tests/test-lock.c: New file, from GNU gettext.
51309
51310 2005-08-24  Bruno Haible  <bruno@clisp.org>
51311
51312         * lib/lock.h: Add multiple inclusion guard.
51313         * lib/tls.h: Add multiple inclusion guard.
51314
51315 2005-08-24  Bruno Haible  <bruno@clisp.org>
51316
51317         * gnulib-tool: Add support for the --aux-dir option to
51318         --create-testdir, --create-megatestdir, --test, --megatest.
51319         (func_create_testdir, func_create_megatestdir): Optionally emit a
51320         AC_CONFIG_AUX_DIR directive.
51321         (create-testdir, create-megatestdir, test, megatest): Provide a
51322         default value for $auxdir.
51323
51324 2005-08-24  Bruno Haible  <bruno@clisp.org>
51325
51326         * gnulib-tool (import): Use compound statement instead of subshell
51327         where possible.
51328
51329 2005-08-24  Bruno Haible  <bruno@clisp.org>
51330
51331         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51332
51333 2005-08-24  Bruno Haible  <bruno@clisp.org>
51334
51335         * gnulib-tool (func_version): Update.
51336
51337 2005-08-24  Bruno Haible  <bruno@clisp.org>
51338
51339         * gnulib-tool (func_import, func_create_testdir,
51340         func_create_megatestdir): Quote all autoconf macro arguments.
51341
51342 2005-08-24  Bruno Haible  <bruno@clisp.org>
51343
51344         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51345         option --force, because --force causes the aclocal.m4 of each
51346         subdirectory to be newer than the corresponding config.h.in.
51347
51348 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51349
51350         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51351         All contents moved to gl_REGEX.
51352         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51353         assume that it does.
51354
51355 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51356
51357         * lib/regex.h (REG_NOSYS)
51358         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51359         Define, since POSIX requires it as of 2001.
51360         (_REG_ENOSYS)
51361         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51362         New private symbol, used to keep the enum signed in all cases.
51363         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51364         Youngman in
51365         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51366
51367         * lib/regex_internal.c (re_string_skip_chars, register_state):
51368         (calc_state_hash):
51369         Remove forward decls; no longer needed now that we use prototypes.
51370         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51371         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51372         (clean_state_log_if_needed): Likewise.
51373
51374 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51375
51376         * config/srclist.txt: Add glibc bugs 1231-1233.
51377
51378 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51379
51380         Fix problems reported by Sam Steingold in
51381         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51382         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51383         assumed that reg_errcode_t is a signed type, which is not
51384         necessarily true if _XOPEN_SOURCE is not defined.
51385         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51386         since some compilers warn about it otherwise.
51387
51388 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51389
51390         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51391         (init_word_char, create_initial_state, duplicate_node_closure):
51392         (fetch_token, peek_token_bracket, build_range_exp):
51393         (build_collating_symbol): Remove forward decls; no longer needed
51394         now that we use prototypes.
51395
51396         * lib/regcomp.c:
51397         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51398         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51399         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51400         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51401         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51402         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51403         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51404         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51405         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51406         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51407         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51408         (build_charclass, build_charclass_op, fetch_number, create_tree):
51409         (create_token_tree, mark_opt_subexp, duplicate_tree):
51410         Use prototypes rather than old-style definitions.
51411
51412         * lib/regex_internal.c:
51413         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51414         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51415         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51416         (re_string_reconstruct, re_string_peek_byte_case):
51417         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51418         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51419         (re_node_set_init_copy, re_node_set_add_intersect):
51420         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51421         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51422         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51423         (re_acquire_state, re_acquire_state_context, register_state):
51424         (create_ci_newstate, create_cd_newstate, free_state):
51425         Likewise.
51426         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51427         re_search_2):
51428         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51429         (re_search_internal, prune_impossible_nodes):
51430         (acquire_init_state_context, check_matching, static):
51431         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51432         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51433         (update_regs, sift_states_backward, build_sifted_states):
51434         (clean_state_log_if_needed, merge_state_array):
51435         (update_cur_sifted_state, add_epsilon_src_nodes):
51436         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51437         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51438         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51439         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51440         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51441         (check_arrival, check_arrival_add_next_nodes):
51442         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51443         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51444         (check_node_accept_bytes, check_node_accept, extend_buffers):
51445         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51446         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51447         (sift_ctx_init):
51448         Likewise.
51449
51450         * lib/regex_internal.h:
51451         (re_string_allocate, re_string_construct, re_string_reconstruct):
51452         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51453         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51454         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51455         (re_string_context_at, re_string_peek_byte_case):
51456         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51457         is defined, since we now use prototypes always.
51458
51459         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51460         C89 or better.  All uses removed.
51461
51462 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51463
51464         * config/srclist.txt: Add glibc bugs 1220-1227.
51465
51466 2005-08-20  Jim Meyering  <jim@meyering.net>
51467
51468         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51469         of unused local, dfa.
51470
51471 2005-08-20  Bruno Haible  <bruno@clisp.org>
51472
51473         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51474
51475 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51476
51477         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51478         (re_node_set_insert_last, re_dfa_add_node):
51479         Rename local variables to avoid GCC shadowing warnings.
51480
51481 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51482
51483         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51484         [defined lint]: Suppress bogus uninitialized-variable warnings.
51485
51486         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51487         and let the caller return REG_ESPACE if out of space.  This
51488         removes an uninitialied-variable warning with GCC 4.0.1, and also
51489         avoids taking the address of a local variable.  All callers
51490         changed.
51491
51492 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51493
51494         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51495         $LIBCSRC/posix/regexec.c.
51496         Add glibc bug 1217 for regcomp.c.
51497
51498 2005-08-19  Jim Meyering  <jim@meyering.net>
51499
51500         * lib/regexec.c (proceed_next_node): Redo local variables to
51501         avoid GCC shadowing warnings.
51502
51503 2005-08-18  Bruno Haible  <bruno@clisp.org>
51504
51505         * lib/strstr.c (strstr): Fix return value in multibyte case.
51506         * lib/strcasestr.c (strcasestr): Likewise.
51507
51508 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51509
51510         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51511
51512 2005-08-17  Jim Meyering  <jim@meyering.net>
51513
51514         Make the %s format (seconds since the epoch) work for a negative
51515         number and when used with a zero-padded field width, e.g. %015s.
51516
51517         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51518         label so that it precedes the code to set `digits'.  Otherwise,
51519         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51520         print `00-22'.  Now, it prints `-0022', as it should.
51521
51522 2005-08-17  Bruno Haible  <bruno@clisp.org>
51523
51524         * modules/strstr (Files): Add m4/mbrtowc.m4.
51525         (Depends-on): Add mbuiter.
51526
51527 2005-08-17  Bruno Haible  <bruno@clisp.org>
51528
51529         * modules/strcasestr: New file.
51530         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51531         strcasestr.
51532
51533 2005-08-17  Bruno Haible  <bruno@clisp.org>
51534
51535         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51536
51537 2005-08-17  Bruno Haible  <bruno@clisp.org>
51538
51539         * modules/mbuiter: New file.
51540         * MODULES.html.sh (Extended multibyte and wide character utilities):
51541         Add mbuiter.
51542
51543 2005-08-17  Bruno Haible  <bruno@clisp.org>
51544
51545         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51546         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51547
51548 2005-08-17  Bruno Haible  <bruno@clisp.org>
51549
51550         * m4/strcasestr.m4: New file.
51551
51552 2005-08-17  Bruno Haible  <bruno@clisp.org>
51553
51554         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51555         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51556
51557 2005-08-17  Bruno Haible  <bruno@clisp.org>
51558
51559         * lib/strcasestr.h: New file.
51560         * lib/strcasestr.c: New file.
51561
51562 2005-08-17  Bruno Haible  <bruno@clisp.org>
51563
51564         * lib/strcasecmp.c: Use mbuiter.h.
51565
51566 2005-08-17  Bruno Haible  <bruno@clisp.org>
51567
51568         * lib/mbuiter.h: New file.
51569
51570 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51571
51572         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51573         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51574         and gl_GETOPT are both invoked via different paths (as happens
51575         with GNU tar CVS because it uses both argp and getopt), the former
51576         wins.
51577
51578 2005-08-16  Bruno Haible  <bruno@clisp.org>
51579
51580         * modules/tls: New file.
51581         * MODULES.html.sh (Multithreading): Add tls.
51582
51583 2005-08-16  Bruno Haible  <bruno@clisp.org>
51584
51585         * modules/strnlen1: New file.
51586         * MODULES.html.sh (String handling): Add strnlen1.
51587
51588 2005-08-16  Bruno Haible  <bruno@clisp.org>
51589
51590         * modules/strcase (Files): Add m4/mbrtowc.m4.
51591         (Depends-on): Add strnlen1, mbchar.
51592
51593 2005-08-16  Bruno Haible  <bruno@clisp.org>
51594
51595         * modules/mbiter: New file.
51596         * MODULES.html.sh (Extended multibyte and wide character utilities):
51597         Add mbiter.
51598
51599 2005-08-16  Bruno Haible  <bruno@clisp.org>
51600
51601         * modules/mbfile: New file.
51602         * MODULES.html.sh (Extended multibyte and wide character utilities):
51603         Add mbfile.
51604
51605 2005-08-16  Bruno Haible  <bruno@clisp.org>
51606
51607         * modules/mbchar: New file.
51608         * MODULES.html.sh (Extended multibyte and wide character utilities):
51609         New section.
51610
51611 2005-08-16  Bruno Haible  <bruno@clisp.org>
51612
51613         * m4/tls.m4: New file, from GNU gettext.
51614
51615 2005-08-16  Bruno Haible  <bruno@clisp.org>
51616
51617         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51618         always.
51619         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51620
51621 2005-08-16  Bruno Haible  <bruno@clisp.org>
51622
51623         * m4/mbiter.m4: New file.
51624
51625 2005-08-16  Bruno Haible  <bruno@clisp.org>
51626
51627         * m4/mbfile.m4: New file.
51628
51629 2005-08-16  Bruno Haible  <bruno@clisp.org>
51630
51631         * m4/mbchar.m4: New file.
51632
51633 2005-08-16  Bruno Haible  <bruno@clisp.org>
51634
51635         * lib/tls.h: New file, from GNU gettext.
51636         * lib/tls.c: New file, from GNU gettext.
51637
51638 2005-08-16  Bruno Haible  <bruno@clisp.org>
51639
51640         * lib/strnlen1.h: New file.
51641         * lib/strnlen1.c: New file.
51642
51643 2005-08-16  Bruno Haible  <bruno@clisp.org>
51644
51645         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51646         (mbi_init): Update.
51647         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51648         NUL byte, not after it.
51649
51650 2005-08-16  Bruno Haible  <bruno@clisp.org>
51651
51652         * lib/strcase.h (strcasecmp): Add note in comments.
51653         * lib/strncasecmp.c: Use code from strcasecmp.c.
51654         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51655         (strcasecmp): Work correctly in multibyte locales.
51656
51657 2005-08-16  Bruno Haible  <bruno@clisp.org>
51658
51659         * lib/mbiter.h: New file.
51660
51661 2005-08-16  Bruno Haible  <bruno@clisp.org>
51662
51663         * lib/mbfile.h: New file.
51664
51665 2005-08-16  Bruno Haible  <bruno@clisp.org>
51666
51667         * lib/mbchar.h: New file.
51668         * lib/mbchar.c: New file.
51669
51670 2005-08-16  Bruno Haible  <bruno@clisp.org>
51671
51672         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51673         the valid ones. Makes the comparison operations transitive:
51674         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51675         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51676
51677 2005-08-15  Simon Josefsson  <jas@extundo.com>
51678
51679         * modules/ssize_t (License): Change to 'unlimited'.
51680
51681         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51682
51683 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51684
51685         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51686         Add comments for each pending glibc patch.
51687
51688 2005-08-15  Bruno Haible  <bruno@clisp.org>
51689
51690         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51691         __cplusplus is defined.
51692
51693 2005-08-14  Jim Meyering  <jim@meyering.net>
51694
51695         Sync from coreutils.
51696
51697         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51698         Use the hash-table-based cycle-detection code not just when
51699         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51700         Reported by James Youngman in
51701         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51702         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51703         FTS_TIGHT_CYCLE_CHECK.
51704         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51705         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51706         once again.
51707         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51708         * lib/fts.c (fd_safer): Remove decl.
51709         Include fcntl--.h rather than unistd-safer.h
51710         (fts_safe_changedir): Don't call fd_safer; no longer needed
51711         now that we include fcntl--.h.
51712
51713 2005-08-12  Simon Josefsson  <jas@extundo.com>
51714
51715         * modules/getndelim2: Use ssize_t module.
51716         * modules/getnline: Likewise.
51717         * modules/safe-read: Likewise.
51718         * modules/xreadlink: Likewise.
51719
51720         * modules/ssize_t: New file.
51721
51722 2005-08-12  Simon Josefsson  <jas@extundo.com>
51723
51724         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51725
51726 2005-08-12  Simon Josefsson  <jas@extundo.com>
51727
51728         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51729         ssize_t.
51730
51731 2005-08-12  Simon Josefsson  <jas@extundo.com>
51732
51733         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51734         readline, getdelim and check_version.
51735         (Support for systems lacking ISO C 99: Sizes of integer types):
51736         Add size_max.
51737
51738 2005-08-12  Bruno Haible  <bruno@clisp.org>
51739
51740         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51741
51742 2005-08-11  Simon Josefsson  <jas@extundo.com>
51743
51744         * modules/readline: New file.
51745
51746         * modules/strnlen (Files): Add strnlen.h.
51747
51748 2005-08-11  Simon Josefsson  <jas@extundo.com>
51749
51750         * m4/readline.m4: New file.
51751
51752 2005-08-11  Simon Josefsson  <jas@extundo.com>
51753
51754         * lib/readline.h, readline.c: New file.
51755
51756 2005-08-11  Simon Josefsson  <jas@extundo.com>
51757
51758         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51759         gl_AVOID.
51760
51761 2005-08-11  Bruno Haible  <bruno@clisp.org>
51762
51763         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51764
51765 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51766
51767         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51768
51769 2005-08-10  Simon Josefsson  <jas@extundo.com>
51770
51771         * tests/test-iconvme.c: New file.
51772
51773 2005-08-10  Simon Josefsson  <jas@extundo.com>
51774
51775         * m4/strnlen.m4: New file.
51776
51777         * m4/strndup.m4: Don't check for strnlen declaration, done in
51778         strnlen.m4.
51779
51780 2005-08-10  Simon Josefsson  <jas@extundo.com>
51781
51782         * lib/strndup.c: Use strnlen.h.
51783
51784         * lib/strnlen.h: New file.
51785
51786 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51787
51788         * README: Typos.
51789
51790 2005-08-02  Simon Josefsson  <jas@extundo.com>
51791
51792         * modules/readline: New file.
51793
51794 2005-08-02  Simon Josefsson  <jas@extundo.com>
51795
51796         * modules/getdelim: New file.
51797
51798         * modules/getline: Rewrite, don't use getndelim2.
51799
51800 2005-08-02  Simon Josefsson  <jas@extundo.com>
51801
51802         * m4/getline.m4: Separate out getdelim stuff into separate module.
51803
51804         * m4/getdelim.m4: New file.
51805
51806 2005-08-02  Simon Josefsson  <jas@extundo.com>
51807
51808         * lib/getline.h, getline.c: Rewrite.
51809
51810         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51811
51812 2005-07-31  Bruno Haible  <bruno@clisp.org>
51813
51814         * lib/lock.h (gl_lock_initializer): New macro.
51815         (gl_lock_define_initialized): Use it.
51816         (gl_rwlock_initializer): New macro.
51817         (gl_rwlock_define_initialized): Use it.
51818         (gl_recursive_lock_initializer): New macro.
51819         (gl_recursive_lock_define_initialized): Use it.
51820
51821 2005-07-30  Karl Berry  <karl@gnu.org>
51822
51823         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51824         Report from Ben Pfaff, regarding getopt.
51825
51826 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51827
51828         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51829         normal way.
51830         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51831         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51832         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51833         (gl_GETOPT): Use the new macros.  Most of the implementation
51834         is moved to the new macros.  This is for programs like Emacs
51835         that don't want all the functionality of gl_GETOPT.
51836
51837 2005-07-26  Bruno Haible  <bruno@clisp.org>
51838
51839         * m4/lock.m4: Update from GNU gettext.
51840
51841 2005-07-26  Bruno Haible  <bruno@clisp.org>
51842
51843         * lib/lock.h: Update from GNU gettext.
51844         * lib/lock.c: Update from GNU gettext.
51845
51846 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51847
51848         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51849         obsolescent AC_TRY_RUN.  Include the default includes files, for
51850         'exit'.
51851
51852 2005-07-24  Bruno Haible  <bruno@clisp.org>
51853
51854         * modules/visibility: New file.
51855         * MODULES.html.sh (Misc): Add visibility.
51856
51857 2005-07-24  Bruno Haible  <bruno@clisp.org>
51858
51859         * m4/visibility.m4: New file.
51860
51861 2005-07-24  Bruno Haible  <bruno@clisp.org>
51862
51863         * doc/visibility.texi: New file.
51864
51865 2005-07-22  Bruno Haible  <bruno@clisp.org>
51866
51867         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51868         $(ALLOCA_H), redundant through BUILT_SOURCES.
51869         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51870         redundant through BUILT_SOURCES.
51871         * modules/byteswap (Makefile.am): Remove explicit dependency on
51872         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51873         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51874         $(FNMATCH_H), redundant through BUILT_SOURCES.
51875         * modules/getopt (Makefile.am): Remove explicit dependency on
51876         $(GETOPT_H), redundant through BUILT_SOURCES.
51877         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51878         redundant through BUILT_SOURCES.
51879         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51880         redundant through BUILT_SOURCES.
51881         * modules/stdbool (Makefile.am): Remove explicit dependency on
51882         $(STDBOOL_H), redundant through BUILT_SOURCES.
51883         * modules/stdint (Makefile.am): Remove explicit dependency on
51884         $(STDINT_H), redundant through BUILT_SOURCES.
51885         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51886         Remove explicit dependency on $(SYSEXITS_H).
51887         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51888
51889 2005-07-18  Simon Josefsson  <jas@extundo.com>
51890
51891         * lib/check-version.c (check_version): Accept identical versions too.
51892
51893 2005-07-18  Bruno Haible  <bruno@clisp.org>
51894
51895         * modules/lock: New file.
51896         * MODULES.html.sh (Multithreading): New section.
51897
51898 2005-07-18  Bruno Haible  <bruno@clisp.org>
51899
51900         * m4/lock.m4: New file, from GNU gettext.
51901
51902 2005-07-18  Bruno Haible  <bruno@clisp.org>
51903
51904         * lib/lock.h: New file, from GNU gettext.
51905         * lib/lock.c: New file, from GNU gettext.
51906
51907 2005-07-18  Bruno Haible  <bruno@clisp.org>
51908
51909         * lib/lock.h (gl_once_t): New type.
51910         (gl_once_define, gl_once): New macros.
51911         * lib/lock.c (fresh_once): New variable.
51912         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51913         functions.
51914
51915 2005-07-16  Simon Josefsson  <jas@extundo.com>
51916
51917         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51918         workaround, suggested by Bruno.
51919
51920 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51921
51922         * modules/xalloc (Depends-on): Add xalloc-die.
51923         * modules/xvasprintf (Depends-on): Add xalloc-die.
51924
51925 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51926
51927         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51928         with a minor change.
51929
51930 2005-07-15  Bruno Haible  <bruno@clisp.org>
51931
51932         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51933         When using lib/poll.c, define poll as rpl_poll.
51934
51935 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51936
51937         * modules/argp (Depends-on): Remove unlocked-io.
51938
51939 2005-07-14  Derek Price  <derek@ximbiot.com>
51940
51941         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51942         for glob symlink bug.
51943
51944 2005-07-14  Bruno Haible  <bruno@clisp.org>
51945
51946         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51947         Instead, test for *_unlocked function declarations directly.
51948
51949 2005-07-11  Simon Josefsson  <jas@extundo.com>
51950
51951         * modules/size_max: New file.
51952
51953         * modules/xsize: Depend on size_max module for size_max.m4.
51954
51955 2005-07-11  Simon Josefsson  <jas@extundo.com>
51956
51957         * lib/size_max.h: New file.
51958
51959 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51960
51961         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51962         copyright symbol and the year.
51963         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51964         (version_etc_va): Use parameterized copyright notice.
51965         Reword to conform to the current GNU coding standards.
51966
51967 2005-07-11  Karl Berry  <karl@gnu.org>
51968
51969         * doc/gnulib.texi (Quoting): new node.
51970         (Initial import): more info, from Patrice.
51971
51972 2005-07-11  Bruno Haible  <bruno@clisp.org>
51973
51974         * gnulib-tool (func_usage): Document option --avoid.
51975         (Command line options): Handle --avoid.
51976         (func_acceptable): New function.
51977         (func_modules_transitive_closure): Use it.
51978
51979 2005-07-11  Bruno Haible  <bruno@clisp.org>
51980
51981         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51982         Reported by Jim Meyering.
51983
51984 2005-07-10  Bruno Haible  <bruno@clisp.org>
51985
51986         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51987         Needed when size_t is smaller than 'unsigned int'.
51988         Reported by Paul Eggert.
51989
51990 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51991
51992         * modules/argp (Depends-on): Add unlocked-io
51993
51994 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51995
51996         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51997         block of defines.
51998
51999 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
52000
52001         * config/srclist.txt: Comment out regcomp.c, since we have a porting
52002         fix now.
52003
52004 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
52005         and Paul Eggert  <eggert@cs.ucla.edu>
52006
52007         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
52008         in wint_t, not wchar_t.  Remove now-unnecessary cast.
52009
52010 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52011
52012         * modules/regex (Files): Add lib/regex_internal.c,
52013         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
52014         (Depends-on): Add extensions.
52015         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
52016
52017 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52018
52019         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
52020         pathconf.
52021         * m4/same.m4 (gl_SAME): Likewise.
52022         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
52023
52024         * m4/regex.m4: Adjust to new libc regex implementation.
52025         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
52026         all the .c and .h parts of (the new) regex.
52027         Quote the m4 stuff better.
52028         Check for RE_ICASE bug of old gnulib.
52029         Check for REG_STARTEND of recent libc.
52030         Rename local variables from jm_* to gl_*.
52031         Quote operand of "test -f".
52032         Say "recent enough" version of libc, not "version 2".
52033         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
52034         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
52035         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
52036         Remove check for btowc, isascii.
52037         Require AM_LANGINFO_CODESET.
52038
52039 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52040
52041         * lib/regex.c, regex.h: Sync from libc.
52042         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
52043         * lib/regexec.c:
52044         New files, synced from libc, except that regex_internal.h
52045         currently has a small porting fix.
52046
52047 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52048
52049         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
52050         regex_internal.c, regexec.c.
52051         Add regex_internal.h too, but as a comment, since the libc version
52052         is currently broken in gnulib mode.
52053
52054 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
52055
52056         Support programs like Emacs that use gnulib but not gettext.
52057         * MODULES.html.sh (Internationalization functions): Add gettext-h.
52058         * modules/gettext-h: New file.
52059         * modules/gettext (Files): Remove lib/gettext.h.
52060         (Depends-on): Add gettext-h.
52061         (Makefile.am): Remove lib_SOURCES.
52062         * modules/argmatch, modules/c-stack, modules/closeout:
52063         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
52064         * modules/execute, modules/file-type, modules/getaddrinfo:
52065         * modules/getopt, modules/human, modules/javacomp:
52066         * modules/javaexec, modules/mkdir-p, modules/obstack:
52067         * modules/openat, modules/pagealign_alloc, modules/pipe:
52068         * modules/quotearg, modules/regex, modules/rpmatch:
52069         * modules/unicodeio, modules/userspec, modules/version-etc:
52070         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
52071         * modules/xsetenv:
52072         Depend on gettext-h, not gettext.
52073
52074 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
52075
52076         * gnulib-tool (func_import): Add support for 'public domain' license.
52077         * modules/alloca, modules/atexit, modules/memmove:
52078         Now public domain, not GPL.
52079         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
52080         * modules/realloc, modules/strerror, modules/strtod:
52081         Now LGPL, not GPL.
52082
52083 2005-07-05  Bruno Haible  <bruno@clisp.org>
52084
52085         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
52086         autoconf CVS. Needed for mingw.
52087
52088 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52089
52090         Remove the dependency of the strftime module on the tzset module.
52091         * modules/strftime (Depends-on): Remove dependency on tzset.
52092
52093 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52094
52095         Remove the dependency of the strftime module on the tzset module.
52096         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
52097         gl_FUNC_TZSET_CLOBBER.
52098
52099 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52100
52101         Remove the dependency of the strftime module on the tzset module.
52102         * lib/strftime.c (my_strftime)
52103         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
52104         Copy the input structure, to work around some of the bug with
52105         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
52106         Solaris releases, you should also use the tzset module, but we won't
52107         require it as a dependency any more since we don't want LGPLed code
52108         to depend on GPLed code.
52109
52110 2005-07-02  Jim Meyering  <jim@meyering.net>
52111
52112         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
52113         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
52114         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
52115         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
52116
52117 2005-07-02  Jim Meyering  <jim@meyering.net>
52118
52119         * lib/backupfile.c (backup_args): Change a `0' to NULL.
52120
52121 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
52122
52123         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
52124         declares only 'struct timespec;' (!).
52125
52126 2005-07-01  Jim Meyering  <jim@meyering.net>
52127
52128         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
52129         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
52130         * lib/save-cwd.c, tempname.c:
52131         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
52132         and don't include <sys/file.h>).
52133
52134 2005-06-29  Jim Meyering  <jim@meyering.net>
52135
52136         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
52137         type name.  Use the variable name instead.
52138         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
52139         Likewise.
52140
52141 2005-06-28  Simon Josefsson  <jas@extundo.com>
52142
52143         * modules/check-version (Files): Add check-version.m4.
52144
52145 2005-06-28  Simon Josefsson  <jas@extundo.com>
52146
52147         * m4/check-version.m4: New file, suggested by Jim Meyering
52148         <jim@meyering.net>.
52149
52150 2005-06-28  Simon Josefsson  <jas@extundo.com>
52151
52152         * lib/check-version.h, lib/check-version.c: New files.
52153
52154 2005-06-28  Simon Josefsson  <jas@extundo.com>
52155
52156         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
52157         collision with global variable.  Better indentation.  Don't
52158         increment buffer pointer beyond buffer end.  Based on comments
52159         from Paul Eggert <eggert@cs.ucla.edu>.
52160
52161         * lib/base64.h: Indent.
52162
52163 2005-06-28  Simon Josefsson  <jas@extundo.com>
52164
52165         * doc/gnulib.texi (Library version handling): New section.
52166
52167 2005-06-28  Jim Meyering  <jim@meyering.net>
52168
52169         * check-module (find_included_lib_files): Hard-code another
52170         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
52171         but modules/fts-lgpl (correctly) does not list those files.
52172
52173         * modules/canonicalize (Files): Add lib/pathmax.h.
52174
52175 2005-06-25  Simon Josefsson  <jas@extundo.com>
52176
52177         * modules/check-version: New file.
52178
52179 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
52180
52181         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
52182         initializer of struct addrinfo, as an indication that we don't
52183         care how many members the structure has.
52184
52185 2005-06-24  Derek Price  <derek@ximbiot.com>
52186         and Bruno Haible  <bruno@clisp.org>
52187
52188         Remove stat module & update lstat.
52189         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
52190         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52191         * m4/stat.m4: Remove this file.
52192
52193 2005-06-24  Derek Price  <derek@ximbiot.com>
52194         and Bruno Haible  <bruno@clisp.org>
52195
52196         Remove stat module & update lstat.
52197         * lib/stat.c: Remove this file...
52198         (slash_aware_lstat): ...moving this content and its support...
52199         * lib/lstat.c (rpl_lstat): ...into here.
52200         * lib/lstat.h: New file.
52201
52202 2005-06-24  Derek Price  <derek@ximbiot.com>
52203         and Bruno Haible  <bruno@clisp.org>
52204
52205         Remove stat module & update lstat.
52206         * config/srclist.txt (libc sources): Remove stat.
52207
52208 2005-06-24  Derek Price  <derek@ximbiot.com>
52209         and Bruno Haible  <bruno@clisp.org>
52210
52211         Remove stat module & update lstat.
52212         * MODULES.html.sh (stat): Remove.
52213         * MODULES.html: Regenerated.
52214         * modules/lstat (Description): Correct function name.
52215         (Files): Add "lstat.h".
52216         (Depends-on): Remove stat, add xalloc, stat-macros.
52217         * modules/stat: Remove this file.
52218         (Include): Add "lstat.h", remove <sys/stat.h>.
52219
52220 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
52221
52222         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
52223         (ranged_convert): Don't save conversion in a temporary struct.
52224         This causes a warning with GCC 4.0.0, and anyway in the typical
52225         case it's not worth the extra 100 bytes or so of code.
52226         (ranged_convert, __mktime_internal): When calling a function via a
52227         pointer P, use P () rather than (*P) (), as we now assume C89 or
52228         better.
52229
52230 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52231
52232         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
52233         "who -r" failed to give output.  Problem reported by Tim Waugh.
52234
52235         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
52236         (xcalloc): Use it to avoid needless tests.
52237         Problem reported by Jim Meyering.
52238
52239 2005-06-20  Derek Price  <derek@ximbiot.com>
52240
52241         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52242         unnecessary for Autoconfs > 2.59c.
52243
52244 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52245
52246         * lib/argp.h (__option_is_short): Check upper limit of
52247         __key. Isprint() requires its argument to have the value
52248         of an unsigned char or EOF.
52249
52250 2005-06-16  Jim Meyering  <jim@meyering.net>
52251
52252         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52253         when either N or S is zero.
52254
52255 2005-06-16  Derek Price  <derek@ximbiot.com>
52256
52257         * m4/bison.m4: Declare YACC & YFLAGS precious.
52258
52259 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
52260
52261         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
52262         multibyte string or pattern, fall back on unibyte matching.
52263         Problem reported by James Youngman.
52264
52265 2005-06-08  Bruno Haible  <bruno@clisp.org>
52266
52267         * modules/csharpcomp: New file.
52268         * MODULES.html.sh (C#): Add csharpcomp.
52269
52270 2005-06-08  Bruno Haible  <bruno@clisp.org>
52271
52272         * m4/csharpcomp.m4: New file, from GNU gettext.
52273
52274 2005-06-08  Bruno Haible  <bruno@clisp.org>
52275
52276         * lib/csharpcomp.h: New file, from GNU gettext.
52277         * lib/csharpcomp.c: New file, from GNU gettext.
52278         * lib/csharpcomp.sh.in: New file, from GNU gettext.
52279
52280 2005-06-08  Bruno Haible  <bruno@clisp.org>
52281
52282         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
52283         warning on mingw.
52284
52285 2005-06-07  Derek Price  <derek@ximbiot.com>
52286
52287         Sync from CVS.
52288         * lib/glob_.h: Indent nested #ifdef.
52289
52290 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52291
52292         Sync from coreutils.
52293         Use "file name" when talking about file names, instead of "filename"
52294         or "path", as per the GNU coding standards.
52295         * lib/mkdir-p.c: Renamed from makepath.c.
52296         (make_dir_parents): Renamed from make_path.  All callers changed.
52297         * lib/mkdir-p.h: Likewise.  All includers changed.
52298         * lib/filenamecat.c: Renamed from path-concat.c.
52299         (file_name_concat): Renamed from path_concat.  All callers changed.
52300         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
52301         * lib/filenamecat.h: Likewise.  All includers changed.
52302         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
52303         in comments or local variable names.
52304         * lib/basename.c: Likewise.
52305         * lib/canonicalize.c, canonicalize.h: Likewise.
52306         * lib/dirname.c, dirname.h: Likewise.
52307         * lib/euidaccess.c: Likewise.
52308         * lib/exclude.c: Likewise
52309         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52310         * lib/fsusage.c, fsuage.h: Likewise.
52311         * lib/fts.c, fts_.h: Likewise.
52312         * lib/getcwd.c: Likewise.
52313         * lib/getloadavg.c: Likewise.
52314         * lib/mkstemp.c: Likewise.
52315         * lib/mountlist.c, mountlist.h: Likewise.
52316         * lib/openat.c, openat.h: Likewise.
52317         * lib/readlink-stub.c: Likewise.
52318         * lib/readutmp.c, readutmp.h: Likewise.
52319         * lib/rename.c: Likewise.
52320         * lib/rmdir.c: Likewise.
52321         * lib/same.c: Likewise.
52322         * lib/savedir.c: Likewise.
52323         * lib/stripslash.c: Likewise.
52324         * lib/tempname.c: Likewise.
52325         * lib/xreadlink.c: Likewise.
52326         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52327         All uses changed.
52328         * lib/exclude.h: Likewise.
52329
52330         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52331         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52332         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52333         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52334         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52335         files have been getting away with it for years (MORE/BSD 4.3
52336         is extinct now).
52337         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52338         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52339
52340         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52341         Define to 256, not 255, as per modern POSIX.
52342
52343 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52344
52345         Sync from coreutils.
52346         Use "file name" when talking about file names, instead of "filename"
52347         or "path", as per the GNU coding standards.
52348         * MODULES.html.sh: mkdir-p renamed from makepath.
52349         filenamecat renamed from path-concat.
52350         * modules/filenamecat: Renamed from modules/path-concat.
52351         (Files): filenamecat.h and filenamecat.c renamed from
52352         path-concat.h and path-concat.c.
52353         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52354         (Include): filenamecat.h, not path-concat.h.
52355         * modules/mkdir-p: Renamed from modules/makepath.
52356         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52357         makepath.c.
52358         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52359         (Include): mkdir-p.h, not makepath.h.
52360
52361 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52362
52363         Sync from coreutils.
52364         * m4/mkdir-p.m4: Renamed from makepath.m4.
52365         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52366         Rename files from makepath.c to mkdir-p.c, and from
52367         makepath.h to mkdir-p.h.
52368         * m4/filenamecat.m4: Renamed from path-concat.m4.
52369         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52370         Rename files from path-concat.c to filenamecat.c,
52371         and from path-concat.h to filenamecat.h.
52372         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52373         "file name" in local variables or comments.
52374         * m4/rename.m4: Likewise.
52375
52376 2005-06-01  Bruno Haible  <bruno@clisp.org>
52377
52378         * modules/csharpexec: New file.
52379         * MODULES.html.sh (C#): New section.
52380
52381 2005-06-01  Bruno Haible  <bruno@clisp.org>
52382
52383         * m4/csharp.m4: New file, from GNU gettext.
52384         * m4/csharpexec.m4: New file, from GNU gettext.
52385
52386 2005-06-01  Bruno Haible  <bruno@clisp.org>
52387
52388         * lib/csharpexec.h: New file, from GNU gettext.
52389         * lib/csharpexec.c: New file, from GNU gettext.
52390         * lib/csharpexec.sh.in: New file, from GNU gettext.
52391
52392 2005-05-31  Derek Price  <derek@ximbiot.com>
52393             Paul Eggert  <eggert@cs.ucla.edu>
52394
52395         Sync from cvs.
52396         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52397
52398 2005-05-31  Derek Price  <derek@ximbiot.com>
52399             Paul Eggert  <eggert@cs.ucla.edu>
52400
52401         Sync from cvs.
52402         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52403
52404 2005-05-29  Derek Price  <derek@ximbiot.com>
52405
52406         * config/srclist.txt (glob_.h, glob.c): Add these files.
52407
52408 2005-05-29  Derek Price  <derek@ximbiot.com>
52409
52410         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52411         * modules/glob: New file.
52412         * modules/getlogin_r: Add link to POSIX spec in description.
52413
52414 2005-05-29  Derek Price  <derek@ximbiot.com>
52415             Paul Eggert  <eggert@cs.ucla.edu>
52416
52417         * m4/glob.m4: New file.
52418
52419 2005-05-29  Derek Price  <derek@ximbiot.com>
52420             Paul Eggert  <eggert@cs.ucla.edu>
52421
52422         * lib/glob_.h, lib/glob.c: New files.
52423
52424 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52425
52426         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52427         * modules/fts-lgpl (Depends-on): Remove gettext.
52428
52429 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52430
52431         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52432         and don't require gt_INTTYPES_PRI.
52433
52434 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52435
52436         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52437
52438         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52439         the configuration hassle isn't worth it.
52440         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52441         (LONGEST_MODIFIER, PRIuMAX): Remove.
52442
52443 2005-05-27  Bruno Haible  <bruno@clisp.org>
52444
52445         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52446
52447 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52448
52449         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52450         _POSIX_PTHREAD_SEMANTICS for Solaris.
52451
52452 2005-05-25  Derek Price  <derek@ximbiot.com>
52453
52454         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52455
52456 2005-05-25  Derek Price  <derek@ximbiot.com>
52457             Paul Eggert  <eggert@cs.ucla.edu>
52458
52459         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52460         * lib/getlogin_r.c, getlogin_r.h: New files.
52461
52462 2005-05-25  Bruno Haible  <bruno@clisp.org>
52463             Derek Price  <derek@ximbiot.com>
52464
52465         * lib/getlogin_r.h: Simplify API documentation.
52466
52467 2005-05-23  Derek Price  <derek@ximbiot.com>
52468
52469         * modules/minmax (Files): Add m4/minmax.m4.
52470         (configure.ac): Add gl_MINMAX.
52471
52472 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52473
52474         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52475         so that unistd-safer.h (GPL'ed code) need not be included.
52476
52477 2005-05-22  Bruno Haible  <bruno@clisp.org>
52478
52479         * m4/minmax.m4: New file.
52480         Based on a patch by Derek Price <derek@ximbiot.com>.
52481
52482 2005-05-22  Bruno Haible  <bruno@clisp.org>
52483
52484         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52485         (INT64_MIN): Fix definition.
52486         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52487
52488         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52489         NEED_SIGNED_INT_TYPES.
52490
52491         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52492         HAVE_SYSTEM_INTTYPES.
52493
52494 2005-05-22  Bruno Haible  <bruno@clisp.org>
52495
52496         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52497         Also include <sys/param.h> if it defines MIN, MAX.
52498         Based on a patch by Derek Price <derek@ximbiot.com>.
52499
52500 2005-05-21  Jim Meyering  <jim@meyering.net>
52501
52502         * modules/fts (Files): Add m4/inttypes-pri.m4.
52503         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52504
52505 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52506
52507         New fts module.
52508         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52509         (setup_dir, free_dir): New functions.
52510         (enter_dir, leave_dir): Define trivial
52511         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52512         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52513         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52514         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52515         Move to fts-cycle.c.
52516         (fts_open): Use setup_dir.
52517         (fts_close): Use free_dir.
52518         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52519         This adds a label and some gotos, but the alternatives were messier.
52520         Check for memory allocation failure when entering a dir.
52521         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52522         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52523         (FTS): New member fts_cycle, that is a union that contains the
52524         old active_dir_ht and cycle_state.  All uses changed to mention
52525         fts_cycle.ht and fts_cycle.state.
52526         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52527         fts.c, with the following changes:
52528         (setup_dir, free_dir): New functions.
52529         (enter_dir): Now returns bool.  Return true if successful, false
52530         if memory exhausted.  All callers changed.
52531         Do not bother partly cleaning up on
52532         memory allocation failure; that is free_dir's job.
52533         However, free ad if hash_insert fails, to avoid memory leak.
52534         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52535         fts->fts_options to see which union member to use.
52536
52537 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52538
52539         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52540         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52541
52542 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52543
52544         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52545
52546 2005-05-20  Jim Meyering  <jim@meyering.net>
52547
52548         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52549         Now a macro, to pacify GCC.
52550
52551 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52552
52553         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52554         of -1.
52555
52556 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52557
52558         * lib/chown.c (rpl_chown): Return -1 on failure.
52559
52560 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52561
52562         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52563         Don't check for stddef.h.
52564         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52565         don't use its results.
52566         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52567         since we include them unconditionally.  Don't require
52568         AM_STDBOOL_H, since stdbool is a prerequisite.
52569         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52570         since we assume C89 or better.
52571         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52572         as we don't use their results.
52573         Don't check for fchdir, memmove, memset, strrchr, as we use
52574         them unconditionally.
52575         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52576         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52577
52578 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52579
52580         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52581         Include <stddef.h> unconditionally, since we assume C89 now.
52582         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52583         * lib/fts.c: Include fts_.h first, to check interface.
52584         Do not include intprops.h; no longer needed.
52585         Include cycle-check.h and hash.h, since fts_.h no longer does.
52586         Remove unnecessary casts of closedir to void.
52587         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52588         decide whether to decrement nlinks.
52589         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52590         (FTS): Use struct hash_table * instead of Hash_table, so that
52591         we no longer need to include hash.h here.
52592
52593 2005-05-18  Jim Meyering  <jim@meyering.net>
52594
52595         * modules/dirfd (License): Change to LGPL.  Most of the code
52596         is already in the public domain.
52597
52598 2005-05-18  Jim Meyering  <jim@meyering.net>
52599
52600         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52601         Reported by Yoann Vandoorselaere.
52602
52603 2005-05-17  Jim Meyering  <jim@meyering.net>
52604
52605         * m4/fts.m4: New file, from coreutils.
52606
52607 2005-05-17  Jim Meyering  <jim@meyering.net>
52608
52609         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52610
52611 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52612
52613         Sync from coreutils.
52614         * m4/unlinkdir.m4: New file.
52615
52616 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52617
52618         Sync from coreutils.
52619         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52620         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52621         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52622         White space changes only.
52623         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52624         special.
52625         * lib/yesno.c: Include getline.h, not ctype.h.
52626         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52627         Use getline to remove arbitrary restriction on response length.
52628
52629 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52630
52631         * config/srclist-update: Spell out "Street" in FSF postal
52632         mail address; this is the style the FSF seems to prefer.
52633
52634         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52635         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52636         this updates FSF postal mail address.
52637
52638         Sync from coreutils.
52639         * modules/unlinkdir: New file.
52640         * modules/yesno (Depends-on): Add getline.
52641         * MODULES.html.sh (File system functions): Add unlinkdir.
52642
52643 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52644
52645         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52646         lib/strsep.h:
52647         Change the initial comment to refer to GPL, not LGPL.
52648         gnulib-tool will change it to LGPL as needed.
52649
52650         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52651         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52652         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52653         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52654         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52655         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52656         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52657         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52658         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52659         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52660         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52661         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52662         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52663         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52664         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52665         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52666         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52667         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52668         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52669         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52670         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52671         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52672         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52673         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52674         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52675         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52676         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52677         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52678         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52679         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52680         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52681         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52682         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52683         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52684         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52685         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52686         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52687         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52688         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52689         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52690         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52691         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52692         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52693         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52694         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52695         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52696         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52697         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52698         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52699         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52700         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52701         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52702         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52703         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52704         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52705         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52706         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52707         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52708         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52709         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52710         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52711         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52712         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52713         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52714         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52715         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52716         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52717         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52718         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52719         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52720         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52721         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52722         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52723         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52724         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52725         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52726         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52727         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52728         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52729         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52730         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52731         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52732         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52733         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52734         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52735         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52736         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52737         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52738         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52739         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52740         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52741         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52742         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52743         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52744         lib/yesno.c, lib/yesno.h:
52745         Update FSF postal mail address.
52746
52747 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52748
52749         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52750         tests/test-memmem.c, tests/test-stpncpy.c:
52751         Update FSF postal mail address.
52752
52753 2005-05-13  Bruno Haible  <bruno@clisp.org>
52754
52755         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52756         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52757         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52758         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52759         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52760         Add support for 64-bit integers in the MSVC compiler.
52761
52762 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52763
52764         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52765
52766 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52767
52768         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52769
52770 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52771
52772         * doc/getdate.texi (General date syntax): Don't say that date
52773         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52774         Problem reported by Nic Ferrier.
52775
52776 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52777
52778         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52779         specified in ai_socktype. Fix invalid ai_protocol
52780         check. ai_protocol is usually set to 0 or depending on
52781         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52782         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52783         ai_socktype / ai_protocol in the returned addrinfo structure.
52784
52785 2005-05-10  Simon Josefsson  <jas@extundo.com>
52786
52787         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52788         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52789
52790 2005-05-10  Karl Berry  <karl@gnu.org>
52791
52792         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52793         (from http://www.gnu.org/licenses).
52794         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52795         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52796         fdl.texi suffices.
52797
52798 2005-05-10  Karl Berry  <karl@gnu.org>
52799
52800         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52801         (COPYING.DOC): remove.
52802
52803         * config/srclist-update: new FSF address.
52804
52805 2005-05-10  Derek Price  <derek@ximbiot.com>
52806
52807         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52808         possible.
52809
52810 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52811             Bruno Haible  <bruno@clisp.org>
52812
52813         * modules/inet_ntop: New file.
52814         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52815         inet_ntop.
52816
52817 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52818             Bruno Haible  <bruno@clisp.org>
52819
52820         * m4/inet_ntop.m4: New file.
52821
52822 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52823             Bruno Haible  <bruno@clisp.org>
52824
52825         * lib/inet_ntop.h: New file.
52826         * lib/inet_ntop.c: New file, from glibc with modifications.
52827
52828 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52829
52830         * modules/time_r (License): Change to LGPL.
52831         * modules/extensions (License): Change to LGPL.  Actually,
52832         the license is more permissive than that, but currently gnulib-tool
52833         doesn't know how to handle more-permissive licenses.
52834
52835         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52836         Problem reported by Dave Love.
52837
52838 2005-05-08  Jim Meyering  <jim@meyering.net>
52839
52840         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52841         blank.
52842
52843 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52844
52845         * modules/argmatch (Depends-on): Add stdbool.
52846         * modules/backupfile (Depends-on): Likewise.
52847         * modules/chdir-long (Depends-on): Likewise.
52848         * modules/closeout (Depends-on): Likewise.
52849         * modules/cycle-check (Depends-on): Likewise.
52850         * modules/dirname (Depends-on): Likewise.
52851         * modules/fnmatch (Depends-on): Likewise.
52852         * modules/fsusage (Depends-on): Likewise.
52853         * modules/fwriteerror (Depends-on): Likewise.
52854         * modules/getcwd (Depends-on): Likewise.
52855         * modules/getloadavg (Depends-on): Likewise.
52856         * modules/hard-locale (Depends-on): Likewise.
52857         * modules/makepath (Depends-on): Likewise.
52858         * modules/mountlist (Depends-on): Likewise.
52859         * modules/nanosleep (Depends-on): Likewise.
52860         * modules/posixtm (Depends-on): Likewise.
52861         * modules/quotearg (Depends-on): Likewise.
52862         * modules/readtokens (Depends-on): Likewise.
52863         * modules/readtokens0 (Depends-on): Likewise.
52864         * modules/readutmp (Depends-on): Likewise.
52865         * modules/save-cwd (Depends-on): Likewise.
52866         * modules/strftime (Depends-on): Likewise.
52867         * modules/userspec (Depends-on): Likewise.
52868         * modules/utimecmp (Depends-on): Likewise.
52869         * modules/xgetcwd (Depends-on): Likewise.
52870         * modules/xnanosleep (Depends-on): Likewise.
52871         * modules/xstrtod (Depends-on): Likewise.
52872         * modules/yesno (Depends-on): Likewise.
52873
52874 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52875
52876         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52877         needless checks.
52878
52879 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52880
52881         Merge from coreutils.  Among other things,
52882         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52883         * lib/fd-safer.c: New file.
52884         * lib/fcntl-safer.h, open-safer.c: Remove.
52885         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52886         * lib/dup-safer.c: Include unistd-safer.h first.
52887         Don't include errno.h.
52888         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52889         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52890         * lib/file-type.c: Rely on file-type.h change.
52891         * lib/getloadavg.c: Include unistd-safer.h.
52892         (getloadavg): Use safer open.
52893         * lib/getusershell.c: Include "stdio-safer.h".
52894         (getusershell): Use safer fopen.
52895         * lib/long-options.c (long_options): Use NULL rather than 0.
52896         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52897         'free'.
52898         * lib/modechange.c: Likewise.
52899         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52900         (MODE_DONE): New constant.
52901         (struct mode_change): Remove 'next' member.
52902         (make_node_op_equals): New function; like the old one of the
52903         same name, except it allocates an array.
52904         (mode_compile, mode_create_from_ref): Use it.
52905         (mode_compile): Allocate result as an array, not a linked list.
52906         Parse octal string ourself, so that we catch mistakes like "+0".
52907         (mode_adjust): Arg is an array, not a linked list.
52908         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52909         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52910         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52911         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52912         Remove.  This is now stat-macros.h's job.
52913         (talloc): Remove.  All callers replaced by xalloc, so that
52914         our invokers don't have to worry about reporting memory failures.
52915         (make_node_op_equals): Remove.
52916         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52917         New constants.
52918         (struct mode_change): Moved here from modechange.h.
52919         (mode_append_entry): Remove.
52920         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52921         apps to have incorrect behavior.  Use simpler algorithm for head
52922         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52923         Detect more invalid usages rather than having somewhat-random behavior.
52924         Don't insert an "a=" action, as that leads to incorrect behavior.
52925         (mode_compile, mode_create_from_ref): Return NULL on error instead
52926         of an enum, since now there's only one way to have an error.  All
52927         callers changed.
52928         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52929         at the correct time.  Simplify calculation of "+u" and its ilk.
52930         Don't mishandle "+X".
52931         (mode_free): Remove "register" and localize decls.
52932         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52933         (struct mode_change): Move to modechange.c; callers don't
52934         need to see this stuff.
52935         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52936         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52937         (mode_change, mode_adjust): Reflect the new signatures noted above.
52938         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52939         that might redefine system include files.
52940         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52941         (my_usleep): Use NULL rather than (void *) 0.
52942         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52943         Use siginterrupt to specify that system calls should be interrupted.
52944         (rpl_nanosleep): Move initialization of suspended closer to call of
52945         my_usleep.
52946         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52947         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52948         (desirable_utmp_entry): New function.
52949         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52950         using x2nrealloc, to simplify logic.
52951         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52952         size calculation.  Do not assume utmp file is a regular file.
52953         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52954         (READ_UTMP_CHECK_PIDS): New constant.
52955         * lib/save-cwd.c: Include unistd-safer.h.
52956         (save_cwd): Use fd_safer.
52957         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52958         [!_LIBC] Include "stat-macros.h" instead.
52959         * lib/unistd-safer.h (fd_safer): New decl.
52960
52961 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52962
52963         * modules/getloadavg (Depends-on): Add unistd-safer.
52964         * modules/getusershell (Depends-on): Add stdio-safer.
52965         * modules/lstat (Depends-on): Remove xalloc.
52966         * modules/mkstemp (Depends-on): Add stat-macros.
52967         * modules/modechange (Depends-on): Remove xstrtol.
52968         Add stat-macros, xalloc.
52969         * modules/save-cwd (Depends-on): Add unistd-safer.
52970         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52971         * modules/unistd-safer (Files): Add lib/fd-safer.c
52972         (Makefile.am): Remove lib_SOURCES.
52973
52974         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52975         Remove fcntl-safer; unistd-safer supersedes it.
52976
52977 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52978
52979         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52980         AC_HEADER_STAT.
52981         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52982         (gl_PREREQ_CHOWN): Remove.
52983         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52984         it.  Don't require AC_HEADER_STAT.
52985         (gl_PREREQ_LSTAT): Remove.
52986         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52987         Don't require AC_HEADER_STAT.
52988         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52989         (gl_PREREQ_RMDIR): Remove.
52990         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52991         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52992         the stat-macros module a prerequisite.
52993         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52994         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52995         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52996         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52997         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52998         variable names.
52999         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
53000         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
53001         variable prefixes.
53002         * m4/fcntl-safer.m4: Remove.
53003         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
53004         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
53005         Invoke gl_PREREQ_FD_SAFER.
53006         (gl_PREREQ_FD_SAFER): New macro.
53007         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
53008         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
53009         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
53010         Remove duplicate call to AC_LIBOBJ(readutmp).
53011         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
53012
53013         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
53014         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
53015
53016 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53017
53018         * MODULES.html.sh (Misc): Add byteswap.
53019
53020 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53021
53022         * modules/getcwd (Depends-on): Add extensions.
53023         * modules/openat (Depends-on): Likewise.
53024
53025 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53026
53027         * modules/byteswap: New file.
53028
53029 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53030
53031         * m4/byteswap.m4: New file.
53032
53033 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53034
53035         * lib/byteswap_.h: New file.
53036
53037 2005-04-25  Karl Berry  <karl@gnu.org>
53038
53039         * m4/gettext.m4: Update from GNU gettext 0.14.4.
53040
53041 2005-04-25  Albert Chin  <china@thewrittenword.com>
53042
53043         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
53044         Toolkit C bug.
53045
53046 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
53047
53048         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
53049         (func_ln_if_changed) Remove forcibly for no error message
53050         in case file does not exist.
53051
53052 2005-04-19  Simon Josefsson  <jas@extundo.com>
53053
53054         * gnulib-tool (Options): Make --symlink mean --symbolic.
53055
53056 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
53057
53058         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
53059
53060 2005-04-16  Simon Josefsson  <jas@extundo.com>
53061
53062         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
53063
53064 2005-04-15  Simon Josefsson  <jas@extundo.com>
53065
53066         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
53067
53068 2005-04-15  Simon Josefsson  <jas@extundo.com>
53069
53070         * gnulib-tool: Rename --symlink to --symbolic.
53071
53072 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
53073
53074         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
53075         symbolic links to files instead of copying/moving.  Add --aux-dir,
53076         specifying directory relative --dir where auxiliary build tools
53077         are placed.
53078
53079 2005-04-14  Bruno Haible  <bruno@clisp.org>
53080
53081         * modules/allocsa (License): Change to LGPL.
53082         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
53083
53084 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
53085
53086         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
53087         that "UTC +1 second" continues to work.  Problem reported
53088         by Dmitry V. Levin.
53089         (relunit_snumber): New rule.
53090         (relunit): Use it.
53091
53092 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
53093
53094         * lib/getdate.y (universal_time_zone_table): New constant.
53095         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
53096         universal_time_zone_table.
53097         (lookup_zone): Prefer universal_time_zone_table to
53098         local_time_zone_table, so that "GMT" time stamps are allowed in
53099         London during the summer.  Problem reported by Ian Abbott.
53100
53101 2005-04-12  Jim Meyering  <jim@meyering.net>
53102
53103         * lib/human.c (humblock): Set *options even when returning due to
53104         xstrtoumax conversion failure.  Thanks to a used-uninitialized
53105         warning from gcc-4.
53106
53107 2005-04-09  Jim Meyering  <jim@meyering.net>
53108
53109         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
53110         -Wuninitialized: initialize tm0.tm_year.
53111
53112 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
53113
53114         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
53115         count, since there's no maximum.  All uses changed.
53116         Add member dsts_seen.
53117         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
53118         not being INT_MAX.
53119         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
53120         Use pc_rels_seen to decide whther a date is absolute.
53121
53122         * lib/getdate.y (number): Don't overwrite year.
53123         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
53124         check.
53125
53126 2005-04-02  Simon Josefsson  <jas@extundo.com>
53127
53128         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
53129         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
53130
53131 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
53132
53133         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
53134         where no absolute path name can be longer than PATH_MAX.
53135
53136 2005-03-27  Jim Meyering  <jim@meyering.net>
53137
53138         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
53139
53140 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
53141
53142         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
53143         "one's complement" -> "ones' complement" in comment, as per Knuth.
53144         "value of type" -> "type or expression" in comment.
53145         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
53146
53147 2005-03-26  Jim Meyering  <jim@meyering.net>
53148
53149         Comment nits.
53150         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
53151         Correct typos: s/or/of/.
53152
53153 2005-03-26  Jim Meyering  <jim@meyering.net>
53154
53155         * modules/check-include-files: Move to ../ and rename to...
53156         * check-module: ...this.
53157
53158 2005-03-25  Jim Meyering  <jim@meyering.net>
53159
53160         * modules/xvasprintf (Files): Add xalloc.h.
53161
53162 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
53163
53164         * modules/gettext (Files): config/config.rpath ->
53165         build-aux/config.rpath
53166         * modules/iconv (Files): Likewise.
53167         Problem reported by Oskar Liljeblad.
53168
53169 2005-03-23  Jim Meyering  <jim@meyering.net>
53170
53171         * modules/check-include-files: New script to check for
53172         missing dependencies, multiple includes, etc.
53173
53174         * modules/c-strtold (Depends-on): Add xalloc.
53175         * modules/c-strtod (Depends-on): Add xalloc.
53176         * modules/hash (Depends-on): Add xalloc.
53177         (Files): Remove lib/xalloc.h.
53178
53179         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
53180         * modules/userspec (Files): Add lib/inttostr.h.
53181
53182 2005-03-23  Jim Meyering  <jim@meyering.net>
53183
53184         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
53185
53186 2005-03-22  Jim Meyering  <jim@meyering.net>
53187
53188         * modules/stat-macros: New module.
53189         * modules/canonicalize, modules/euidaccess, modules/file-type,
53190         * modules/filemode, modules/lchown, modules/makepath,
53191         * modules/rmdir, modules/stat: Depend on new stat-macros module
53192         rather than listing lib/stat-macros.h manually.
53193         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
53194
53195 2005-03-22  Jim Meyering  <jim@meyering.net>
53196
53197         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
53198
53199 2005-03-22  Bruno Haible  <bruno@clisp.org>
53200
53201         * config/srclist.txt: Replace target directory 'config' with
53202         'build-aux'.
53203         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
53204         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
53205         ../build-aux/.
53206
53207 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
53208
53209         * modules/chdir-long (Depends-on): Add mempcpy.
53210
53211         * modules/acl, modules/backupfile, modules/c-strtod,
53212         modules/c-strtold, modules/canon-host, modules/canonicalize,
53213         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
53214         modules/exclude, modules/exitfail, modules/file-type,
53215         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
53216         modules/getdate, modules/getline, modules/getpagesize,
53217         modules/getpass, modules/getugroups, modules/group-member,
53218         modules/hard-locale, modules/hash, modules/human, modules/idcache,
53219         modules/inttostr, modules/long-options, modules/makepath,
53220         modules/md5, modules/memcasecmp, modules/memcoll,
53221         modules/modechange, modules/mountlist, modules/path-concat,
53222         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
53223         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
53224         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
53225         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
53226         modules/strftime, modules/strndup, modules/strverscmp,
53227         modules/timespec, modules/unlocked-io, modules/userspec,
53228         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
53229         modules/yesno:
53230         Remove lib_SOURCES line from Makefile.am section, as this is now
53231         done automatically by the corresponding Autoconf macro.
53232
53233 2005-03-21  Jim Meyering  <jim@meyering.net>
53234
53235         Changes imported from coreutils.
53236
53237         * lib/cycle-check.c: Don't include xalloc.h.
53238
53239         * lib/path-concat.c: Don't include assert.h.
53240         (path_concat): Remove assertion that would have triggered
53241         for ABASE starting with more than one slash.
53242         Reported by Andreas Schwab.
53243
53244         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53245         properly when ABASE is an absolute file name.
53246         Correct the description of this function.
53247         Include <assert.h>.
53248         Add an assertion and a test driver.
53249         This fixes a bug introduced on 2004-07-02.
53250         Andreas Schwab reported the resulting failure of cp --parents:
53251         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53252
53253 2005-03-21  Jim Meyering  <jim@meyering.net>
53254
53255         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53256         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53257
53258 2005-03-21  Jim Meyering  <jim@meyering.net>
53259         and  Paul Eggert  <eggert@cs.ucla.edu>
53260
53261         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
53262         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
53263         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53264         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
53265         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
53266         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
53267         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
53268         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
53269         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
53270         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
53271         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
53272         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
53273         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
53274         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
53275         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
53276         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
53277         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
53278         for these modules.
53279
53280 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
53281
53282         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
53283         (which shouldn't happen), generate nothing instead of returning 0
53284         immediately, so that nstrftime (NULL, ...) doesn't return 0.
53285
53286 2005-03-16  Bruno Haible  <bruno@clisp.org>
53287
53288         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
53289         HAVE_LONGLONG_64BIT.
53290
53291 2005-03-16  Bruno Haible  <bruno@clisp.org>
53292
53293         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
53294         HAVE_LONGLONG_64BIT.
53295
53296 2005-03-16  Bruno Haible  <bruno@clisp.org>
53297
53298         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
53299         HAVE_LONGLONG_64BIT.
53300
53301 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53302
53303         * lib/strftime.c (my_strftime): Prepend space to format so that we can
53304         reliably distinguish strftime failure from empty output on POSIX
53305         hosts.
53306
53307 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53308
53309         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53310         (iconv_string): Don't guess a size-zero buffer, as that might cause
53311         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53312         result would be 'too large', where 'too large' is (heuristically)
53313         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53314         overflow concerns.  This will prevent some unwanted malloc failures
53315         when the inputs are very large.
53316
53317 2005-03-15  Karl Berry  <karl@gnu.org>
53318
53319         * config/srclist.txt (config.rpath): from gettext.
53320         * config/config.rpath: update.
53321
53322 2005-03-15  Bruno Haible  <bruno@clisp.org>
53323
53324         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53325         to 'negate'.
53326
53327         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53328         variable.
53329
53330         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53331         results.
53332
53333 2005-03-14  Simon Josefsson  <jas@extundo.com>
53334
53335         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53336         <fx@gnu.org>.
53337
53338 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53339
53340         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53341         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53342         intprops.h.
53343         * lib/strtol.c: Likewise.
53344
53345 2005-03-14  Jim Meyering  <jim@meyering.net>
53346
53347         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53348         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53349         to be nonzero so that we (and caller) can detect the difference
53350         between a valid zero-length expansion and an error return, even
53351         when the underlying strftime fails before writing anything into
53352         that location.
53353
53354 2005-03-14  Bruno Haible  <bruno@clisp.org>
53355
53356         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53357         Update from GNU gettext 0.14.3.
53358
53359 2005-03-10  Jim Meyering  <jim@meyering.net>
53360
53361         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53362
53363 2005-03-10  Jim Meyering  <jim@meyering.net>
53364
53365         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53366         so that this module works on systems without fchdir.
53367
53368 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53369
53370         Factor int-properties macros into a single file, except for
53371         glibc-related files.
53372         * lib/intprops.h: New file.
53373         * lib/getloadavg.c: Include it instead of limits.h.
53374         (INT_STRLEN_BOUND): Remove.
53375         * lib/human.c: Include intprops.h.
53376         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53377         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53378         302/1000.
53379         * lib/inttostr.h: Include intprops.h instead of limits.h.
53380         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53381         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53382         for consistency with intprops.h.
53383         (time_t_is_integer, twos_complement_arithmetic): Use them.
53384         * lib/sig2str.h: Include <signal.h>, intprops.h.
53385         (INT_STRLEN_BOUND): Remove.
53386         * lib/strftime.c (TYPE_SIGNED): Remove.
53387         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53388         * lib/strtol.c: Adjust comments to match intprops.h.
53389         * lib/userspec.c: Include intprops.h.
53390         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53391         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53392         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53393         instead of rolling our own expressions.
53394         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53395
53396         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53397         instead of int.
53398         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53399         the right thing even if adding 1900 would overflow.  Similarly
53400         for tm_mon + 1 and tm_yday + 1.
53401         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53402         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53403         (DO_SIGNED_NUMBER): New macro.
53404         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53405
53406 2005-03-07  Bruno Haible  <bruno@clisp.org>
53407
53408         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53409
53410 2005-03-07  Bruno Haible  <bruno@clisp.org>
53411
53412         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53413
53414 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53415
53416         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53417         (func_import): Only replace files via --import when they have actually
53418         changed.
53419
53420 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53421
53422         * m4/mmap-anon.m4: New file.
53423         * m4/pagealign_alloc.m4: New file.
53424
53425 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53426             Bruno Haible  <bruno@clisp.org>
53427
53428         * modules/pagealign_alloc: New file.
53429         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53430
53431 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53432             Bruno Haible  <bruno@clisp.org>
53433
53434         * lib/pagealign_alloc.h: New file.
53435         * lib/pagealign_alloc.c: New file.
53436
53437 2005-03-03  Bruno Haible  <bruno@clisp.org>
53438
53439         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53440         Use an all-permissive copyright notice, recommended by RMS.
53441
53442 2005-03-02  Bruno Haible  <bruno@clisp.org>
53443
53444         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53445         of AIX, the replacement has to be done only after <string.h> is
53446         included, therefore not in config.h. stpncpy.h does the replacement,
53447         and stpncpy.c uses it.
53448
53449 2005-03-02  Bruno Haible  <bruno@clisp.org>
53450
53451         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53452         stpncpy.c uses it.
53453
53454 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53455
53456         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53457         The workaround isn't strictly needed for POSIX conformance, and
53458         it's too much of a pain to configure and maintain.  We'll ask
53459         people to fix their kernels instead.
53460         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53461         (NANOSLEEP_BUG_WORKAROUND): Remove.
53462         (xnanosleep): Remove the workaround.
53463
53464 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53465
53466         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53467         Reported by Derek Price.
53468         (Include): Add "timespec.h".
53469
53470         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53471
53472 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53473
53474         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53475         to detect nanosleep bug.
53476
53477 2005-03-01  Bruno Haible  <bruno@clisp.org>
53478
53479         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53480
53481 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53482
53483         * modules/gethrxtime: New file.
53484         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53485         (Depends-on): Add gethrxtime.
53486         (configure.ac): Add gl_XNANOSLEEP.
53487         (Makefile.am): Remove lib_SOURCES line.
53488
53489 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53490
53491         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53492         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53493
53494 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53495
53496         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53497         * lib/timespec.h (gettime): Return void, since it always
53498         succeeds now.  All uses changed.
53499         * lib/gettime.c (gettime) Likewise.
53500         [HAVE_NANOTIME]: Prefer nanotime.
53501         Assume gettimeofday succeeds, as POSIX requires.
53502         Assime time () succeeds, since other code already does.
53503         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53504         (timespec_subtract): Remove.
53505         (NANOSLEEP_BUG_WORKAROUND): New constant.
53506         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53507         things considerably.  Use it only on GNU/Linux hosts, since the
53508         workaround shouldn't be needed elsewhere.
53509
53510 2005-02-24  Bruno Haible  <bruno@clisp.org>
53511
53512         * modules/gettext (Files): Add m4/glibc2.m4.
53513
53514 2005-02-24  Bruno Haible  <bruno@clisp.org>
53515
53516         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53517         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53518         * m4/progtest.m4:
53519         Update from GNU gettext 0.14.2.
53520         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53521
53522 2005-02-24  Bruno Haible  <bruno@clisp.org>
53523
53524         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53525         * lib/config.charset: Update from GNU gettext 0.14.2.
53526
53527 2005-02-24  Bruno Haible  <bruno@clisp.org>
53528
53529         * lib/gettext.h: Update from GNU gettext 0.14.2.
53530
53531 2005-02-23  Simon Josefsson  <jas@extundo.com>
53532
53533         * m4/iconvme.m4: New file.
53534
53535 2005-02-23  Jim Meyering  <jim@meyering.net>
53536
53537         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53538         change.
53539         Thanks to Bruno Haible for catching it.
53540
53541 2005-02-22  Simon Josefsson  <jas@extundo.com>
53542
53543         * modules/iconvme: New file.
53544
53545         * MODULES.html.sh: Add iconvme.
53546
53547 2005-02-22  Simon Josefsson  <jas@extundo.com>
53548
53549         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53550
53551 2005-02-22  Simon Josefsson  <jas@extundo.com>
53552
53553         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53554
53555 2005-02-22  Jim Meyering  <jim@meyering.net>
53556
53557         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53558         s/ifndef/ifdef/.
53559
53560 2005-02-20  Neil Conway  <neilc@samurai.com>
53561
53562         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53563         returned by OSX/Darwin if the specified buffer is not large
53564         enough for the hostname.
53565
53566 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53567
53568         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53569         pass it to _help, otherwise the latter coredumps trying to
53570         dereference state.root_argp.
53571
53572 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53573
53574         * modules/chdir-long (Depends-on): Add memrchr.
53575         * modules/memrchr (Files): Add lib/memrchr.h.
53576         (Include): "memrchr.h".
53577
53578 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53579
53580         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53581
53582 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53583
53584         * lib/memrchr.h: New file.
53585         * lib/chdir-long.c: Include it.
53586         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53587         Don't bother including stddef.h.
53588
53589 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53590
53591         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53592         inclusion.
53593         Include <sys/types.h>, for dev_t.
53594         (ME_DUMMY, ME_REMOTE): Move from here....
53595         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53596         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53597         Dmitry V. Levin.
53598         Include mountlist.h first, to test the interface.
53599
53600 2005-01-29  Bruno Haible  <bruno@clisp.org>
53601
53602         * lib/progname.c (program_name): Initialize.
53603         Needed when linking statically on MacOS X.
53604
53605 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53606
53607         Sync from coreutils.
53608         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53609         (Depends-on): Add c-strtod.
53610         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53611
53612 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53613
53614         Sync from coreutils.
53615         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53616
53617         Remove files that are specific to coreutils.
53618         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53619
53620 2005-01-28  Bruno Haible  <bruno@clisp.org>
53621
53622         * modules/javacomp: New file.
53623         * MODULES.html.sh (Java): Add javacomp.
53624
53625 2005-01-28  Bruno Haible  <bruno@clisp.org>
53626
53627         * m4/javacomp.m4: New file, from GNU gettext.
53628
53629 2005-01-28  Bruno Haible  <bruno@clisp.org>
53630
53631         * lib/javacomp.sh.in: New file, from GNU gettext.
53632         * lib/javacomp.h: New file, from GNU gettext.
53633         * lib/javacomp.c: New file, from GNU gettext.
53634
53635 2005-01-26  Simon Josefsson  <jas@extundo.com>
53636
53637         * lib/gai_strerror.c: Use GPL in header.
53638
53639 2005-01-26  Bruno Haible  <bruno@clisp.org>
53640
53641         * modules/javaexec: New file.
53642         * MODULES.html.sh (Java): Add javaexec.
53643
53644 2005-01-26  Bruno Haible  <bruno@clisp.org>
53645
53646         * m4/javaexec.m4: New file, from GNU gettext.
53647
53648 2005-01-26  Bruno Haible  <bruno@clisp.org>
53649
53650         * lib/javaexec.sh.in: New file, from GNU gettext.
53651         * lib/javaexec.h: New file, from GNU gettext.
53652         * lib/javaexec.c: New file, from GNU gettext.
53653
53654 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53655
53656         * modules/lchown (Depends-on): Remove lchown.h
53657
53658 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53659
53660         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53661         must be defined if the header file was not found, in order
53662         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53663
53664 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53665
53666         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53667         initializers for struct pentry_state.
53668         (__argp_error): Check return value of __asprintf
53669         (__argp_failure): Translate error message
53670
53671         * lib/argp-parse.c: Removed braces around the expansion of N_()
53672
53673 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53674
53675         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53676         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53677         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53678         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53679         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53680         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53681         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53682         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53683         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53684         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53685         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53686         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53687         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53688         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53689         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53690         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53691         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53692         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53693         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53694         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53695         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53696         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53697         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53698         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53699         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53700         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53701         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53702         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53703         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53704         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53705         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53706         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53707         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53708         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53709         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53710         Use an all-permissive copyright notice, recommended by RMS.
53711
53712 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53713
53714         * modules/chdir-long (Depends-on): Remove mempcpy.
53715
53716 2005-01-21  Jim Meyering  <jim@meyering.net>
53717
53718         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53719         same value as for Solaris 9.
53720
53721         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53722         component length.  This included changing the parameter to be
53723         of type `char *' rather than `char const *'.
53724         * lib/chdir-long.h (chdir_long): Update prototype.
53725
53726         * lib/openat.c (fdopendir, fstatat): New functions.
53727         * lib/openat.h: Include headers required for use of DIR and struct
53728         stat.
53729         [AT_SYMLINK_NOFOLLOW]: Define.
53730         (fdopendir, fstatat): Add prototypes.
53731
53732 2005-01-21  Bruno Haible  <bruno@clisp.org>
53733
53734         * modules/classpath: New file.
53735         * MODULES.html.sh (Java): Add classpath.
53736
53737 2005-01-21  Bruno Haible  <bruno@clisp.org>
53738
53739         * lib/classpath.h: New file, from GNU gettext.
53740         * lib/classpath.c: New file, from GNU gettext.
53741
53742 2005-01-20  Simon Josefsson  <jas@extundo.com>
53743
53744         * modules/version-etc-fsf: New file.
53745
53746 2005-01-20  Simon Josefsson  <jas@extundo.com>
53747
53748         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53749         * lib/version-etc.c: Remove version_etc_copyright.
53750         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53751         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53752
53753 2005-01-20  Simon Josefsson  <jas@extundo.com>
53754
53755         * lib/base64.h (isbase64): Add.
53756
53757         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53758         using a unsigned prototype, don't inline.
53759         (base64_decode): Use it.
53760
53761 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53762
53763         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53764         it.
53765
53766 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53767
53768         * lib/save-cwd.c (save_cwd): Remove code to support the case
53769         where fchdir is missing or flaky.
53770
53771 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53772
53773         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53774
53775 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53776
53777         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53778         AC_LIBSOURCES now does this.
53779         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53780         with new ullong_max module.
53781
53782 2005-01-19  Bruno Haible  <bruno@clisp.org>
53783
53784         * modules/sh-quote: New file.
53785         * MODULES.html.sh (Executing programs): Add sh-quote.
53786
53787 2005-01-19  Bruno Haible  <bruno@clisp.org>
53788
53789         * lib/sh-quote.h: New file, from GNU gettext.
53790         * lib/sh-quote.c: New file, from GNU gettext.
53791
53792 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53793
53794         Merge from coreutils.
53795         * m4/ullong_max.m4: New file.
53796         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53797         (gl_MACROS): Assume localeconv exists.
53798
53799 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53800
53801         Merge changes from coreutils, as described below in several
53802         changelogs dated today.
53803
53804         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53805         (O_DIRECTORY): Remove; not needed here, since "." must be
53806         a directory.  All uses removed.
53807         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53808         universal on Suns, and we also need to test for IRIX.
53809         Revamp code to use 'if' rather than '#if'.
53810         Avoid unnecessary comparison of cwd->desc to 0.
53811
53812         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53813         for known valid error numbers rather than observed invalid ones.
53814
53815 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53816
53817         * modules/ullong_max: New file.
53818
53819         * modules/chdir-long, modules/openat: New files.
53820         * modules/save-cwd (Depends-on): Depend on chdir-long.
53821         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53822
53823 2005-01-18  Jim Meyering  <jim@meyering.net>
53824
53825         Merge from coreutils.
53826         * m4/chdir-long.m4, m4/openat.m4: New files.
53827         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53828         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53829         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53830         is sane and DOES follow symlinks.  Besides, testing 20 different
53831         systems found no broken chown implementations.
53832         Prompted by a change in rsync's copy of this macro.
53833         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53834
53835         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53836
53837         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53838         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53839         NULL-means-set-to-current-time semantics.
53840         Remove temporary file immediately, rather than waiting
53841         for configure's at-exit trap code to do it.
53842
53843 2005-01-18  Jim Meyering  <jim@meyering.net>
53844
53845         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53846
53847         * lib/utimens.c (futimens): Account for the fact that futimes
53848         can also fail with errno == ENOSYS or errno == ENOENT.
53849         Patch from Dmitry V. Levin.
53850
53851         Change the name of the robust chdir function from chdir to chdir_long.
53852         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53853         (restore_cwd): Use chdir_long, not chdir.
53854         * lib/chdir-long.c: Renamed from chdir.c.
53855         * lib/chdir-long.h: Renamed from chdir.h.
53856         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53857         Hurd.
53858
53859 2005-01-18  Bruno Haible  <bruno@clisp.org>
53860
53861         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53862         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53863         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53864         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53865         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53866         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53867         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53868         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53869         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53870         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53871         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53872         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53873         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53874         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53875         Use an all-permissive copyright notice, recommended by RMS.
53876
53877 2005-01-18  Bob Proulx  <bob@proulx.com>
53878
53879         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53880         simplify offsetof() macro construct to avoid compile failure with
53881         native HP-UX 11.0 ANSI C compiler.
53882
53883 2005-01-17  Bruno Haible  <bruno@clisp.org>
53884
53885         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53886         redundant because stpncpy.m4 takes care of it.
53887
53888 2005-01-17  Bruno Haible  <bruno@clisp.org>
53889
53890         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53891
53892 2005-01-17  Bruno Haible  <bruno@clisp.org>
53893
53894         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53895         used.
53896
53897 2005-01-17  Bruno Haible  <bruno@clisp.org>
53898
53899         * lib/fwriteerror.h (fwriteerror): Change specification to include
53900         fclose.
53901         * lib/fwriteerror.c: Include <stdbool.h>.
53902         (fwriteerror): At the end, close the file stream. Record whether
53903         stdout was already closed.
53904
53905 2005-01-17  Bruno Haible  <bruno@clisp.org>
53906
53907         * lib/execute.c (environ): Declare if needed.
53908         * lib/pipe.c (environ): Likewise.
53909         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53910
53911 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53912
53913         * modules/argp: Depend on vsnprintf
53914
53915 2005-01-10  Jim Meyering  <jim@meyering.net>
53916
53917         * modules/closeout (Depends-on): Add atexit.
53918
53919 2005-01-06  Bruno Haible  <bruno@clisp.org>
53920
53921         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53922
53923 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53924
53925         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53926         definitions to be after all include files, to avoid collisions.
53927         Problem reported by Bob Proulx.
53928
53929 2005-01-04  Jim Meyering  <jim@meyering.net>
53930
53931         Changes imported from coreutils.
53932         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53933         as the mkstemp template, use a temporary directory and an
53934         8.3-friendly template to avoid trouble on systems like DJGPP.
53935         Reported by Juan M. Guerrero via Stepan Kasal.
53936         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53937         close. Remove the temporary directory right away, rather than waiting
53938         for configure's at-exit trap code to do it.
53939         Suggestion from Stepan Kasal.
53940
53941 2005-01-01  Simon Josefsson  <jas@extundo.com>
53942
53943         * gnulib-tool: Print #include directives when --import'ing.
53944
53945 2004-12-28  Simon Josefsson  <jas@extundo.com>
53946
53947         * tests/test-base64.c: Include required header files.  Remove
53948         unused variables.
53949
53950 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53951
53952         * modules/error (Depends-on): Remove gettext.
53953
53954 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53955
53956         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53957         not needed.  This removes a dependency on the gettext module.
53958         [defined _LIBC]: Do not include <libintl.h>; not needed.
53959
53960 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53961
53962         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53963         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53964
53965 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53966
53967         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53968         HAVE_DECL_STRTOLD.
53969
53970 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53971
53972         * modules/getdate (Depends-on): Remove alloca-opt.
53973
53974 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53975
53976         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53977
53978 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53979
53980         * lib/argp-parse.c: Include <stddef.h>.
53981         (alignof, alignto): New macros.
53982         (parser_init): Don't assume that void * is aligned sufficiently
53983         for struct option.
53984
53985         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53986         need to extend the stack.
53987         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53988         large.
53989
53990 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53991
53992         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53993
53994 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53995
53996         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53997         (2004-10-24) change.  Apparently this was a false alarm.
53998
53999         * modules/getdate: Depend on alloca-opt, not alloca.
54000
54001 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54002
54003         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
54004         Remove now-obsolete comment about AIX.
54005         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
54006         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
54007         (YYMAXDEPTH): New macro.
54008
54009 2004-12-18  Simon Josefsson  <jas@extundo.com>
54010
54011         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
54012
54013 2004-12-18  Bruno Haible  <bruno@clisp.org>
54014
54015         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
54016
54017 2004-12-18  Bruno Haible  <bruno@clisp.org>
54018
54019         * lib/fatal-signal.c (fatal_signals): Make non-const.
54020         (init_fatal_signals): New function.
54021         (uninstall_handlers, install_handlers): Ignore signals that were set to
54022         SIG_IGN.
54023         (at_fatal_signal): Call init_fatal_signals.
54024         (init_fatal_signal_set): Likewise. Ignore signals that were set to
54025         SIG_IGN.
54026         Reported by Paul Eggert.
54027
54028 2004-12-18  Bruno Haible  <bruno@clisp.org>
54029
54030         * doc/alloca.texi: New file.
54031         * doc/alloca-opt.texi: New file.
54032
54033 2004-12-17  Jim Meyering  <jim@meyering.net>
54034
54035         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
54036         Otherwise, install-sh could exit with improper exit status when
54037         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
54038
54039 2004-12-16  Simon Josefsson  <jas@extundo.com>
54040
54041         * tests/test-base64.c: Add license.
54042
54043 2004-12-15  Stepan Kasal  <address@hidden>
54044
54045         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
54046
54047 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
54048
54049         * modules/getcwd (Files): Add m4/d-ino.m4.
54050         Suggested by Mark D. Baushke.
54051
54052 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54053
54054         * lib/getdate.y (textint): New member "negative".
54055         (time_zone_hhmm): New function.
54056         Expect 14 shift-reduce conflicts, not 13.
54057         (o_colon_minutes): New rule.
54058         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
54059         (yylex): Set the "negative" member of signed numbers.
54060
54061 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54062
54063         * doc/getdate.texi (Time of day items, Time zone items):
54064         Describe new formats +00:00, UTC+00:00.
54065
54066 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
54067
54068         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
54069         spurious "-l"s.  Problem reported by Stepan Kasal.
54070
54071 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
54072
54073         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
54074         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
54075
54076 2004-12-04  Simon Josefsson  <jas@extundo.com>
54077
54078         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
54079         Vandoorselaere <yoann@prelude-ids.org>.
54080
54081 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54082
54083         Changes imported from coreutils.
54084         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
54085         exist.
54086         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
54087
54088 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54089
54090         Changes imported from coreutils.
54091         * lib/hard-locale.c: Assume <locale.h> exists.
54092         Include "strdup.h".
54093         (GLIBC_VERSION): New macro.
54094         (hard_locale): Assume setlocale exists.
54095         Rewrite to avoid #ifdef.
54096         Use strdup rather than malloc + strcpy.
54097         * lib/human.c: Assume <locale.h> exists.
54098         (human_readable): Assume localeconv exists.
54099
54100 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54101
54102         * modules/hard-locale (Depends-on): Add strdup.
54103
54104 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
54105
54106         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
54107         convert T2, not T.  (Imported from libc.)
54108
54109 2004-11-30  Simon Josefsson  <jas@extundo.com>
54110
54111         * modules/restrict (License): Change to LGPL.
54112
54113 2004-11-30  Simon Josefsson  <jas@extundo.com>
54114
54115         * m4/restrict.m4: Add copyright and copying conditions.
54116
54117 2004-11-30  Simon Josefsson  <jas@extundo.com>
54118
54119         * m4/base64.m4: New file.
54120
54121 2004-11-30  Simon Josefsson  <jas@extundo.com>
54122
54123         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
54124         base64.
54125
54126         * tests/test-base64.c: New file.
54127
54128         * modules/base64: New file.
54129
54130 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54131
54132         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
54133         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
54134
54135         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
54136
54137 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54138
54139         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
54140         (__getcwd.c): Don't restore errno; glibc doesn't.
54141         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
54142         first, falling back to our code only if its results look suspicious.
54143         Ensure that the resulting buffer is only as large as necessary.
54144
54145         * lib/readutmp.c: Include readutmp.h first.
54146         Include <errno.h>, since readutmp.h no longer does that.
54147         * lib/readutmp.h: Don't include <errno.h>,
54148         <sys/param.h>, <time.h>; not needed to establish interface.
54149         (errno): Remove decl.
54150         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
54151         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
54152         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
54153
54154 2004-11-28  Simon Josefsson  <jas@extundo.com>
54155
54156         * lib/base64.h, base64.c: New file.
54157
54158 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
54159
54160         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
54161
54162 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
54163
54164         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
54165         (Depends-on): Remove pathmax, same.  Add mempcpy.
54166         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
54167         (Makefile.am): Append getcwd.h to lib_SOURCES.
54168         (Include): Add getcwd.h.
54169         (Maintainer): Change from Jim Meyering to "all, glibc",
54170         since getdate now uses intended-for-glibc code.
54171         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
54172         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
54173
54174 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54175
54176         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
54177         HP's ANSI C compiler.
54178         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
54179         Declaring int functions causes warnings on some modern systems and
54180         shouldn't be needed to compile on ancient ones.
54181         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
54182         defined.
54183
54184         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
54185         with the following changes.
54186         (__set_errno): Parenthesize properly.
54187         Include <stdbool.h>.
54188         (MIN, MAX, MATCHING_INO): New macros.
54189         (__getcwd): Define with prototype, not K&R form.
54190         Use heuristics to allocate default buffer on stack if possible.
54191         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
54192         behavior, and to avoid the PATH_MAX limit when computing
54193         ../../../../...
54194         Use MATCHING_INO to compare inode number to file.
54195         Check for arithmetic overflow in size calculations.
54196         Fix bug in reallocation of dot array that caused getcwd to fail
54197         on directories nested deeper than 75.
54198         Be more careful about saving errno on error.
54199         Do not use realloc; use only free+malloc, as this is a bit
54200         more flexible and avoids a needless copy operation.
54201         Do not inspect st_dev and st_ino for symbolic links; POSIX
54202         doesn't specify the latter.
54203         Check for closedir errors.
54204         Avoid needless casts.
54205         Use "#ifdef weak_alias" around weak_alias, to be like other
54206         glibc code.
54207         The following changes to getcwd.c have effect only when used in
54208         gnulib; they have no effect inside glibc proper.
54209         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
54210         as alloca isn't used.
54211         (alloca, __alloca): Likewise.
54212         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
54213         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54214         unconditionally, as gnulib assumes C89 or better.
54215         Do not include <sys/param.h>.
54216         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
54217         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
54218         better.
54219         (NULL) [!defined NULL]: Remove; we assume C89 or better.
54220         Include <dirent.h> in a way that is compatible with modern Autoconf.
54221         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
54222         New macros, if not already defined.
54223         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
54224         Use "_LIBC", not "defined _LIBC", for consistency.
54225         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
54226         a mempcpy module.
54227         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
54228         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
54229         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
54230         credit only to Jim Meyering and adjust the copyright dates.
54231         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
54232         <stdlib.h>, <unistd.h>, "pathmax.h".
54233         Instead, include "xgetcwd.h" (first) and "getcwd.h".
54234         (INITIAL_BUFFER_SIZE): Remove.
54235         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
54236
54237 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54238
54239         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54240         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54241         Use the _ONCE methods, for efficiency.
54242         Check for fcntl.h.  In test program, include <errno.h>
54243         and <fcntl.h> if available.  Remove old K&R cruft from
54244         test program.  Check for common errors in GNU/Linux,
54245         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54246         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54247         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54248         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54249         name accordingly.
54250         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54251         accommodate new getcwd.c.
54252         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54253         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54254         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54255         that's all we need now.
54256
54257 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54258
54259         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
54260         argp-parse.c depends on getopt internals, that means we should
54261         always use our getopt, to be on the safe side.
54262         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
54263         order not to spoil the result of an eventual previous invocation
54264         of gl_GETOPT_SUBSTITUTE.
54265
54266 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54267
54268         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
54269         redefinition warnings. To avoid them, include the defines
54270         in `#if !defined __need_getopt ... #endif'. The only place
54271         where __getopt_argv_const is used is in definitions
54272         of getopt_long and getopt_long_only below, which are as well
54273         protected by `#ifndef __need_getopt'.
54274         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
54275         __need_getopt after including <stdio.h> and <unistd.h> These
54276         headers might have defined it.
54277
54278 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54279
54280         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
54281
54282 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54283
54284         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
54285         (futimens): New function, which uses futimes if available.
54286         (futimens, utimens): Support timespec==NULL, with same semantics
54287         as utime and utimens.
54288         * lib/utimens.h (futimens): New decl.
54289
54290 2004-11-23  Jim Meyering  <jim@meyering.net>
54291
54292         * lib/getopt_.h: Remove trailing blanks.
54293
54294 2004-11-23  Jim Meyering  <jim@meyering.net>
54295
54296         * lib/__fpending.c: Add comment.
54297
54298 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
54299
54300         * modules/canonicalize (Depends-on): Add xreadlink.
54301         Problem reported by James Youngman.
54302
54303 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
54304
54305         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54306         New macros.
54307         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54308         optopt): Use them instead of invoking ## directly; otherwise, the
54309         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54310
54311 2004-11-19  Bruno Haible  <bruno@clisp.org>
54312
54313         * lib/strtok_r.c: Move comments from here...
54314         * lib/strtok_r.h: ... to here.
54315
54316 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54317
54318         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54319         implementations that mishandle size_t overflow.
54320
54321 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54322
54323         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54324         might fail.  Problem reported by Yoann Vandoorselaere.
54325         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54326         implementations that mishandle size_t overflow.
54327
54328 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54329
54330         * modules/canon-host (Depends-on): Add strdup.
54331
54332 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54333
54334         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54335
54336 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54337
54338         * lib/canon-host.c: Include "strdup.h".
54339         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54340         Use strdup instead of malloc/strcpy to duplicate strings.
54341
54342         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54343         (human_space_before_unit): New constant.
54344         * lib/human.c (human_readable): Support it.
54345
54346         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54347         (xgetcwd): Set errno correctly when failing.
54348         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54349         the failure is actually due to a PATH_MAX problem.
54350
54351         Further getopt changes to make it more likely that glibc will
54352         buy the changes back.
54353         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54354         (getopt): Use it, so to preserve glibc semantic
54355         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54356         when compiling for libc.
54357         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54358         (getopt_long, getopt_long_only): Use it.
54359
54360         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54361         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54362         (getopt): Argv is now char * const *, as per standard.
54363         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54364         not char *__getopt_argv_const *.
54365         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54366         _getopt_long_only_r): Likewise.
54367         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54368         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54369         _getopt_long_r, _getopt_long_only_r): Likewise.
54370         * lib/getopt_.h (__getopt_argv_const): Remove.
54371         (getopt): Argv is now char * const *, as per standard.
54372
54373         * lib/getdate.y (tORDINAL): New token.
54374         (day, relunit): Allow it for relative times.
54375         (relative_time_table): Use tORDINAL for ordinals.
54376
54377 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54378
54379         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54380         Document that "second" isn't allowed as an ordinal number.
54381
54382 2004-11-16  Jim Meyering  <jim@meyering.net>
54383
54384         * modules/closeout (Depends-on): Add fpending.
54385
54386 2004-11-15  Jim Meyering  <jim@meyering.net>
54387
54388         * lib/closeout.c: Include "__fpending.h" once again.
54389         Include <stdbool.h>.
54390         (close_stdout): Don't fail just because stdout was closed initially,
54391         since some programs don't write to stdout in the normal course of
54392         operation (other than --version and --help), and we don't want this
54393         function to make e.g. `touch file >&-' fail.
54394         But do fail if it was closed and someone has tried to write to it.
54395         E.g., `printf foo >&-' must fail.
54396
54397 2004-11-13  Jim Meyering  <jim@meyering.net>
54398
54399         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54400
54401 2004-11-12  Simon Josefsson  <jas@extundo.com>
54402
54403         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54404         small doc fix is still pending.
54405
54406 2004-11-11  Simon Josefsson  <jas@extundo.com>
54407
54408         * modules/strtok_r: New file.
54409
54410         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54411         strtok_r.
54412
54413 2004-11-11  Simon Josefsson  <jas@extundo.com>
54414
54415         * m4/strtok_r.m4: New file.
54416
54417         * m4/getopt.m4: Replace opterr.
54418
54419 2004-11-11  Simon Josefsson  <jas@extundo.com>
54420
54421         * lib/strtok_r.h, strtok_r.c: New file.
54422
54423 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54424
54425         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54426         of replacing opterr, getopt, etc.  This should handle the
54427         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54428
54429 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54430
54431         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54432         we can stop lying to compilers about the constness of argv when we
54433         are compiled outside glibc.
54434         (getopt, getopt_long, getopt_long_only): Use it.
54435         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54436         _getopt_internal, getopt): Likewise.
54437         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54438         _getopt_long_only_r): Likewise.
54439         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54440         _getopt_long_r, _getopt_long_only_r): Likewise.
54441
54442         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54443         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54444         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54445         the other external symbols.
54446         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54447         declaration, since the above renaming now works around collisions.
54448
54449 2004-11-11  Jim Meyering  <jim@meyering.net>
54450
54451         * lib/linebreak.c: Remove trailing blanks.
54452         * lib/alloca_.h: Likewise.
54453         * lib/acosl.c: Likewise.
54454         * lib/euidaccess.c: Likewise.
54455         * lib/allocsa.h: Likewise.
54456
54457 2004-11-10  Simon Josefsson  <jas@extundo.com>
54458
54459         * m4/getaddrinfo.m4: New file.
54460
54461 2004-11-10  Simon Josefsson  <jas@extundo.com>
54462
54463         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54464
54465 2004-11-10  Simon Josefsson  <jas@extundo.com>
54466
54467         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54468         getaddrinfo.
54469
54470         * modules/getaddrinfo: New file.
54471
54472 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54473
54474         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54475
54476 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54477
54478         * lib/mktime.c (SHR): New macro, which is a portable
54479         substitute for >> that should work even on Crays.
54480         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54481         Problem reported by Mark D. Baushke in
54482         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54483         * lib/getdate.y (SHR): Likewise.
54484         (tm_diff): Use it.
54485         * lib/strftime.c (SHR): Likewise.
54486         (tm_diff): Use it.
54487         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54488         quote_these_too, so that right shifts are well defined.  All uses
54489         changed.
54490
54491 2004-11-10  Jim Meyering  <jim@meyering.net>
54492
54493         Ensure that no close failure goes unreported.
54494         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54495         return early when it seems there's nothing to flush.
54496         Don't include __fpending.h.
54497
54498 2004-11-10  Jim Meyering  <jim@meyering.net>
54499
54500         * modules/closeout (Depends-on): Remove fpending.
54501
54502 2004-11-10  Jim Meyering  <jim@meyering.net>
54503
54504         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54505
54506 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54507
54508         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54509         gl_FUNC_STRFTIME.
54510         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54511         and AC_REQUIRE when possible, to avoid duplicate checks.
54512         Check for <wchar.h>.
54513
54514 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54515
54516         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54517
54518 2004-11-09  Bruno Haible  <bruno@clisp.org>
54519
54520         * m4/sockpfaf.m4: New file.
54521
54522 2004-11-05  Bruno Haible  <bruno@clisp.org>
54523
54524         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54525         Reported by Mark D. Baushke <mdb@cvshome.org>.
54526
54527 2004-11-04  Bruno Haible  <bruno@clisp.org>
54528
54529         2004-09-11  Bruno Haible  <bruno@clisp.org>
54530                 * allocsa.valgrind: New file.
54531         2004-02-06  Bruno Haible  <bruno@clisp.org>
54532                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54533                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54534                 Reported by Christopher Seip <chris.seip@hp.com>.
54535
54536 2004-11-04  Bruno Haible  <bruno@clisp.org>
54537
54538         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54539         (Makefile.am): Distribute it.
54540
54541 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54542
54543         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54544         with errno == ERANGE if the buffer is too small.
54545         Problem reported by Mark D. Baushke.
54546
54547 2004-11-03  Albert Chin  <china@thewrittenword.com>
54548             Paul Eggert  <eggert@cs.ucla.edu>
54549
54550         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54551         equivalent, substitute $ac_type for equivalent type rather than
54552         blindly using uint32_t *always* which won't work if uint32_t is not
54553         available.  Define _UINT32_T to work around typedef of uint32_t if
54554         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54555         2.5.1.
54556
54557 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54558
54559         * m4/jm-macros.m4: Sync from coreutils.
54560         (gl_MACROS): Check for mbrlen, for pathchk.
54561         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54562
54563 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54564
54565         * lib/xreadlink.c (MAXSIZE): New macro.
54566         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54567         size does not exceed MAXSIZE.  Avoid cast.
54568         As suggested by Mark D. Baushke in
54569         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54570         if readlink fails with buffer size just under MAXSIZE, try again
54571         with MAXSIZE.
54572
54573 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54574
54575         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54576
54577 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54578         and  Paul Eggert  <eggert@cs.ucla.edu>
54579
54580         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54581         (get_date): Overparenthesize to avoid GCC warning.
54582
54583 2004-11-02  Bruno Haible  <bruno@clisp.org>
54584
54585         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54586         returns void.
54587
54588 2004-11-02  Bruno Haible  <bruno@clisp.org>
54589
54590         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54591         function returns void.
54592
54593 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54594
54595         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54596         fflush_unlocked, flockfile, funlockfile, funlockfile,
54597         fputs_unlocked, putc_unlocked.
54598
54599 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54600
54601         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54602         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54603         already declared.
54604
54605 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54606
54607         * modules/getdate (Files): Add doc/getdate.texi.
54608         (Depends-on): Add setenv, xalloc.
54609
54610 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54611
54612         * lib/getdate.y: Add support for TZ="foo" within a date string.
54613         Fix some bugs near time_t boundaries.  Reject dates with
54614         out-of-range components, e.g., "Sept 31".
54615         Include <stdlib.h>, "setenv.h", "xalloc.h".
54616         (ISDIGIT_LOCALE): Remove; unused.
54617         Note that the TZ and time functions used here are not reentrant.
54618         (mktime_ok, get_tz): New functions.
54619         (TZBUFSIZE): New constant.
54620         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54621         This requires that we sometimes generate our own TZ="XXX..." setting.
54622
54623 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54624
54625         * doc/getdate.texi: New file, from coreutils with modifications for
54626         the new TZ parsing.
54627
54628 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54629
54630         * lib/mktime.c (not_equal_tm): Remove redundant check.
54631
54632 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54633
54634         * modules/regex (lib_SOURCES): Add regex.c.
54635         Reported by James Youngman in
54636         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54637
54638 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54639
54640         * lib/getdate.y: Use Bison 1.875 features, and some minor
54641         code cleanups.  This change does not affect semantics.
54642         Don't include <stdlib.h>; no longer needed.
54643         Don't include unlocked-io.h; only the "#if TEST" code uses
54644         stdio, and performance isn't crucial there.
54645         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54646         Bison 1.875 features as described below.
54647         All uses of "PC." replaced by "pc->".
54648         (YYSTYPE): Add a forward declaration.
54649         (yylex, yyerror): Use full prototypes in forward decls.
54650         Use "%pure-parser" rather than obsolescent "%pure_parser".
54651         Use %parse-param and %lex-param instead of obsolescent
54652         YYPARSE_PARAM and YYLEX_PARAM.
54653         (meridian_table, month_and_day_table, time_units_table,
54654         relative_time_table, time_zone_table, military_table,
54655         lookup_zone, lookup_word, get_date):
54656         Use NULL instead of 0 where appropriate.
54657         (to_hour): Avoid abort (), to avoid a dependency on
54658         stdlib.h.
54659         (yyerror, yylex): Now accepts parser_control * arg.
54660         (main) [TEST]: Use '\0' rather than 0 for char.
54661
54662 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54663
54664         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54665
54666 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54667
54668         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54669         It's now the caller's responsibility to handle the case where
54670         !HAVE_GETPAGESIZE && !defined getpagesize.
54671
54672         * lib/mktime.c (leapyear): Arg is long int, not int.
54673
54674 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54675
54676         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54677
54678 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54679
54680         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54681         missing.  Problem reported by James Youngman.
54682
54683 2004-10-16  Simon Josefsson  <jas@extundo.com>
54684
54685         * gnulib-tool: Fix comments.  Fix parse problem.
54686         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54687
54688 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54689
54690         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54691         implementation of getopt_long.  Problem reported by Alexander Taler in:
54692         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54693
54694 2004-10-15  Bruno Haible  <bruno@clisp.org>
54695
54696         * gnulib-tool: Untabify. Initialize supplied_libname.
54697         (func_usage): More homogenous output.
54698         (func_modules_transitive_closure, func_modules_to_filelist,
54699         func_emit_lib_Makefile_am): New functions.
54700         (func_import): New function, extracted from big case statement. Use
54701         func_get_license, func_modules_transitive_closure,
54702         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54703         opt_lgpl. Don't use test -a, as it's not portable.
54704         (func_create_testdir): Use func_modules_transitive_closure,
54705         func_modules_to_filelist, func_emit_lib_Makefile_am.
54706
54707 2004-10-15  Bruno Haible  <bruno@clisp.org>
54708
54709         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54710
54711 2004-10-15  Bruno Haible  <bruno@clisp.org>
54712
54713         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54714         the portions belonging to each module.
54715         Suggested by Derek Robert Price <derek@ximbiot.com>.
54716
54717 2004-10-12  Simon Josefsson  <jas@extundo.com>
54718
54719         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54720         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54721         to real functions.
54722
54723 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54724
54725         * modules/vsnprintf: New file.
54726
54727 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54728
54729         * m4/vsnprintf.m4: New file.
54730
54731 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54732
54733         * lib/vsnprintf.h: New file.
54734         * lib/vsnprintf.c: New file.
54735
54736 2004-10-11  Bruno Haible  <bruno@clisp.org>
54737
54738         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54739         vsnprintf.
54740
54741 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54742
54743         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54744
54745 2004-10-07  Bruno Haible  <bruno@clisp.org>
54746
54747         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54748         fits into the provided buffer.
54749
54750 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54751
54752         * lib/diacrit.c, diacrit.h: Add GPL notice.
54753
54754         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54755         notice.
54756         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54757         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54758         This avoids a potential constant-folding bug.
54759
54760 2004-10-05  Bruno Haible  <bruno@clisp.org>
54761
54762         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54763         for the declaration of strsep.
54764
54765 2004-10-05  Bruno Haible  <bruno@clisp.org>
54766
54767         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54768
54769 2004-10-04  Simon Josefsson  <jas@extundo.com>
54770
54771         * modules/memmem: New file.
54772         * tests/test-memmem.c: New file.
54773         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54774
54775 2004-10-04  Simon Josefsson  <jas@extundo.com>
54776
54777         * m4/memmem.m4: New file.
54778
54779 2004-10-04  Simon Josefsson  <jas@extundo.com>
54780
54781         * lib/memmem.h: New file.
54782         * lib/memmem.c: New file, taken from glibc.
54783
54784 2004-10-04  Simon Josefsson  <jas@extundo.com>
54785
54786         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54787         '#ifdef USE_UNLOCKED_IO'.
54788
54789 2004-10-04  Simon Josefsson  <jas@extundo.com>
54790
54791         * config/srclist.txt: Add memmem from glibc.
54792
54793 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54794
54795         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54796
54797         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54798         modules/exclude, modules/getdate, modules/getline,
54799         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54800         modules/getusershell, modules/linebuffer, modules/md5,
54801         modules/mountlist, modules/posixtm, modules/readtokens,
54802         modules/readutmp, modules/regex, modules/sha1,
54803         modules/version-etc, modules/yesno:
54804         Remove dependency on unlocked-io.
54805
54806 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54807
54808         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54809
54810         * m4/unlocked-io.m4: Add copyright notice.
54811         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54812
54813 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54814
54815         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54816         * lib/xmalloc.c (xmemdup): Likewise.
54817         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54818         XFREE): Remove these long-obsolescent macros.
54819         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54820         * lib/xstrdup.c: Remove.
54821
54822         * lib/regex.c (re_comp): Cast gettext return value to char *,
54823         Problem reported by Martin Neitzel via Mark D. Baushke.
54824
54825 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54826
54827         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54828         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54829         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54830         regex.c, sha1.c, version-etc.c, yesno.c:
54831         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54832         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54833         the includer's responsibility.
54834
54835         Sync from coreutils.
54836
54837         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54838         points to the start of a string, as the C Standard says the
54839         resulting behavior is undefined.
54840
54841         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54842         simple -> simple_backups, numbered_existing ->
54843         numbered_existing_backups, numbered -> numbered_backups
54844         to avoid shadowing problems.  All uses changed.
54845         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54846         * lib/backupfile.c (check_extension, numbered_backup):
54847         Rename locals to avoid shadowing 'basename'.
54848         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54849         once.
54850
54851         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54852         * lib/.cvsignore: Add getopt.h.
54853
54854 2004-10-04  Bruno Haible  <bruno@clisp.org>
54855
54856         * modules/README: New file.
54857         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54858         not a module.
54859
54860 2004-10-02  Jim Meyering  <jim@meyering.net>
54861
54862         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54863
54864 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54865
54866         * modules/strsep: New file.
54867
54868 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54869
54870         * m4/strsep.m4: New file.
54871
54872 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54873
54874         * lib/strsep.h: New file.
54875         * lib/strsep.c: New file.
54876
54877 2004-10-01  Simon Josefsson  <jas@extundo.com>
54878
54879         * lib/snprintf.c (snprintf): Handle size==0.
54880
54881 2004-10-01  Simon Josefsson  <jas@extundo.com>
54882             Bruno Haible  <bruno@clisp.org>
54883
54884         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54885         (snprintf): Declare 'args'.
54886
54887 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54888
54889         * lib/snprintf.c: Remove comments as to why each header is needed.
54890
54891 2004-10-01  Bruno Haible  <bruno@clisp.org>
54892
54893         * MODULES.html.sh: Add strsep.
54894
54895 2004-09-30  Simon Josefsson  <jas@extundo.com>
54896
54897         * modules/snprintf: New file.
54898
54899 2004-09-30  Simon Josefsson  <jas@extundo.com>
54900
54901         * m4/snprintf.m4: New file.
54902
54903 2004-09-30  Simon Josefsson  <jas@extundo.com>
54904
54905         * lib/snprintf.h, lib/snprintf.c: New files.
54906
54907 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54908
54909         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54910         (hol_entry_help): Never translate an empty string.
54911         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54912         * lib/argp.h (OPTION_NO_TRANS): New option.
54913
54914 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54915
54916         * modules/argp (Maintainer): Replace Simon Josefsson
54917         by Sergey Poznyakoff.
54918
54919 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54920
54921         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54922         changes merged back into glibc.
54923
54924 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54925
54926         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54927
54928 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54929
54930         * lib/xvasprintf.c: Include xalloc.h.
54931         (xvasprintf): Use xalloc_die, not xmalloc_die.
54932
54933 2004-09-29  Bruno Haible  <bruno@clisp.org>
54934
54935         * modules/alloca-opt: New file, derived from modules/alloca.
54936         * modules/allocsa: Depend on alloca-opt instead of alloca.
54937         * modules/setenv: Likewise.
54938         * modules/vasnprintf: Likewise.
54939         * MODULES.html.sh: Add alloca-opt.
54940
54941 2004-09-28  Simon Josefsson  <jas@extundo.com>
54942
54943         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54944         LGPL, and to replace license template from GPL to LGPL.
54945
54946 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54947
54948         * modules/dummy: Change license to LGPL.
54949
54950 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54951
54952         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54953
54954 2004-09-24  Simon Josefsson  <jas@extundo.com>
54955
54956         * modules/minmax (License): Change from GPL to LGPL.
54957
54958 2004-09-23  Simon Josefsson  <jas@extundo.com>
54959
54960         * gnulib-tool (--import): Typo.
54961
54962 2004-09-23  Simon Josefsson  <jas@extundo.com>
54963
54964         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54965
54966 2004-09-22  Bruno Haible  <bruno@clisp.org>
54967
54968         * modules/*: Add 'License' field.
54969         * gnulib-tool: Accept --extract-license option.
54970         (func_get_license): New function.
54971
54972 2004-09-21  Bruno Haible  <bruno@clisp.org>
54973
54974         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54975         Reported by Simon Josefsson.
54976
54977 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54978
54979         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54980         gl_AC_TYPE_LONG_LONG.
54981
54982 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54983
54984         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54985
54986 2004-09-18  Simon Josefsson  <jas@extundo.com>
54987         and  Paul Eggert  <eggert@cs.ucla.edu>
54988
54989         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54990         calls with autoreconf.  Define GL_LIB.
54991
54992 2004-09-14  Karl Berry  <karl@gnu.org>
54993
54994         * config/srclist.txt: unsync setenv.c, sigh.
54995
54996 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54997
54998         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54999         Problem reported by Bruno Haible in:
55000         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
55001
55002 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55003
55004         * config/srclist.txt: Comment out argp-pvh.c.
55005
55006 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
55007
55008         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
55009         in case some system header has #define'd it.  Problem reported by
55010         Soeren D. Schulze in
55011         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
55012
55013 2004-09-09  Karl Berry  <karl@gnu.org>
55014
55015         * regex.[ch]: delete from the root.  These were supposed to be
55016                 synced with emacs cvs, but this has not happened for about
55017                 a year, and anyway nothing else uses emacs regex.[ch].
55018                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
55019                 lib/regex[.ch] is untouched.
55020
55021 2004-09-09  Bruno Haible  <bruno@clisp.org>
55022
55023         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
55024
55025 2004-09-09  Bruno Haible  <bruno@clisp.org>
55026
55027         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
55028         modifications.
55029         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
55030
55031 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55032
55033         * modules/xvasprintf: New file.
55034         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
55035
55036 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55037
55038         * lib/xvasprintf.h: New file.
55039         * lib/xvasprintf.c: New file.
55040         * lib/xasprintf.c: New file.
55041
55042 2004-09-08  Bruno Haible  <bruno@clisp.org>
55043
55044         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
55045
55046 2004-09-08  Bruno Haible  <bruno@clisp.org>
55047
55048         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
55049         length is > INT_MAX.
55050         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
55051         more.
55052
55053 2004-09-08  Bruno Haible  <bruno@clisp.org>
55054
55055         * lib/stdint_.h: New file, taken from GNU clisp.
55056
55057 2004-09-08  Bruno Haible  <bruno@clisp.org>
55058             Oskar Liljeblad  <oskar@osk.mine.nu>
55059
55060         * modules/stdint: New file.
55061         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
55062
55063 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55064
55065         Import from coreutils.
55066         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
55067         strings on unbounded length.  alloca's performance benefits aren't
55068         that important here.
55069         (V_STRDUP): Remove.
55070         (parse_with_separator): New function, with most of the internals
55071         of the old parse_user_spec.  Allow user to omit both user and group,
55072         for compatibility with FreeBSD.
55073         Clone only the user name, not the entire spec.
55074         Do not set *uid, *gid unless entirely successful.
55075         Avoid memory leak in some failing cases.
55076         Fix regression for USER.GROUP reported by Dmitry V. Levin in
55077         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
55078         (parse_user_spec): Rewrite to use parse_with_separator.
55079
55080 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55081
55082         * modules/userspec: Don't depend on alloca.
55083
55084 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55085
55086         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
55087
55088 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
55089
55090         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
55091         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
55092         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
55093
55094 2004-08-16  Simon Josefsson  <jas@extundo.com>
55095
55096         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
55097         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
55098         Add --dry-run for --import.
55099         Let user provided command line parameters override configure.ac
55100         settings.
55101
55102 2004-08-12  Simon Josefsson  <jas@extundo.com>
55103
55104         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
55105         as discussed with Paul Eggert in threads rooted at
55106         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
55107         and
55108         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
55109         Before, the test was empty, and relied on ELIDE_CODE in source
55110         code.)
55111         (gl_PREREQ_GETOPT): New macro.
55112         (gl_GETOPT): Use them.
55113
55114 2004-08-12  Simon Josefsson  <jas@extundo.com>
55115
55116         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
55117         * lib/getopt_.h: Renamed from getopt.h.
55118
55119 2004-08-12  Simon Josefsson  <jas@extundo.com>
55120
55121         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
55122         Change default library name from libfoo to libgnu.
55123         Now, if you have a configure.ac that says:
55124                 gl_SOURCE_BASE(gl)
55125                 gl_M4_BASE(gl/m4)
55126                 gl_MODULES(error getopt etcetera)
55127                 gl_INIT
55128         you can import all you need by running:
55129                 ../gnulib/gnulib-tool --import
55130
55131         * modules/getopt (Files): Rename getopt.h to getopt_.h.
55132         (Makefile.am): Rewrite, use logic from argz.
55133         (Include): Use <getopt.h> instead of "getopt.h".
55134
55135 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55136
55137         * modules/argp (Files): Add m4/unlocked-io.m4.
55138         (Depends-on): Add extensions.
55139
55140 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55141
55142         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
55143         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
55144         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
55145         Check for program_invocation_name, program_invocation_short_name,
55146         flockfile, funlockfile, features.h, _getopt_long_only_r.
55147
55148 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55149
55150         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
55151         its complicated substitute.
55152         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
55153         and program_invocation_name.
55154         (__argp_basename) [!_LIBC]: Remove; the only use was
55155         replaced by its body.
55156         (__argp_short_program_name): Change condition from
55157         !defined __argp_short_program_name to
55158         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
55159         to match argp-namefrob.h.
55160         (__argp_failure): Don't assume strerror_r returns char *.
55161         * lib/argp-parse.c (N_): Define unconditionally.
55162         (argp_default_options): Fill out initializers with 0 to avoid
55163         gcc warnings.
55164
55165 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55166
55167         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
55168         getopt1.c.
55169
55170 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55171
55172         Merge from coreutils.
55173
55174         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
55175
55176         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
55177         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
55178
55179 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55180
55181         Merge from coreutils.
55182
55183         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
55184         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
55185         for Reliant Unix 5.43.
55186
55187         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
55188         (union fooround): Use uintmax_t, not long int.
55189         The rest is a merge from libc:
55190         [defined _LIBC]: Include <shlib-compat.h>.
55191         (_obstack) [defined _LIBC]: Remove after 2.3.4.
55192
55193         * lib/settime.c (settime): Recode to avoid warning with
55194         Sun Forte C 6U2.
55195
55196         * lib/strverscmp.c: Convert to UTF-8.
55197
55198 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55199
55200         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
55201         m4/uintmax_t.m4.
55202
55203 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55204
55205         * modules/xalloc-die: New file.
55206         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
55207
55208         * modules/md5 (Files): Add m4/uint32_t.m4.
55209         * modules/sha1: Renamed from modules/sha.
55210         (Files):
55211         Rename lib/sha.h to lib/sha1.h.
55212         Rename lib/sha.c to lib/sha1.c.
55213         Rename m4/sha.m4 to m4/sha1.m4.
55214         (lib_SOURCES): Likewise.
55215         (configure.ac): Rename gl_SHA to gl_SHA1.
55216         (Include): sha.h -> sha1.h.
55217
55218 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55219
55220         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
55221         * m4/sha1.m4: Renamed from sha.m4.
55222         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
55223
55224 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55225
55226         * lib/obstack.h (obstack_empty_p):
55227         Don't assume that chunk->contents is suitably aligned.
55228         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
55229         Likewise. Problem reported by Benno in
55230         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
55231
55232         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
55233         readable.  This could be improved further but it'd take some work.
55234
55235 2004-08-08  Simon Josefsson  <jas@extundo.com>
55236
55237         * modules/xgethostname (Depends-on): Remove exit and error (not
55238         used).
55239
55240         * modules/getpass-gnu: Add getpass.h.
55241         (Depends-on): Add stdbool.
55242         * modules/getpass: Add getpass.h.
55243
55244 2004-08-08  Simon Josefsson  <jas@extundo.com>
55245
55246         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55247         Check getpass declaration.
55248
55249 2004-08-08  Simon Josefsson  <jas@extundo.com>
55250
55251         * lib/xgethostname.c: Don't include error.h (not used).
55252
55253         * lib/getpass.h: Add.
55254         * lib/getpass.c: Include getpass.h first.
55255
55256 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55257
55258         * lib/xalloc-die.c: New file.
55259         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
55260         All uses removed.
55261         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
55262         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
55263         xalloc-die.c.
55264         (_, N_, xalloc_die): Move to xalloc-die.c.
55265         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
55266         so that we needn't mess with xalloc_msg_memory_exhausted.
55267
55268         * lib/sha1.h: Renamed from sha.h.
55269         (SHA1_H): Renamed from _SHA_H.
55270         (sha1_ctx): Renamed from sha_ctx.
55271         (sha1_init_ctx): Renamed from sha_init_ctx.
55272         (sha1_process_block): Renamed from sha_process_block.
55273         (sha1_process_bytes): Renamed from sha_process_bytes.
55274         (sha1_finish_ctx): Renamed from sha_finish_ctx.
55275         (sha1_read_ctx): Renamed from sha_read_ctx.
55276         (sha1_stream): Renamed from sha_stream.
55277         (sha1_buffer): Renamed from sha_buffer.
55278         * lib/sha1.c: Likewise; renamed from sha.c.
55279         Do not include <sys/types.h>.
55280         Include <stddef.h> rather than <stdlib.h>.
55281
55282 2004-08-08  Bruno Haible  <bruno@clisp.org>
55283
55284         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
55285         FILESYSTEM_PREFIX_LEN.
55286         * lib/progreloc.c: Likewise.
55287         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
55288
55289 2004-08-06  Simon Josefsson  <jas@extundo.com>
55290
55291         * modules/progname (Depends-on): Don't depend on stdbool.
55292
55293 2004-08-06  Simon Josefsson  <jas@extundo.com>
55294
55295         * modules/getsubopt: New file.
55296         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55297         getsubopt.
55298
55299 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55300
55301         More merge from coreutils.
55302
55303         * m4/utimens.m4, m4/utimecmp.m4: New files.
55304         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
55305         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55306         prereq.m4, sha.m4: Import changes from coreutils.
55307
55308 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55309
55310         More merge from coreutils.
55311         * modules/raise, modules/readtokens0, modules/utimens:
55312         * modules/utimecmp, module/xnanosleep: New files.
55313         * modules/strftime: Add lib/strftime.h.
55314         Change include from <time.h> to "strftime.h".
55315         * modules/yesno: Add lib/yesno.h.
55316         * modules/backupfile: Remove lib/addext.c.
55317         * modules/euidaccess: Add stat-macros.h.
55318         * modules/canonicalize, modules/euidaccess,
55319         modules/filemode, modules/lchown, modules/makepath,
55320         modules/rmdir, modules/stat: Likewise.
55321
55322 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55323
55324         Merge from tar.
55325         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55326         SIZE_MAX is a valid preprocessor constant.
55327         (__argp_basename): Change from "#ifndef _LIBC"
55328         to "#ifndef __argp_short_program_name", so that
55329         we don't compile these functions for tar.
55330
55331         More merges from coreutils.
55332         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55333         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55334         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55335         * lib/addext.c: Remove; no longer needed.
55336         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55337         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55338         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55339         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55340         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55341         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55342         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55343         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55344         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55345         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55346         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55347         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55348         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55349         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55350         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55351         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55352         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55353         Import changes from coreutils.
55354
55355 2004-08-05  Simon Josefsson  <jas@extundo.com>
55356
55357         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55358
55359 2004-08-05  Simon Josefsson  <jas@extundo.com>
55360
55361         * m4/getsubopt.m4: New file.
55362
55363 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55364
55365         Merge from coreutils.
55366
55367         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55368         * m4/getcwd-path-max.m4: New files.
55369
55370         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55371         FILESYSTEM_PREFIX_LEN ->
55372         FILE_SYSTEM_PREFIX_LEN.
55373         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55374         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55375         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55376         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55377
55378         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55379         prerequisite modules now handle the DOS stuff.
55380         Don't check for unistd.h.
55381
55382 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55383
55384         Merge from coreutils.
55385
55386         * lib/.gdb-history: Remove; this doesn't belong here.
55387
55388         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55389         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55390         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55391         * lib/getcwd.c: New files.
55392
55393         * lib/dirname.h: Include <stdbool.h>.
55394         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55395         for consistency with POSIX terminology.  All uses changed.
55396         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55397         (strip_trailing_slashes): Use bool for booleans.
55398         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55399
55400         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55401         sometimes returns a positive errno value even when it succeeds.
55402         (print_errno_message) [!LIBC]: Fall back on strerror if
55403         __strerror_r fails.
55404
55405         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55406         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55407         (longest_relative_suffix): New function.
55408         (path_concat): Use it.  Assume first argument is not NULL.
55409         Port to DOS.  Omit redundant separators.
55410         Report an error instead of returning NULL.
55411         Use mempcpy instead of memcpy.
55412         (xpath_concat): Remove: not declared or used.
55413
55414         * lib/same.h: Include <stdbool.h>
55415         (same_name): Return bool, not int.
55416         * lib/same.c (same_name): Likewise.
55417         (errno): Don't declare; we assume C89 or better now.
55418
55419         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55420         if not already defined.
55421
55422         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55423         * lib/dup-safer.c (errno): Likewise.
55424
55425 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55426
55427         Merge from coreutils.
55428         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55429         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55430         * modules/path-concat: Don't depend on strdup.
55431
55432 2004-08-03  Simon Josefsson  <jas@extundo.com>
55433
55434         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55435         * lib/progname.h: Don't include stdbool.h.
55436
55437 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55438
55439         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55440         * MODULES.html.sh (func_all_modules): Remove fatal.
55441
55442 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55443
55444         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55445
55446 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55447
55448         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55449         working.
55450
55451 2004-08-02  Simon Josefsson  <jas@extundo.com>
55452
55453         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55454         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55455         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55456
55457 2004-08-01  Simon Josefsson  <jas@extundo.com>
55458
55459         * lib/xgetdomainname.c: Include stdlib.h, for free().
55460
55461 2004-07-19  Bruno Haible  <bruno@clisp.org>
55462
55463         * MODULES.html.sh (func_all_modules): Add dummy.
55464
55465 2004-07-16  Simon Josefsson  <jas@extundo.com>
55466
55467         * modules/dummy: New file.
55468
55469 2004-07-16  Simon Josefsson  <jas@extundo.com>
55470
55471         * lib/dummy.c: New file.
55472
55473 2004-07-16  Bruno Haible  <bruno@clisp.org>
55474
55475         * lib/backupfile.h: Add extern "C" for C++.
55476         * lib/closeout.h: Likewise.
55477         * lib/copy-file.h: Likewise.
55478         * lib/findprog.h: Likewise.
55479         * lib/full-write.h: Likewise.
55480         * lib/pathname.h: Likewise.
55481         * lib/progname.h: Likewise.
55482         * lib/stpcpy.h: Likewise.
55483         * lib/stpncpy.h: Likewise.
55484         * lib/strcase.h: Likewise.
55485         * lib/strstr.h: Likewise.
55486         * lib/xalloc.h: Likewise.
55487
55488         * lib/mbswidth.h: Add extern "C" for C++.
55489         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55490
55491 2004-07-13  Robert Millan  <robertmh@gnu.org>
55492
55493         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55494
55495 2004-07-09  Simon Josefsson  <jas@extundo.com>
55496
55497         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55498         failed without this.)
55499
55500 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55501
55502         * modules/chown (Files): Add lib/fchown-stub.c, since
55503         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55504
55505 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55506
55507         * lib/fchown-stub.c: New file.
55508
55509 2004-06-24  Jim Meyering  <jim@meyering.net>
55510
55511         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55512
55513 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55514
55515         * modules/argz: Omit "#include".
55516
55517         * MODULES.html.sh (func_all_modules): Add calloc, to match
55518         2004-06-01 addition of calloc module.
55519
55520 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55521
55522         * m4/argz.m4: New file, which is autoupdated from libtool.
55523
55524 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55525
55526         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55527         libtool.
55528
55529 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55530
55531         * config/srclist-update: Don't insist on "USA." before the
55532         close-comment, as libtool omits the period and puts the */ on a
55533         separate line.
55534         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55535         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55536
55537 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55538
55539         * modules/argz: New file.
55540         * MODULES.html.sh (func_all_modules): Add argz.
55541
55542 2004-06-12  Jim Meyering  <jim@meyering.net>
55543         and  Paul Eggert  <eggert@cs.ucla.edu>
55544
55545         * modules/hash (Files): Add lib/xalloc.h.
55546         * modules/pipe (Depends-on): Add wait-process.
55547         * modules/stat (Depends-on): Add xalloc.
55548         * modules/userspec (Files): Add lib/userspec.h.
55549         * modules/xstrto
55550
55551         Upgrade from gettext-0.13.
55552         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55553         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55554         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55555
55556 2004-06-10  Jim Meyering  <jim@meyering.net>
55557
55558         * lib/calloc.c: New file.
55559
55560 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55561
55562         * lib/getdate.y (yylex): Allow space between sign and number.
55563         Problem reported by Dan Jacobson.
55564
55565 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55566
55567         Merge from coreutils CVS.
55568
55569         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55570         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55571         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55572         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55573         xstrtol.m4: Fix copyright date and/or serial number.
55574
55575         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55576         See if we need an fchown replacement.
55577         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55578         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55579         and use the replacement function if we detect either defect.
55580
55581         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55582         gl_UTIMECMP.
55583
55584 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55585         and  Jim Meyering  <jim@meyering.net>
55586
55587         Merge from coreutils CVS.
55588
55589         * lib/stat-macros.h: New file, with contents from file-type.h
55590         and coreutils' system.h.
55591         * lib/file-type.c: Include "stat-macros.h".
55592         * lib/file-type.h (file_type): Move all macro definitions to new file,
55593         stat-macros.h.
55594
55595         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55596         Wrap old code with this conditional.
55597         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55598         function that does not dereference symlinks.
55599         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55600
55601         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55602         dependency problems.
55603         (xreadlink): Accept new arg SIZE, for efficiency.
55604         All decls and uses changed.
55605         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55606
55607         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55608         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55609
55610         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55611         sysexits.h.
55612
55613 2004-06-01  Jim Meyering  <jim@meyering.net>
55614
55615         * m4/calloc.m4: New file.
55616
55617 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55618
55619         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55620         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55621         Also, fix a typo in a diagnostic.
55622
55623 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55624
55625         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55626         or AC_FUNC_REALLOC.
55627
55628 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55629
55630         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55631         macros to be defined.
55632         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55633         the allocator returns NULL because the requested size is zero.
55634
55635 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55636
55637         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55638         var.  Add comment explaining why libc still defines it.  This
55639         merges the following patch from glibc:
55640         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55641
55642 2004-05-20  Andreas Schwab  <schwab@suse.de>
55643
55644         * m4/free.m4: Replace free if it not known to work, not the other
55645         way round.
55646
55647 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55648
55649         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55650         present in glibc since revision 1.1 of this file.
55651         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55652         obstack_alignment_mask, obstack_alloc, obstack_base,
55653         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55654         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55655         obstack_grow0, obstack_init, obstack_int_grow,
55656         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55657         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55658         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55659         nonexistent functions.
55660
55661 2004-05-18  Karl Berry  <karl@gnu.org>
55662
55663         * config/srclist.txt: break link for vasnprintf.c.
55664
55665 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55666
55667         Port obstack to the AS/400, where pointers are 16 bytes wide and
55668         you cannot cast an integer to a valid pointer.  This patch is
55669         currently waiting to be integrated into glibc; see
55670         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55671
55672         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55673         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55674         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55675         (struct obstack): temp member is now a union of a pointer and
55676         an integer, instead of an integer.  All integer uses changed.
55677         This does not affect the physical layout of struct obstack,
55678         except on hosts (like the AS/400) where the size or alignment of
55679         void * is greater than that of ptrdiff_t.
55680         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55681         __STDC__)]: Store temporary in pointer member of union, not
55682         integer member.
55683         * lib/obstack.c: Include <stddef.h>, for offsetof.
55684         (struct fooalign): Remove; it doesn't need a name.
55685         (union fooround): Change double to long double, and add void *.
55686         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55687         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55688         not a macro.  Hence the values are always int; so remove all
55689         casts-to-int in uses.
55690
55691 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55692
55693         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55694         we can get this patch merged into glibc.
55695
55696 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55697             Paul Eggert  <eggert@cs.ucla.edu>
55698
55699         * m4/argp: Depend on alloca.
55700
55701 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55702             Paul Eggert  <eggert@cs.ucla.edu>
55703
55704         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55705         freecoding.
55706
55707 2004-05-17  Bruno Haible  <bruno@clisp.org>
55708
55709         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55710         precision that consists of a '.' followed by an empty digit string.
55711         Patch by Tor Lillqvist <tml@iki.fi>.
55712
55713 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55714
55715         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55716         for backward compatibility with older code.  We need our own
55717         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55718         it under some other name, and our alloca.h will define it.
55719
55720 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55721             Derek Price  <derek@ximbiot.com>
55722
55723         * lib/alloca.c: Include <alloca.h>, to get our interface.
55724         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55725         include <alloca.h> first.  Use C89 prototype for alloca; this
55726         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55727         Use #elif for simplicity, since we can assume C89 now.
55728         Don't try to source the system alloca.h since it will not be found
55729         and to prevent recursively including its replacement.
55730         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55731         * lib/regex.c: Likewise.
55732
55733 2004-05-16  Derek Price  <derek@ximbiot.com>
55734             Paul Eggert  <eggert@cs.ucla.edu>
55735
55736         getline cleanup.  This changes the getndelim2 API: both order of
55737         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55738         no delimiter).
55739
55740         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55741         interface does that.
55742         (getline): Always use getdelim, so that we don't have two
55743         copies of this code.
55744         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55745         if available.
55746         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55747         (GETNDELIM2_MAXIMUM): New macro.
55748         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55749         instead of the old practice of delim2==0.  All callers changed.
55750         Return -1 on overflow, instead of returning junk.
55751         Do not set *linesize unless allocation succeeds.
55752         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55753         that we include sys/types.h.
55754         * lib/getnline.h: Likewise.
55755         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55756         (getndelim2): Reorder arguments.
55757         * lib/getnline.c (getnline, getndelim):
55758         Don't discard the NMAX argument.
55759         (getnline): Invoke getndelim, to avoid code duplication.
55760         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55761         of (size_t) -1 by callers of the getnline family.
55762
55763 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55764
55765         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55766         Check for gettimeofday.
55767         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55768         Check for settimeofday, stime.
55769
55770 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55771
55772         * lib/nanosleep.c (suspended): Change its type from int to
55773         sig_atomic_t volatile.
55774         (first_call): Make it private to rpl_nanosleep, and have it
55775         be zero initially as that's a bit faster.
55776         (my_usleep): Round up fractional times instead of truncating them,
55777         as this is the usual meaning for 'sleep'.
55778
55779         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55780         doesn't work.
55781         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55782         (ENOSYS): Define if not defined.
55783         (settime): Fall back on stime if it exists and settimeofday fails.
55784         But don't bother with fallbacks if a method fails with errno == EPERM.
55785
55786 2004-05-11  Jim Meyering  <jim@meyering.net>
55787
55788         Prior to this change, the save_cwd caller required read access to the
55789         current directory on most systems (ones with the fchdir function).
55790
55791         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55792         fails, try write-only, and finally, resort to using xgetcwd.
55793
55794 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55795
55796         * lib/obstack.c, obstack.h: Import changes from libc.
55797
55798 2004-04-28  Bruno Haible  <bruno@clisp.org>
55799
55800         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55801         also implicitly appends .exe to executables.
55802         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55803         accepts Windows pathnames.
55804         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55805         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55806         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55807         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55808         Reported by Derek Robert Price <derek@ximbiot.com>.
55809
55810 2004-04-21  Karl Berry  <karl@gnu.org>
55811
55812         * config/srclist.txt (localcharset.c): break sync.
55813
55814 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55815
55816         * m4/host-os.m4: Add a copyright notice.
55817
55818 2004-04-20  Jim Meyering  <jim@meyering.net>
55819
55820         Change UTILS_ to gl_ in AC_DEFINE'd names.
55821         Change utils_- and jm_-prefixed variables, too.
55822         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55823         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55824         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55825
55826         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55827         Don't emit trailing blanks.
55828         Also rename jm_-prefixed variables to have gl_ prefix.
55829
55830         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55831         Also rename jm_-prefixed variables to have gl_ prefix.
55832
55833         * m4/jm-macros.m4: Reflect the renamings.
55834         * m4/prereq.m4: Likewise.
55835
55836 2004-04-20  Jim Meyering  <jim@meyering.net>
55837
55838         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55839         memory.
55840
55841 2004-04-20  Jim Meyering  <jim@meyering.net>
55842             Bruno Haible  <bruno@clisp.org>
55843
55844         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55845         memory when realloc fails.
55846
55847 2004-04-19  Jim Meyering  <jim@meyering.net>
55848
55849         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55850         now that readutmp.c may call `free (0)'.
55851
55852 2004-04-19  Bruno Haible  <bruno@clisp.org>
55853
55854         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55855         * m4/inttypes_h.m4: Likewise.
55856         * m4/stdint_h.m4: Likewise.
55857         * m4/intmax_t.m4: Likewise.
55858         * m4/uintmax_t.m4: Likewise.
55859
55860 2004-04-18  Jim Meyering  <jim@meyering.net>
55861
55862         * m4/prereq.m4: Don't forbid jm_ prefix.
55863
55864         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55865         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55866         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55867         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55868         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55869         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55870         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55871         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55872         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55873         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55874         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55875         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55876         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55877         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55878         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55879         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55880         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55881         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55882         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55883
55884 2004-04-18  Jim Meyering  <jim@meyering.net>
55885
55886         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55887         failure, don't leak memory and do call END_UTMP_ENT.
55888
55889 2004-04-16  Jim Meyering  <jim@meyering.net>
55890
55891         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55892         coreutils' stat program.
55893         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55894
55895 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55896
55897         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55898         C89.
55899         (CHAR_BIT): Remove, since we assume C89.
55900         Include <stdint.h> if available, as per current Autoconf CVS advice.
55901
55902 2004-03-31  Jim Meyering  <jim@meyering.net>
55903
55904         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55905         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55906         * m4/xalloc.m4: Likewise.
55907
55908 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55909
55910         Merge from coreutils.
55911
55912         * m4/inttostr.m4: New file.
55913         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55914         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55915         Require gl_CLOCK_TIME.
55916         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55917
55918 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55919
55920         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55921         not bool, to be more consistent with Unix conventions.
55922         Suggested by Bruno Haible.
55923
55924         Merge from coreutils.
55925
55926         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55927         * lib/umaxtostr.c: New files.
55928
55929         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55930         the usual <time.h> dance.
55931         (get_date): Change signature to support fractional time stamps.
55932         All callers changed.
55933         * lib/getdate.y: Include "getdate.h" first, as we can now
55934         assume C89 and don't need to worry about 'const'.
55935         Similarly, include "unlocked-io.h" near start, not in middle.
55936         Include <limits.h>.
55937         (textint.value): Use long int rather than int.
55938         (textint.digits): Use size_t rather than int.
55939         (BILLION, LOG10_BILLION): New constants.
55940         (parser_control): New member rel_ns.  Members day_ordinal,
55941         time_zone, month, day, hour, minutes, rel_year, rel_month,
55942         rel_day, rel_hour, rel_minutes, rel_seconds
55943         are now long int, not int.  Member seconds is now struct timespec,
55944         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55945         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55946         not int.
55947         (%union.intval): Now long int, not int.
55948         New member timespec.
55949         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55950         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55951         (spec): Now is a timespec or an item list.
55952         (timespec, items): New nonterminals.
55953         (time, rel, relunit, number, get_date):
55954         Add support for fractional seconds.
55955         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55956         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55957         (to_hour): First arg is now long int, not int.
55958         (to_year): Returns long int, not int.
55959         Don't treat year -70 like 70.
55960         (tm_diff): Returns long int, not int.
55961         (lookup_word): Use bool instead of int when appropriate.
55962         (yylex): Use size_t for count, not int.
55963         Detect overflow when parsing large integer constants.
55964         Add support for fractions.
55965         (get_date): Make pointers 'const' if possible.
55966         Use more-portable code to detect integer overflow.
55967         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55968         Don't use ctime; it's not reliable if the year has >4 digits.
55969
55970         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55971         This is for compatibility with BSD.
55972
55973         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55974         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55975         From coreutils' system.h.
55976
55977         * lib/userspec.c: Don't include "posixver.h".
55978         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55979         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55980         compatible extension.  Simplify code by removing a boolean int
55981         that was always nonzero if a string was nonnull.
55982
55983 2004-03-30  Jim Meyering  <jim@meyering.net>
55984
55985         Merge from coreutils.
55986
55987         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55988         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55989         on some systems one must include <grp.h> before it.
55990         Reported by Christian Krackowizer.
55991
55992 2004-03-30  Jim Meyering  <jim@meyering.net>
55993
55994         Merge from coreutils.
55995
55996         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55997
55998         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55999         an empty input stream.
56000
56001         * lib/readtokens.c: Include <stdbool.h>.
56002         (readtoken): Use `size_t' rather than int/long.
56003         All callers adjusted.
56004         Use `bool' rather than `int' where appropriate.
56005         Use memset rather than an explicit loop.
56006         Use x2nrealloc rather than xrealloc.
56007         Allow the use of `\0' as a delimiter.
56008         (readtokens): Likewise.
56009         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
56010
56011 2004-03-30  Jim Meyering  <jim@meyering.net>
56012
56013         * m4/realloc.m4: Remove file, since now it does no more than
56014         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
56015         the `configure.ac' section of module/realloc.
56016         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
56017
56018 2004-03-30  Bruno Haible  <bruno@clisp.org>
56019
56020         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
56021         nonnull.
56022
56023 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56024
56025         Merge changes to getloadavg.c from coreutils and Emacs.
56026
56027         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
56028         Define to an expression, not to the empty string.
56029         Include cloexec.h and xalloc.h.
56030         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
56031         Use set_cloexec_flag rather than rolling our own.
56032         * lib/cloexec.c, lib/cloexec.h: New files.
56033
56034 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56035
56036         * m4/cloexec.m4: New file.
56037
56038 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56039
56040         * lib/getopt.h: Sync with libc CVS.
56041
56042 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56043             Bruno Haible  <bruno@clisp.org>
56044
56045         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
56046         mbswidth.
56047
56048 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56049             Bruno Haible  <bruno@clisp.org>
56050
56051         * lib/mbswidth.h: Include <wchar.h> only if
56052         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
56053         <wchar.h>.
56054         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
56055
56056 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56057
56058         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
56059         Sync with libc CVS.
56060         * lib/getopt_int.h: New file, also synced from libc.
56061
56062 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56063
56064         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
56065         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
56066         Bring back getopt.c, getopt.h, getopt1.c.
56067
56068 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56069
56070         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
56071         All uses changed.  Check for sa_sigaction member; this fixes
56072         a bug first reported by Jason Andrade in
56073         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56074
56075 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56076
56077         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
56078         '#if' expressions.  Unlike the code it replaces, it does not
56079         depend on (defined _SC_PAGESIZE).  However, it does depend on
56080         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
56081         first reported by Jason Andrade in
56082         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56083
56084 2004-02-25  Simon Josefsson  <jas@extundo.com>
56085
56086         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
56087
56088 2004-02-25  Simon Josefsson  <jas@extundo.com>
56089
56090         * lib/strdup.h: New file.
56091         * lib/strdup.c: Include it.
56092         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
56093         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
56094
56095 2004-02-23  Karl Berry  <karl@gnu.org>
56096
56097         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
56098         (from fencepost.gnu.org:/gd/gnuorg).
56099
56100 2004-02-23  Karl Berry  <karl@gnu.org>
56101
56102         * config/srclistvars.sh (GNUORG) [karl]: redefine.
56103         * config/srclist.txt: add maintain/standards documents.
56104
56105 2004-02-18  Bruno Haible  <bruno@clisp.org>
56106
56107         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
56108         Reported by Derek Robert Price <derek@ximbiot.com>.
56109
56110 2004-02-16  Karl Berry  <karl@gnu.org>
56111
56112         * config/mkinstalldirs, install-sh: update from automake.
56113
56114 2004-02-06  Karl Berry  <karl@gnu.org>
56115
56116         * m4/po.m4: update from gettext 0.14.1.
56117
56118 2004-02-06  Karl Berry  <karl@gnu.org>
56119
56120         * lib/config.charset: update from gettext 0.14.1.
56121
56122 2004-02-05  Paul Eggert  <eggert@twinsun.com>
56123
56124         Add comments and code, prompted by suggestions from Bruno Haible
56125         for sh-quote.
56126         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
56127         describing the enum quoting_style values.
56128         * lib/quotearg.c (quotearg_alloc): New function.
56129         (quotearg_buffer_restyled): Treat lone { and } as special.
56130         Treat = as special.  Work around bug with older shells
56131         that "see" a '\' that is really the 2nd byte of a multibyte char.
56132         Quote empty string with shell_quoting_style.
56133
56134 2004-02-03  Bruno Haible  <bruno@clisp.org>
56135
56136         * m4/pipe.m4: New file, from GNU gettext.
56137
56138 2004-02-03  Bruno Haible  <bruno@clisp.org>
56139
56140         * lib/pipe.h: New file, from GNU gettext.
56141         * lib/pipe.c: New file, from GNU gettext.
56142
56143 2004-01-27  Bruno Haible  <bruno@clisp.org>
56144
56145         * m4/execute.m4: New file, from GNU gettext.
56146
56147 2004-01-27  Bruno Haible  <bruno@clisp.org>
56148
56149         * lib/execute.h: New file, from GNU gettext.
56150         * lib/execute.c: New file, from GNU gettext.
56151         * lib/w32spawn.h: New file, from GNU gettext.
56152
56153 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56154
56155         Merge from diffutils.
56156
56157         * lib/file-type.c (file_type): Add typed memory objects.
56158         * lib/file-type.h (S_TYPEISTMO): New macro.
56159
56160         * lib/c-stack.h (c_stack_action): Remove argv argument.
56161         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
56162         (die): Don't calculate message unless segv_action returns.
56163         (get_stack_location, min_address_from_argv, max_address_from_argv,
56164         volatile stack_base, volatile_stack_size): Remove.
56165         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
56166         that every segmentation violation is a stack overflow.  (Ouch!)
56167         See Debian bug 136249 (still outstanding) for more info about why
56168         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
56169
56170 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56171
56172         Exit-status fix from coreutils.
56173
56174         Use exit_failure consistently in place of EXIT_FAILURE,
56175         so that program exit statuses are consistent on failure.
56176
56177         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
56178         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
56179         * lib/argmatch.h: Comment fix to match the above.
56180         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
56181         Now a macro referring to exit_failure, instead of a separate
56182         variable.  Include "exitfail.h" to get it.
56183         * lib/xstrtol.h: Include "exitfail.h".
56184         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
56185
56186         * lib/long-options.c (parse_long_options): Use prototype
56187         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
56188         for clarity.
56189
56190 2004-01-21  Jim Meyering  <jim@meyering.net>
56191
56192         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
56193         so as not to conflict with a different-sized __mktime_internal
56194         function in GNU libc.
56195         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
56196         Problem building statically-linked `ls' reported by Michael Brunnbauer.
56197
56198 2004-01-20  Karl Berry  <karl@gnu.org>
56199
56200         * config/config.guess: update from config.
56201
56202         * config/srclistvars.sh: GNUWWWLICENSES for karl.
56203
56204 2004-01-20  Bruno Haible  <bruno@clisp.org>
56205
56206         Safer stack allocation.
56207         * lib/setenv.c: Include allocsa.h.
56208         (alloca): Remove fallback definition.
56209         (freea): Remove macro.
56210         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
56211         instead of freea.
56212
56213 2004-01-20  Bruno Haible  <bruno@clisp.org>
56214
56215         * m4/eealloc.m4: New file, from GNU gettext.
56216
56217 2004-01-20  Bruno Haible  <bruno@clisp.org>
56218
56219         * m4/allocsa.m4: New file, from GNU gettext.
56220
56221 2004-01-20  Bruno Haible  <bruno@clisp.org>
56222
56223         * lib/xallocsa.h: New file, from GNU gettext.
56224         * lib/xallocsa.c: New file, from GNU gettext.
56225
56226 2004-01-20  Bruno Haible  <bruno@clisp.org>
56227
56228         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
56229
56230 2004-01-20  Bruno Haible  <bruno@clisp.org>
56231
56232         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
56233         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
56234         specially.
56235
56236 2004-01-20  Bruno Haible  <bruno@clisp.org>
56237
56238         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
56239         patch.
56240
56241 2004-01-20  Bruno Haible  <bruno@clisp.org>
56242
56243         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56244
56245 2004-01-20  Bruno Haible  <bruno@clisp.org>
56246
56247         * lib/eealloc.h: New file.
56248
56249 2004-01-20  Bruno Haible  <bruno@clisp.org>
56250
56251         * lib/binary-io.h: Avoid warnings on Cygwin.
56252
56253 2004-01-20  Bruno Haible  <bruno@clisp.org>
56254
56255         * lib/allocsa.h: New file, from GNU gettext.
56256         * lib/allocsa.c: New file, from GNU gettext.
56257
56258 2004-01-18  Karl Berry  <karl@gnu.org>
56259
56260         * doc/gpl.texi, doc/lgpl.texi: new files.
56261
56262 2004-01-18  Karl Berry  <karl@gnu.org>
56263
56264         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
56265         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
56266
56267 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56268
56269         Merge from coreutils.
56270
56271         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
56272         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
56273         (gl_DEFAULT_POSIX2_VERSION): Move
56274         the documentation from 'configure' into 'config.hin',
56275         so that 'configure --help' isn't burdened by it and
56276         we don't have to worry about its formatting there.
56277         Reword the documentation so that it's more succinct
56278         and can be run together into a single paragraph.
56279         * m4/same.m4 (gl_SAME): Check for pathconf.
56280
56281 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56282
56283         Merge from coreutils.
56284
56285         * lib/posixver.c: Include posixver.h.
56286
56287         * lib/same.c: Include <stdbool.h>, <limits.h>.
56288         (_POSIX_NAME_MAX): Define if not defined.
56289         (MIN): New macro.
56290         (same_name): If file names are silently truncated, report
56291         that the file names are the same if they are the same after
56292         the silent truncation.
56293
56294         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
56295         conversion function.
56296         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
56297         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
56298         longer needed.
56299
56300 2004-01-15  Jim Meyering  <jim@meyering.net>
56301
56302         Merge from coreutils.
56303
56304         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
56305         if no library is required.
56306         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56307         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56308         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56309         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56310         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
56311         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56312         value, $ac_cv_search_crypt, if it's "none required".
56313         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56314         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56315         not gl_FUNC_GETLOADAVG.
56316         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56317         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56318
56319 2004-01-15  Jim Meyering  <jim@meyering.net>
56320
56321         Merge from coreutils.
56322
56323         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56324         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56325         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56326
56327         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56328         optional configure-time default.
56329
56330         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56331
56332         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56333
56334 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56335
56336         Merge from coreutils.
56337
56338         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56339         value, $ac_cv_search_nanosleep, if it's "none required".
56340
56341 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56342
56343         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56344         with like-named macro in fnmatch.c.
56345         (EXT): Use an internal constant instead.
56346
56347         Merge fnmatch patches from glibc.
56348         * lib/fnmatch.c (mbsinit): Remove define.
56349         Add libc_hidden_ver (__fnmatch, fnmatch).
56350         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56351         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56352
56353 2004-01-14  Karl Berry  <karl@gnu.org>
56354
56355         * config/install-sh: update from automake.
56356
56357 2004-01-13  Karl Berry  <karl@gnu.org>
56358
56359         * config/install-sh: update from automake.
56360
56361 2004-01-09  Karl Berry  <karl@gnu.org>
56362
56363         * config/install-sh: update from automake.
56364
56365 2004-01-05  Karl Berry  <karl@gnu.org>
56366
56367         * config/config.{sub,guess}: update from config.
56368
56369 2003-12-31  Karl Berry  <karl@gnu.org>
56370
56371         * config/depcomp: update from automake.
56372
56373 2003-12-14  Karl Berry  <karl@gnu.org>
56374
56375         * lib/config.charset: update from gettext-runtime.
56376
56377 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56378
56379         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56380         Bug reported by Alfred M. Szmidt.
56381
56382 2003-12-03  Bruno Haible  <bruno@clisp.org>
56383
56384         * m4/gettext.m4: Upgrade from gettext-0.13.
56385         * m4/po.m4: Upgrade from gettext-0.13.
56386         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56387         * m4/intmax.m4: New file, from gettext-0.13.
56388         * m4/printf-posix.m4: New file, from gettext-0.13.
56389
56390 2003-11-29  Karl Berry  <karl@gnu.org>
56391
56392         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56393
56394 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56395             Bruno Haible  <bruno@clisp.org>
56396
56397         * lib/printf-parse.h: Don't include sys/types.h.
56398         (ARG_NONE): New macro.
56399         (char_directive): Change type of *arg_index fields to size_t.
56400         * lib/printf-parse.c: Don't include sys/types.h.
56401         (SSIZE_MAX): Remove macro.
56402         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56403         Remove unnecessary overflow check.
56404         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56405         fields.
56406
56407 2003-11-25  Bruno Haible  <bruno@clisp.org>
56408
56409         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56410
56411 2003-11-25  Bruno Haible  <bruno@clisp.org>
56412
56413         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56414         gt_TYPE_SSIZE_T.
56415
56416 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56417
56418         * modules/alloca: Remove dependency on xalloc.
56419
56420 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56421
56422         * lib/alloca.c: Remove dependency on xalloc module.
56423         (xalloc_die): Remove.
56424         (memory_full) [!defined emacs]: New macro.
56425         [!defined emacs]: Don't include xalloc.h.
56426         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56427         address arithmetic overflows.  Change datatypes a bit to avoid
56428         unnecessary casts.
56429
56430 2003-11-22  Jim Meyering  <jim@meyering.net>
56431
56432         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56433         s/size/size_t/.
56434
56435 2003-11-21  Karl Berry  <karl@gnu.org>
56436
56437         * config/config.{sub,guess}: update from config.
56438
56439 2003-11-18  Karl Berry  <karl@gnu.org>
56440
56441         * config/config.{sub,guess}: update from config.
56442
56443         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56444
56445 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56446
56447         * README: Mention that S+T cannot overflow if S is the size of
56448         an existing object and T is sufficiently small.
56449
56450 2003-11-17  Jim Meyering  <jim@meyering.net>
56451
56452         On systems without utime and without a utimes function capable of
56453         dealing with a NULL struct utimbuf* argument, this utime replacement
56454         could -- in unusual circumstances -- leak a file descriptor.
56455         * lib/utime.c: Include <unistd.h> and <errno.h>.
56456         (utime_null): Be sure to close `fd' and to preserve errno.
56457         Reported by Geoff Collyer via Arnold Robbins.
56458
56459 2003-11-17  Bruno Haible  <bruno@clisp.org>
56460
56461         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56462         (Depends-on): Add xsize.
56463
56464 2003-11-17  Bruno Haible  <bruno@clisp.org>
56465
56466         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56467
56468 2003-11-17  Bruno Haible  <bruno@clisp.org>
56469
56470         * lib/vasnprintf.c (alloca): Remove fallback definition.
56471         (freea): Remove definition.
56472         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56473         Reported by Paul Eggert.
56474
56475 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56476             Bruno Haible  <bruno@clisp.org>
56477
56478         Protect against address arithmetic overflow.
56479         * lib/printf-args.h: Include stddef.h.
56480         (arguments): Change type of field 'count' to size_t.
56481         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56482         'unsigned int' where appropriate.
56483         * lib/printf-parse.h: Include sys/types.h.
56484         (char_directive): Change type of *arg_index fields to ssize_t.
56485         (char_directives): Change type of fields 'count', max_*_length to
56486         size_t.
56487         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56488         (SSIZE_MAX): Define fallback value.
56489         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56490         instead of 'int' where appropriate. Check a_allocated, d_allocated
56491         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56492         * lib/vasnprintf.c: Include xsize.h.
56493         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56494         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56495         overflow. Avoid wraparound when converting a width or precision from
56496         decimal to binary.
56497
56498 2003-11-16  Bruno Haible  <bruno@clisp.org>
56499
56500         Update from GNU gettext.
56501         * lib/printf-parse.c: Generalize to it can be compiled for wide
56502         strings.
56503         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56504         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56505         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56506         SNPRINTF): New macros.
56507         Don't include <alloca.h> if the file is used inside libintl.
56508         (local_wcslen): New function, for Solaris 2.5.1.
56509         (VASNPRINTF): Use it instead of wcslen.
56510
56511 2003-11-16  Bruno Haible  <bruno@clisp.org>
56512
56513         * lib/xsize.h (xmax): New function.
56514         (xsum, xsum3, xsum4): Declare as "pure" functions.
56515
56516 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56517
56518         * modules/xalloc (Files): Undo latest change, since xalloc.h
56519         no longer needs SIZE_MAX or PTRDIFF_MAX.
56520
56521 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56522
56523         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56524         gl_PTRDIFF_MAX.
56525
56526 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56527
56528         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56529         "return", to pacify some unknown compiler.  Problem reported
56530         by Joerg Schilling.
56531
56532 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56533
56534         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56535         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56536         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56537         heuristic is just as accurate as far as we know, and it removes a
56538         dependency on size_max.m4 and ptrdiff_max.m4.
56539
56540 2003-11-11  Bruno Haible  <bruno@clisp.org>
56541
56542         * modules/xsize (Files): Add m4/size_max.m4.
56543         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56544
56545 2003-11-11  Bruno Haible  <bruno@clisp.org>
56546
56547         * m4/size_max.m4: New file.
56548         * m4/ptrdiff_max.m4: New file.
56549         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56550         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56551         (gl_XALLOC): Invoke it.
56552
56553 2003-11-11  Bruno Haible  <bruno@clisp.org>
56554
56555         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56556         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56557         defined.
56558
56559 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56560
56561         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56562         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56563         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56564         From Bruno Haible.
56565         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56566         not (size_t) -1, since it's defined here.
56567
56568 2003-11-09  Karl Berry  <karl@gnu.org>
56569
56570         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56571
56572 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56573
56574         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56575         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56576         Reject sizes of exactly SIZE_MAX bytes.
56577         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56578         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56579
56580 2003-11-05  Bruno Haible  <bruno@clisp.org>
56581
56582         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56583         SIZE_MAX defined in <limits.h> on Solaris.
56584
56585 2003-11-04  Jim Meyering  <jim@meyering.net>
56586
56587         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56588         variable names, rather than @VAR@.
56589         * modules/poll: Likewise.
56590
56591 2003-11-04  Bruno Haible  <bruno@clisp.org>
56592
56593         * modules/xsize: New file.
56594         * modules/linebreak: Depend on xsize.
56595         * MODULES.html.sh (func_all_modules): Add xsize.
56596
56597 2003-11-04  Bruno Haible  <bruno@clisp.org>
56598
56599         * m4/xsize.m4: New file.
56600
56601 2003-11-04  Bruno Haible  <bruno@clisp.org>
56602
56603         * lib/xsize.h: New file.
56604         * lib/linebreak.c: Include xsize.h.
56605         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56606         argument for overflow.
56607         Suggested by Paul Eggert.
56608
56609 2003-11-03  Karl Berry  <karl@gnu.org>
56610
56611         * config/config.{guess,sub}: update from config.
56612
56613 2003-11-03  Jim Meyering  <jim@meyering.net>
56614
56615         * modules/userspec (lib_SOURCES): Add userspec.h.
56616         (Include): Add "userspec.h".
56617         Improve description.
56618
56619 2003-11-03  Jim Meyering  <jim@meyering.net>
56620
56621         * lib/userspec.c: Include "userspec.h".
56622         * lib/userspec.h: New file.
56623
56624 2003-11-03  Bruno Haible  <bruno@clisp.org>
56625
56626         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56627
56628 2003-11-03  Bruno Haible  <bruno@clisp.org>
56629
56630         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56631         available, to avoid (extremely rare) race condition.
56632         Suggested by Paul Eggert.
56633
56634 2003-11-02  Karl Berry  <karl@gnu.org>
56635
56636         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56637
56638 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56639
56640         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56641         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56642         (read_filesystem_list): Set and use me_type_malloced.
56643         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56644         whatever the type happens to be), for brevity and consistency.
56645         Check for size calculation overflow on Alphas running OSF/1.
56646
56647 2003-10-31  Jim Meyering  <jim@meyering.net>
56648
56649         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56650
56651         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56652
56653 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56654             Bruno Haible  <bruno@clisp.org>
56655
56656         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56657         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56658
56659 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56660
56661         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56662         netbsd*-gnu*.  Suggested by Robert Millan.
56663
56664 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56665
56666         * modules/group-member: Depend on stdbool.
56667
56668 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56669
56670         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56671
56672 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56673
56674         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56675         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56676         after the 'gnu' in these cases.  This fixes some bugs in the
56677         previous change, and is based on suggestions by Robert Millan.
56678
56679 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56680
56681         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56682         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56683         no longer needed.
56684         * lib/quotearg.c (quotearg_n_options): Use it.
56685         * lib/group-member.c: Include <stdbool.h>.
56686         (free_group_info): Arg is now const *; don't free arg.
56687         (get_group_info): Now returns bool and accepts struct group_info *,
56688         rather than returning a malloc'ed struct group_info *.
56689         All uses changed.  Check for overflow in internal size calculation.
56690
56691         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56692         rather than xmalloc/xrealloc.
56693         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56694         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56695         conformance bug: the old code used a pointer after freeing the
56696         storage that it addressed.
56697         * lib/hash.c (hash_initialize): Simplify the code by using
56698         xalloc_oversized rather than doing it by hand.
56699         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56700         the buffer preserved.  Use free and xmalloc instead.
56701         * lib/quotearg.c (quotearg_n_options): Likewise.
56702         Use a simpler test for size overflow.  Don't use xalloc_oversized
56703         because unsigned int might be wider than size_t (!); this suggests
56704         that we should switch from unsigned int to size_t for slot numbers.
56705
56706 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56707
56708         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56709         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56710         NetBSD kernels.  Requested by Richard Stallman.
56711
56712 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56713
56714         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56715         to allocate the returned structure.  Do not allocate a subarray,
56716         as x2nrealloc will do that.
56717         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56718         instead of xnrealloc.
56719         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56720
56721 2003-10-27  Bruno Haible  <bruno@clisp.org>
56722
56723         * lib/stdbool_.h: Better support for BeOS.
56724
56725 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56726
56727         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56728         now uses inline.
56729
56730 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56731
56732         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56733         callers that want to do their own size-overflow checking.  Include
56734         <stdbool.h>, since xalloc_oversized returns bool.
56735         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56736         to use xalloc_oversized.
56737
56738         Add two functions x2realloc, x2nrealloc, for programs that grow
56739         arrays dynamically by doubling their sizes.
56740         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56741         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56742         New functions.
56743
56744         Port to C99 semantics for 'inline' of external functions.
56745         Bug reported by Bruno Haible.
56746         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56747         with the old contents of xnmalloc.
56748         (xnmalloc, xmalloc): Use it.
56749         (xnrealloc_inline): New static inline function,
56750         with the old contents of xnrealloc.
56751         (xnrealloc, xrealloc): Use it.
56752
56753         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56754         that.
56755
56756 2003-10-26  Karl Berry  <karl@gnu.org>
56757
56758         * config/srclist.txt (COPYING.DOC): no longer available from
56759         /gd/gnuorg; don't know where the ultimate source is.
56760
56761 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56762
56763         Fix several address-calculation bugs in the hash modules,
56764         plus some minor code cleanup.
56765
56766         * lib/hash.h: Include <stdbool.h>, for bool.
56767         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56768         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56769         hash_get_n_entries, hash_get_max_bucket_length,
56770         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56771         hash_rehash): Use size_t rather than unsigned.
56772         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56773         hash_get_n_buckets_used, hash_get_n_entries,
56774         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56775         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56776         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56777         Likewise.
56778         (SIZE_MAX): Define if not defined.
56779         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56780         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56781         hash_print):
56782         Use const * when possible.
56783         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56784         (check_tuning): Fix bug: if tuning parameters were very close to
56785         0 or 1, rounding errors could have caused subscript violations.
56786         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56787         (hash_initialize): Add 'fail:' label
56788         to free table and return NULL, and use it to simplify code.
56789         Use calloc rather than clearing the storage ourself.
56790         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56791         buffer size calculations.
56792         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56793         Include <stddef.h>, for size_t.
56794         * lib/hash-pjw.c (hash_pjw): Likewise.
56795         Switch to method described by Bruno Haible.
56796         Include <limits.h>, for CHAR_BIT.
56797         (SIZE_BITS): New macro.
56798
56799 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56800
56801         * m4/getline.m4 (AM_FUNC_GETLINE):
56802         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56803         hosts.  Problem reported by Derek Robert Price in
56804         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56805         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56806         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56807
56808 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56809
56810         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56811         ceiling the allocation at NMAX bytes rather than silently
56812         discarding input bytes before NMAX is reached.  This makes
56813         a difference only if NMAX exceeds SIZE_MAX / 2.
56814
56815         * lib/obstack.c: Merge from glibc.
56816         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56817         Add libc_hidden_def (_obstack_newchunk).
56818         (_obstack_free) [! defined _LIBC]: Remove.
56819         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56820         a clone of the function body.
56821         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56822         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56823
56824         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56825         glibc.
56826         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56827         arg to memcpy.
56828
56829         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56830         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56831         Don't use lvalue casts, as GCC plans to remove support for them
56832         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56833         was also present in the non-GCC version, indicating that this
56834         code had always been buggy and had never been widely used.
56835         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56836         Use the fast variant of each macro, rather than copying the
56837         definiens of the fast variant; that way, we'll be more likely to
56838         catch future bugs in the fast variants.
56839
56840 2003-10-20  Bruno Haible  <bruno@clisp.org>
56841
56842         * modules/wait-process: New file.
56843         * MODULES.html.sh (func_all_modules): Add wait-process.
56844
56845 2003-10-20  Bruno Haible  <bruno@clisp.org>
56846
56847         * m4/wait-process.m4: New file.
56848
56849 2003-10-20  Bruno Haible  <bruno@clisp.org>
56850
56851         * lib/wait-process.h: New file, from GNU gettext.
56852         * lib/wait-process.c: New file, from GNU gettext.
56853
56854 2003-10-19  Jim Meyering  <jim@meyering.net>
56855
56856         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56857         HPUX 10.20.
56858
56859 2003-10-18  Karl Berry  <karl@gnu.org>
56860
56861         * config/config.guess: update from config.
56862
56863 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56864
56865         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56866         (getgroups): First arg is int, not size_t.
56867         Don't let 'free' mangle errno.
56868
56869 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56870
56871         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56872
56873 2003-10-16  Karl Berry  <karl@gnu.org>
56874
56875         * config/config.{guess,sub}: update from config.
56876
56877 2003-10-16  Jim Meyering  <jim@meyering.net>
56878
56879         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56880         memcpy.
56881
56882 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56883
56884         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56885         (SIZE_MAX): Remove.
56886         (new_exclude, add_exclude_file): Initial size no longer needs to
56887         be a power of 2.
56888         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56889         our own address arithmetic overflow checking.
56890
56891         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56892         (fnmatch): Do not alloca more than 2000 wide characters;
56893         instead, use malloc for large buffers.
56894         Check for address arithmetic overflow, and return -1
56895         with errno set to ENOMEM in that case.
56896         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56897         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56898         instead, return -1.  Check for address arithmetic overflow.
56899
56900 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56901
56902         Handle invalid suffixes and overflow independently, so that
56903         callers can treat them independently as needed.  Fix some bugs in
56904         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56905         suffix for a human-readable blocksize.  The major caller-visible
56906         change is the addition of a new
56907         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56908         that both overflow and suffix chars were found.
56909
56910         * lib/human.c (humblock): Don't check separately for invalid suffix
56911         char; that is xstrtoumax's job (now that its bug is fixed).
56912         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56913         INTMAX_MAX]: New macros.
56914         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56915         TYPE_MAXIMUM): New macros.
56916         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56917         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56918         if overflow occurs, as it's what __strtol does and it's more useful
56919         in practice.
56920         (__xstrtol): If __strtol reports some error other than ERANGE,
56921         reflect it to the caller as LONGINT_INVALID.  If it reports
56922         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56923         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56924         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56925         value.
56926         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56927         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56928         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56929         [defined UINTMAX_MAX]: New macros.
56930
56931 2003-10-14  Bruno Haible  <bruno@clisp.org>
56932
56933         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56934
56935 2003-10-14  Bruno Haible  <bruno@clisp.org>
56936
56937         * m4/sig_atomic_t: New file, from GNU gettext.
56938         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56939
56940 2003-10-14  Bruno Haible  <bruno@clisp.org>
56941
56942         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56943         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56944         Also use volatile where needed.
56945
56946 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56947
56948         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56949         Change maintainer from Bruno Haible to 'all'.
56950
56951 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56952
56953         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56954
56955 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56956
56957         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56958         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56959         and define in terms of the other primitives.
56960         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56961         (SIZE_MAX): Define if not already defined.
56962         (array_size_overflow): New function.
56963         (xalloc_die): Abort instead of exiting if 'error' returns.
56964         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56965         (xmalloc, xrealloc): Use them.
56966         (xcalloc): Check for address arithmetic overflow.
56967         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56968         a bit faster than strcpy.
56969
56970 2003-10-10  Simon Josefsson  <jas@extundo.com>
56971
56972         * modules/argp (Depends-on): Add restrict and strcase.
56973
56974 2003-10-10  Simon Josefsson  <jas@extundo.com>
56975
56976         * m4/argp.m4: Add AC_C_INLINE.
56977
56978 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56979
56980         Merge getpass from libc, plus a few fixes.
56981
56982         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56983         Include <stdbool.h>.
56984         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56985         __fsetlocking to empty.
56986         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56987         do include <bits/libc-lock.h>.
56988         Do not include <fcntl.h>; not needed.
56989         [_LIBC]: Include <wchar.h>.
56990         (NOTCANCEL_MODE): New macro.
56991         (flockfile, funlockfile) [_LIBC]: New macros.
56992         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56993         [!_LIBC]: New macros.
56994         (call_fclose): New function.
56995         (getpass): Use it.  Save tty stream separately; this simplifies the
56996         code and makes it more reliable if stdin happens to equal stdout.
56997         Invoke __fsetlocking on tty.
56998         Handle thread cancellation if needed.
56999         Namespace cleanup (use __tcgetattr, __getline).
57000         Use bool for Booleans.
57001         [USE_IN_LIBIO]: Handle wide streams.
57002         [!_LIBC]: Unconditionally do the fseek, since we don't know what
57003         stream might go where.
57004
57005         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
57006         doesn't have to include <stdio.h> before us.
57007         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
57008         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
57009         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
57010         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
57011         if not declared, so that we can use getpass.c code from libc without
57012         rewriting it.
57013         (flockfile, ftrylockfile, funlockfile): New macros.
57014
57015 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57016
57017         * modules/getpass: Depend on stdbool.
57018
57019 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57020
57021         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
57022
57023 2003-10-07  Karl Berry  <karl@gnu.org>
57024
57025         * config/config.{guess,sub}: update from config.
57026
57027 2003-10-06  Jim Meyering  <jim@meyering.net>
57028             Bruno Haible  <bruno@clisp.org>
57029
57030         This lets translators provide better translations for the
57031         "Written by ..." part of --version output.
57032         * lib/version-etc.h: Include stdarg.h.
57033         (version_etc_copyright): Declare as readonly.
57034         (version_etc): Make this function variadic with a NULL-terminated list
57035         of author name strings.
57036         (version_etc_va): New declaration.
57037         * lib/version-etc.c: Include stdarg.h, stdlib.h.
57038         (version_etc_copyright): Declare as readonly.
57039         (version_etc_va): New function. Provide a different translatable string
57040         for each possible number of authors < 10. Abbreviate when there are 10
57041         authors or more.
57042         (version_etc): Make this function variadic. Call version_etc_va.
57043         Suggestion from Gary V. Vaughan.
57044
57045         * lib/long-options.h (parse_long_options): Change prototype: the
57046         authors string is moved to the end and becomes variadic.
57047         * lib/long-options.c: Include stdarg.h.
57048         (parse_long_options): Make this function variadic, too.
57049         Call version_etc_va, not version_etc.
57050
57051 2003-10-06  Bruno Haible  <bruno@clisp.org>
57052
57053         * modules/version-etc-2: Remove file.
57054         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
57055
57056 2003-10-06  Bruno Haible  <bruno@clisp.org>
57057
57058         * modules/fatal-signal: New file.
57059         * MODULES.html.sh (func_all_modules): Add fatal-signal.
57060
57061 2003-10-06  Bruno Haible  <bruno@clisp.org>
57062
57063         * m4/fatal-signal.m4: New file.
57064         * m4/signalblocking.m4: New file, from GNU gettext.
57065
57066 2003-10-06  Bruno Haible  <bruno@clisp.org>
57067
57068         * lib/version-etc-2.h: Remove file.
57069         * lib/version-etc-2.c: Remove file.
57070
57071 2003-10-06  Bruno Haible  <bruno@clisp.org>
57072
57073         * lib/fatal-signal.h: New file, from GNU gettext.
57074         * lib/fatal-signal.c: New file, from GNU gettext.
57075
57076 2003-10-05  Paul Eggert  <eggert@twinsun.com>
57077
57078         * README: Rework advice for preventing empty .o files.
57079         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
57080         not <sys/types.h>.
57081
57082 2003-10-04  Karl Berry  <karl@gnu.org>
57083
57084         * lib/argp*: update from libc.
57085
57086 2003-10-04  Karl Berry  <karl@gnu.org>
57087
57088         * config/config.{guess,sub}: update from config.
57089
57090 2003-10-02  Bruno Haible  <bruno@clisp.org>
57091
57092         * modules/lchown (Include): Add lchown.h.
57093         * modules/time_r (Include): Use "..." syntax.
57094         * modules/xgetdomainname (Include): Add xgetdomainname.h.
57095
57096 2003-10-01  Simon Josefsson  <jas@extundo.com>
57097
57098         * MODULES.html.sh (func_all_modules): Move gethostname from section
57099         'based on' to section 'lacking' POSIX:2001.
57100
57101 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
57102
57103         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
57104         to output mode on the same stream.
57105
57106 2003-09-29  Paul Eggert  <eggert@twinsun.com>
57107
57108         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
57109         Fix arg typo in previous patch.
57110
57111 2003-09-28  Jim Meyering  <jim@meyering.net>
57112
57113         * lib/error.c: Correct cpp indentation.
57114
57115 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57116
57117         * modules/free: New file.
57118
57119 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57120
57121         * m4/free.m4: New file.
57122
57123 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57124
57125         * lib/minmax.h (MIN, MAX)
57126         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
57127         Omit the special code that used __typeof__, since we worry that
57128         it could be more trouble than it's worth.  See:
57129         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
57130         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
57131
57132         * lib/free.c: New file.
57133
57134 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
57135
57136         Trivial fixes to Makefile.am parts of module listings.
57137         * modules/strstr: Append strstr.h to lib_SOURCES.
57138         * modules/strcase: Likewise, for strcase.h.
57139
57140 2003-09-27  Karl Berry  <karl@gnu.org>
57141
57142         * config/mkinstalldirs: update from automake.
57143
57144 2003-09-26  Paul Eggert  <eggert@twinsun.com>
57145
57146         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
57147         (error_tail): Do not loop, reallocating temporary buffer, since
57148         the output cannot contain more wide characters than the input
57149         contains bytes, the size must be big enough already.  This avoids
57150         one potential size overflow calculation.  Check for size overflow
57151         when calculating temporary buffer size.  Free temporary buffer
57152         when done, if it was allocated with malloc; this plugs a memory
57153         leak.  Remove casts from void * to pointers, that are no longer
57154         needed now that we're assuming C89 or better.
57155
57156         Merge error changes from glibc.
57157
57158         * lib/error.c, error.h: Update copyright notice header to match glibc.
57159         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
57160         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
57161         Disable cancellation while printing error.
57162         * lib/error.h: Prepend __ to parameter names.
57163
57164 2003-09-26  Jim Meyering  <jim@meyering.net>
57165
57166         * lib/error.c (error_tail): Move some declarations
57167         into inner scope where the local variables are used.
57168
57169 2003-09-26  Bruno Haible  <bruno@clisp.org>
57170
57171         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
57172         stpncpy().
57173         Don't define stpncpy through config.h; it's now done through stpncpy.h.
57174
57175 2003-09-26  Bruno Haible  <bruno@clisp.org>
57176
57177         * lib/stpncpy.h (gnu_stpncpy): New declaration.
57178         (stpncpy): Define as alias for gnu_stpncpy.
57179         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
57180
57181 2003-09-25  Simon Josefsson  <jas@extundo.com>
57182
57183         * lib/xgetdomainname.h: New file.
57184         * lib/xgetdomainname.c: New file.
57185
57186 2003-09-25  Simon Josefsson  <jas@extundo.com>
57187             Bruno Haible  <bruno@clisp.org>
57188
57189         * modules/getdomainname: New file.
57190         * modules/xgetdomainname: New file.
57191         * MODULES.html.sh (func_all_modules): Add getdomainname,
57192         xgetdomainname.
57193
57194 2003-09-25  Simon Josefsson  <jas@extundo.com>
57195             Bruno Haible  <bruno@clisp.org>
57196
57197         * m4/getdomainname.m4: New file.
57198
57199 2003-09-25  Simon Josefsson  <jas@extundo.com>
57200             Bruno Haible  <bruno@clisp.org>
57201
57202         * lib/getdomainname.h: New file.
57203         * lib/getdomainname.c: New file.
57204
57205 2003-09-25  Karl Berry  <karl@gnu.org>
57206
57207         * lib/argp-fmtstream.c, argp-help.c: update from libc.
57208
57209 2003-09-25  Karl Berry  <karl@gnu.org>
57210
57211         * config/install-sh: update from automake.
57212
57213 2003-09-25  Bruno Haible  <bruno@clisp.org>
57214
57215         * modules/version-etc-2: New file, from modules/version-etc with
57216         modifications.
57217         * MODULES.html.sh (func_all_modules): Add version-etc-2.
57218
57219 2003-09-25  Bruno Haible  <bruno@clisp.org>
57220
57221         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
57222         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
57223
57224 2003-09-24  Simon Josefsson  <jas@extundo.com>
57225
57226         * modules/xgethostname: Add xgethostname.h.
57227
57228 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57229
57230         * lib/linebuffer.c (freebuffer): Don't free the argument, just
57231         the buffer associated with the argument.  Bug reported by
57232         Simon Josefsson.
57233
57234 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57235
57236         * README: Document assumptions that 'int' is at least 32 bits
57237         wide, that integer arithmetic is 2's complement without overflow,
57238         that there are no holes in integer values, that adding sizes of
57239         two nonoverlapping objects can't overflow, and that all-bits-zero
57240         yields scalar zero.  Fix spelling and capitalization typos.
57241
57242 2003-09-19  Karl Berry  <karl@gnu.org>
57243
57244         * lib/argp.h: update from libc.
57245
57246 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57247
57248         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57249         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57250         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57251
57252 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57253
57254         * gnulib-tool: Use "test -h", not "test -L", for portability
57255         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57256         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57257         (sed_extract_prog): Issue s commands one-by-one, rather than
57258         using \| in one s command.
57259
57260 2003-09-16  Paul Eggert  <eggert@twinsun.com>
57261
57262         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
57263         input error, instead of returning NULL the next time we are called
57264         (and therefore losing track of errno).
57265
57266 2003-09-16  Bruno Haible  <bruno@clisp.org>
57267
57268         * gnulib-tool (func_create_testdir): Warn about duplicated
57269         dependencies.
57270
57271 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57272
57273         * modules/argmatch, modules/fatal, modules/obstack,
57274         modules/xalloc, modules/xgethostname: Sort dependencies by
57275         importance, not alphabetically.
57276
57277 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57278
57279         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
57280         fails, so that the caller gets the proper errno.
57281
57282         * lib/readutmp.c (read_utmp): Likewise.
57283         Check for fstat error.  Close stream and free storage
57284         when failing.
57285
57286 2003-09-14  Karl Berry  <karl@gnu.org>
57287
57288         * config/srclist.txt (strdup.c): disable for c89 changes.
57289
57290 2003-09-14  Jim Meyering  <jim@meyering.net>
57291
57292         * lib/getloadavg.c: Correct cpp indentation.
57293         * lib/strdup.c: Likewise.
57294         * lib/vasnprintf.c: Likewise.
57295
57296 2003-09-14  Bruno Haible  <bruno@clisp.org>
57297
57298         * modules/fwriteerror: New file.
57299         * MODULES.html.sh (func_all_modules): Add fwriteerror.
57300
57301 2003-09-14  Bruno Haible  <bruno@clisp.org>
57302
57303         * lib/fwriteerror.h: New file.
57304         * lib/fwriteerror.c: New file.
57305
57306 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57307
57308         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57309         modules/xgethostname, modules/xalloc: Depend on exit.
57310
57311 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57312
57313         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57314
57315         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57316         and AC_MINIX, too, so that their extensions are available.
57317
57318         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57319         This macro has been superseded by gl_BACKUPFILE.
57320
57321         More patches to assume C89 or better.
57322
57323         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57324
57325         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57326         unconditionally.
57327         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57328         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57329         Include <string.h>, <stdlib.h> unconditionally.
57330         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57331         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57332         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57333         headers or for string.h.
57334         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57335         or strtoul.
57336
57337         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57338         headers.
57339         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57340         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57341         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57342         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57343         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57344         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57345         memcpy, memset.
57346         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57347         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57348         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57349         strtol.
57350         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57351         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57352         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57353         strtoul.
57354
57355 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57356
57357         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57358         * lib/obstack.c [!defined _LIBC]: Likewise.
57359         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57360         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57361         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57362
57363         More changes to assume C89 or better.
57364
57365         * lib/error.c (error_tail): Assume vprintf.
57366
57367         * lib/argmatch.c (getenv): Remove decl.
57368         * lib/progreloc.c (get_full_program_name): Define via prototype.
57369         * lib/setenv.c (clearenv): Likewise.
57370         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57371         needed.
57372         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57373         (malloc, memcpy): Remove decls.
57374         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57375         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57376         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57377         (memcpy): Remove macro.
57378         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57379         (__P): Remove.  All uses removed.
57380         (PTR): Remove.  All uses changed to void *.
57381         (CHAR_BIT, NULL): Remove.
57382         (spaces, zeros, memset_space, memset_zero)
57383         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57384         Remove.
57385         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57386         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57387         Define with prototype.
57388         Remove now-unnecessary prototype decl.
57389         (extra_args_spec): Assume ANSI C.  All uses changed.
57390         (extra_args_spec_iso): Remove.
57391         (my_strftime, emacs_strftimeu): Define via prototype.
57392         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57393         unconditionally.
57394         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57395         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57396         (strtoul, strtol): Remove decls.
57397         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57398         LONG_MAX): Remove.
57399         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57400         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57401         (LOCALE_PARAM_PROTO): New macro.
57402         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57403         (INTERNAL (strtol), strtol): Define with a prototype.
57404         (PARAMS): Remove.  All uses removed.
57405         * lib/tempname.c: Include <string.h> unconditionally.
57406         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57407         * lib/xgethostname.c (main): Define with a prototype.
57408         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57409         Include <stdlib.h> unconditionally.
57410         (calloc, malloc, realloc, free): Remove decls.
57411         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57412         Include <stdlib.h> unconditionally.  Sort include file names.
57413         (strtod): Remove.
57414         (xstrtod): Define with a prototype.
57415         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57416         (strtol, strtoul): Remove decls.
57417
57418 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57419
57420         More patches to assume C89 or better.
57421         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57422         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57423         string.h, memchr, STDC_HEADERS.
57424
57425 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57426
57427         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57428         Include <stdlib.h>, <string.h> unconditionally.
57429         Remove now-unnecessary cast to char *.
57430         * lib/strnlen.c: Include <string.h> unconditionally.
57431         * lib/yesno.c (yesno): Define with a prototype.
57432
57433 2003-09-11  Bruno Haible  <bruno@clisp.org>
57434
57435         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57436
57437 2003-09-10  Jim Meyering  <jim@meyering.net>
57438
57439         * lib/error.c: Correct indentation of cpp directives.
57440
57441 2003-09-10  Bruno Haible  <bruno@clisp.org>
57442
57443         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57444         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57445         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57446         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57447         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57448         <stdlib.h> and <string.h> checks.
57449         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57450         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57451
57452 2003-09-10  Bruno Haible  <bruno@clisp.org>
57453
57454         * lib/strcspn.c: Include <string.h> unconditionally.
57455         * lib/strpbrk.c: Include <string.h> unconditionally.
57456         * lib/strstr.c: Include <string.h> unconditionally.
57457         * lib/unicodeio.c: Include <string.h> unconditionally.
57458         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57459         * lib/unsetenv.c: Likewise.
57460         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57461         * lib/yesno.c: Include <stdlib.h> unconditionally.
57462         (rpmatch): Add prototype.
57463
57464 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57465
57466         More patches to assume C89 or better.
57467         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57468         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57469         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57470         or for string.h.
57471         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57472         stdlib.h.
57473         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57474         C headers.
57475         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57476         string.h.
57477         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57478         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57479         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57480         or for string.h.
57481         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57482         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57483         C headers.
57484         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57485         memcpy.
57486         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57487         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57488         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57489         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57490         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57491         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57492         string.h, free.
57493         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57494         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57495         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57496         C headers, or for string.h.
57497         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57498         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57499         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57500         headers, memory.h, stdlib.h, string.h, strings.h.
57501         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57502         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57503         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57504         strchr.
57505         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57506         headers, memory.h, string.h.
57507         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57508         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57509         free.
57510         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57511         headers.
57512         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57513         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57514         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57515         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57516         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57517
57518 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57519
57520         More K&R removal.
57521
57522         * lib/acosl.c (main): Use a prototype.
57523         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57524         tanl.c: Likewise.
57525
57526         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57527
57528         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57529         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57530         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57531         with a prototype.
57532         * lib/getopt.c (const): Remove macro.
57533         Include <string.h> unconditionally.
57534         (my_index): Remove; all uses changed to strchr.
57535         (strlen): Remove decl.
57536         (exchange): Remove forward decl; no longer needed.
57537         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57538         Define with prototype.
57539         * lib/getopt1.c (const): Remove macro.
57540         (getopt_long, getopt_long_only, main): Define with prototype.
57541
57542         * lib/getugroups.c: Include <string.h> unconditionally.
57543
57544         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57545         (getusershell, setusershell, endusershell, readname, main):
57546         Define with prototypes.
57547
57548         * lib/group-member.c: Include group-member.h first.
57549         Include <stdlib.h> unconditionally.
57550
57551         * lib/hard-locale.c: Include hard-locale.h first.
57552         Include <stdlib.h>, <string.h> unconditionally.
57553
57554         * lib/hash.c (free, malloc): Remove decls.
57555         Include <stdlib.h> unconditionally.
57556
57557         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57558         (getenv): Do not declare.
57559
57560         * lib/idcache.c: Include <string.h> unconditionally.
57561
57562         * lib/long-options.c: Include long-options.h first, to test interface.
57563         Include <stdlib.h> unconditionally.
57564
57565         * lib/makepath.c: Include makepath.h first, to test interface.
57566         Include <stdlib.h> and <string.h> unconditionally.
57567
57568         * lib/linebuffer.c: Include <stdlib.h>.
57569         (free): Remove decl.
57570
57571         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57572         stddef.h. rpl_malloc returns void *, not char *.
57573         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57574         prototype.
57575
57576         * lib/md5.h: Include <limits.h> unconditionally.
57577         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57578         (__P): Remove; all uses removed.
57579         * lib/md5.c: Include "md5.h" first.
57580         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57581         md5_buffer, md5_process_bytes, md5_process_block):
57582         Define with prototypes.
57583         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57584         * lib/sha.c: Include "sha.h" first.
57585         Include <stdlib.h>, <string.h> unconditionally.
57586
57587         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57588         * lib/memcmp.c (__ptr_t): Likewise.
57589         * lib/memrchr.c (__ptr_t): Likewise.
57590         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57591         Include <string.h> unconditionally.
57592         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57593         * lib/memchr.c: Include <stdlib.h> unconditionally.
57594         * lib/memchr.c (LONG_MAX): Remove.
57595         * lib/memrchr.c (LONG_MAX): Likewise.
57596         * lib/memchr.c (__memchr): Define via a prototype.
57597         * lib/memrchr.c (__memrchr): Likewise.
57598         * lib/memcmp.c (__P): Remove, and remove all uses.
57599         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57600         Remove forward decls; no longer needed.
57601         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57602         Use types required by C89 in prototype.
57603
57604         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57605         * lib/savedir.c: Likewise.
57606         * lib/mkdir.c (free): Remove decl.
57607         * lib/rmdir.c (rmdir): Define with a prototype.
57608         * lib/savedir.c: Include savedir.h first, to test interface.
57609
57610         * lib/mktime.c (STDC_HEADERS): Remove.
57611         Include <stdlib.h>, <string.h> unconditionally.
57612
57613         * lib/modechange.c: Include <stdlib.h> unconditionally.
57614         (malloc): Remove decl.
57615
57616         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57617         (free): Remove decl.
57618
57619         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57620         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57621         (This type really should be intptr_t, but that's a C99ism.)
57622         (_obstack_memcpy): Remove: all uses changed to memcpy.
57623         Include <string.h> unconditionally.
57624         (struct obstack): Assume __STDC__ for types of members
57625         chunkfun, freefun, extra_arg.
57626         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57627         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57628         obstack_begin, obstack_specify_allocation,
57629         obstack_specify_allocation_with_arg, obstack_chunkfun,
57630         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57631         Remove unprototyped decls and the macros that use them.
57632         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57633         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57634         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57635         (defined __STDC__ && __STDC__)]:
57636         Remove nonprototyped code.
57637         Include <stdlib.h> unconditionally.
57638         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57639         _obstack_allocated_p, _obstack_free, obstack_free,
57640         _obstack_memory_used, print_and_abort):
57641         Define using prototypes.
57642         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57643         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57644         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57645         obstack_next_free, obstack_object_size, obstack_room) [0]:
57646         Remove unused, unprototyped code.
57647
57648         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57649
57650         * lib/physmem.c (physmem_total, physmem_available, main): Define
57651         with prototypes.
57652
57653         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57654         (main): Define with a prototype.
57655
57656         * lib/posixver.c (getenv): Remove decl.
57657
57658         * lib/putenv.c (malloc): Returns void *, not char *.
57659         Include <string.h> unconditionally.
57660         (strchr, memcpy, NULL): Do not define.
57661
57662         * lib/readtokens.c: Include readtokens.h first, to test interface.
57663         Include <stdlib.h>, <string.h> unconditionally.
57664         (init_tokenbuffer): Define with a prototype.
57665
57666         * lib/regex.c (PARAMS): Remove.  All uses removed.
57667         All uses of _RE_ARGS removed, too.
57668         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57669         unconditionally.
57670         (bzero): Assume memset exists.
57671         (memcmp, memcpy, NULL): Remove.
57672         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57673         char, or assignments to local vars of type signed char.
57674         (init_syntax_once, PREFIX(extract_number_and_incr),
57675         PREFIX(print_partial_compiled_pattern),
57676         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57677         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57678         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57679         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57680         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57681         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57682         wcs_compile_range, byte_compile_range, truncate_wchar,
57683         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57684         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57685         count_mbs_length, wcs_re_match_2_internal,
57686         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57687         PREFIX(alt_match_null_string_p),
57688         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57689         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57690         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57691         now-unnecessary declaration, if any.
57692         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57693         regcomp, regexec):
57694         Remove now-unnecessary casts among pointer types.
57695         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57696
57697         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57698         (free): Remove decl.
57699
57700         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57701
57702         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57703         (free): Remove decl.
57704
57705         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57706         * lib/xgetcwd.c: Likewise.
57707
57708         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57709         (free): Remove decl.
57710
57711         * lib/strchrnul.c (strchrnul): Define with a prototype.
57712         Fix bug: c_in was not converted to char before searching.
57713
57714         The following changes are not K&R related:
57715
57716         * lib/group-member.h: Include <sys/types.h>, so that this file is
57717         self-contained.
57718         * lib/makepath.h: Likewise.
57719
57720         * lib/getusershell.c (readname, default_index, line_size, readname):
57721         Use size_t, not int, for sizes.
57722         (readname): If the size overflows, report an error instead of
57723         looping forever.
57724
57725 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57726
57727         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57728         libc.
57729
57730 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57731
57732         * README: New section: portability guidelines.
57733
57734 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57735
57736         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57737         C89 spec.
57738
57739 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57740
57741         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57742
57743 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57744
57745         Assume C89 or better; remove K&R cruft.
57746         A few of these changes were first proposed by Derek Robert Price
57747         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57748
57749         * lib/addext.c: Include <string.h> unconditionally.
57750         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57751         Don't declare getenv or malloc.
57752
57753         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57754         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57755         (NULL): Remove.
57756         (find_stack_direction, alloca): Use prototypes.
57757
57758         * lib/atexit.c (atexit): Define using a prototype.
57759
57760         * lib/basename.c, dirname.c, stripslash.c:
57761         Include <string.h> unconditionally.
57762
57763         * lib/bcopy.c: Include <stddef.h>.
57764         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57765
57766         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57767
57768         * lib/error.h (error, error_at_line, error_print_progname)
57769         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57770         * lib/error.c: Include error.h first, to check interface.
57771         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57772         (VA_START): Remove; all uses changeed to va_start.
57773         (exit, strerror): Remove decls.
57774         (error_print_progname): Prototype uncondionally.
57775         Don't include <errno.h>; no longer needed.
57776         (private_strerror): Remove.
57777         (error_tail): Always define.
57778         (error, error_at_line): Assume C89 or better; always use prototypes.
57779         * lib/fatal.c: Include "fatal.h" first, to test interface.
57780         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57781         (VA_START): Remove; all uses changed to va_start.
57782         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57783         this case.
57784         (exit): Remove decl.
57785         (fatal): Prototype unconditionally.  Assume va_start works.
57786         Abort at end, to pacify gcc.
57787
57788         * lib/euidaccess.c (main): Define with a prototype.
57789
57790         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57791
57792         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57793
57794         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57795         prototypes.
57796         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57797         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57798         (getenv): Remove decl.
57799         (fnmatch): Define using a prototype.
57800         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57801         (FCT): Define using a prototype.
57802
57803         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57804
57805         * lib/gethostname.c: Include <stddef.h>.
57806         (gethostname): Define with prototype.  Length is size_t, not int.
57807
57808 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57809
57810         Assume C89 or better; remove K&R cruft.
57811         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57812         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57813         string.h, getenv, malloc.
57814         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57815         headers.
57816         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57817         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57818         do not check for strerror.
57819         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57820         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57821         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57822         do not check for doprnt or vprintf.
57823         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57824         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57825
57826 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57827
57828         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57829         getversion.c should have been removed then, but was accidentally
57830         preserved.
57831
57832         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57833         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57834
57835 2003-09-08  Karl Berry  <karl@gnu.org>
57836
57837         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57838                 config, forget about prep.
57839
57840         * config/depcomp, missing: update from automake.
57841
57842 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57843
57844         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57845         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57846
57847 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57848
57849         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57850         copy_tm_result.  Bug reported by Simon Josefsson in
57851         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57852
57853 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57854
57855         * m4/time_r.m4: New file.
57856         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57857         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57858         is. Check for timegm declaration.
57859         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57860         Do not check for gmtime_r.
57861         Replace mktime if __mktime_internal does not exist and if mktime
57862         hasn't been replaced already.
57863
57864 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57865
57866         * lib/time_r.c, lib/time_r.h: New files.
57867
57868         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57869         __localtime_r.
57870         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57871         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57872
57873         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57874         __gmtime_r.
57875         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57876         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57877         Include <time_r.h>.
57878
57879         * lib/timegm.c: Switch to glibc implementation, with the following
57880         changes:
57881         [defined HAVE_CONFIG_H]: Include <config.h>.
57882         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57883         (__mktime_internal) [!defined _LIBC]: New decl.
57884         (__gmtime_r) [!defined _LIBC]: New macro and function.
57885         (timegm): Use a prototype, since gnulib assumes C89.
57886         Do not bother declaring tmp to be const, as it's not really usefu.
57887         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57888         (timegm): Declare only if HAVE_DECL_TIMEGM.
57889
57890 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57891
57892         * MODULES.html.sh (func_all_modules): Add time_r.
57893         * modules/time_r: New file.
57894         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57895         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57896
57897 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57898
57899         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57900         Bug reported by Lute Kamstra in
57901         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57902
57903         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57904         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57905         course with correspondingly smaller numbers for tomorrow and
57906         yesterday.  From Tadayoshi Funaba.  Originally installed into
57907         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57908         coreutils merge?).
57909
57910 2003-08-31  Simon Josefsson  <jas@extundo.com>
57911
57912         * modules/timegm: New file.
57913         * MODULES.html.sh (func_all_modules): Add timegm.
57914
57915 2003-08-31  Simon Josefsson  <jas@extundo.com>
57916
57917         * m4/timegm.m4: New file.
57918
57919 2003-08-31  Simon Josefsson  <jas@extundo.com>
57920
57921         * lib/timegm.h: New file.
57922         * lib/timegm.c: New file.  Based on
57923         wget-1.8.2/src/http.c:mktime_from_utc.
57924
57925 2003-08-31  Karl Berry  <karl@gnu.org>
57926
57927         * lib/argp.h: update from libc.
57928
57929 2003-08-28  Bruno Haible  <bruno@clisp.org>
57930
57931         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57932         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57933         followed by '#define fnmatch fnmatch_posix' gives an error.
57934
57935 2003-08-28  Bruno Haible  <bruno@clisp.org>
57936
57937         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57938         warning on QNX, which defines O_BINARY to 000000.
57939
57940 2003-08-27  Jim Meyering  <jim@meyering.net>
57941
57942         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57943         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57944         would fail after 32.  Reported by Danny Levinson.  Details here:
57945         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57946
57947 2003-08-24  Bruno Haible  <bruno@clisp.org>
57948
57949         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57950         MSVC7 <stdio.h> is included later.
57951
57952 2003-08-22  Simon Josefsson  <jas@extundo.com>
57953
57954         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57955
57956 2003-08-20  Karl Berry  <karl@gnu.org>
57957
57958         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57959
57960 2003-08-20  Bruno Haible  <bruno@clisp.org>
57961
57962         * modules/progname: New file.
57963         * MODULES.html.sh (func_all_modules): Add progname.
57964
57965 2003-08-20  Bruno Haible  <bruno@clisp.org>
57966
57967         * lib/progname.h: New file, from GNU gettext.
57968         * lib/progname.c: New file, from GNU gettext.
57969         * lib/progreloc.c: New file, from GNU gettext.
57970
57971 2003-08-19  Jim Meyering  <jim@meyering.net>
57972
57973         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57974         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57975
57976 2003-08-19  Bruno Haible  <bruno@clisp.org>
57977
57978         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57979         more.
57980
57981 2003-08-19  Bruno Haible  <bruno@clisp.org>
57982
57983         * lib/xstrdup.c: Assume <string.h> exists.
57984
57985 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57986
57987         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57988         in makefile rules.
57989
57990 2003-08-18  Jim Meyering  <jim@meyering.net>
57991
57992         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57993         * m4/lib-ld.m4: Likewise.
57994
57995 2003-08-18  Jim Meyering  <jim@meyering.net>
57996
57997         * lib/setenv.h: Indent nested cpp directive.
57998         * lib/vasnprintf.c: Remove trailing blanks.
57999
58000 2003-08-17  Simon Josefsson  <jas@extundo.com>
58001
58002         * modules/xstrndup: New file.
58003         * MODULES.html.sh (func_all_modules): Add xstrndup.
58004
58005 2003-08-17  Simon Josefsson  <jas@extundo.com>
58006
58007         * modules/argp: Fix autoconf macro name. Add more dependencies.
58008
58009 2003-08-17  Simon Josefsson  <jas@extundo.com>
58010
58011         * m4/xstrndup.m4: New file.
58012
58013 2003-08-17  Simon Josefsson  <jas@extundo.com>
58014
58015         * m4/argp.m4: New file.
58016
58017 2003-08-17  Simon Josefsson  <jas@extundo.com>
58018             Bruno Haible  <bruno@clisp.org>
58019
58020         * lib/xstrndup.h: New file.
58021         * lib/xstrndup.c: New file.
58022
58023 2003-08-17  Bruno Haible  <bruno@clisp.org>
58024
58025         * modules/strndup (Files, Include): Add lib/strndup.h.
58026
58027 2003-08-17  Bruno Haible  <bruno@clisp.org>
58028
58029         * modules/euidaccess (Files): Add lib/euidaccess.h.
58030
58031 2003-08-17  Bruno Haible  <bruno@clisp.org>
58032
58033         * lib/strndup.h: New file.
58034
58035 2003-08-17  Bruno Haible  <bruno@clisp.org>
58036
58037         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
58038         like AC_GNU_SOURCE.
58039         * modules/extensions (configure.ac): Comment out the invocation of
58040         gl_USE_SYSTEM_EXTENSIONS.
58041
58042 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58043
58044         Merges from coreutils, etc.
58045         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
58046         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
58047         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
58048         fixing a typo.
58049         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
58050         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
58051
58052 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58053
58054         Document merge from coreutils.
58055         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
58056         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
58057         * modules/utime: Add m4/utimes-null.m4.
58058
58059 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58060
58061         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
58062         space, undoing this 2003-08-12 change:
58063         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58064
58065 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58066
58067         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
58068         strtoul.c from libc, undoing this 2003-08-12 change:
58069         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58070
58071 2003-08-16  Jim Meyering  <jim@meyering.net>
58072
58073         Merges from coreutils.
58074         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
58075         prefix.  Adjust cache variables similarly.  Create 500 rather than
58076         just 300 files, to exercise bug on Darwin6.5, too.
58077         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
58078         $missing_dir.
58079         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
58080         AM_SYS_POSIX_TERMIOS.
58081         Reported by mkc@mathdogs.com.
58082         Also change use of $am_cv_sys_posix_termios
58083         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
58084         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
58085         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
58086         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
58087         in /proc/mounts until it finds one with matching device number.  This
58088         is unnecessary when the FILE argument *is* a mount point.  No stat call
58089         is necessary in that case.  So, disable the statvfs-testing code on
58090         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
58091         as RedHat bug# 84846.
58092         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58093         to 1MB, so as not to render systems with no stack size limit (e.g.,
58094         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58095         Include <unistd.h>.  On some systems,
58096         it is required for the definition of _SC_PAGESIZE.
58097
58098 2003-08-16  Jim Meyering  <jim@meyering.net>
58099
58100         Merge from coreutils.
58101         * lib/xstrtoimax.c: #else #if -> #elif.
58102         * lib/xstrtoumax.c: Likewise.
58103
58104 2003-08-16  Jim Meyering  <jim@meyering.net>
58105
58106         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
58107         * m4/utimes.m4: Removed.
58108         * m4/utimes-null.m4: Renamed from utimes.m4.
58109
58110         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58111         to 1MB, so as not to render systems with no stack size limit (e.g.,
58112         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58113         Include <unistd.h>.  On some systems,
58114         it is required for the definition of _SC_PAGESIZE.
58115
58116 2003-08-16  Jim Meyering  <jim@meyering.net>
58117         and Paul Eggert  <eggert@cs.ucla.edu>
58118
58119         Merges from coreutils, etc.
58120
58121         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
58122         using the latest version from cvs.  This avoids problems with #line
58123         directives using a vendor (Sun) compiler.
58124         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
58125         Don't set GETGROUPS_LIB here; now it's
58126         done via getgroups.m4's wrapper function.
58127         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
58128         rather than just in sh-util/configure.in, so that the
58129         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
58130         same.
58131         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
58132         AC_FUNC_GETLOADAVG where to find getloadavg.c.
58133         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
58134         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
58135         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
58136         Remove code that is now done by the newly-required macros.
58137         Append $(EXEEXT) to DF_PROG.
58138         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
58139         Do not invoke or require the following here,
58140         since prereq.m4 or some gnulib .m4 now does this for us:
58141         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
58142         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
58143         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
58144         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
58145         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
58146         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
58147         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
58148         AC_FUNC_OBSTACK.
58149         Do not replace the following functions, as this is now the job
58150         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
58151         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
58152         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
58153         atexit getpass, strdup, getpagesize.
58154         Replace 'raise'.
58155         Do not check for the following functions, as this is now the job
58156         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
58157         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
58158         setregid.
58159         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
58160         Check for sys/sysctl.h.
58161         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
58162         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
58163         of checking for ssize_t ourselves.
58164
58165         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
58166         Require every macro that gnulib/modules/* suggests for us.
58167         (jm_PREREQ_ADDEXT): New macro.
58168         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
58169         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
58170
58171         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
58172         (gl_PHYSMEM): Use it.
58173         Also check for `table' function.
58174         Check for new headers and functions.
58175         Add check for sys/sysmp.h.
58176         With suggestions from Kaveh Ghazi.
58177         Ignore headers that are present but cannot be compiled.  This
58178         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
58179         C 5.4.
58180
58181 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58182
58183         Document merge from coreutils.
58184         * modules/userspec: Depend on posixver.
58185         * modules/strftime: Depend on tzset.
58186
58187 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58188
58189         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
58190         rather than tab, after '#' in shell-script copyright notices.
58191         Suggested by Bruno Haible.
58192
58193 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58194
58195         * config/srclist-update: Use three spaces, rather than tab, after '#'
58196         in shell-script copyright notices.  Suggested by Bruno Haible.
58197         Remove unnecessary parenthesization in regular expression.
58198
58199 2003-08-15  Jim Meyering  <jim@meyering.net>
58200
58201         Merge from coreutils.
58202         * lib/xgethostname.c: Include <stdlib.h>.
58203         (xghostname): Don't exit for anything other than memory-related
58204         failure; just return NULL.
58205         * lib/userspec.c: Include "posixver.h".
58206         (parse_user_spec): Accept `.' as a separator only
58207         in pre-POSIX-200112 mode.
58208         * lib/strtoimax.c: Use #elif rather than #else #if.
58209         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
58210         Remove function, now that we can rely on a working tzset function.
58211         [!_LIBC]: Ensure that the required autoconf test has been run.
58212         [!defined _NL_CURRENT && HAVE_STRFTIME]:
58213         Use underlying_strftime for %r.
58214         * lib/sha.c: Merge in some clean-up and optimization changes from
58215         glibc.
58216         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
58217         Ensure that it is a multiple of 64.
58218         Rearrange loop exit tests so as to avoid performing an
58219         additional fread after encountering an error or EOF.
58220         * lib/realloc.c: Update copyright date.
58221
58222 2003-08-15  Jim Meyering  <jim@meyering.net>
58223         and Paul Eggert  <eggert@twinsun.com>
58224
58225         Merge from coreutils.
58226         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
58227         member but strut utmpx does not.  Needed for AIX 4.3.3.
58228         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
58229
58230 2003-08-15  Jim Meyering  <jim@meyering.net>
58231         and Paul Eggert  <eggert@cs.ucla.edu>
58232
58233         Merges from coreutils, etc.
58234         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
58235         Require gl_FUNC_TZSET_CLOBBER.
58236         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
58237         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
58238         members.
58239
58240 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58241
58242         Help the merge from coreutils.
58243         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58244         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58245         * m4/tzset.m4: Use it too.
58246
58247 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58248
58249         * modules/tzset: New file.
58250
58251 2003-08-14  Jim Meyering  <jim@meyering.net>
58252
58253         Merges from coreutils.
58254         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58255         variable names, rather than @FNMATCH_H@.
58256         * modules/alloca: Likewise for $(ALLOCA_H).
58257
58258         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58259         the three copies of the literal target, `fnmatch.h'.
58260         * modules/alloca (alloca.h): Likewise.
58261
58262 2003-08-14  Jim Meyering  <jim@meyering.net>
58263
58264         Merge from coreutils.
58265         * m4/tzset.m4: New file.
58266         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
58267         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
58268         otherwise, AIX 5.1 systems would end up using the latter.
58269         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
58270         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
58271         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
58272         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
58273
58274 2003-08-14  Jim Meyering  <jim@meyering.net>
58275
58276         Merge from coreutils.
58277         * lib/obstack.h: Whitespace changes.
58278         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
58279         and xcalloc return values.
58280         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
58281         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
58282         hang on OSF/1 5.1 for DIR on both local and remote file systems.
58283         Reported by (and fix confirmed by) Nelson H. F. Beebe.
58284         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58285         error from mntctl.
58286         Use mntctl's return value to drive the entry-processing loop, since
58287         we can't rely on the value of the vmt_length member in the last
58288         entry.  On some systems doing so could result in exhausting
58289         virtual memory.  Based in part on a patch from Mike Jetzer.
58290
58291 2003-08-14  Jim Meyering  <jim@meyering.net>
58292         and Paul Eggert  <eggert@twinsun.com>
58293
58294         Merges from coreutils, plus other fixes.
58295         * lib/physmem.c: Merge in portability changes from gcc/libiberty
58296         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
58297         for credits and details.  Thanks to Kaveh Ghazi for helping
58298         to keep these files in sync.
58299         (ARRAY_SIZE): Define it.
58300         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
58301         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
58302         (memcasecmp): Don't assume size_t fits in unsigned int.
58303         Remove casts and duplicate code.
58304         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
58305         (memcpy): Remove definition.
58306         Merge in some clean-up and optimization changes from glibc.
58307         [BLOCKSIZE]: Move definition to top of file.
58308         Ensure that it is a multiple of 64.
58309         Rearrange loop exit tests so as to avoid performing an
58310         additional fread after encountering an error or EOF.
58311         * lib/md5.h (md5_uintptr): Define.
58312         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58313         return to the initial working directory.  Preserve errno
58314         for caller.
58315         * lib/idcache.c: Include "xalloc.h".
58316         (xmalloc, xrealloc): Remove decls.
58317         (getuser): Remove casts no longer required in C89.
58318         * lib/human.c: Include stdio.h, for sprintf.
58319         * lib/group-member.c: Include "xalloc.h".
58320         (xmalloc, xrealloc): Remove decls.
58321         (get_group_info): Remove casts no longer required in C89.
58322         * lib/getusershell.c (readname): Remove casts no longer required in
58323         C89.
58324         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58325         * lib/getline.c: Whitespace fix, from coreutils.
58326
58327 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58328
58329         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58330         Check for isascii.
58331
58332         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58333         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58334         Undo previous (whitespace-only) change.
58335
58336 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58337
58338         * lib/exclude.c: Include <ctype.h>
58339         (IN_CTYPE_DOMAIN): New macro.
58340         (is_space): New fn.
58341         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58342         and empty lines.
58343
58344         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58345         Undo previous (whitespace-only) change.
58346
58347 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58348
58349         * config/srclist-update: Change update back to the old behavior,
58350         leaving whitespace alone.  Use one 'sed' command rather than a
58351         pipeline.
58352         (fixlicense): Now a variable, not a function.
58353         (remove_trailing_blanks): Remove.
58354         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58355         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58356         Undo previous (whitespace-only) change.
58357
58358 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58359
58360         Merge from coreutils.
58361         * modules/euidaccess: Add lib_SOURCES, include for new
58362         file euidaccess.h
58363
58364 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58365
58366         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58367         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58368         Normalize leading white space and remove trailing white space.
58369
58370         Merge from coreutils
58371         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58372
58373         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58374         0.12.1.  These files are now being upgraded automatically by
58375         ../config/srclist-update.
58376
58377 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58378
58379         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58380         Normalize leading white space and remove trailing white space.
58381         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58382         notice, as per ../config/srclist-update.
58383
58384         Merge from coreutils.
58385         * lib/euidaccess.h: New file.
58386         * lib/euidaccess.c: Include it.
58387         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58388         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58389         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58390
58391 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58392
58393         * config/srclist-update: Add copyright notice.
58394         (remove_id_lines, remove_trailing_blanks): New constants.
58395         (fixfile): Use them to normalize spacing a bit in copied files.
58396         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58397         Normalize leading white space and remove trailing white space.
58398
58399         * config/texinfo.tex: Sync with texinfo.
58400
58401         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58402         strtoul.c from libc, to merge coreutils whitespace changes.
58403
58404         * config/srclist.txt: Get the following m4 files from gettext:
58405         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58406         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58407         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58408         wint_t.m4.
58409
58410 2003-08-12  Karl Berry  <karl@gnu.org>
58411
58412         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58413         been made.
58414
58415 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58416
58417         * modules/gnu-source, m4/gnu-source.m4:
58418         Remove; we're assuming Autoconf 2.54 or later now.
58419         Suggested by Bruno Haible.
58420         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58421
58422 2003-08-11  Bruno Haible  <bruno@clisp.org>
58423
58424         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58425
58426 2003-08-11  Bruno Haible  <bruno@clisp.org>
58427
58428         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58429         (vasnprintf): Use it instead of wcslen.
58430
58431 2003-08-11  Bruno Haible  <bruno@clisp.org>
58432
58433         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58434         value to ensure that _Bool promotes to int. Use #define for _Bool when
58435         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58436
58437 2003-08-10  Karl Berry  <karl@gnu.org>
58438
58439         * lib/regex.h: update from libc (whitespace fix).
58440
58441 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58442
58443         Merge some files from coreutils.  These changes were
58444         originally made by Jim Meyering.
58445         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58446         many older Unixes require this.
58447         * lib/alloca.c (alloca): Remove cast to argument of free;
58448         no longer needed in C89.
58449         * lib/alloca_.h, regex.h: Fix white space to match
58450         what GNU indent does.
58451
58452 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58453
58454         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58455         apparently Emacs's Unicode mode got confused before my 2003-08-05
58456         checkin.
58457
58458 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58459
58460         * m4/extensions.m4: New file.
58461         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58462         Require gl_USE_SYSTEM_EXTENSIONS.
58463         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58464         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58465
58466 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58467
58468         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58469         * modules/extensions, modules/gnu-source: New files.
58470         * modules/timespec, modules/unlocked-io: Depend on extensions.
58471
58472 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58473
58474         * modules/restrict: New file.
58475         * MODULES.html.sh (func_all_modules): Add restrict.
58476         * modules/regex: Depend on restrict.
58477
58478 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58479
58480         * m4/restrict.m4: New file.
58481         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58482
58483 2003-08-07  Bruno Haible  <bruno@clisp.org>
58484
58485         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58486         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58487
58488 2003-08-07  Bruno Haible  <bruno@clisp.org>
58489
58490         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58491         makes the module 'getndelim2' compatible with the module 'getline'.
58492
58493 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58494
58495         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58496         byte with "\201" to avoid glitches when editing that source file
58497         with multi-gnome-terminal.
58498
58499 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58500
58501         * lib/bumpalloc.h: Remove.
58502
58503 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58504
58505         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58506         * modules/bumpalloc: Remove.
58507
58508 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58509
58510         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58511         GNU coding style.
58512
58513         Merge from coreutils.
58514         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58515         1. From glibc.
58516         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58517         from Karl Berry, implemented by Jim Meyering.
58518         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58519         from Dmitry V. Levin.
58520         Remove anachronistic cast of xrealloc.
58521         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58522         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58523         type. Otherwise, it wouldn't compile with at least /bin/cc on
58524         ymp-cray-unicos9.0.2.X.
58525         Combine two mostly-identical uses of alloca into one.
58526         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58527
58528 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58529
58530         [From Emacs.]
58531
58532         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58533         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58534         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58535         obsolete NLIST_NAME_UNION.
58536         [__GNU__]: Undef BSD and FSCALE.
58537         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58538
58539 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58540
58541         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58542         an enum type, so that it's guaranteed to promote to int.  See:
58543         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58544
58545 2003-08-03  Karl Berry  <karl@gnu.org>
58546
58547         * config/depcomp: update from automake.
58548
58549 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58550
58551         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58552         (strerror): Don't assume that a printable int fits in 14 bytes.
58553
58554 2003-07-31  Bruno Haible  <bruno@clisp.org>
58555
58556         * modules/getpass-gnu: New file.
58557         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58558
58559 2003-07-31  Bruno Haible  <bruno@clisp.org>
58560
58561         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58562
58563 2003-07-24  Karl Berry  <karl@gnu.org>
58564
58565         * config/missing: update from automake.
58566
58567 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58568             Bruno Haible  <bruno@clisp.org>
58569
58570         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58571         * lib/getline.c (getline, getdelim): Likewise.
58572         Remove _GNU_SOURCE define; now it's defined in config.h through
58573         m4/getline.m4.
58574
58575 2003-07-23  Karl Berry  <karl@gnu.org>
58576
58577         * config/config.sub: update from prep.
58578
58579 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58580
58581         * modules/xalloc (Depends-on): Add exitfail.
58582         * modules/xmemcoll: Likewise.
58583
58584 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58585
58586         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58587         over-parenthesization in macros.
58588
58589         Sync with coreutils.
58590
58591         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58592         required by C99.
58593
58594         Use `exit_failure' for xalloc and xmemcoll instead of their own
58595         private exit-failure variables.
58596         * lib/xalloc.h (xalloc_exit_failure): Remove.
58597         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58598         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58599         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58600         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58601         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58602
58603 2003-07-20  Jim Meyering  <jim@meyering.net>
58604
58605         * modules/closeout (Depends-on): Add exitfail.
58606         Suggestion from Bruno Haible.
58607
58608 2003-07-19  Karl Berry  <karl@gnu.org>
58609
58610         * config/config.sub: update from prep.
58611
58612 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58613
58614         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58615         Remove.
58616         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58617         to test that it can stand by itself.  Include "exitfail.h".
58618         Clients should set exit_failure instead.
58619         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58620
58621 2003-07-18  Bruno Haible  <bruno@clisp.org>
58622
58623         * modules/getndelim2: New file.
58624         * modules/getline: Share files with module getndelim2.
58625         * modules/getnline: Depend on getndelim2 instead of sharing files with
58626         it. Add getnline.c to lib_SOURCES.
58627         * MODULES.html.sh (func_all_modules): Add getndelim2.
58628
58629 2003-07-18  Bruno Haible  <bruno@clisp.org>
58630
58631         * m4/getndelim2.m4: New file.
58632         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58633         invoke gl_PREREQ_GETNDELIM2.
58634         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58635         gl_PREREQ_GETNDELIM2.
58636         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58637         gl_GETNDELIM2.
58638
58639 2003-07-18  Bruno Haible  <bruno@clisp.org>
58640
58641         * lib/getndelim2.h: New file.
58642         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58643         getndelim2.h.
58644         (getndelim2): Make non-static. Change return type to ssize_t.
58645         * lib/getline.h: Change argument names.
58646         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58647         * lib/getnline.c: Include getndelim2.h.
58648
58649 2003-07-18  Andreas Schwab  <schwab@suse.de>
58650
58651         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58652
58653 2003-07-17  Karl Berry  <karl@gnu.org>
58654
58655         * config/config.sub: update from prep.
58656
58657 2003-07-17  Bruno Haible  <bruno@clisp.org>
58658
58659         * modules/getnline: New file.
58660         * modules/getline: Add lib/getndelim2.c to source file list.
58661         * MODULES.html.sh (func_all_modules): Add getnline.
58662
58663 2003-07-17  Bruno Haible  <bruno@clisp.org>
58664
58665         * m4/getnline.m4: New file.
58666
58667 2003-07-17  Bruno Haible  <bruno@clisp.org>
58668
58669         * m4/Makefile.am.in: Remove file.
58670         * m4/Makefile.am: Remove file.
58671         * m4/Makefile.in: Remove file.
58672
58673 2003-07-17  Bruno Haible  <bruno@clisp.org>
58674
58675         * lib/getnline.h: New file.
58676         * lib/getnline.c: New file.
58677         * lib/getndelim2.c: New file, extracted from getline.c.
58678         (getndelim2): Renamed from getdelim2, with added nmax argument.
58679         * lib/getline.c: Include getndelim2.c.
58680         (getdelim2): Moved out to getndelim2.c.
58681         (getline, getdelim): Update.
58682
58683 2003-07-17  Bruno Haible  <bruno@clisp.org>
58684
58685         * lib/Makefile.am: Remove file.
58686         * lib/Makefile.in: Remove file.
58687
58688 2003-07-17  Bruno Haible  <bruno@clisp.org>
58689
58690         * configure.in: Remove file.
58691         * Makefile.in: Remove file.
58692
58693 2003-07-17  Bruno Haible  <bruno@clisp.org>
58694
58695         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58696
58697 2003-07-16  Karl Berry  <karl@gnu.org>
58698
58699         * config/srclist-update: was running fixlicense twice, which caused
58700                 texinfo.tex to be nullified for some reason.  Simplify,
58701                 $gplsrc is no longer needed as far as I can see?
58702
58703 2003-07-16  Jim Meyering  <jim@meyering.net>
58704
58705         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58706
58707 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58708
58709         * config/srclist.txt: Get the following files from gettext-runtime/intl
58710         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58711         ref-del.sin.  From Bruno Haible.
58712         * config/srclist-update (fixfile): Change grep pattern again, since the
58713         previous fix didn't work (there was another trailing $).  Use
58714         '[$]' to escape the $s.
58715
58716 2003-07-15  Karl Berry  <karl@gnu.org>
58717
58718         * lib/vasnprintf.c: update from gettext.
58719
58720 2003-07-15  Karl Berry  <karl@gnu.org>
58721
58722         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58723         gets expanded when surrounded by '$'.
58724
58725 2003-07-15  Jim Meyering  <jim@meyering.net>
58726
58727         * modules/save-cwd: Don't depend on error.  From Derek Price.
58728
58729 2003-07-15  Jim Meyering  <jim@meyering.net>
58730
58731         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58732
58733 2003-07-14  Simon Josefsson  <jas@extundo.com>
58734
58735         * modules/mempcpy: New file.
58736         * MODULES.html.sh (func_all_modules): Add mempcpy.
58737
58738 2003-07-14  Simon Josefsson  <jas@extundo.com>
58739
58740         * m4/mempcpy.m4: New file.
58741
58742 2003-07-14  Simon Josefsson  <jas@extundo.com>
58743
58744         * lib/mempcpy.h: New file.
58745         * lib/mempcpy.c: New file.
58746
58747 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58748
58749         * modules/getdate, modules/posixtm: Depend on mktime.
58750
58751 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58752
58753         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58754         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58755         unicodeio.c, unicodeio.h, unlocked-io.h:
58756         Switch from LGPL to GPL.
58757
58758 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58759
58760         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58761         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58762         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58763         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58764         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58765         updated automatically by ../config/srclist-update.  This changes
58766         their license from LPGL to GPL.
58767
58768 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58769
58770         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58771         assumed to refer to the root of the most recent stable gettext version.
58772         * config/srclistvars.sh: Add defaults for eggert.
58773         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58774         Match "This program" as well as "The program".  This is needed
58775         for gettext.
58776
58777 2003-07-14  Jim Meyering  <jim@meyering.net>
58778
58779         Don't emit diagnostics.  Let callers do that.
58780         * lib/save-cwd.c: Don't include "error.h".
58781         (save_cwd): Don't call error.  Ensure that errno is valid
58782         when returning nonzero.
58783
58784         * lib/save-cwd.h (restore_cwd): Update prototype.
58785         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58786         Simplify.  Don't call error upon failure.  Let callers do that.
58787         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58788         when auditing is enabled.  But don't bother updating the #if.
58789
58790 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58791
58792         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58793         it breaks C++ compilation.
58794         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58795
58796 2003-07-10  Simon Josefsson  <jas@extundo.com>
58797
58798         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58799
58800 2003-07-10  Jim Meyering  <jim@meyering.net>
58801
58802         * m4/clock_time.m4: Remove trailing blank.
58803         * m4/intmax_t.m4: Likewise.
58804
58805 2003-07-10  Jim Meyering  <jim@meyering.net>
58806
58807         * lib/vasnprintf.c: Remove trailing blanks.
58808         Make cpp indentation consistent.
58809
58810 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58811
58812         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58813         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58814         Switch from LGPL to GPL.
58815
58816 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58817
58818         * config/srclist.txt: Sort sublists.  Add
58819         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58820         that differ from gnulib for one reason or another; we'd like this list
58821         to be smaller but for now let's document what we have.
58822
58823 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58824
58825         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58826         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58827         and sweeter "eval x=$x".
58828         * config/srclist.txt: Get lib/argp* from glibc.
58829
58830 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58831
58832         * lib/mktime.c: Fix some boundary cases and remove need for floating
58833         point.
58834
58835         Issue a compile-time diagnostic if time_t is floating point, or if
58836         two's complement arithmetic is not in effect, or if arithmetic
58837         right shift does not propagate the sign.  These assumptions were
58838         all in the original code but they weren't checked.
58839
58840         (TIME_T_MIDPOINT, verify): New macros.
58841         (__isleap): Remove; it has integer overflow problems.
58842         (leapyear): New function, without those problems.
58843         (ydhms_tm_diff): Remove; splitting into two parts.
58844         (ydhms_diff): New function, containing the arithmetic part of
58845         the old ydhms_tm_diff function.  Issue a compile-time
58846         diagnostic if we are not using C99 integer division.
58847         Avoid casts when possible.
58848         (guess_time_tm): New function, containing the checking part of
58849         the old ydhms_tm_diff function.  Return the new value, rather than
58850         the difference between it and the old.  Accept a new argument T
58851         so that *T specifies the old value.  Check for overflow in the result.
58852
58853         (__mktime_internal): Use a time_t offset, not a long int offset.
58854         This undoes the 2003-06-04 change, which is no longer needed now
58855         that we have better overflow checking.
58856         (localtime_offset): Likewise.
58857
58858         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58859         and long are 64-bit but int is only 32-bit.
58860         (ydhms_diff): Use long int to store year1 and yday1.
58861         Issue a compile-time diagnostic if long int is not wide enough.
58862
58863         (__mktime_internal): Use long int to store adjusted year and yday.
58864         Use plain C rather than preprocessor commands, if that doesn't
58865         affect efficiency.
58866         Check for overflow (and try to repair) after each probe
58867         rather than checking only at the very end.  This avoids some bugs
58868         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58869         does not equal GMT offset at maximum time).
58870         Use integer to check for overflow rather than floating point; this
58871         is more portable to non-IEEE hosts, and is a tad faster.
58872         When we detect that we are oscillating between two values,
58873         don't check whether tm_isdst has the requested value, since
58874         we already know the answer.  When tm_isdst has the wrong value,
58875         use a different heuristic to find the right one, based on the
58876         extreme values actually observed in practice in tz2003a,
58877         rather than the (overly optimistic) "previous 3 calendar quarters".
58878
58879         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58880         "T const" to accommodate glibc style.
58881         (check_result): Use less-confusing report format.  "long" -> "long int.
58882         (main): Likewise.
58883         Don't loop if the iteration overflows time_t.
58884         Allow a negative step in the iteration.
58885
58886 2003-07-06  Karl Berry  <karl@gnu.org>
58887
58888         * config/depcomp: update from automake.
58889         * config/config.sub: update from prep.
58890
58891 2003-07-03  Karl Berry  <karl@gnu.org>
58892
58893         * config/config.guess: update from prep.
58894
58895 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58896
58897         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58898         xreadlink.c now includes it unconditionally.
58899
58900 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58901
58902         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58903         having it depend on HAVE_SYS_TYPES_H.
58904
58905 2003-07-01  Bruno Haible  <bruno@clisp.org>
58906
58907         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58908         <sys/types.h> should be sufficient.
58909         Reported by Paul Eggert.
58910
58911 2003-06-26  Karl Berry  <karl@gnu.org>
58912
58913         * config/depcomp: update from automake.
58914
58915 2003-06-26  Bruno Haible  <bruno@clisp.org>
58916
58917         * modules/human: Depend on module stdbool.
58918
58919 2003-06-25  Bruno Haible  <bruno@clisp.org>
58920
58921         * modules/readlink: New file.
58922         * modules/xreadlink: Depend on it.
58923         * MODULES.html.sh (func_all_modules): Add readlink.
58924
58925 2003-06-25  Bruno Haible  <bruno@clisp.org>
58926
58927         * m4/readlink.m4: New file.
58928
58929 2003-06-25  Bruno Haible  <bruno@clisp.org>
58930
58931         * lib/readlink.c: New file.
58932
58933 2003-06-22  Karl Berry  <karl@gnu.org>
58934
58935         * config/srclist.txt: update mkinstalldirs from automake.
58936         * config/mkinstalldirs: update.
58937
58938 2003-06-22  Bruno Haible  <bruno@clisp.org>
58939
58940         Portability to mingw32.
58941         * m4/ssize_t.m4: New file, from GNU gettext.
58942         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58943         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58944
58945 2003-06-22  Bruno Haible  <bruno@clisp.org>
58946
58947         * modules/safe-read: Add m4/ssize_t.m4.
58948         * modules/xreadlink: Add m4/ssize_t.m4.
58949
58950 2003-06-20  Bruno Haible  <bruno@clisp.org>
58951
58952         Assume C89, so PARAMS isn't needed.
58953         * lib/unicodeio.h (PARAMS): Remove.
58954         * lib/unicodeio.c: Don't use PARAMS.
58955
58956 2003-06-18  Karl Berry  <karl@gnu.org>
58957
58958         * config/config.{guess,sub}: update from prep.
58959
58960 2003-06-18  Jim Meyering  <jim@meyering.net>
58961
58962         Merge changes from coreutils.
58963         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58964         Remove explicit declarations of xmalloc and realloc.
58965         Include xalloc.h.
58966         (read_utmp): Remove anachronistic cast of xmalloc.
58967
58968 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58969
58970         Assume C89, so PARAMS isn't needed.
58971         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58972         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58973         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58974         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58975         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58976         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58977         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58978         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58979         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58980         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58981         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58982         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58983         no longer needed. Anyway, config.h should always be included before any
58984         other file.
58985
58986 2003-06-11  Simon Josefsson  <jas@extundo.com>
58987
58988         * modules/sysexits: New file.
58989         * MODULES.html.sh (func_all_modules): Add sysexits.
58990
58991 2003-06-11  Simon Josefsson  <jas@extundo.com>
58992
58993         * lib/sysexit_.h: New file.
58994
58995 2003-06-11  Derek Price  <derek@ximbiot.com>
58996
58997         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58998         necessary.
58999
59000 2003-06-11  Bruno Haible  <bruno@clisp.org>
59001
59002         * m4/sysexits.m4: New file.
59003
59004 2003-06-10  Simon Josefsson  <jas@extundo.com>
59005
59006         * lib/argp.h: New file, from glibc.
59007         * lib/argp-ba.c: New file, from glibc.
59008         * lib/argp-eexst.c: New file, from glibc.
59009         * lib/argp-fmtstream.c: New file, from glibc.
59010         * lib/argp-fmtstream.h: New file, from glibc.
59011         * lib/argp-fs-xinl.c: New file, from glibc.
59012         * lib/argp-help.c: New file, from glibc.
59013         * lib/argp-namefrob.h: New file, from glibc.
59014         * lib/argp-parse.c: New file, from glibc.
59015         * lib/argp-pv.c: New file, from glibc.
59016         * lib/argp-pvh.c: New file, from glibc.
59017         * lib/argp-xinl.c: New file, from glibc.
59018
59019 2003-06-10  Simon Josefsson  <jas@extundo.com>
59020
59021         * modules/strchrnul: New file.
59022
59023 2003-06-10  Simon Josefsson  <jas@extundo.com>
59024
59025         * modules/argp: New file.
59026
59027 2003-06-10  Simon Josefsson  <jas@extundo.com>
59028
59029         * m4/strchrnul.m4: New file.
59030
59031 2003-06-10  Simon Josefsson  <jas@extundo.com>
59032
59033         * lib/strchrnul.h: New file.
59034         * lib/strchrnul.c: New file.
59035
59036 2003-06-10  Bruno Haible  <bruno@clisp.org>
59037
59038         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
59039
59040 2003-06-07  Karl Berry  <karl@gnu.org>
59041
59042         * config/config.{guess,sub}: update from prep.
59043
59044 2003-06-07  Jim Meyering  <jim@meyering.net>
59045
59046         * modules/strtod: Use $(...) notation, not @...@ for
59047         AC_REPLACE'd variables.
59048         * modules/localcharset: Likewise.
59049
59050 2003-06-07  Jim Meyering  <jim@meyering.net>
59051
59052         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
59053         in place of my name in the copyright comment.
59054         Remove definition and uses of __P.
59055
59056         From coreutils.
59057         * lib/stat.c: Don't declare xmalloc explicitly.
59058         Instead, include "xalloc.h".
59059         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
59060         xrealloc, and xcalloc return values.
59061         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
59062         Improve comment.
59063         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
59064
59065 2003-06-07  Bruno Haible  <bruno@clisp.org>
59066
59067         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
59068         avoid AC_CONFIG_LINKS.
59069         * modules/fnmatch (Makefile.am): Use explicit creation rule for
59070         fnmatch.h, to avoid AC_CONFIG_LINKS.
59071         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
59072
59073 2003-06-07  Bruno Haible  <bruno@clisp.org>
59074
59075         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
59076         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
59077         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59078         directory.
59079         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
59080         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59081         directory.
59082
59083 2003-06-06  Jim Meyering  <jim@meyering.net>
59084
59085         Merge from coreutils.
59086         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
59087         Consolidate declarations and initializations of *_base* locals.
59088
59089         Merge from coreutils.
59090         This avoids a core dump on systems without GNU putenv,
59091         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
59092         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
59093         (unsetenv): New static function, from GNU libc.
59094         (rpl_putenv): Use it.
59095
59096         * lib/modechange.c: Remove trailing blanks.
59097
59098         Merge from coreutils.
59099         * lib/fsusage.c: Remove declaration of statfs.
59100         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
59101
59102         * lib/posixtm.c: Include <stdbool.h> unconditionally.
59103
59104 2003-06-06  Jim Meyering  <jim@meyering.net>
59105
59106         * lib/stdbool_.h: Renamed from stdbool.h.in.
59107
59108 2003-06-06  Jim Meyering  <jim@meyering.net>
59109             Bruno Haible  <bruno@clisp.org>
59110
59111         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
59112         Adjust Makefile.am snippet not to redirect directly to target.
59113         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
59114
59115 2003-06-05  Paul Eggert  <eggert@twinsun.com>
59116
59117         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
59118         mismatch, look in future quarters as well as past.  This fixes a
59119         bug when processing fall-backwards gaps immediately after a long
59120         period of daylight-saving time.
59121
59122         * lib/mktime.c: Assume freestanding C89 or better.
59123         (HAVE_LIMITS_H): Remove.  Assume it's 1.
59124         (__P): Remove; not used.
59125         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
59126         (mktime, not_equal_tm, print_tm, check_result,
59127         main): Use prototypes.  Use const * where appropriate.
59128         (main): Fix typo in testing code that uncovered by above changes.
59129         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
59130
59131 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59132
59133         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
59134         locale.h, localeconv.  This merges changes from coreutils.
59135
59136         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
59137         It can be removed after the next Autoconf is released.
59138         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
59139         needed.
59140
59141 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59142
59143         * lib/mktime.c: Fix Debian bug 177940
59144         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
59145         (localtime_offset): Now long int, not time_t, because we want it
59146         to be guaranteed to be signed.  All uses changed.
59147         (__mktime_internal): If overflow would occur when adding offset,
59148         don't add it.
59149
59150         Merge 'human' changes from coreutils.  Rewrite to support
59151         locale-specific notations like thousands separators.
59152         * lib/human.c: Simplify authorship notice.
59153         Include human.h immediately after config.h.
59154         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
59155         <limits.h>: Do not include, since human.h does.
59156         (SIZE_MAX, UINTMAX_MAX): New macros.
59157         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
59158         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
59159         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
59160         (power_letter): Renamed from suffixes.
59161         (generate_suffix_backwards): Remove.
59162         (adjust_value): Now takes int style (because of human.h changes)
59163         and long double value (for greater precision on some platforms).
59164         (group_number): New function.
59165         (human_readable): Use it.  Use integer options, not enum.
59166         Put the options before the sizes in the arg list.
59167         Support all the new options.
59168         The old human_readable function has been removed;
59169         use inttostr.h instead.
59170         (human_readable, default_block_size, humblock):
59171         Use uintmax_t, not int, for block sizes.
59172         (human_readable_inexact, block_size_types): Remove.
59173         (block_size_opts): New constant.
59174         (human_options): Renamed from human_block_size, with new signature
59175         that allows block sizes up to UINTMAX_MAX.  All callers changed.
59176         * lib/human.h: Add copyright and authorship notice.
59177         Include <limits.h> and <stdbool.h> unconditionally.
59178         (PARAMS): Remove.  All uses removed.
59179         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
59180         (enum human_inexact_style): Remove tag; now a nameless enum.
59181         (human_floor, human_ceiling, human_round_to_even): Now have
59182         values 2, 0, 1 rather than -1, 1, 0.
59183         (human_group_digits, human_suppress_point_zero, human_autoscale,
59184         human_base_1024, human_SI, human_B): New constants.
59185         (human_readable_inexact, human_block_size): Remove.
59186         (human_readable): Size args are now uintmax_t, not int.
59187         (human_options): New decl.
59188
59189         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
59190         unnecessary now that we assume C89 or better.  This change
59191         imported from coreutils.
59192
59193         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59194         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
59195         in the 2003-05-30 sync from glibc.
59196
59197         .h files should stand alone, but we shouldn't include <sys/types.h>
59198         if we can get away with just <stddef.h>.
59199
59200         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
59201         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
59202         rather than <sys/types.h>, as we merely need size_t.
59203         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
59204         to get size_t.
59205         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
59206         Include <stdio.h>, to get FILE.
59207         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
59208         memcasecmp.h has included <stddef.h> and all we need is size_t.
59209         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
59210         our interface, instead of including <sys/types.h>
59211
59212 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59213
59214         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
59215         now, as glibc mktime is buggy on non-glibc systems.
59216
59217 2003-06-03  Karl Berry  <karl@gnu.org>
59218
59219         * config/config.sub: update from prep.
59220
59221 2003-06-02  Paul Eggert  <eggert@twinsun.com>
59222
59223         [from coreutils]
59224         Fix some minor time-related bugs with POSIX time arguments.
59225         Some valid time stamps were being rejected (notably -1, and
59226         time stamps before 1900 on 64-bit hosts).  And some invalid
59227         time stamps were being accepted, e.g. September 31.
59228
59229         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
59230         that we can return (time_t) -1 successfully.
59231         * lib/posixtm.c: Likewise.
59232         [HAVE_STDBOOL_H]: Include <stdbool.h>.
59233         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
59234         (t): Remove static var.
59235         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
59236         of static var.  All uses changed.
59237         (year): Do not reject years before 1900; they can occur with
59238         64-bit time_t.
59239         (posix_time_parse): Do not check for out-of-range components;
59240         that is now the caller's responsibility, since our checks were
59241         only approximations.
59242         (posixtime): Use mktime to check for out-of-range components,
59243         since it knows them exactly.
59244         If mktime returns (time_t) -1, check whether an error actually occurred
59245         by invoking localtime on -1.
59246         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59247         posixtime failures better.
59248         Improve the test data (in comments only).
59249
59250 2003-06-02  Karl Berry  <karl@gnu.org>
59251
59252         * config/mkinstalldirs (version): new variable.
59253         (--version): new option.
59254         (usage): improve message.
59255
59256 2003-05-30  Karl Berry  <karl@gnu.org>
59257
59258         * lib/mktime.c: update from libc.
59259
59260 2003-05-30  Bruno Haible  <bruno@clisp.org>
59261
59262         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
59263         * config/config.rpath: Upgrade to gettext-0.12.1.
59264
59265 2003-05-30  Bruno Haible  <bruno@clisp.org>
59266
59267         * m4/gettext.m4: Upgrade to gettext-0.12.1.
59268         * m4/nls.m4: New file, from gettext-0.12.1.
59269         * m4/po.m4: New file, from gettext-0.12.1.
59270         * m4/progtest.m4: Upgrade to gettext-0.12.1.
59271
59272 2003-05-30  Bruno Haible  <bruno@clisp.org>
59273
59274         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
59275         * lib/localcharset.h: Likewise.
59276         * lib/localcharset.c: Likewise.
59277
59278 2003-05-29  Karl Berry  <karl@gnu.org>
59279
59280         * config/config.rpath: update from gettext.
59281
59282 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59283
59284         Assume the headers required for C89 freestanding compilers.
59285         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
59286         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
59287         * m4/human.m4 (gl_HUMAN): Likewise.
59288         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
59289         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
59290         * m4/userspec.m4 (gl_USERSPEC): Likewise.
59291         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
59292         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
59293         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
59294
59295 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59296
59297         Assume the headers required for C89 freestanding compilers.
59298         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
59299         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
59300         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
59301         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
59302         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
59303         define, since <limits.h> is guaranteed to do that.
59304         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
59305         * lib/exclude.c: Include <stdbool.h> unconditionally.
59306         * lib/tempname.c: Include <stddef.h> unconditionally.
59307         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59308         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59309         <stddef.h> does that.
59310         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
59311         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59312         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59313         needed.
59314         * lib/xstrtol.c: Likewise.
59315         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59316         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59317
59318         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59319         warnings on some platforms.
59320
59321         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59322         arbitrarily.
59323
59324 2003-05-26  Jim Meyering  <jim@meyering.net>
59325
59326         Merge in a change from coreutils:
59327         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59328         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59329         that condition, rather than `-1' which is slightly misleading.
59330         Change the name of the cache variable to have the gl_ prefix.
59331         Prompted by a patch from Richard Dawe for DJGPP.
59332
59333 2003-05-24  Karl Berry  <karl@gnu.org>
59334
59335         * config/config.guess: update from prep.
59336
59337 2003-05-22  Karl Berry  <karl@gnu.org>
59338
59339         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59340
59341 2003-05-20  Karl Berry  <karl@gnu.org>
59342
59343         * config/config.guess: update from prep.
59344
59345 2003-05-18  Karl Berry  <karl@gnu.org>
59346
59347         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59348         might actually be set by the user.
59349
59350         * config/depcomp, install-sh, mdate-sh: update from automake.
59351
59352 2003-05-17  Bruno Haible  <bruno@clisp.org>
59353
59354         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59355         invalid expansion for AC_EGREP_CPP.
59356         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59357         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59358         Suggested by Akim Demaille <akim@epita.fr> in
59359         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59360
59361 2003-05-12  Jim Meyering  <jim@meyering.net>
59362
59363         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59364         the space-padded-by-default conversion specifiers, %e, %k, %l.
59365
59366 2003-05-12  Bruno Haible  <bruno@clisp.org>
59367
59368         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59369         the string is longer than 4 KB.
59370
59371 2003-05-11  Karl Berry  <karl@gnu.org>
59372
59373         * config/config.{guess,sub}: update from prep.
59374
59375 2003-05-09  Bruno Haible  <bruno@clisp.org>
59376
59377         * modules/error: Add m4/strerror_r.m4 to file list.
59378
59379 2003-05-03  Bruno Haible  <bruno@clisp.org>
59380
59381         Upgrade to Unicode-4.0.
59382         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59383         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59384         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59385         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59386         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59387         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59388         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59389         Change width of U+E0100..U+E01EF from 1 to 0.
59390
59391 2003-04-25  Jim Meyering  <jim@meyering.net>
59392
59393         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59394         of type size_t, not int.
59395
59396 2003-04-25  Bruno Haible  <bruno@clisp.org>
59397
59398         * lib/copy-file.c: Include <stddef.h>, for size_t.
59399
59400 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59401
59402         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59403         code which expansion is under static control.  Patch imported from
59404         Akim Demaille's patch to Bison; see
59405         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59406
59407 2003-04-14  Bruno Haible  <bruno@clisp.org>
59408
59409         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59410
59411 2003-04-11  Jim Meyering  <jim@meyering.net>
59412
59413         Merge changes from Coreutils.
59414
59415         2003-03-22  Jim Meyering  <jim@meyering.net>
59416
59417         * lib/strftime.c (widen): Cast alloca return value to proper type.
59418
59419         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59420
59421         From GNU libc.
59422         * lib/strftime.c (my_strftime): Handle very large width
59423         specifications for numeric values correctly.  Improve checks for
59424         overflow.
59425
59426         2003-01-19  Jim Meyering  <jim@meyering.net>
59427
59428         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59429         definitions.
59430         (nl_get_alt_digit) [! defined my_strftime]: Define.
59431         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59432         _nl_get_alt_digit and _nl_get_walt_digit.
59433
59434         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59435         libc. These changes have no effect outside of _LIBC.
59436
59437 2003-04-10  Bruno Haible  <bruno@clisp.org>
59438
59439         * modules/findprog: New file.
59440         * MODULES.html.sh (func_all_modules): Add it.
59441
59442 2003-04-10  Bruno Haible  <bruno@clisp.org>
59443
59444         * m4/findprog.m4: New file.
59445         * m4/eaccess.m4: New file.
59446
59447 2003-04-10  Bruno Haible  <bruno@clisp.org>
59448
59449         * lib/findprog.h: New file, from GNU gettext.
59450         * lib/findprog.c: New file, from GNU gettext.
59451
59452 2003-04-05  Jim Meyering  <jim@meyering.net>
59453
59454         Merge changes from Coreutils.
59455
59456         * lib/exclude.h (PARAMS): Remove definition and uses.
59457         * lib/exclude.c: Remove uses of `PARAMS'.
59458
59459         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59460         Add test-cases for DOS filenames. Declare program_name.
59461         (main): Set up program_name.  Patch by Rich Dawe.
59462
59463         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59464         error from mntctl.
59465         Use mntctl's return value to drive the entry-processing loop, since
59466         we can't rely on the value of the vmt_length member in the last
59467         entry.  On some systems doing so could result in exhausting
59468         virtual memory.  Based in part on a patch from Mike Jetzer.
59469
59470 2003-04-04  Bruno Haible  <bruno@clisp.org>
59471
59472         * modules/linebreak: New file.
59473         * MODULES.html.sh (func_all_modules): Add it.
59474
59475 2003-04-04  Bruno Haible  <bruno@clisp.org>
59476
59477         * m4/linebreak.m4: New file.
59478
59479 2003-04-04  Bruno Haible  <bruno@clisp.org>
59480
59481         * lib/linebreak.h: New file, from GNU gettext.
59482         * lib/linebreak.c: New file, from GNU gettext with slight
59483         modifications.
59484         * lib/lbrkprop.h: New file, from GNU gettext.
59485
59486 2003-04-03  Bruno Haible  <bruno@clisp.org>
59487
59488         * modules/utf8-ucs4: New file.
59489         * modules/utf16-ucs4: New file.
59490         * modules/ucs4-utf8: New file.
59491         * modules/ucs4-utf16: New file.
59492         * MODULES.html.sh (func_all_modules): Add them.
59493
59494 2003-04-03  Bruno Haible  <bruno@clisp.org>
59495
59496         * m4/utf-ucs4.m4: New file.
59497         * m4/ucs4-utf.m4: New file.
59498
59499 2003-04-03  Bruno Haible  <bruno@clisp.org>
59500
59501         * lib/utf8-ucs4.h: New file, from GNU gettext.
59502         * lib/utf16-ucs4.h: New file, from GNU gettext.
59503         * lib/ucs4-utf8.h: New file, from GNU gettext.
59504         * lib/ucs4-utf16.h: New file, from GNU gettext.
59505
59506 2003-04-02  Bruno Haible  <bruno@clisp.org>
59507
59508         * modules/binary-io: New file.
59509         * MODULES.html.sh (func_all_modules): Add it.
59510
59511 2003-04-02  Bruno Haible  <bruno@clisp.org>
59512
59513         * lib/binary-io.h: New file, from GNU gettext.
59514
59515 2003-04-01  Bruno Haible  <bruno@clisp.org>
59516
59517         * modules/pathname: New file.
59518         * MODULES.html.sh (func_all_modules): Add it.
59519
59520 2003-04-01  Bruno Haible  <bruno@clisp.org>
59521
59522         * lib/pathname.h: New file, from GNU gettext.
59523         * lib/concatpath.c: New file, from GNU gettext.
59524
59525 2003-03-30  Bruno Haible  <bruno@clisp.org>
59526
59527         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59528
59529 2003-03-30  Bruno Haible  <bruno@clisp.org>
59530
59531         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59532         function chown() doesn't exist.
59533
59534 2003-03-28  Bruno Haible  <bruno@clisp.org>
59535
59536         * modules/copy-file: New file.
59537         * MODULES.html.sh (func_all_modules): Add it.
59538
59539 2003-03-28  Bruno Haible  <bruno@clisp.org>
59540
59541         * m4/copy-file.m4: New file.
59542
59543 2003-03-28  Bruno Haible  <bruno@clisp.org>
59544
59545         * lib/copy-file.h: New file, from GNU gettext.
59546         * lib/copy-file.c: New file, from GNU gettext.
59547
59548 2003-03-18  Jim Meyering  <jim@meyering.net>
59549
59550         * lib/quote.c (quote_n): Fix typo in comment.
59551
59552 2003-03-18  Bruno Haible  <bruno@clisp.org>
59553
59554         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59555         checking.
59556         * m4/onceonly_2_57.m4: Likewise.
59557
59558 2003-03-17  Bruno Haible  <bruno@clisp.org>
59559
59560         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59561         (m4_quote): Remove macro.
59562         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59563
59564 2003-03-14  Jim Meyering  <jim@meyering.net>
59565
59566         Merge changes from Coreutils.
59567         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59568         to be const, in order to avoid warnings.
59569         (obstack_room): Likewise.
59570         (obstack_empty_p): Likewise.
59571
59572 2003-03-14  Bruno Haible  <bruno@clisp.org>
59573
59574         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59575         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59576
59577 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59578
59579         Merge changes from Bison.
59580         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59581         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59582         when compiling Bison 1.875's `bitset bset = obstack_alloc
59583         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59584         * lib/hash.c: Include <stdbool.h> unconditionally.
59585
59586 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59587
59588         * m4/onceonly.m4 (m4_quote): New macro.
59589         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59590         Quote AC_FOREACH variable-expansions properly.
59591
59592 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59593
59594         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59595
59596 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59597
59598         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59599         Reported by Bruce Becker; see:
59600         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59601
59602 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59603             Bruno Haible  <bruno@clisp.org>
59604
59605         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59606         Reported by John Hughes, see
59607         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59608
59609 2003-02-20  Bruno Haible  <bruno@clisp.org>
59610
59611         * MODULES.html.sh (func_all_modules): Add poll.
59612
59613 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59614
59615         * modules/poll: New file.
59616
59617 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59618
59619         * lib/poll_.h: New file.
59620         * lib/poll.c: New file.
59621
59622 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59623
59624         * m4/poll.m4: New file.
59625
59626 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59627
59628         * modules/mathl: New file.
59629
59630 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59631
59632         * lib/mathl.h: New file.
59633         * lib/acosl.c: New file.
59634         * lib/asinl.c: New file.
59635         * lib/atanl.c: New file.
59636         * lib/ceill.c: New file.
59637         * lib/cosl.c: New file.
59638         * lib/expl.c: New file.
59639         * lib/floorl.c: New file.
59640         * lib/frexpl.c: New file.
59641         * lib/ldexpl.c: New file.
59642         * lib/logl.c: New file.
59643         * lib/sincosl.c: New file.
59644         * lib/sinl.c: New file.
59645         * lib/sqrtl.c: New file.
59646         * lib/tanl.c: New file.
59647         * lib/trigl.c: New file.
59648         * lib/trigl.h: New file.
59649
59650 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59651
59652         * m4/mathl.m4: New file.
59653
59654 2003-02-18  Bruno Haible  <bruno@clisp.org>
59655
59656         * MODULES.html.sh (func_all_modules): Add mathl.
59657
59658 2003-02-17  Bruno Haible  <bruno@clisp.org>
59659
59660         * modules/mkdtemp: New module.
59661         * MODULES.html.sh (func_all_modules): Add it.
59662
59663 2003-02-17  Bruno Haible  <bruno@clisp.org>
59664
59665         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59666
59667 2003-02-17  Bruno Haible  <bruno@clisp.org>
59668
59669         * lib/mkdtemp.h: New file, from GNU gettext.
59670         * lib/mkdtemp.c: New file, from GNU gettext.
59671
59672 2003-02-02  Jim Meyering  <jim@meyering.net>
59673
59674         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59675         e.g. glibc-2.2.93.
59676
59677 2003-01-31  Bruno Haible  <bruno@clisp.org>
59678
59679         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59680         'rpl_rename'.
59681         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59682         'rpl_strnlen'.
59683         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59684         'rpl_strtod'.
59685         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59686         'rpl_utime'.
59687
59688 2003-01-31  Bruno Haible  <bruno@clisp.org>
59689
59690         * lib/rename.c: #undef rename before defining rpl_rename.
59691         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59692
59693 2003-01-30  Bruno Haible  <bruno@clisp.org>
59694
59695         * modules/vasnprintf, modules/vasprintf: New modules.
59696         * MODULES.html.sh (func_all_modules): Add them.
59697
59698 2003-01-30  Bruno Haible  <bruno@clisp.org>
59699
59700         * m4/signed.m4: New file, from GNU gettext.
59701         * m4/longdouble.m4: New file, from GNU gettext.
59702         * m4/wchar_t.m4: New file, from GNU gettext.
59703         * m4/wint_t.m4: New file, from GNU gettext.
59704         * m4/vasnprintf.m4: New file.
59705         * m4/vasprintf.m4: New file.
59706
59707 2003-01-30  Bruno Haible  <bruno@clisp.org>
59708
59709         * lib/printf-args.h: New file, from GNU gettext.
59710         * lib/printf-args.c: New file, from GNU gettext.
59711         * lib/printf-parse.h: New file, from GNU gettext.
59712         * lib/printf-parse.c: New file, from GNU gettext.
59713         * lib/vasnprintf.h: New file, from GNU gettext.
59714         * lib/vasnprintf.c: New file, from GNU gettext.
59715         * lib/asnprintf.c: New file, from GNU gettext.
59716         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59717         * lib/vasprintf.c: New file, from GNU gettext.
59718         * lib/asprintf.c: New file, from GNU gettext.
59719
59720 2003-01-29  Bruno Haible  <bruno@clisp.org>
59721
59722         * modules/stpncpy: New module.
59723         * MODULES.html.sh (func_all_modules): Add it.
59724
59725 2003-01-29  Bruno Haible  <bruno@clisp.org>
59726
59727         * m4/stpncpy.m4: New file.
59728
59729 2003-01-29  Bruno Haible  <bruno@clisp.org>
59730
59731         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59732         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59733
59734 2003-01-28  Bruno Haible  <bruno@clisp.org>
59735
59736         * modules/c-ctype: New module.
59737         * MODULES.html.sh (func_all_modules): Add it.
59738
59739 2003-01-28  Bruno Haible  <bruno@clisp.org>
59740
59741         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59742         Paul Eggert.
59743         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59744         Paul Eggert.
59745
59746 2003-01-27  Bruno Haible  <bruno@clisp.org>
59747
59748         * modules/xsetenv: New module.
59749         * MODULES.html.sh (func_all_modules): Add it.
59750
59751 2003-01-27  Bruno Haible  <bruno@clisp.org>
59752
59753         * lib/xsetenv.h: New file, from GNU gettext.
59754         * lib/xsetenv.c: New file, from GNU gettext.
59755
59756 2003-01-23  Jim Meyering  <jim@meyering.net>
59757
59758         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59759         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59760
59761 2003-01-23  Bruno Haible  <bruno@clisp.org>
59762
59763         * modules/minmax: New module.
59764         * MODULES.html.sh (func_all_modules): Add it.
59765
59766 2003-01-23  Bruno Haible  <bruno@clisp.org>
59767
59768         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59769         Eggert.
59770
59771 2003-01-22  Bruno Haible  <bruno@clisp.org>
59772
59773         * modules/exit: New module.
59774         * MODULES.html.sh (func_all_modules): Add it.
59775
59776 2003-01-22  Bruno Haible  <bruno@clisp.org>
59777
59778         * lib/exit.h: New file, from GNU gettext.
59779
59780 2003-01-19  Bruno Haible  <bruno@clisp.org>
59781
59782         * gnulib-tool: Recognize option --extract-maintainer.
59783         (func_get_maintainer): New function.
59784         * modules/*: Add Maintainer entry.
59785
59786 2003-01-16  Jim Meyering  <jim@meyering.net>
59787
59788         * m4/regex.m4: The `regex' struct is both input and output.
59789         Initialize it before each use.  Patch by Tim Waugh.
59790
59791 2003-01-16  Bruno Haible  <bruno@clisp.org>
59792
59793         * MODULES.html.sh: Add a table of contents. Add the module name as
59794         leftmost column. Add hyperlinks.
59795
59796 2003-01-15  Bruno Haible  <bruno@clisp.org>
59797
59798         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59799
59800 2003-01-15  Bruno Haible  <bruno@clisp.org>
59801
59802         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59803         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59804         suffix.
59805
59806 2003-01-15  Bruno Haible  <bruno@clisp.org>
59807
59808         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59809
59810 2003-01-15  Bruno Haible  <bruno@clisp.org>
59811
59812         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59813         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59814
59815 2003-01-14  Jim Meyering  <jim@meyering.net>
59816
59817         * lib/same.c (same_name): Tweak a comment.
59818
59819 2003-01-14  Bruno Haible  <bruno@clisp.org>
59820
59821         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59822         when a string comparison is sufficient.
59823
59824 2003-01-14  Bruno Haible  <bruno@clisp.org>
59825
59826         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59827         'unsigned int'.
59828
59829 2003-01-14  Bruno Haible  <bruno@clisp.org>
59830
59831         * lib/hash-pjw.c: Add comment about low quality of this function.
59832
59833 2003-01-13  Bruno Haible  <bruno@clisp.org>
59834
59835         * modules/stpcpy: Distribute lib/stpcpy.h.
59836         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59837
59838 2003-01-13  Bruno Haible  <bruno@clisp.org>
59839
59840         * modules/*: Add a description.
59841         * modules/strpbrk: Fix Makefile.am snippet.
59842         * modules/strtoimax: Fix dependencies.
59843         * modules/strtoumax: Likewise.
59844
59845 2003-01-13  Bruno Haible  <bruno@clisp.org>
59846
59847         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59848         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59849         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59850
59851 2003-01-13  Bruno Haible  <bruno@clisp.org>
59852
59853         * gnulib-tool (func_create_testdir): Store config/* files in the main
59854         directory.
59855         * config.rpath: Move to ...
59856         * config/config.rpath: ... here.
59857         * modules/gettext: Contains config/config.rpath, not config.rpath.
59858         * modules/iconv: Likewise.
59859
59860 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59861
59862         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59863         to avoid collisions with libcurses and libreadline.
59864
59865         * m4/getstr.m4: Remove.
59866         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59867
59868 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59869
59870         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59871         to avoid collisions with libcurses and libreadline.
59872
59873         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59874         * lib/getstr.h, getstr.c: Remove.
59875         * lib/getline.c: Include "getline.h", to check interface.
59876         Move body of old getstr.c here: this defines MIN_CHUNK and
59877         declares getdelim2, which is renamed from getstr.
59878         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59879
59880         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59881         All uses changed.
59882         * lib/linebuffer.h: Likewise.
59883         (readline): Remove backward-compatibility macro.
59884
59885 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59886
59887         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59888         to avoid collisions with libcurses and libreadline.
59889         * getstr: Remove.
59890         * MODULES.html.sh: Remove getstr.
59891         * modules/getline: Depend on unlocked-io, not getstr.
59892
59893 2003-01-12  Jim Meyering  <jim@meyering.net>
59894
59895         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59896
59897 2003-01-10  Bruno Haible  <bruno@clisp.org>
59898
59899         * modules/alloca: Change Makefile.am requirements. Simplify Include
59900         requirements. Add lib/alloca_.h to file list.
59901
59902 2003-01-10  Bruno Haible  <bruno@clisp.org>
59903
59904         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59905
59906 2003-01-10  Bruno Haible  <bruno@clisp.org>
59907
59908         * lib/alloca_.h: New file.
59909         * lib/getdate.y: Unconditionally include alloca.h.
59910         * lib/makepath.c: Likewise.
59911         * lib/setenv.c: Likewise.
59912         * lib/userspec.c: Likewise.
59913
59914 2003-01-09  Karl Berry  <karl@gnu.org>
59915
59916         * MODULES.html.sh: include `dirname $0` in PATH, to find
59917         gnulib-tool.
59918
59919 2003-01-09  Bruno Haible  <bruno@clisp.org>
59920
59921         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59922         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59923
59924 2003-01-09  Bruno Haible  <bruno@clisp.org>
59925
59926         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59927
59928 2003-01-09  Bruno Haible  <bruno@clisp.org>
59929
59930         * lib/stdbool.h.in: New file.
59931
59932 2003-01-09  Bruno Haible  <bruno@clisp.org>
59933
59934         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59935         * MODULES.html.sh: Likewise.
59936
59937 2003-01-08  Jim Meyering  <jim@meyering.net>
59938
59939         * lib/full-write.c: Undefine and define-away `const' after inclusion
59940         of errno.h, not before.  Suggestion from Bruno Haible.
59941
59942 2003-01-08  Bruno Haible  <bruno@clisp.org>
59943
59944         * modules/full-read: Depend on full-write.
59945
59946 2003-01-08  Bruno Haible  <bruno@clisp.org>
59947
59948         * lib/safe-read.c: Include specification header first, to ensure its
59949         selfcontainedness.
59950         * lib/full-write.c: Likewise.
59951
59952 2003-01-07  Jim Meyering  <jim@meyering.net>
59953
59954         * lib/full-write.c: Rework so that it may serve to define full_read,
59955         too.
59956         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59957
59958 2003-01-07  Bruno Haible  <bruno@clisp.org>
59959
59960         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59961         <inttypes.h>.
59962         * lib/xstrtol.h: Likewise.
59963         * lib/xstrtoimax.c: Likewise.
59964         * lib/xstrtoumax.c: Likewise.
59965         * lib/human.h: Likewise.
59966
59967         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59968         on systems that have <inttypes.h> but not <stdint.h>.
59969
59970 2003-01-07  Bruno Haible  <bruno@clisp.org>
59971
59972         * MODULES.html.sh: Add copyright notice.
59973         (missed_files): Omit CVS directory entries.
59974         (func_module): Make it work with sed-3.02.
59975         * MODULES.txt: Remove file.
59976
59977 2003-01-06  Jim Meyering  <jim@meyering.net>
59978
59979         * lib/version-etc.c: Update year in translatable copyright string.
59980
59981 2003-01-03  Karl Berry  <karl@gnu.org>
59982
59983         * config/config.{guess,sub}: update from prep.
59984
59985 2003-01-02  Karl Berry  <karl@gnu.org>
59986
59987         * doc/COPYING.DOC: belatedly updated to 1.2.
59988
59989 2003-01-01  Karl Berry  <karl@gnu.org>
59990
59991         * gnulib-tool (func_verify_module): report module name $module in
59992         error message, not $1.
59993         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59994         be created, only if it doesn't exist.
59995         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59996
59997 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59998
59999         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
60000
60001 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60002
60003         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
60004         memcmp if strcoll doesn't work.
60005
60006 2002-12-31  Bruno Haible  <bruno@clisp.org>
60007
60008         * lib/utime.c (utime_null): No need to call ftruncate if the file was
60009         nonempty.
60010
60011 2002-12-31  Bruno Haible  <bruno@clisp.org>
60012
60013         * lib/memcoll.c (STRCOLL): New macro.
60014         (memcoll): Use it.
60015
60016 2002-12-31  Bruno Haible  <bruno@clisp.org>
60017
60018         * lib/localcharset.h: New file.
60019         * lib/localcharset.c: Include it.
60020         * lib/unicodeio.c: Likewise.
60021
60022 2002-12-31  Bruno Haible  <bruno@clisp.org>
60023
60024         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
60025         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
60026
60027 2002-12-31  Bruno Haible  <bruno@clisp.org>
60028
60029         * lib/getline.h: Include <stddef.h>, for size_t.
60030
60031         * lib/unicodeio.h: Include <stddef.h>, for size_t.
60032         * lib/unicodeio.c: Don't include <stddef.h>.
60033
60034 2002-12-31  Bruno Haible  <bruno@clisp.org>
60035
60036         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
60037         HAVE_TM_ZONE.
60038
60039 2002-12-24  Karl Berry  <karl@gnu.org>
60040
60041         * config/config.guess: update from prep.
60042
60043 2002-12-24  Bruno Haible  <bruno@clisp.org>
60044
60045         General infrasructure.
60046         * m4/README: Rewritten.
60047         * m4/onceonly.m4: New file.
60048         * m4/onceonly_2_57.m4: New file.
60049
60050         Module atexit.
60051         * m4/atexit.m4: New file.
60052
60053         Module strtod.
60054         * m4/strtod.m4: New file.
60055
60056         Module strtol.
60057         * m4/strtol.m4: New file.
60058
60059         Module strtoul.
60060         * m4/strtoul.m4: New file.
60061
60062         Module memchr.
60063         * m4/memchr.m4: New file.
60064
60065         Module memcmp.
60066         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
60067         (jm_FUNC_MEMCMP): Invoke it.
60068
60069         Module memcpy.
60070         * m4/memcpy.m4: New file.
60071
60072         Module memmove.
60073         * m4/memmove.m4: New file.
60074
60075         Module memset.
60076         * m4/memset.m4: New file.
60077
60078         Module strcspn.
60079         * m4/strcspn.m4: New file.
60080
60081         Module strpbrk.
60082         * m4/strpbrk.m4: New file.
60083
60084         Module strstr.
60085         * m4/strstr.m4: New file.
60086
60087         Module strerror.
60088         * m4/strerror.m4: New file.
60089
60090         Module mktime.
60091         * m4/mktime.m4: Renamed from jm-mktime.m4.
60092         (gl_PREREQ_MKTIME): New macro.
60093         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
60094
60095         Module malloc.
60096         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
60097         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
60098         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
60099
60100         Module realloc.
60101         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
60102         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
60103         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
60104
60105         Module strftime.
60106         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
60107         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
60108         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
60109         gl_TM_GMTOFF.
60110         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
60111
60112         Module xalloc.
60113         * m4/xalloc.m4: New file.
60114
60115         Module alloca.
60116         * m4/alloca.m4: New file.
60117
60118         Module putenv.
60119         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
60120         (jm_FUNC_PUTENV): Invoke it.
60121
60122         Module setenv.
60123         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
60124         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
60125         when invoked twice.
60126         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
60127         gt_FUNC_SETENV.
60128
60129         Module memrchr.
60130         * m4/memrchr.m4: New file.
60131
60132         Module stpcpy.
60133         * m4/stpcpy.m4: New file.
60134
60135         Module strcase.
60136         * m4/strcase.m4: New file.
60137
60138         Module strdup.
60139         * m4/strdup.m4: New file.
60140
60141         Module strnlen.
60142         * m4/strnlen.m4: New file.
60143
60144         Module strndup.
60145         * m4/strndup.m4: New file.
60146
60147         Module xstrtod.
60148         * m4/xstrtod.m4: New file.
60149
60150         Module xstrtol.
60151         * m4/xstrtol.m4: New file.
60152
60153         Module getdate.
60154         * m4/getdate.m4: New file.
60155
60156         Module unlocked-io.
60157         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
60158         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
60159         * m4/jm-glibc-io.m4n: Remove file.
60160
60161         Module long-options.
60162         * m4/long-options.m4: New file.
60163
60164         Module md5.
60165         * m4/md5.m4: New file.
60166
60167         Module sha.
60168         * m4/sha.m4: New file.
60169
60170         Module getstr.
60171         * m4/getstr.m4: New file.
60172
60173         Module getline.
60174         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
60175         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
60176         <sys/types.h>, for size_t. Use the function name gnu_getline, not
60177         simply getline. Infoke gl_PREREQ_GETLINE.
60178
60179         Module obstack.
60180         * m4/obstack.m4: New file.
60181
60182         Module hash.
60183         * m4/hash.m4: New file.
60184
60185         Module readtokens.
60186         * m4/readtokens.m4: New file.
60187
60188         Module strverscmp.
60189         * m4/strverscmp.m4: New file.
60190
60191         Module stdbool.
60192         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
60193         OSF/1.
60194
60195         Module strtoll.
60196         * m4/strtoll.m4: New file.
60197
60198         Module strtoull.
60199         * m4/strtoull.m4: New file.
60200
60201         Module strtoimax.
60202         * m4/strtoimax.m4: New file.
60203
60204         Module strtoumax.
60205         * m4/strtoumax.m4: New file.
60206
60207         Module xstrtoimax.
60208         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
60209         jm_AC_PREREQ_XSTRTOIMAX.
60210         Moved the strtol prerequisites to strtol.m4.
60211         Moved the strtoll prerequisites to strtoll.m4.
60212         Moved the strtoimax prerequisites to strtoimax.m4.
60213
60214         Module xstrtoumax.
60215         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
60216         jm_AC_PREREQ_XSTRTOUMAX.
60217         Moved the strtoul prerequisites to strtoul.m4.
60218         Moved the strtoull prerequisites to strtoull.m4.
60219         Moved the strtoumax prerequisites to strtoumax.m4.
60220
60221         Module chown.
60222         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
60223         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
60224
60225         Module dup2.
60226         * m4/dup2.m4: New file.
60227
60228         Module ftruncate.
60229         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
60230         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
60231
60232         Module getgroups.
60233         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
60234         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
60235
60236         Module gettimeofday.
60237         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
60238         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
60239         gl_PREREQ_GETTIMEOFDAY.
60240
60241         Module mkdir.
60242         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60243         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60244
60245         Module mkstemp.
60246         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60247         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60248         jm_AC_TYPE_UINTMAX_T.
60249         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60250
60251         Module stat.
60252         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60253         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60254
60255         Module lstat.
60256         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60257         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60258
60259         Module timespec.
60260         * m4/timespec.m4 (gl_TIMESPEC): New macro.
60261         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
60262         * m4/st_mtim.m4: Indentation.
60263
60264         Module nanosleep.
60265         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
60266         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
60267         gl_PREREQ_NANOSLEEP.
60268
60269         Module regex.
60270         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
60271         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
60272         (gl_REGEX): New macro.
60273
60274         Module rename.
60275         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
60276         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
60277
60278         Module rmdir.
60279         * m4/rmdir.m4: New file.
60280
60281         Module utime.
60282         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
60283         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
60284         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
60285
60286         Module dirname.
60287         * m4/dirname.m4: New file.
60288
60289         Module getopt.
60290         * m4/getopt.m4: New file.
60291
60292         Module unistd-safer.
60293         * m4/unistd-safer.m4: New file.
60294
60295         Module fnmatch.
60296         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
60297         declaration.
60298         (gl_PREREQ_FNMATCH_EXTRA): New macro.
60299         (gl_FUNC_FNMATCH_POSIX): New macro.
60300         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
60301         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
60302         simply fnmatch.
60303
60304         Module exclude.
60305         * m4/exclude.m4: New file.
60306
60307         Module human.
60308         * m4/human.m4: New file.
60309
60310         Module acl.
60311         * m4/acl.m4: Nop.
60312
60313         Module backupfile.
60314         * m4/backupfile.m4: New file.
60315         * m4/d-ino.m4: Indentation.
60316
60317         Module fsusage.
60318         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60319         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60320         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60321
60322         Module dirfd.
60323         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60324         requirements.
60325
60326         Module euidaccess.
60327         * m4/euidaccess.m4: New file.
60328
60329         Module file-type.
60330         * m4/file-type.m4: New file.
60331
60332         Module fileblocks.
60333         * m4/fileblocks.m4: New file.
60334
60335         Module filemode.
60336         * m4/filemode.m4: New file.
60337
60338         Module isdir.
60339         * m4/isdir.m4: New file.
60340
60341         Module lchown.
60342         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60343         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60344
60345         Module makepath.
60346         * m4/makepath.m4: New file.
60347
60348         Module modechange.
60349         * m4/modechange.m4: New file.
60350
60351         Module mountlist.
60352         * m4/mountlist.m4: New file.
60353         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60354         Indentation.
60355
60356         Module path-concat.
60357         * m4/path-concat.m4: New file.
60358
60359         Module pathmax.
60360         * m4/pathmax.m4: New file.
60361
60362         Module same.
60363         * m4/same.m4: New file.
60364
60365         Module save-cwd.
60366         * m4/save-cwd.m4: New file.
60367
60368         Module savedir.
60369         * m4/savedir.m4: New file.
60370
60371         Module xgetcwd.
60372         * m4/xgetcwd.m4: New file.
60373         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60374
60375         Module xreadlink.
60376         * m4/xreadlink.m4: New file.
60377
60378         Module safe-read.
60379         * m4/safe-read.m4: New file.
60380
60381         Module safe-write.
60382         * m4/safe-write.m4: New file.
60383
60384         Module closeout.
60385         * m4/closeout.m4: New file.
60386
60387         Module stdio-safer.
60388         * m4/stdio-safer.m4: New file.
60389
60390         Module getpass.
60391         * m4/getpass.m4: New file.
60392
60393         Module getugroups.
60394         * m4/getugroups.m4: New file.
60395
60396         Module group-member.
60397         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60398         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60399
60400         Module idcache.
60401         * m4/idcache.m4: New file.
60402
60403         Module userspec.
60404         * m4/userspec.m4: New file.
60405
60406         Module gettime.
60407         * m4/clock_time.m4: New file.
60408         * m4/gettime.m4: New file.
60409
60410         Module settime.
60411         * m4/settime.m4: New file.
60412
60413         Module posixtm.
60414         * m4/posixtm.m4: New file.
60415
60416         Module gethostname.
60417         * m4/gethostname.m4: New file.
60418
60419         Module canon-host.
60420         * m4/canon-host.m4: New file.
60421
60422         Module gettext.
60423         * m4/codeset.m4: New file, from gettext-0.11.5.
60424         * m4/gettext.m4: New file, from gettext-0.11.5.
60425         * m4/glibc21.m4: New file, from gettext-0.11.5.
60426         * m4/iconv.m4: New file, from gettext-0.11.5.
60427         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60428         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60429         * m4/inttypes.m4: New file, from gettext-0.11.5.
60430         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60431         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60432         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60433         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60434         * m4/lib-link.m4: New file, from gettext-0.11.5.
60435         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60436         * m4/progtest.m4: New file, from gettext-0.11.5.
60437         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60438         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60439         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60440
60441         Module localcharset.
60442         * m4/localcharset.m4: New file.
60443
60444         Module hard-locale.
60445         * m4/hard-locale.m4: New file.
60446
60447         Module mbswidth.
60448         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60449         onceonly macros.
60450         * m4/mbrtowc.m4: Add comment.
60451
60452         Module memcasecmp.
60453         * m4/memcasecmp.m4: New file.
60454
60455         Module memcoll.
60456         * m4/memcoll.m4: New file.
60457
60458         Module unicodeio.
60459         * m4/unicodeio.m4: New file.
60460
60461         Module rpmatch.
60462         * m4/rpmatch.m4: New file.
60463
60464         Module yesno.
60465         * m4/yesno.m4: New file.
60466
60467         Module exitfail.
60468         * m4/exitfail.m4: New file.
60469
60470         Module c-stack.
60471         * m4/c-stack.m4 (gl_C_STACK): New macro.
60472         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60473
60474         Module error.
60475         * m4/error.m4 (gl_ERROR): New macro.
60476         (jm_PREREQ_ERROR): Use onceonly macros.
60477
60478         Module fatal.
60479         * m4/fatal.m4: New file.
60480
60481         Module getloadavg.
60482         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60483         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60484
60485         Module getpagesize.
60486         * m4/getpagesize.m4: New file.
60487
60488         Module getusershell.
60489         * m4/getusershell.m4: New file.
60490
60491         Module physmem.
60492         * m4/physmem.m4: New file.
60493
60494         Module posixver.
60495         * m4/posixver.m4: New file.
60496
60497         Module quotearg.
60498         * m4/quotearg.m4: New file.
60499
60500         Module quote.
60501         * m4/quote.m4: New file.
60502
60503         Module readutmp.
60504         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60505
60506         Module sig2str.
60507         * m4/sig2str.m4: New file.
60508
60509         Other.
60510         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60511         ulonglong.m4.
60512         * m4/intmax_t.m4: New file.
60513         * m4/d-type.m4: Indentation.
60514         * m4/jm-macros.m4: Update.
60515         * m4/prereq.m4 (jm_PREREQ): Update.
60516         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60517         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60518         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60519         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60520         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60521         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60522         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60523         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60524         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60525         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60526         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60527         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60528         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60529         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60530         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60531         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60532         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60533         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60534         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60535
60536 2002-12-24  Bruno Haible  <bruno@clisp.org>
60537
60538         * MODULES.txt: Update according to m4/ changes.
60539
60540         Module gettext.
60541         * config.rpath: New file, from gettext-0.11.5.
60542
60543         * modules/*: New module descriptions.
60544         * gnulib-tool: New file.
60545         * MODULES.html.sh: New file.
60546
60547 2002-12-21  Karl Berry  <karl@gnu.org>
60548
60549         * doc/fdl.texi: update to version 1.2.
60550
60551 2002-12-19  Karl Berry  <karl@gnu.org>
60552
60553         * config/config.guess: update from prep.
60554
60555 2002-12-18  Bruno Haible  <bruno@clisp.org>
60556
60557         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60558         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60559
60560 2002-12-17  Bruno Haible  <bruno@clisp.org>
60561
60562         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60563         stdlib.h, string.h.
60564
60565 2002-12-17  Bruno Haible  <bruno@clisp.org>
60566
60567         * lib/canon-host.c (strdup): Remove unused declaration.
60568
60569         * lib/fsusage.c: Include full_read.h.
60570         (get_fs_usage): Use full_read instead of safe_read.
60571
60572         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60573
60574 2002-12-12  Karl Berry  <karl@gnu.org>
60575
60576         * config/config.guess: update from prep.
60577
60578 2002-12-11  Bruno Haible  <bruno@clisp.org>
60579
60580         * m4/setenv.m4: New file, from gettext-0.11.5.
60581
60582 2002-12-11  Bruno Haible  <bruno@clisp.org>
60583
60584         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60585         not unsetenv().
60586         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60587         modifications:
60588
60589         2002-12-11  Bruno Haible  <bruno@clisp.org>
60590
60591                 * setenv.c (alloca): Fall back to malloc.
60592                 (freea): New macro.
60593                 (setenv): Use freea() to free memory allocated with alloca().
60594
60595         2002-11-13  Bruno Haible  <bruno@clisp.org>
60596
60597                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60598                 function declarations.
60599                 * unsetenv.c (unsetenv): Likewise.
60600
60601         2002-03-04  Bruno Haible  <bruno@clisp.org>
60602
60603                 Portability to AIX 4.3.3.
60604                 * unsetenv.c: New file, extracted from setenv.c.
60605                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60606
60607         2001-12-20  Bruno Haible  <bruno@clisp.org>
60608
60609                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60610                 use malloc instead. For SunOS 4.
60611
60612         2001-12-11  Bruno Haible  <bruno@clisp.org>
60613
60614                 * setenv.c: Declare alloca.
60615                 (compar_fn_t): New typedef.
60616                 (KNOWN_VALUE, STORE_VALUE): Use it.
60617
60618         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60619         setenv.h.
60620
60621 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60622
60623         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60624         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60625         Choose values that are less likely to collide with system fnmatch
60626         options.
60627         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60628         defined (e.g., a pure POSIX system).
60629         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60630         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60631
60632 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60633
60634         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60635         a pain in practice to deal with generated m4 files.  This change
60636         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60637
60638         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60639         and jm-glibc-io.m4, as they are no longer a special case.
60640         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60641         kludge and the auto-generation stuff.  Check only whether the
60642         functions are declared, not whether they exist, since older hosts
60643         that don't declare the functions can't use the optimization anyway.
60644
60645 2002-12-06  Jim Meyering  <jim@meyering.net>
60646
60647         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60648
60649         Merge in changes from libc's misc/error.c, in preparation
60650         for the merge of gnulib's changes back into libc.
60651
60652         * lib/error.c (_): Define only if not already defined.
60653         Move definition to follow all #include directives.
60654         Include unlocked-io.h only if !_LIBC.
60655         [_LIBC]: Include <libio/libioP.h>.
60656         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60657         (fflush): Tweak definition to use INTUSE.
60658         (putc): Define.
60659
60660 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60661
60662         * lib/alloca.c [defined emacs]: Include "lisp.h".
60663         (xalloc_die) [defined emacs]: New macro.
60664         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60665         [! defined emacs]: Include <xalloc.h>.
60666         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60667         (pointer): Typedef to POINTER_TYPE *.
60668         (malloc): Remove decl; we now always use xmalloc.
60669         (alloca): Use old-style definition, since Emacs needs this.
60670         Check for arithmetic overflow when computing combined size.
60671
60672 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60673
60674         Do not generate unlocked-io.h automatically, since it's easier to
60675         maintain it by hand.
60676
60677         * lib/unlocked-io.h: New file, from GNU diffutils,
60678         but with proper copyright notice and attribution.
60679         * lib/gen-uio: Remove.
60680         * lib/Makefile.am: Add copyright notice.
60681         (libfetish_a_SOURCES): Add unlocked-io.h.
60682         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60683         (DISTCLEANFILES, io_functions): Remove macros.
60684         (EXTRA_DIST): Remove gen_uio.
60685         (unlocked-io.h): Remove rule.
60686
60687 2002-12-04  Jim Meyering  <jim@meyering.net>
60688
60689         Reflect the fact that stat.c and lstat.c are no longer generated.
60690         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60691         (DISTCLEANFILES): Likewise.
60692         (EXTRA_DIST): Likewise.
60693         (all_local): Don't depend on stat.c or lstat.c.
60694         (stat.c, lstat.c): Remove rules.
60695         (EXTRA_DIST): Remove xstat.in.
60696
60697         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60698         * lib/stat.c: New file.  Contents mostly from xstat.in.
60699         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60700         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60701
60702         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60703         too.
60704         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60705
60706 2002-12-03  Jim Meyering  <jim@meyering.net>
60707
60708         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60709         but not semantics, to minimize the differences between these two files.
60710         (safe_read): Change comment to mention SAFE_READ_ERROR.
60711
60712         * lib/safe-read.c (IS_EINTR): Define.
60713         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60714
60715 2002-12-02  Jim Meyering  <jim@meyering.net>
60716
60717         * lib/safe-read.c (EINTR): Define.
60718         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60719         (INT_MAX): Provide fallback.
60720         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60721
60722         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60723
60724 2002-12-02  Bruno Haible  <bruno@clisp.org>
60725
60726         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60727         Define, taken from safe-read.c.
60728         (INT_MAX): Provide fallback.
60729         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60730         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60731
60732         * lib/safe-read.c (EINTR): Remove definition.
60733         (safe_read): Don't use EINTR if it is absent.
60734
60735 2002-12-01  Jim Meyering  <jim@meyering.net>
60736
60737         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60738         zero.
60739         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60740
60741 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60742
60743         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60744         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60745         with `if (! (value < limit)) abort ();', for readability.
60746
60747 2002-11-26  Karl Berry  <karl@gnu.org>
60748
60749         * lib/strdup.c: copy from libc again, with jim's ok.
60750         * lib/.cppi-disable: re-add strdup.c
60751
60752 2002-11-25  Karl Berry  <karl@gnu.org>
60753
60754         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60755         instead of "strtol.c".
60756
60757 2002-11-25  Karl Berry  <karl@gnu.org>
60758
60759         * config/install-sh: update from automake for variable quoting, $0 in
60760         error msgs, etc.
60761
60762         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60763         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60764         entry.
60765
60766 2002-11-25  Jim Meyering  <jim@meyering.net>
60767
60768         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60769
60770 2002-11-24  Karl Berry  <karl@gnu.org>
60771
60772         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60773         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60774
60775 2002-11-24  Jim Meyering  <jim@meyering.net>
60776
60777         Update from coreutils:
60778
60779         * lib/mktime.c: Merge in changes from libc.
60780
60781         Avoid a link-time failure on some Linux systems.
60782         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60783         (otherwise).
60784         (__mon_yday): Declare with the STATIC attribute.
60785         (__mktime_internal): Likewise.
60786         Based on a report from Greg Schafer.
60787
60788 2002-11-23  Jim Meyering  <jim@meyering.net>
60789
60790         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60791         Use `unsigned', not `int', as type of index.
60792
60793         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60794
60795         * lib/fsusage.c: Remove unneeded parentheses around operands of
60796         `defined'.
60797
60798 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60799
60800         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60801         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60802         so that we can be included first.
60803         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60804         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60805         No need to include stddef.h or sys/types.h any more.
60806         Surround local include files with "", not "<>".
60807         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60808         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60809         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60810         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60811         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60812         (ISPRINT): Remove; no longer needed now that we assume C89.
60813
60814         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60815         Preserve errno.
60816
60817         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60818         quotearg_char): Use SIZE_MAX rather than
60819         (size_t) -1 when we are talking about "infinity".
60820
60821         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60822
60823 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60824
60825         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60826         hint that one should use `if (! x) abort ();' rather than `assert
60827         (x);', and anyway it's one less thing to worry about configuring.
60828         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60829         hash_rehash, hash_insert): Use abort rather than assert.
60830
60831 2002-11-22  Bruno Haible  <bruno@clisp.org>
60832
60833         * lib/safe-read.h: Assume C89. Add comments.
60834         (safe_read): Change return type to size_t.
60835         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60836         byte counts > SSIZE_MAX correctly.
60837         * lib/safe-write.h: New file.
60838         * lib/safe-write.c: New file.
60839         * lib/full-read.h: New file.
60840         * lib/full-read.c: New file.
60841         * lib/full-write.h: Assume C89. Add comments.
60842         * lib/full-write.c: Include safe-write.h.
60843         (full_write): Rewritten to use safe_write.
60844         Suggested by Jim Meyering and Paul Eggert.
60845
60846 2002-11-21  Jim Meyering  <jim@meyering.net>
60847
60848         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60849
60850         Merge in changes from the coreutils.
60851
60852         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60853         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60854         <stdint.h>.
60855         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60856         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60857         int.  Work more efficiently if X is the same width as uintmax_t.
60858         Do not compare X to -1, to avoid bogus compiler warning.
60859         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60860         Don't assume that f_frsize and f_bsize are the same type.
60861
60862         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60863         warning on FreeBSD.
60864
60865         * lib/makepath.c (make_path): Restore umask *before* creating the final
60866         component.
60867         (make_path): Minor reformatting.
60868
60869         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60870         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60871         HAVE_MALLOC/HAVE_REALLOC.
60872
60873         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60874         dummy ones.  At least on GNU/Linux systems, `auto' means something
60875         else.
60876         From Michael Stone.
60877
60878 2002-11-21  Bruno Haible  <bruno@clisp.org>
60879
60880         Remove case insensitive option matching.
60881         * lib/argmatch.h (argcasematch): Remove declaration.
60882         (ARGCASEMATCH): Remove macro.
60883         (__xargmatch_internal): Remove case_sensitive argument.
60884         (XARGMATCH): Update.
60885         (XARGCASEMATCH): Remove macro.
60886         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60887         case_sensitive argument.
60888         (argcasematch): Remove function.
60889         (__xargmatch_internal): Remove case_sensitive argument.
60890         (main): Use XARGMATCH instead of XARGCASEMATCH.
60891
60892         * lib/xmalloc.c: Change compile-time error message. Add comment about
60893         required autoconf version.
60894
60895 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60896
60897         Merge argmatch cleanups from Bison.  Assume C89.
60898
60899         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60900         Include stdlib.h, for EXIT_FAILURE.
60901         Always include <string.h>, since we assume C89.
60902         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60903         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60904         Include <stddef.h> instead, since it's all we need for size_t.
60905         (PARAMS): Remove.  All uses removed.
60906         (ARRAY_CARDINALITY): Do not bother to #undef.
60907         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60908         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60909         Remove unnecessary parentheses.
60910         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60911         Insert necessary parentheses.
60912         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60913         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60914
60915 2002-11-19  Bruno Haible  <bruno@clisp.org>
60916
60917         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60918         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60919
60920         * lib/mbswidth.h (PARAMS): Remove macro.
60921         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60922         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60923
60924         * lib/gcd.h (PARAMS): Remove macro.
60925         (gcd): Use ANSI C function declarations.
60926         * lib/gcd.c (gcd): Likewise.
60927
60928 2002-11-15  Bruno Haible  <bruno@clisp.org>
60929
60930         * lib/strcspn.c: Include <stddef.h>.
60931         (strcspn): Use ANSI C function declaration. Change return type to
60932         size_t. Use NULL.
60933         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60934         (strpbrk): Use NULL.
60935         * lib/strpbrk.h (PARAMS): Remove macro.
60936         (strpbrk): Use ANSI C function declaration.
60937         * lib/strstr.c: Don't include <sys/types.h>.
60938         * lib/strstr.h (PARAMS): Remove macro.
60939         (strstr): Use ANSI C function declarations.
60940
60941 2002-11-14  Karl Berry  <karl@gnu.org>
60942
60943         * config/mkinstalldirs: `do' on separate line, instead of
60944         `for var; do'.
60945
60946 2002-11-06  Bruno Haible  <bruno@clisp.org>
60947
60948         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60949         * lib/gcd.c (gcd): Likewise.
60950
60951 2002-11-05  Bruno Haible  <bruno@clisp.org>
60952
60953         * lib/gcd.h: New file, from gettext-0.11.5.
60954         * lib/gcd.c: New file, from gettext-0.11.5.
60955
60956 2002-11-05  Bruno Haible  <bruno@clisp.org>
60957
60958         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60959         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60960         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60961         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60962
60963         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60964         <libintl.h>.
60965         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60966         <libintl.h>.
60967
60968         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60969         * lib/human.c: Include gettext.h instead of <libintl.h>.
60970         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60971         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60972         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60973         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60974         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60975         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60976         (textdomain): Remove definition.
60977         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60978
60979         * lib/long-options.c: Remove include of <libintl.h> and definition of
60980         _.
60981         * lib/same.c: Remove include of <libintl.h> and definition of _.
60982
60983 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60984
60985         * lib/config.charset: A few additions for Solaris.
60986
60987 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60988
60989         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60990         * lib/localcharset.c (locale_charset): Declare as extern "C".
60991
60992 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60993
60994         * lib/config.charset: msdos in uk_UA uses CP1125.
60995
60996 2002-11-04  Bruno Haible  <bruno@clisp.org>
60997
60998         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60999         * lib/strcase.h: New file, from GNU gettext-0.11.5.
61000         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
61001         * lib/strstr.h: New file, from GNU gettext-0.11.5.
61002         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
61003
61004 2002-11-04  Bruno Haible  <bruno@clisp.org>
61005
61006         * lib/localcharset.c (locale_charset): Don't return an empty string.
61007
61008 2002-11-04  Bruno Haible  <bruno@clisp.org>
61009
61010         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
61011         aliases.
61012
61013 2002-11-04  Bruno Haible  <bruno@clisp.org>
61014
61015         * lib/config.charset: Update for newest glibc. Add canonical names
61016         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
61017
61018 2002-11-04  Bruno Haible  <bruno@clisp.org>
61019
61020         * lib/config.charset: Add support for NetBSD.
61021
61022 2002-11-04  Bruno Haible  <bruno@clisp.org>
61023
61024         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
61025
61026 2002-11-01  Bruno Haible  <bruno@clisp.org>
61027
61028         * configure.in: Add AC_CONFIG_AUX_DIR call.
61029         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
61030         test/Makefile.
61031         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
61032
61033 2002-09-28  Karl Berry  <karl@gnu.org>
61034
61035         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
61036         installed automake until the next release, since changes have been
61037         made.
61038
61039 2002-09-25  Karl Berry  <karl@gnu.org>
61040
61041         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
61042         * lib/getopt*: copy from libc/posix.
61043         * lib/gettext.h: copy from gettext.
61044         * lib/.cppi-disable: add strdup.c, gettext.h.
61045
61046 2002-09-25  Karl Berry  <karl@gnu.org>
61047
61048         * config/srclist.txt: enable gettext.h check.
61049         * config/config.{guess,sub}: update from prep.
61050         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
61051                 from automake 1.6.3.
61052         See srclist*.
61053
61054 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
61055
61056         * regex.c (PATFETCH): Remove the translating fetch.
61057         (PATFETCH_RAW): Rename to PATFETCH.
61058         (set_image_of_range): New fun.
61059         (SET_RANGE_TABLE_WORK_AREA): Use it.
61060         (regex_compile): Don't translate the pattern chars so eagerly.
61061         Only do it when inserting an `exactn' bytecode or when handling
61062         a char-range.
61063         (mutually_exclusive_p): Avoid empty statement.
61064
61065 2002-07-06  Jim Meyering  <meyering@lucent.com>
61066
61067         * m4/README: Don't mention Makefile.am.in.
61068         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
61069
61070 2002-07-01  Jim Meyering  <meyering@lucent.com>
61071
61072         * lib/c-stack.c: Include sys/time.h.
61073         From Volker Borchert.
61074
61075 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61076
61077         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
61078
61079 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61080
61081         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
61082         New macro.  Use it uniformly instead of
61083         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
61084         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
61085         reported by Vin Shelton.
61086
61087 2002-06-22  Paul Eggert  <eggert@twinsun.com>
61088
61089         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
61090         Do not assume SA_SIGINFO behavior.
61091         Bug reported by Jim Meyering on NetBSD 1.5.2.
61092
61093 2002-06-22  Jim Meyering  <meyering@lucent.com>
61094
61095         * m4/c-stack.m4: New file, from diffutils-2.8.2.
61096         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
61097
61098         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
61099         now that configure.ac uses AC_GNU_SOURCE.
61100         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
61101         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
61102
61103         Update to latest tools.  Suggestions from Paul Eggert.
61104         * m4/stdbool.m4: New file, from diffutils-2.8.2.
61105         * m4/gnu-source.m4: Update from diffutils-2.8.2.
61106         * m4/fnmatch.m4: Likewise.
61107         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
61108         to AC_HEADER_STDBOOL
61109
61110 2002-06-22  Jim Meyering  <meyering@lucent.com>
61111
61112         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
61113         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
61114
61115 2002-06-22  Jim Meyering  <meyering@lucent.com>
61116
61117         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
61118
61119         * lib/exitfail.c, exitfail.h: Likewise.
61120         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
61121
61122         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
61123         of fnmatch.h.
61124         (EXTRA_DIST): Add fnmatch_loop.c.
61125         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
61126
61127         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
61128         * lib/fnmatch.c: Update from diffutils-2.8.2.
61129         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
61130         * lib/fnmatch.h: Remove file.
61131
61132 2002-06-21  Jim Meyering  <meyering@lucent.com>
61133
61134         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
61135         * m4/mbrtowc.m4: Likewise.
61136
61137         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
61138         * m4/mbswidth.m4: Reflect name change:
61139         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
61140         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
61141
61142         * m4/lib-link.m4: Update from gettext-0.11.2.
61143         * m4/gettext.m4: Likewise.
61144
61145         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
61146         From Alfred M. Szmidt.
61147
61148 2002-06-18  Paul Eggert  <eggert@twinsun.com>
61149
61150         * lib/file-type.h: Report an error if neither S_ISREG nor
61151         S_IFREG is defined, instead of using a test specific to glibc
61152         2.2.  This should be safe, since POSIX requires S_ISREG and
61153         Unix Version 7 had S_IFREG.  We don't need to check for
61154         <sys/types.h> since we don't use any symbols that it defines.
61155
61156 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
61157
61158         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
61159         $@-t, so that each temporary file name is unique and valid in the first
61160         8 characters, for operation under DOS.
61161
61162 2002-06-15  Paul Eggert  <eggert@twinsun.com>
61163
61164         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
61165
61166 2002-06-15  Jim Meyering  <meyering@lucent.com>
61167
61168         Work even with DJGPP 2.03, which lacks support for symlinks.
61169         From Richard Dawe.
61170         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
61171         is defined.
61172         * lib/lchown.c (S_ISLNK): Likewise.
61173
61174 2002-06-15  Jim Meyering  <meyering@lucent.com>
61175
61176         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
61177         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
61178         have been included before this file.
61179
61180 2002-06-14  Jim Meyering  <meyering@lucent.com>
61181
61182         * lib/file-type.h: Use the version from diffutils-2.8.2.
61183         * lib/file-type.c: Likewise.
61184
61185 2002-06-07  Jim Meyering  <meyering@lucent.com>
61186
61187         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
61188         They're needed at least for NetBSD 1.5.2.
61189         ($statxfs_includes): Include those same headers.
61190         ($statxfs_includes): Include sys/vfs.h if available.
61191         ($statxfs_includes): Likewise for sys/statvfs.h.
61192         Check for the following members in both structs statfs and statvfs:
61193         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
61194
61195 2002-06-01  Jim Meyering  <meyering@lucent.com>
61196
61197         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
61198         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
61199
61200 2002-05-28  Jim Meyering  <meyering@lucent.com>
61201
61202         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
61203         Reported by Volker Borchert.
61204
61205 2002-05-27  Jim Meyering  <meyering@lucent.com>
61206
61207         Fix a problem seen only on nonconforming systems whereby ls.c's
61208         use of localtime, and then of gettimeofday would cause trouble:
61209         the localtime call used to initialize rpl_gettimeofday's save
61210         mechanism would clobber ls's current local time information so
61211         that in any long listing the first file would always be listed
61212         with date 1970-01-01.  Analysis by Volker Borchert.
61213
61214         * lib/gettimeofday.c (localtime): Undefine.
61215         (rpl_localtime): New function.
61216
61217 2002-05-27  Jim Meyering  <meyering@lucent.com>
61218
61219         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
61220         localtime.
61221
61222         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
61223         use the replacement function; it wouldn't resolve at link time.
61224         Reported by Volker Borchert.
61225
61226 2002-05-22  Jim Meyering  <meyering@lucent.com>
61227
61228         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
61229         file-type.h.
61230         * lib/file-type.h: New file.
61231         * lib/file-type.c (file_type): New file/function.  Extracted from
61232         diffutils.
61233
61234 2002-04-30  Jim Meyering  <meyering@lucent.com>
61235
61236         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
61237
61238 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61239
61240         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61241
61242 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61243
61244         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61245         Do not check for alloca.h (no longer used) or stdbool.h (was never
61246         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61247
61248 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61249
61250         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61251
61252 2002-04-29  Jim Meyering  <meyering@lucent.com>
61253
61254         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61255         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61256         Use AC_FUNC_STRNLEN here instead.
61257
61258         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61259         With autoconf-2.53a, it's part of AC_PROG_CC.
61260
61261 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61262
61263         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61264         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
61265
61266 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61267
61268         * lib/sig2str.h, lib/sig2str.c: New files.
61269         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
61270
61271 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61272
61273         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
61274         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
61275         of 127, since 64 is the largest conceivable number for ancient
61276         nonstandard hosts.
61277         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
61278
61279 2002-04-28  Jim Meyering  <meyering@lucent.com>
61280
61281         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
61282
61283 2002-04-24  Jim Meyering  <meyering@lucent.com>
61284
61285         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
61286         (jm_PREREQ): Use it.
61287
61288         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
61289         mach/mach.h fcntl.h.
61290         Check for this function: setlocale.
61291
61292 2002-04-24  Jim Meyering  <meyering@lucent.com>
61293
61294         * lib/gettext.h: New file, from Gettext.
61295         * lib/Makefile.am (INCLUDES): Remove -I../intl.
61296         (libfetish_a_SOURCES): Add gettext.h.
61297
61298 2002-04-16  Jim Meyering  <meyering@lucent.com>
61299
61300         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
61301         ut_pid, ut_id, ut_exit.
61302
61303 2002-04-16  Jim Meyering  <meyering@lucent.com>
61304
61305         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61306         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61307         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61308
61309 2002-04-12  Jim Meyering  <meyering@lucent.com>
61310
61311         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61312         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61313         existence of the getmntinfo function.  Needed for Darwin 5.3.
61314
61315         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61316         This is necessary at least on Darwin 5.3.
61317
61318         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61319         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61320         strnlen.o in the library, and that makes some versions of ranlib
61321         object.
61322
61323 2002-04-12  Jim Meyering  <meyering@lucent.com>
61324
61325         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61326
61327 2002-04-09  Jim Meyering  <meyering@lucent.com>
61328
61329         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61330         to be more precise.  Rather than saying we're checking whether the
61331         function `works', say what we're testing.
61332         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61333         Reported by Bruno Haible.
61334
61335 2002-03-10  Jim Meyering  <meyering@lucent.com>
61336
61337         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61338         Suggestion from Santiago Vila.
61339
61340 2002-03-08  Jim Meyering  <meyering@lucent.com>
61341
61342         * lib/rename.c: Mention that this wrapper is needed also on
61343         mips-dec-ultrix4.4 systems.
61344
61345 2002-03-02  Jim Meyering  <meyering@lucent.com>
61346
61347         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61348         not HAVE_CLOCK_SETTIME.
61349
61350 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61351
61352         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61353         Check for clock_settime.
61354
61355 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61356
61357         * lib/nanosleep.h: Rename to....
61358         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61359
61360         * lib/gettime.c: New file.
61361         * lib/settime.c: New file.
61362         * lib/stime.c: Remove.
61363
61364         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61365         timespec.h.  Remove nanosleep.h.
61366
61367 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61368
61369         * m4/acl.m4: New file.
61370         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61371         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61372
61373 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61374
61375         * lib/acl.c, lib/acl.h: New files.
61376         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61377
61378 2002-02-24  Jim Meyering  <meyering@lucent.com>
61379
61380         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61381         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61382         cause trouble.  Reported by Nelson Beebe.
61383
61384 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61385
61386         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61387         compilers that don't know that xalloc_die never returns.
61388
61389 2002-02-20  Jim Meyering  <meyering@lucent.com>
61390
61391         * lib/getdate.c: Regenerate using bison-1.33.
61392
61393 2002-02-17  Jim Meyering  <meyering@lucent.com>
61394
61395         * config/config.guess (main): Don't use `head -1'; it's no longer
61396         portable. Use `sed 1q' instead.
61397
61398 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61399
61400         * m4/codeset.m4: Upgrade to gettext-0.11.
61401         * m4/gettext.m4: Upgrade to gettext-0.11.
61402         * m4/glibc21.m4: Upgrade to gettext-0.11.
61403         * m4/iconv.m4: Upgrade to gettext-0.11.
61404         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61405         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61406         * m4/lib-ld.m4: New file, from gettext-0.11.
61407         * m4/lib-link.m4: New file, from gettext-0.11.
61408         * m4/lib-prefix.m4: New file, from gettext-0.11.
61409         * m4/progtest.m4: Upgrade to gettext-0.11.
61410
61411 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61412
61413         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61414         (jm_PREREQ): Use it.
61415
61416 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61417
61418         * lib/posixver.c, lib/posixver.h: New files.
61419         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61420
61421 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61422             Bruno Haible  <bruno@clisp.org>
61423
61424         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61425         (fwrite_success_callback): New declaration.
61426         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61427         print_unicode_char. Call failure callback instead of error.
61428         (fwrite_success_callback): New function.
61429         (exit_failure_callback): New function.
61430         (fallback_failure_callback): New function.
61431         (print_unicode_char): Call unicode_to_mb.
61432
61433 2002-01-26  Jim Meyering  <meyering@lucent.com>
61434
61435         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61436         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61437
61438 2002-01-26  Jim Meyering  <meyering@lucent.com>
61439
61440         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61441
61442 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61443
61444         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61445
61446 2002-01-22  Jim Meyering  <meyering@lucent.com>
61447
61448         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61449         Otherwise, some versions of automake would omit the rule that makes
61450         Makefile from Makefile.in.
61451
61452 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61453
61454         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61455         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61456         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61457         (memcoll): Set errno to zero if there is no error.
61458
61459         * lib/quotearg.c (quotearg_buffer_restyled):
61460         Fix bug with quoting buffers containing NUL when backslashing escapes.
61461         This bug was exposed by the other changes in this patch.
61462         (quotearg_n_options): New arg ARGSIZE.
61463         All callers changed.
61464         (quoting_options_from_style): New function.
61465         (quotearg_n_style): Use it.
61466         (quotearg_n_style_mem): New function.
61467
61468         * lib/quotearg.h (quotearg_n_style_mem): New function.
61469
61470 2002-01-19  Jim Meyering  <meyering@lucent.com>
61471
61472         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61473         Remove useless quotes: DF_PROG="df".
61474         * m4/strnlen.m4: New file.
61475
61476 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61477
61478         * lib/backupfile.c (ISDIGIT): Comment fix.
61479         * lib/getdate.y (ISDIGIT): Likewise.
61480         * lib/posixtm.c (ISDIGIT, year): Likewise.
61481         * lib/strverscmp.c (ISDIGIT): Likewise.
61482         * lib/userspec.c (ISDIGIT): Likewise.
61483
61484 2002-01-16  Jim Meyering  <meyering@lucent.com>
61485
61486         * lib/getdate.y: Add three semicolons, each just before a closing
61487         brace. Bison (as of version 1.31) no longer papers over that mistake.
61488
61489 2002-01-05  Jim Meyering  <meyering@lucent.com>
61490
61491         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61492
61493 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61494
61495         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61496         not silently exit merely because the output buffer happens to
61497         have nothing pending.
61498
61499 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61500
61501         See the big note in ../ChangeLog.
61502         * lib/human.c (suffixes): Prefer K to k for 1024.
61503         (generate_suffix_backwards): New function.
61504         (human_readable_inexact): Use it.
61505         * lib/xstrtol.c (__xstrtol): If there is no number but there
61506         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61507         Accept 'K' as well as 'k'.
61508
61509 2001-12-15  Jim Meyering  <meyering@lucent.com>
61510
61511         * lib/regex.h (__restrict_arr): Update from libc.
61512
61513         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61514         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61515         (STREQ): Define.
61516
61517 2001-12-14  Jim Meyering  <meyering@lucent.com>
61518
61519         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61520         Suggestion from Bruno Haible.
61521
61522 2001-12-10  Jim Meyering  <meyering@lucent.com>
61523
61524         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61525         xrealloc, Instead, include "xalloc.h".
61526         (initbuffer): Don't cast xmalloc return value to char*.
61527         (readline): Reword comment.
61528         Don't cast xrealloc return value to char*
61529         Return NULL, not 0.
61530
61531 2001-12-09  Jim Meyering  <meyering@lucent.com>
61532
61533         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61534         about `signed and unsigned type in conditional expression'.
61535         * lib/posixtm.c (posix_time_parse): Likewise.
61536
61537         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61538
61539         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61540         to avoid a pedantic warning.
61541
61542         * lib/getstr.c: Don't include assert.h.
61543         (getstr): Remove warning-evoking assertions.
61544         Return -1 if offset parameter is out of bounds.
61545         Change the type of a local from int to size_t.
61546
61547         * lib/strftime.c (my_strftime_localtime_r): Include this function
61548         definition in the `#if ! HAVE_TM_GMTOFF' block.
61549
61550         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61551         Include xalloc.h instead.
61552
61553 2001-12-02  Jim Meyering  <meyering@lucent.com>
61554
61555         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61556         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61557         included.
61558
61559         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61560         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61561
61562 2001-11-30  Akim Demaille  <akim@epita.fr>
61563
61564         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61565         before being defined.
61566
61567 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61568
61569         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61570         First arg is int, not unsigned.
61571         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61572         (SIZE_MAX, UINT_MAX): New macros.
61573         (quotearg_n_options): Abort if N is negative.
61574         Avoid overflow check on hosts where size_t is 64 bits and int
61575         is 32 bits, as overflow is impossible there.
61576         Fix off-by-one typo that caused unnecessary reallocation.
61577
61578 2001-11-27  Jim Meyering  <meyering@lucent.com>
61579
61580         * lib/tempname.c: Merge with version from libc.
61581         * lib/regex.c: Likewise.
61582
61583         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61584         systems for which STDC_HEADERS is 0, it was not included, resulting in
61585         a warning about an integer-to-pointer conversion problem with getenv.
61586         Reported by Volker Borchert.
61587
61588 2001-11-26  Jim Meyering  <meyering@lucent.com>
61589
61590         * lib/gtod.h: Remove file.
61591         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61592         * lib/gettimeofday.c: Don't include gtod.h.
61593         (GTOD_init): Remove function.
61594         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61595         Suggestion from Volker Borchert.
61596
61597 2001-11-23  Jim Meyering  <meyering@lucent.com>
61598
61599         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61600         it.
61601         * lib/hash.c (struct hash_table): Define it here instead.
61602
61603 2001-11-22  Jim Meyering  <meyering@lucent.com>
61604
61605         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61606
61607 2001-11-20  Jim Meyering  <meyering@lucent.com>
61608
61609         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61610         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61611
61612 2001-11-19  Jim Meyering  <meyering@lucent.com>
61613
61614         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61615         directory.  Use "conftestXXXXXX" as the template.
61616         Suggestion from Paul Eggert.
61617
61618         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61619         immediately, so the test doesn't mistakenly hit the max-open-files
61620         limit.
61621
61622 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61623
61624         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61625         (TEMPORARIES): New macro.
61626         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61627         removes an artificial limitation (e.g. HP-UX 10.20, where
61628         TMP_MAX is 17576).
61629
61630 2001-11-18  Jim Meyering  <meyering@lucent.com>
61631
61632         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61633
61634 2001-11-18  Jim Meyering  <meyering@lucent.com>
61635
61636         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61637         on SunOS 4.
61638
61639         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61640         files will be created before anything else.
61641
61642 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61643
61644         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61645         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61646
61647 2001-11-17  Jim Meyering  <meyering@lucent.com>
61648
61649         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61650         Prompted by a report from Bob Proulx.
61651
61652         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61653         Instead, require UTILS_FUNC_MKSTEMP.
61654
61655 2001-11-17  Jim Meyering  <meyering@lucent.com>
61656
61657         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61658         Now, that's done as part of AC_FUNC_STRTOD.
61659
61660 2001-11-17  Jim Meyering  <meyering@lucent.com>
61661
61662         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61663         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61664         rather than group writable.  Patch by Juan F. Codagnone.
61665
61666         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61667         xrealloc, Instead, include "xalloc.h".
61668
61669         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61670         Remove explicit declarations of xmalloc, xrealloc,
61671         and xstrdup.  Instead, include "xalloc.h".
61672
61673         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61674         unlocked-io.h.
61675         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61676         Likewise.
61677         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61678
61679         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61680         Reported by Padraig Brady.
61681
61682         * lib/mkstemp.c: #undef mkstemp.
61683         Include config.h.
61684         (rpl_mkstemp): Rename from mkstemp.
61685         Protoize.
61686
61687 2001-11-16  Jim Meyering  <meyering@lucent.com>
61688
61689         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61690         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61691         determine the amount of total physical memory, use pstat_getstatic.
61692         HPUX-11 doesn't define _SC_PHYS_PAGES.
61693         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61694         If sysconf couldn't be used to determine the amount of available
61695         physical memory, use both pstat_getstatic and pstat_getdynamic.
61696         Based on a patch from Bob Proulx.
61697
61698 2001-11-10  Jim Meyering  <meyering@lucent.com>
61699
61700         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61701         (jm_PREREQ): Use it.
61702
61703 2001-11-09  Jim Meyering  <meyering@lucent.com>
61704
61705         * m4/jm-macros.m4: Require autoconf-2.52f.
61706         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61707         Use these AC_-prefixed names, not the AM_-prefixed ones.
61708
61709         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61710
61711 2001-11-05  Jim Meyering  <meyering@lucent.com>
61712
61713         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61714
61715 2001-11-04  Jim Meyering  <meyering@lucent.com>
61716
61717         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61718         $DEFS.
61719
61720 2001-11-03  Jim Meyering  <meyering@lucent.com>
61721
61722         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61723         of AC_DEFUN.
61724
61725         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61726         know the name of the variable in the macro definition.
61727
61728 2001-11-03  Jim Meyering  <meyering@lucent.com>
61729
61730         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61731         in argmatch_to_argument call.
61732
61733         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61734         argument.
61735
61736         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61737         e.g., a fault due to an attempt to free a NULL pointer.
61738
61739 2001-11-01  Jim Meyering  <meyering@lucent.com>
61740
61741         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61742         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61743
61744 2001-11-01  Jim Meyering  <meyering@lucent.com>
61745
61746         * lib/dirfd.c, lib/dirfd.h: New files.
61747         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61748
61749         * lib/hash.c (hash_print) [TESTING]: Clean up.
61750
61751 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61752
61753         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61754         to avoid a warning if -Wall.
61755
61756 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61757
61758         * README: New file
61759         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61760         (per RMS's instructions, this is now the canonical source)
61761         * lgpl/, gpl/: New directories.
61762
61763 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61764
61765         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61766
61767 2001-10-21  Jim Meyering  <meyering@lucent.com>
61768
61769         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61770         this code would end up calling gettext even in packages built
61771         with --disable-nls.
61772         * lib/getopt.c (_): Likewise.
61773         * lib/regex.c (_): Likewise.
61774
61775 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61776
61777         * m4/error.m4 (jm_PREREQ_ERROR):
61778         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61779         AC_FUNC_STRERROR_R does that.
61780         Check for strerror declaration.
61781
61782         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61783         are supposed to have them these days.
61784         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61785         Merge changes from latest Autoconf CVS.
61786         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61787         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61788         POSIX decided to standardize on the int flavor of strerror_r.
61789
61790 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61791
61792         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61793         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61794         Use strerror_r that is only a macro, even if it is not a function.
61795         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61796         (private_strerror): Use prototypes, not old-style function definition.
61797         (print_errno_message): New function.
61798         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61799         char*-flavored one.
61800         (error_tail, error, error_at_line): Use it.
61801
61802 2001-10-11  Jim Meyering  <meyering@lucent.com>
61803
61804         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61805         and quote_n (1, ... to avoid clobbering a buffer.
61806
61807 2001-10-05  Jim Meyering  <meyering@lucent.com>
61808
61809         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61810         hash-pjw.h.
61811         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61812         * lib/hash-pjw.h: New file.
61813
61814 2001-09-30  Jim Meyering  <meyering@lucent.com>
61815
61816         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61817         `struct fsstat' has the `f_fstypename' member.
61818         Use that to define FS_TYPE, which is now used to make
61819         the getfsstat link test tighter.
61820
61821 2001-09-30  Jim Meyering  <meyering@lucent.com>
61822
61823         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61824         Include <sys/ucred.h>, for Apple Darwin.
61825         Include sys/mount.h and sys/fs_types.h only if available.
61826         (FS_TYPE): Define.
61827         (read_filesystem_list): Use FS_TYPE.
61828
61829 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61830
61831         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61832         a boolean context.
61833
61834 2001-09-29  Jim Meyering  <meyering@lucent.com>
61835
61836         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61837         [one-argument getmntent function]): Include stdio.h before mntent.h.
61838         SunOS 4.1.x needs it for the declaration of `FILE'.
61839         Patch by Volker Borchert.
61840
61841         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61842         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61843         sys/fs_types.h, and make the link-test for getfsstat guard #include
61844         directives with appropriate #if HAVE_*_H tests so that we can
61845         detect getfsstat on Apple Darwin1.3.7 systems.
61846         Reported by Nelson Beebe.
61847         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61848
61849 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61850
61851         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61852         #defines strtoimax.  Also treat the other strto* functions
61853         like strtoimax.
61854
61855         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61856         Check for strtoul and strtoumax,
61857         as those declarations are made even in the signed case.
61858         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61859         Likewise, for strtol and strtoimax.
61860
61861 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61862
61863         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61864         #defines strtoimax.  Also treat the other strto* functions
61865         like strtoimax.
61866
61867         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61868         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61869         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61870
61871 2001-09-26  Jim Meyering  <meyering@lucent.com>
61872
61873         Most macros in unlocked-io.h had the wrong number of arguments.
61874         * lib/gen-uio: New script.
61875         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61876         * lib/unlocked-io.hin: Remove file.
61877         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61878         rather than trying to embed it here.
61879         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61880         Reported by Padraig Brady.
61881
61882 2001-09-25  Volker Borchert  <bt@teknon.de>
61883
61884         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61885         `result'.
61886
61887 2001-09-24  Jim Meyering  <meyering@lucent.com>
61888
61889         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61890
61891 2001-09-23  Jim Meyering  <meyering@lucent.com>
61892
61893         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61894         instead of the mere test for existence of mntent.h.  The latter
61895         would get a false-positive on AIX 3.4 systems.
61896         In the outer getmntent if-block, don't die if neither of the getmntent
61897         tests succeeds.  Instead, just fall through and continue with the
61898         remaining tests.
61899
61900 2001-09-23  Jim Meyering  <meyering@lucent.com>
61901
61902         * lib/mountlist.c: Remove useless parentheses in #if directives.
61903         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61904         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61905
61906 2001-09-22  Jim Meyering  <meyering@lucent.com>
61907
61908         * m4/gettext.m4: New file.  From gettext.
61909         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61910         * m4/progtest.m4: Likewise
61911         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61912         * m4/glibc21.m4: Likewise.
61913
61914         * m4/libintl.m4: Remove.  No longer used.
61915
61916 2001-09-22  Jim Meyering  <meyering@lucent.com>
61917
61918         * lib/localcharset.c: Update from latest gettext.
61919         * lib/config.charset: Likewise.
61920
61921 2001-09-20  Jim Meyering  <meyering@lucent.com>
61922
61923         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61924         strtoimax.
61925         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61926         strtoumax.
61927
61928 2001-09-20  Jim Meyering  <meyering@lucent.com>
61929
61930         * lib/xstrtol.c (strtoimax): Guard declaration with
61931         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61932         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61933         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61934         (strtoumax): Likewise, for completeness (it wasn't necessary).
61935
61936 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61937
61938         * lib/strtoimax.c (HAVE_LONG_LONG):
61939         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61940         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61941         to work around bug in IBM C compiler.
61942
61943 2001-09-17  Jim Meyering  <meyering@lucent.com>
61944
61945         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61946         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61947         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61948         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61949         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61950         whenever the right hand side need not be expanded by the shell.
61951
61952 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61953
61954         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61955         library.  It's not correct, as some older glibcs are buggy.
61956         fnmatch wasn't fixed until glibc 2.2.
61957
61958         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61959         special shell magic here.
61960
61961 2001-09-16  Jim Meyering  <meyering@lucent.com>
61962
61963         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61964         * m4/jm-macros.m4: Require it.
61965
61966 2001-09-16  Jim Meyering  <meyering@lucent.com>
61967
61968         * lib/mkdir.c: New file.
61969
61970 2001-09-15  Jim Meyering  <meyering@lucent.com>
61971
61972         * m4/jm-macros.m4: Check for help2man.
61973
61974 2001-09-11  Jim Meyering  <meyering@lucent.com>
61975
61976         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61977         The body, by Paul Eggert, was moved here from configure.in.
61978         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61979
61980 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61981
61982         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61983         (jm_PREREQ): Use it.
61984
61985 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61986
61987         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61988         Use ssize_t, not int, to store result of readlink.
61989         Check for ssize_t overflow as well as size_t overflow,
61990         as POSIX says the result of readlink is implementation-defined
61991         when ssize_t overflows.
61992         Remove unnecessary cast to char*.
61993         Use free+malloc instead of realloc, as the storage doesn't need
61994         to be preserved and it's clearer and can be more efficient that way.
61995         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61996         * lib/xreadlink.h (xreadlink): Update prototype.
61997
61998 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61999
62000         * lib/xgetcwd.c: Revert some of the previous change; intead,
62001         fix the HAVE_GETCWD_NULL code to behave more like the
62002         !HAVE_GETCWD_NULL code used to.
62003
62004         Include "xalloc.h".
62005         (xgetcwd): Do not return NULL when memory is exhausted; instead,
62006         invoke xalloc_die.
62007
62008 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62009
62010         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
62011         sys/param.h, as pathmax.h includes them.
62012
62013 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62014
62015         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
62016         (jm_PREREQ_XGETCWD): New macro.
62017
62018         * m4/getcwd.m4: New file.
62019
62020 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62021
62022         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
62023         like the HAVE_GETCWD_NULL code.
62024         Include pathmax.h if not HAVE_GETCWD.
62025         Do not include xalloc.h.
62026         (INITIAL_BUFFER_SIZE): New symbol.
62027         Do not use xmalloc / xrealloc, since the caller is responsible for
62028         handling errors.  Preserve errno around `free' during failure.
62029         Do not overrun buffer when using getwd.
62030
62031 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62032
62033         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
62034         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
62035         getcwd (NULL, 0).
62036
62037 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62038
62039         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
62040         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
62041         spotted by Jim Meyering.
62042
62043 2001-09-03  Jim Meyering  <meyering@lucent.com>
62044
62045         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
62046         failure.
62047
62048 2001-09-02  Jim Meyering  <meyering@lucent.com>
62049
62050         * lib/error.c: Update from GNU libc.
62051
62052 2001-09-01  Jim Meyering  <meyering@lucent.com>
62053
62054         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
62055         Used by df.
62056
62057 2001-09-01  Jim Meyering  <meyering@lucent.com>
62058
62059         * lib/xreadlink.c: New file.
62060         * lib/xreadlink.h: New file.
62061         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
62062         xreadlink.h.
62063
62064         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
62065         doesn't conflict with sparc Solaris 7's definition in
62066         /usr/include/sys/int_types.h.
62067
62068         * lib/exclude.c: Use `""', not `<>' to #include non-system header
62069         files.
62070         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
62071         and strncasecmp as r-values.  Unixware didn't have declarations.
62072
62073 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62074
62075         * lib/xstrtol.h: Add copyright notice.
62076         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
62077         LONGINT_INVALID_SUFFIX_CHAR.
62078
62079 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62080
62081         * lib/xstrtol.c (strtoimax): New decl.
62082
62083 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62084
62085         * lib/xgetcwd.c: Don't include pathmax.h.
62086         Include stdlib.h and unistd.h if available.
62087         Include xalloc.h.
62088         (xmalloc, xstrdup, free): Remove decls.
62089         (xgetcwd): Don't assume sizes fit in unsigned.
62090         Check for overflow when computing sizes.
62091         Simplify reallocation code.
62092
62093 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62094
62095         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
62096         a directory's st_size can have an arbitrary value, so the old
62097         usage could waste an arbitrary amount of memory.  All uses
62098         changed.
62099         * lib/savedir.h: Update prototype.
62100
62101 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62102
62103         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
62104
62105         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
62106         old strtoimax.c.
62107
62108         Also, make the following further changes to make this file's
62109         configuration more similar to that of strtol.c:
62110         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
62111         (strtoumax, uintmax_t, strtoull, strtol): Remove.
62112         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
62113         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
62114         changed to signed values.
62115
62116         And make the following changes as well:
62117         Fix copyright notice, as 1999 was missing.
62118         (verify): New macro.
62119         (strtoimax): Check sizes at compile-time, not run-time.
62120         Prefer strtol to strtoll if both work.
62121         (main): Remove; it was not that useful and was a pain to maintain.
62122
62123         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
62124
62125 2001-08-31  Jim Meyering  <meyering@lucent.com>
62126
62127         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
62128         Use an initial, malloc'd, buffer of length 128 rather than
62129         a statically allocated one of length 1024.
62130
62131 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62132
62133         Simplify code, partly by assuming autoconf 2.52 semantics.
62134
62135         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
62136
62137         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
62138         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
62139         All uses removed.
62140         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
62141         Move AC_REQUIRE to next-to-top level, to avoid confusion.
62142         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
62143         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
62144         jm_AC_HEADER_INTTYPES_H.
62145         * m4/jm-macros.m4 (jm_MACROS): Likewise.
62146
62147         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
62148
62149         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62150         Quote first arg of AC_DEFUN.
62151         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
62152         since they are needed to parse the include file even if we need
62153         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
62154         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
62155         but with opposite signedness.
62156
62157 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62158
62159         Merge 'exclude' changes from tar 1.13.22.
62160         This fixes one or two unlikely storage allocation overflow bugs,
62161         but doesn't change user-visible behavior otherwise.
62162
62163 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62164
62165         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
62166         (jm_PREREQ_EXCLUDE): New macro.
62167
62168 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62169
62170         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
62171         tm to be declared.
62172
62173 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62174
62175         * lib/hash.c: Remove '2001' from copyright notice.
62176
62177 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62178
62179         * lib/full-write.h: New file.
62180         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
62181         * lib/full-write.c: Correct credits, as cccp.c no longer
62182         exists and anyway it was so heavily changed from the old cccp
62183         code as to be unrecognizable.  Include full-write.h.
62184         (full_write) Return size_t, with short writes meaning failure.
62185         All callers changed.  This fixes a bug with large buffers
62186         on 64-bit hosts.
62187         * lib/utime.c: Include full-write.h.
62188
62189 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62190
62191         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
62192         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
62193         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
62194         Include if available.
62195         (<xalloc.h>): Include
62196         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
62197         (verify): New macro.  Use it to verify that EXCLUDE macros do not
62198         collide with FNM macros.
62199         (struct patopts): New struct.
62200         (struct exclude): Use it, as exclude patterns now come with options.
62201         (new_exclude): Support above changes.
62202         (new_exclude, add_exclude_file):
62203         Initial size must now be a power of two to simplify overflow checking.
62204         (free_exclude, fnmatch_no_wildcards): New function.
62205         (excluded_filename): No longer requires options arg, as the options
62206         are determined by add_exclude.  Now returns bool, not int.
62207         (excluded_filename, add_exclude):
62208         Add support for the fancy new exclusion options.
62209         (add_exclude, add_exclude_file): Now takes int options arg.
62210         Check for arithmetic overflow when computing sizes.
62211         (add_exclude_file): xrealloc might modify errno, so don't
62212         realloc until after errno might be used.
62213
62214         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
62215         New macros.
62216         (free_exclude): New decl.
62217         (add_exclude, add_exclude_file): Now takes int options arg.
62218         (excluded_filename): No longer requires options arg, as the options
62219         are determined by add_exclude.  Now returns bool, not int.
62220
62221 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62222
62223         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
62224
62225 2001-08-27  Jim Meyering  <meyering@lucent.com>
62226
62227         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
62228
62229         * lib/version-etc.c (N_): Remove definition.
62230         Revert most of last change.
62231         Instead, simply don't mark the `Copyright...' string for translation.
62232         Based on advice from Paul Eggert.
62233
62234         * lib/strtoxmax.c: Tweak comment.
62235
62236 2001-08-26  Jim Meyering  <meyering@lucent.com>
62237
62238         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
62239
62240         * m4/xstrtoimax.m4: New file.
62241         * m4/xstrtoumax.m4: Add comments explaining why we
62242         AC_REPLACE_FUNCS(strtol).
62243
62244 2001-08-26  Jim Meyering  <meyering@lucent.com>
62245
62246         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62247         of copyright with `%s' so translators don't get an untranslated
62248         message in 2002.
62249         (COPYRIGHT_YEAR): Define.
62250         (version_etc): Use fprintf rather than fputs.
62251         Suggestion from Ulrich Drepper.
62252
62253         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62254
62255         * lib/strtoll.c: New file, from GNU libc.
62256         * lib/xstrtoimax.c: New file.
62257
62258         * lib/xstrtol.h: Add xstrtoimax.
62259         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
62260         * lib/strtoimax.c: New file.  Likewise, but first define
62261         STRTOUXMAX_SIGNED.
62262
62263         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62264         ...
62265         * lib/strtoxmax.c: ... then renamed to this.
62266
62267 2001-08-18  Paul Eggert  <eggert@twinsun.com>
62268
62269         * m4/inttypes.m4: Add AC_PREREQ(2.13).
62270         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
62271         (jm_AC_TYPE_INTMAX_T): New macro.
62272         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
62273
62274         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
62275
62276         * m4/longlong.m4: Renamed from ulonglong.m4.
62277         * m4/inttypes.m4: Renamed from inttypes_h.m4.
62278         * m4/uintmax_t.m4: Removed.
62279
62280 2001-08-13  Paul Eggert  <eggert@twinsun.com>
62281
62282         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
62283         Port to Solaris 8, where 'sed' requires a space after the 'r'
62284         command, and where sh dislikes "$/".  Clean up the spacing a bit.
62285         Redirect output to $tmp just once.
62286
62287 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
62288
62289         * lib/addext.c (<errno.h>): Include.
62290         (errno): Declare if not defined.
62291         (addext): Work correctly when pathconf returns -1 and leaves
62292         errno alone because there is no limit.  Also, work even if
62293         pathconf returns a value greater than SIZE_MAX.
62294
62295 2001-08-12  Jim Meyering  <meyering@lucent.com>
62296
62297         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
62298         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
62299         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
62300         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
62301         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
62302         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
62303         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
62304         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
62305         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62306         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62307         utime.m4, utimes.m4, xstrtoumax.m4:
62308         Quote the first argument in each use of AC_DEFUN.
62309
62310 2001-08-12  Jim Meyering  <meyering@lucent.com>
62311
62312         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62313         Simply `return getcwd (NULL, 0);'.
62314         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62315         Use 1300 as initial value for length, not PATH_MAX.
62316
62317         * lib/pathmax.h: Clean up cpp syntax.
62318
62319 2001-08-12  Jim Meyering  <meyering@lucent.com>
62320
62321         * lib/gettimeofday.c: New file.
62322         * lib/gtod.h: New file.
62323         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62324
62325 2001-08-05  Jim Meyering  <meyering@lucent.com>
62326
62327         * m4/jm-macros.m4: Require autoconf-2.52.
62328
62329 2001-08-04  Jim Meyering  <meyering@lucent.com>
62330
62331         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62332         stmt, to get in sync with glibc.
62333
62334 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62335
62336         The following changes are from gettext 0.10.39 as maintained by
62337         Bruno Haible.
62338
62339         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62340         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62341         with inverted sense.  All uses changed.
62342
62343         * lib/mbswidth.c: Don't include <limits.h>.
62344         Include <stdlib.h> and <string.h> unconditionally.
62345         (iswcntrl, mbsinit, ISCNTRL): New macros.
62346         (mbsnwidth): Use K&R style function declarations.
62347         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62348         can optimize it when MB_CUR_MAX == 1.
62349         The width of control characters is zero, not 1.
62350
62351 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62352
62353         The following changes are from gettext 0.10.39 as maintained by
62354         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62355
62356         * m4/codeset.m4: Upgrade to serial AM1.
62357         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62358         all uses changed.  Quote first arg of AC_DEFUN.
62359         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62360
62361         * m4/iconv.m4: Upgrade to serial AM2.
62362         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62363         Add --with-libconv-prefix.
62364         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62365         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62366         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62367         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62368         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62369
62370         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62371         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62372         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62373         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62374         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62375         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62376         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62377         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62378         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62379
62380         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62381         string.h any more.
62382
62383         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62384         not the default value.
62385
62386         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62387         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62388         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62389         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62390         Also check for iswcntrl, used for wcwidth fallback.
62391         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62392         to Autoconf 2.13.
62393
62394 2001-08-03  Jim Meyering  <meyering@lucent.com>
62395
62396         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62397         as it was in the original.  Reported by Paul Eggert.
62398
62399 2001-07-16  Jim Meyering  <meyering@lucent.com>
62400
62401         * m4/gettimeofday.m4: New file.
62402         Prompted by a report from Bernhard Baehr.
62403
62404 2001-07-15  Jim Meyering  <meyering@lucent.com>
62405
62406         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62407         stuff. Now it's in ../Makefile.cfg.
62408
62409 2001-07-15  Jim Meyering  <meyering@lucent.com>
62410
62411         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62412         (BUILT_SOURCES): Add unlocked-io.h.
62413         (io_functions): Define.
62414         (unlocked-io.h): New rule.
62415         (DISTCLEANFILES): Add unlocked-io.h.
62416         (all-local): Depend on unlocked-io.h, to ensure it is created.
62417
62418         * lib/unlocked-io.hin: New file
62419
62420         * lib/regex.c: Update from glibc.
62421
62422 2001-07-05  Jim Meyering  <meyering@lucent.com>
62423
62424         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62425         recommendation.
62426         (libfetish_a_SOURCES): Put all .h files here instead.
62427         Remove a thus-exposed (better checks in automake) duplicate and
62428         two unnecessary .h files.
62429
62430 2001-07-04  Jim Meyering  <meyering@lucent.com>
62431
62432         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62433         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62434         distcheck failure.
62435
62436 2001-07-02  Jim Meyering  <meyering@lucent.com>
62437
62438         The following changes were prompted by suggestions from Bruno Haible.
62439
62440         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62441         is now generated.
62442         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62443         definition of EXTRA_DIST.
62444         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62445         ensure that the generated file is created/updated whenever the list
62446         of $(unlocked_functions) is changed.
62447         (jm-glibc-io.m4): New rule.
62448         (unlocked-io.h): New rule -- currently unused.
62449
62450 2001-06-24  Jim Meyering  <meyering@lucent.com>
62451
62452         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62453         unmatched right bracket, rather than kludging it with an extra,
62454         falsely-matching quote in a comment.  Patch by Akim Demaille.
62455
62456 2001-06-11  Jim Meyering  <meyering@lucent.com>
62457
62458         * lib/regex.c: Update from GNU libc.
62459
62460 2001-05-27  Jim Meyering  <meyering@lucent.com>
62461
62462         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62463         Check for ut_type in struct utmp.
62464
62465 2001-05-27  Jim Meyering  <meyering@lucent.com>
62466
62467         * lib/readutmp.h (UT_TYPE): Define.
62468
62469 2001-05-24  Jim Meyering  <meyering@lucent.com>
62470
62471         * lib/argmatch.c: Include "quote.h".
62472         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62473         quote function.  Reported by Göran Uddeborg.
62474
62475 2001-05-22  Jim Meyering  <meyering@lucent.com>
62476
62477         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62478         now that we use the package-supplied version unconditionally.
62479         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62480
62481 2001-05-21  Jim Meyering  <meyering@lucent.com>
62482
62483         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62484         shell syntax errors.
62485
62486 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62487
62488         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62489
62490 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62491
62492         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62493         Don't bother to check library strftime, since
62494         we'll be using our own my_strftime function anyway.
62495         Define my_strftime instead of strftime.
62496
62497 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62498
62499         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62500         which is not yet declared.
62501
62502 2001-05-15  Jim Meyering  <meyering@lucent.com>
62503
62504         * m4/regex.m4: Use proper quoting so brackets appear in the test
62505         program.
62506         Reported by, and with help from, Bruno Haible.
62507
62508 2001-05-13  Jim Meyering  <meyering@lucent.com>
62509
62510         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62511         undefined.
62512
62513 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62514
62515         dirname code cleanup.  base_name now behaves more compatibly
62516         with POSIX basename when given file names that have trailing
62517         slashes, and similarly for dir_name.  Add new primitives
62518         base_len and dir_len.  Put the directory-name-related decls
62519         into dirname.h.
62520
62521         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62522         * lib/backupfile.c (base_name): Likewise.
62523         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62524         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62525         * lib/makepath.c (strip_trailing_slashes): Likewise.
62526         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62527         ISSLASH): Likewise.
62528         * lib/rename.c (strip_trailing_slashes): Likewise.
62529         * lib/same.c (base_name): Likewise.
62530         * lib/stripslash.c (ISSLASH): Likewise.
62531
62532         * lib/addext.c: Include <dirname.h> after size_t is defined.
62533         * lib/backupfile.c: Likewise.
62534
62535         * lib/addext.c (addext): Use base_len to trim redundant
62536         trailing slashes instead of doing it ourselves.
62537         But do not trim the last slash if it is not redundant.
62538
62539         * lib/backupfile.c (find_backup_file_name,
62540         max_backup_version): Use base_len instead of rolling it ourselves.
62541         Handle the case of "" and (on DOS) "C:" correctly.
62542
62543         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62544         needed. Include <string.h>, <dirname.h>.
62545         (base_name): Allow file names ending in slashes, other than names
62546         that are all slashes.  In this case, return the basename followed
62547         by the slashes.  This is more general, and can be used in places
62548         where the original base_name purposely had an assertion failure.
62549         (base_len): New function.
62550
62551         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62552         Do not include <assert.h>; no longer needed.
62553         Include xalloc.h.
62554         (memrchr): Remove decl.
62555         (dir_name_r): Remove.
62556         (dir_len): Renamed from dirlen.  All callers changed.
62557         Rewrite in terms of base_name, for simplicity and consistency.
62558         (dir_name): Never return NULL.  All callers changed.
62559         Do not include <stdlib.h> in test program; no longer needed.
62560         return 0; is fine for test program.
62561
62562         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62563         New macros.
62564         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62565
62566         * lib/path-concat.c (path_concat): Use base_len to compute
62567         base length, not strlen; this means we cannot rely on memcpy
62568         to null-terminate.
62569
62570         * lib/same.c (STREQ): Remove.
62571         (same_name): Handle the case where the basename ends in trailing '/'.
62572
62573         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62574         a slash was stripped.  Do not strip the last slash after a
62575         file system prefix.
62576
62577 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62578
62579         * lib/Makefile.am (libfetish_a_SOURCES):
62580         Add strftime.c, since we now compile it on all hosts.
62581
62582         * lib/strftime.c (my_strftime):
62583         Define to nstrftime if emacs, but only if my_strftime is not defined.
62584         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62585         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62586         Add one more extra argument: a nanoseconds value.
62587         All uses changed.
62588         (ns): New macro.
62589         (my_strftime function): Add %N format.
62590         (emacs_strftimeu): Renamed from emacs_strftime,
62591         with extra ut argument.
62592
62593 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62594
62595         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62596
62597 2001-04-21  Jim Meyering  <meyering@lucent.com>
62598
62599         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62600         doesn't interfere.
62601
62602 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62603
62604         * m4/ftruncate.m4: Check for chsize.
62605         Link with ftruncate.o unconditionally if ftruncate is missing.
62606         This was required when cross-compiling to i586-mingw32msvc.
62607
62608 2001-04-08  Jim Meyering  <meyering@lucent.com>
62609
62610         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62611         recomputed; that's necessary when the offset spans a DST transition.
62612         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62613
62614 2001-04-02  Jim Meyering  <meyering@lucent.com>
62615
62616         * lib/regex.h, regex.c: Update from GNU libc.
62617
62618 2001-03-24  Jim Meyering  <meyering@lucent.com>
62619
62620         * m4/jm-macros.m4: Require autoconf-2.49d.
62621
62622 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62623
62624         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62625
62626 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62627
62628         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62629
62630 2001-03-17  Jim Meyering  <meyering@lucent.com>
62631
62632         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62633         now that the version in autoconf is equivalent.
62634         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62635
62636         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62637         Suggestion from Akim Demaille.
62638
62639         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62640         (jm_PREREQ_TEMPNAME): New function.
62641
62642 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62643
62644         * lib/tempname.c (uint64_t): Define to uintmax_t if
62645         not defined, and if UINT64_MAX is not defined.
62646         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62647         Reported by John David Anglin.
62648
62649 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62650
62651         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62652         resolve alias if codeset is empty.
62653         * lib/config.charset (BeOS): Use wildcard syntax.
62654
62655 2001-03-13  Jim Meyering  <meyering@lucent.com>
62656
62657         * lib/path-concat.c (path_concat)
62658         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62659         concatenating e.g., `C:' and `foo'.
62660         From Bruno Haible.
62661
62662 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62663
62664         * lib/localcharset.c (locale_charset): Don't use
62665         setlocale(LC_CTYPE,NULL). Don't return NULL.
62666         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62667
62668 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62669
62670         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62671         support for DOS/DJGPP.
62672
62673 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62674
62675         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62676         lacks mkstemp.  Compile our own tempname.c if we compile our own
62677         mkstemp.c, as mkstemp relies on tempname.
62678
62679 2001-03-01  Jim Meyering  <meyering@lucent.com>
62680
62681         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62682         AH_VERBATIM really does output its argument verbatim.
62683
62684 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62685
62686         * lib/Makefile.am (libfetish_a_SOURCES):
62687         Add dup-safer.c, fopen-safer.c.
62688         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62689
62690         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62691         * lib/unistd-safer.h: New files.
62692
62693 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62694
62695         The mkstemp replacement is taken from glibc 2.2.2, with some
62696         portability fixes for use outside glibc, as follows:
62697
62698         * lib/tempname.c (struct_stat64): New macro.
62699         (direxists, __gen_tempname): Use it.
62700         This avoids a portability problem with Solaris 8.
62701
62702         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62703         (<stddef.h>, <stdint.h>, <string.h>):
62704         Include only if STDC_HEADERS || _LIBC.
62705         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62706         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62707         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62708         (__set_errno): Define this macro if <errno.h> doesn't.
62709         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62710         Define these macros if <stdio.h> doesn't.
62711         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62712         Define these macros if <sys/stat.h>
62713         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62714         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62715         __xstat64): Define if not _LIBC.
62716         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62717         (__gen_tempname): Invoke gettimeofday only if
62718         HAVE_GETTIMEOFDAY || _LIBC;
62719         otherwise, fall back on plain "time".
62720         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62721
62722         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62723
62724         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62725
62726 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62727
62728         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62729
62730 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62731
62732         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62733         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62734         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62735         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62736
62737 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62738
62739         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62740         Remove workaround macros for hosts that have mbrtowc but not
62741         mbstate_t, as we now insist on proper declarations for both
62742         before using mbrtowc.
62743
62744 2001-02-17  Jim Meyering  <meyering@lucent.com>
62745
62746         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62747         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62748         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62749         UnixWare 7.1.1.
62750
62751         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62752         rather than AC_CACHE_VAL.
62753
62754 2001-02-17  Jim Meyering  <meyering@lucent.com>
62755
62756         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62757         around included file name.
62758
62759         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62760
62761         * lib/strftime.c: Update from GNU libc (the only changes were to
62762         comments).
62763
62764 2001-02-17  Jim Meyering  <meyering@lucent.com>
62765
62766         * lib/regex.c: Update from libc.
62767
62768 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62769
62770         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62771         clash.
62772
62773 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62774
62775         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62776         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62777         Reported by Mark Hounschell via Paul Eggert.
62778
62779 2001-02-07  Jim Meyering  <meyering@lucent.com>
62780
62781         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62782
62783 2001-02-05  Jim Meyering  <meyering@lucent.com>
62784
62785         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62786         it includes the patch required for `large file' support with at least
62787         HP-UX's 10.20 /bin/cc.
62788
62789 2001-02-03  Jim Meyering  <meyering@lucent.com>
62790
62791         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62792         AS_IF, now that it works once again (mysteriously).
62793         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62794
62795 2001-01-30  Jim Meyering  <meyering@lucent.com>
62796
62797         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62798         * m4/chown.m4: Rename conftestchown to conftest.chown.
62799         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62800         s/conftestdir2/conftest.d2/.
62801         * m4/utimes.m4: s/conftestdata/conftest.data/
62802         Inspired by Pavel Roskin's change in autoconf.
62803
62804 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62805
62806         * lib/config.charset: Update for FreeBSD 4.2.
62807
62808 2001-01-27  Jim Meyering  <meyering@lucent.com>
62809
62810         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62811         a use of AS_IF.
62812         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62813
62814 2001-01-26  Jim Meyering  <meyering@lucent.com>
62815
62816         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62817         quotearg.c includes it.
62818
62819 2001-01-26  Jim Meyering  <meyering@lucent.com>
62820
62821         * lib/quotearg.c: Include stddef.h.
62822         * lib/quote.c: Include stddef.h.
62823         Reported by Axel Kittenberger.
62824
62825         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62826         line in double quotes so that it evokes a better diagnostic.
62827         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62828         Reported by Axel Kittenberger.
62829
62830 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62831
62832         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62833         as if it was a `charset'.
62834
62835 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62836
62837         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62838         has const.
62839
62840 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62841
62842         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62843         to avoid a warning.  Add back 'const' to inptr.
62844
62845 2001-01-20  Jim Meyering  <meyering@lucent.com>
62846
62847         Be sure that headers are checked before used in code compiled
62848         for the type checks.
62849         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62850         In place of that, invoke jm_CHECK_ALL_TYPES.
62851         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62852         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62853         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62854         The check for ssize_t was mistakenly run before the test for unistd.h.
62855
62856         The configure-time check for stdbool.h was missing.
62857         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62858         (jm_PREREQ_HASH): New function.
62859
62860 2001-01-17  Jim Meyering  <meyering@lucent.com>
62861
62862         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62863         for autoconf-2.49c.
62864         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62865
62866 2001-01-16  Jim Meyering  <meyering@lucent.com>
62867
62868         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62869         From Bruno Haible.
62870
62871 2001-01-14  Jim Meyering  <meyering@lucent.com>
62872
62873         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62874         foo and bar.  Create conftestdir/ in the script, not in the C code.
62875         Remove directories in the script, not in the C code.
62876         Remove conftestdir{,2} before trying to create the directory.
62877         Make the entire configure script fail if the mkdir fails.
62878
62879 2001-01-14  Jim Meyering  <meyering@lucent.com>
62880
62881         * lib/rename.c: New file.  From Volker Borchert.
62882         Include stdlib.h, string.h or strings.h, and xalloc.h.
62883         Use strip_trailing_slashes rather than open-coding it.
62884
62885 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62886
62887         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62888
62889 2001-01-03  Jim Meyering  <meyering@lucent.com>
62890
62891         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62892         of local `inptr' to avoid warning with some system declarations of
62893         iconv.
62894
62895 2001-01-02  Volker Borchert  <bt@teknon.de>
62896
62897         * m4/rename.m4: New file.
62898         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62899
62900 2001-01-01  Jim Meyering  <meyering@lucent.com>
62901
62902         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62903         even on systems with utmpx.h.  It's necessary for the declaration of
62904         utmp's ut_user member.  Reported by Andreas Jaeger.
62905
62906         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62907         available. They are required for the declarations of getgrgid and
62908         getpwuid resp.
62909         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62910         Reported by Andreas Jaeger.
62911
62912 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62913
62914         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62915         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62916         so `make install' also works in VPATH builds.
62917
62918 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62919
62920         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62921         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62922         can be used in subdirectories.
62923
62924 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62925
62926         * lib/modechange.c: Do not assume that mode_t uses the
62927         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62928         the other-execute bit of FOO even if S_IXOTH != 1.
62929
62930         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62931         WOTH, XOTH, ALLM): New macros.
62932         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62933          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62934         Use them.
62935         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62936         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62937         (mode_compile):
62938         No need to use uintmax_t; unsigned long is long enough.
62939         Don't bother to get suffix since we don't use it.
62940
62941 2000-12-26  Jim Meyering  <meyering@lucent.com>
62942
62943         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62944         better with autoheader.
62945
62946 2000-12-24  Jim Meyering  <meyering@lucent.com>
62947
62948         * lib/hash.c (is_prime): Return explicit boolean values.
62949         (hash_get_first): Return NULL to appease Irix5.6's 89.
62950         Reported by Nelson Beebe.
62951
62952 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62953
62954         * lib/localcharset.c (locale_charset): Add support for Win32.
62955
62956 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62957
62958         * lib/physmem.h, lib/physmem.c: New files.
62959
62960         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62961         (noinst_HEADERS): Add physmem.h.
62962
62963         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62964         't' for compatibility with Solaris 8 sort.
62965
62966 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62967
62968         * lib/config.charset: Add support for BeOS.
62969
62970 2000-12-17  Jim Meyering  <meyering@lucent.com>
62971
62972         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62973         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62974
62975 2000-12-16  Jim Meyering  <meyering@lucent.com>
62976
62977         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62978         N and M) would have treated it like `chown N:N FILE'.
62979
62980         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62981
62982 2000-12-16  Jim Meyering  <meyering@lucent.com>
62983
62984         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62985         SHELLS_FILE to a file name that's useful on djgpp systems.
62986         Include stdlib.h.
62987         (ADDITIONAL_DEFAULT_SHELLS): Define.
62988         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62989         Based mostly on a patch from Prashant TR.
62990
62991 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62992
62993         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62994         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62995         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62996
62997 2000-12-08  Andreas Schwab  <schwab@suse.de>
62998
62999         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
63000         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
63001
63002 2000-12-07  Jim Meyering  <meyering@lucent.com>
63003
63004         * lib/stripslash.c (ISSLASH): Define.
63005         (strip_trailing_slashes): Use ISSLASH rather than comparing against
63006         `/'.
63007         From Prashant TR.
63008
63009         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
63010         (dir_name_r): Declare this function as static.
63011         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
63012         manifest itself on a name containing a mix of slashes and
63013         backslashes.
63014         Make this function work with names starting with a DOS-style
63015         drive letter and colon prefix.
63016         (dir_name): Append `.' if necessary.
63017         Based mostly on patches from Prashant TR and Eli Zaretskii.
63018
63019         * lib/dirname.h (dir_name_r): Remove prototype.
63020
63021 2000-12-06  Paul Eggert  <eggert@twinsun.com>
63022
63023         * m4/off_t-format.m4: Remove this file.
63024         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
63025
63026 2000-12-06  Jim Meyering  <meyering@lucent.com>
63027
63028         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
63029         replacement strtoull, we may well need the replacement strtoul, too.
63030         Check for declarations of strtoul and strtoull.
63031         Check for strtol.  Mainly as a cue to cause automake to include
63032         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
63033         Check for limits.h -- strtol.c needs it.
63034
63035 2000-12-05  Jim Meyering  <meyering@lucent.com>
63036
63037         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
63038
63039 2000-12-04  Jim Meyering  <meyering@lucent.com>
63040
63041         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
63042         Also include memory.h, stdlib.h, unistd.h if appropriate.
63043         Reported by Andreas Jaeger (conflicting declaration of malloc).
63044
63045 2000-12-02  Jim Meyering  <meyering@lucent.com>
63046
63047         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
63048         * m4/jm-macros.m4 (jm_MACROS): require it.
63049
63050 2000-12-02  Jim Meyering  <meyering@lucent.com>
63051
63052         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
63053
63054 2000-12-01  Paul Eggert  <eggert@twinsun.com>
63055
63056         * lib/memrchr.c: Include <config.h> before any system include file.
63057
63058 2000-11-30  Jim Meyering  <meyering@lucent.com>
63059
63060         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
63061
63062 2000-11-30  Jim Meyering  <meyering@lucent.com>
63063
63064         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
63065
63066 2000-11-29  Paul Eggert  <eggert@twinsun.com>
63067
63068         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
63069
63070 2000-11-26  Jim Meyering  <meyering@lucent.com>
63071
63072         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
63073
63074 2000-11-22  Paul Eggert  <eggert@twinsun.com>
63075
63076         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
63077         size of (size_t) -1; it's not portable.
63078
63079 2000-11-17  Jim Meyering  <meyering@lucent.com>
63080
63081         * lib/strstr.c: Update from GNU libc.
63082
63083 2000-11-17  Akim Demaille  <akim@epita.fr>
63084
63085         * lib/obstack.h: Formatting changes.
63086         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
63087         prevent type checking.
63088         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
63089         cast the value to (void *): assigning a `foo *' to a `void *'
63090         variable is valid.
63091         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
63092
63093 2000-11-16  Jim Meyering  <meyering@lucent.com>
63094
63095         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
63096
63097 2000-11-11  Jim Meyering  <meyering@lucent.com>
63098
63099         * lib/error.c: Add a couple #includes, merging from GNU libc version.
63100
63101 2000-11-10  Jim Meyering  <meyering@lucent.com>
63102
63103         * lib/obstack.h: Update from GNU libc.
63104         * lib/obstack.c: Likewise.
63105
63106 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
63107
63108         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
63109
63110 2000-11-06  Paul Eggert  <eggert@twinsun.com>
63111
63112         * lib/getusershell.c (setusershell): Use rewind rather than
63113         fseek/fseeko, to avoid configuration hassles with fseeko.
63114         Don't bother opening SHELLS_FILE if shellstream is NULL;
63115         it's not necessary.
63116
63117 2000-11-05  Jim Meyering  <meyering@lucent.com>
63118
63119         * lib/makepath.h (make_dir): Declare.
63120         * lib/makepath.c (make_dir): Remove `static' attribute.
63121         Tweak a comment.
63122
63123 2000-11-04  Jim Meyering  <meyering@lucent.com>
63124
63125         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
63126
63127 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
63128
63129         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
63130         last one in a bucket, advance to the next bucket.
63131
63132 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
63133
63134         * lib/fnmatch.c: Do not comment out all the code if we are using
63135         the GNU C library, because in some cases we are replacing buggy
63136         code in the GNU C library itself.
63137
63138 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
63139
63140         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
63141         (regex_compile): Catch bogus \(\1\).
63142
63143 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63144
63145         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
63146         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
63147         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
63148
63149 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63150
63151         * lib/error.h, getline.h, modechange.h:
63152         Remove "2000" from Copyright line, as the file hasn't been
63153         changed this year other than in the copyright notice.
63154
63155         * lib/xalloc.h: Add "2000" to Copyright line, as this file
63156         was changed this year.
63157
63158 2000-10-29  Jim Meyering  <meyering@lucent.com>
63159
63160         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
63161         renaming.
63162         * m4/ls-mntd-fs.m4: Likewise
63163
63164 2000-10-29  Jim Meyering  <meyering@lucent.com>
63165
63166         * lib/xstat.in: Fix grammar in comment.
63167
63168 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
63169
63170         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
63171         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
63172         doesn't define __restrict_arr.
63173
63174 2000-10-28  Jim Meyering  <meyering@lucent.com>
63175
63176         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
63177         (jm_PREREQ_MEMCHR): New function.
63178
63179 2000-10-28  Jim Meyering  <meyering@lucent.com>
63180
63181         * lib/memchr.c: Update from libc.
63182         Adjust for portability:
63183         [HAVE_STDLIB_H]: Include stdlib.h.
63184         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
63185         Undef __memchr, too.
63186         [!weak_alias]: Define __memchr to memchr.
63187
63188         * lib/regex.c: Update from libc.
63189         * lib/regex.h: Likewise.
63190         * lib/getopt1.c: Likewise.
63191         * lib/memcmp.c: Likewise.
63192
63193         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
63194         Avoid using fseek, when possible -- it's broken by design.
63195         Patch by Ulrich Drepper.
63196
63197 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
63198
63199         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
63200         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
63201         Giving in to popular pressure to shut up the compiler with casts.
63202
63203 2000-10-26  Jim Meyering  <meyering@lucent.com>
63204
63205         * lib/strftime.c: Update from libc.
63206
63207 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
63208
63209         * regex.c: More `unsigned char' -> `re_char' changes.
63210         Also change several `int' into `re_wchar_t'.
63211         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
63212         (PUSH_FAILURE_POINTER): Don't cast any more.
63213         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
63214         We want GCC to complain, since this piece of code makes
63215         re_match non-reentrant, which *should* be fixed.
63216         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
63217         (EXTEND_BUFFER): Use RETALLOC.
63218         (SET_LIST_BIT): Don't cast.
63219         (re_wchar_t): New type.
63220         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
63221         that those two functions will always properly return.
63222         (IMMEDIATE_QUIT_CHECK): Cast to void.
63223         (analyse_first): Use recursion rather than an explicit stack.
63224         (re_compile_fastmap): Can't fail anymore.
63225         (re_search_2): Don't check re_compile_fastmap for failure.
63226         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
63227         Now also sets the new value (passed in a new argument).
63228         (re_match_2_internal): Use it.
63229         Also, use a new var `reg' of type size_t when looping through regs
63230         rather than reuse the inappropriate `mcnt'.
63231
63232 2000-10-25  Jim Meyering  <meyering@lucent.com>
63233
63234         * lib/obstack.c: Update from libc.
63235
63236 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
63237
63238         * regex.c (regex_compile): Change the way of handling a range from
63239         a char less than 256 to a char not less than 256.
63240
63241 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63242
63243         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63244         NT-Emacs only.
63245         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63246         so that re_search functions only quit when callers expect them to.
63247
63248 2000-10-23  Jim Meyering  <meyering@lucent.com>
63249
63250         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63251         wrong.  That set_locale call must not have any side effects.
63252         From Paul Eggert.
63253
63254 2000-10-22  Jim Meyering  <meyering@lucent.com>
63255
63256         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63257         [CYCLIC]: Remove now-unused definition.
63258
63259         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
63260         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
63261         Suggestion from Ulrich Drepper.
63262
63263 2000-10-21  Jim Meyering  <meyering@lucent.com>
63264
63265         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
63266         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
63267         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
63268
63269 2000-10-21  Jim Meyering  <meyering@lucent.com>
63270
63271         * lib/dirname.c (memrchr): Declare if necessary.
63272         (dir_name): Remove the restriction that there be no
63273         trailing slashes.  Now, this code skips past them, effectively
63274         ignoring them.
63275         [TEST_DIRNAME] (main): New unit tests.
63276
63277         * lib/memrchr.c: New file from GNU libc.
63278         Undef __memrchr, too.
63279         [!weak_alias]: Define __memrchr to memrchr.
63280         Guard weak_alias use with `#ifdef weak_alias'.
63281
63282 2000-10-21  Jim Meyering  <meyering@lucent.com>
63283
63284         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
63285         (dir_name): Use dir_name_r.
63286         * lib/dirname.h (dir_name_r): Declare it.
63287
63288 2000-10-17  Jim Meyering  <meyering@lucent.com>
63289
63290         * lib/quote.h (PARAMS): Define and use.
63291         Reported by Akim Demaille.
63292
63293         * lib/getopt.c: Update from libc.
63294
63295 2000-10-16  Jim Meyering  <meyering@lucent.com>
63296
63297         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
63298         setlocale.
63299         From Jan Fedak.
63300
63301 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
63302
63303         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
63304
63305 2000-09-25  Jim Meyering  <meyering@lucent.com>
63306
63307         * lib/md5.h (rol): Define (from GnuPG).
63308
63309         * lib/sha.c: Give credit (GnuPG) where due.
63310         (M): Use rol rather than open-coding it.
63311         Add a FIXME comment.
63312
63313 2000-09-21  Jim Meyering  <meyering@lucent.com>
63314
63315         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63316         Reported by Michael Stone.
63317
63318 2000-09-20  Jim Meyering  <meyering@lucent.com>
63319
63320         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63321         (noinst_HEADERS): Add sha.h.
63322         Based on code from Scott G. Miller and from GnuPG.
63323
63324 2000-09-18  Jim Meyering  <meyering@lucent.com>
63325
63326         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63327         LIBS. Otherwise, everyone ends up linking with -lelf for some
63328         configurations.
63329         Reported by Mike Stone.
63330
63331 2000-09-15  Jim Meyering  <meyering@lucent.com>
63332
63333         * lib/regex.c: Update from libc.
63334
63335 2000-09-10  Jim Meyering  <meyering@lucent.com>
63336
63337         * lib/getopt.c (_getopt_internal): Update from glibc.
63338
63339 2000-09-09  Jim Meyering  <meyering@lucent.com>
63340
63341         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63342         think it should be used as a general replacement for isascii.
63343         * lib/fnmatch.c: Likewise.
63344         * lib/mbswidth.c: Likewise
63345         * lib/regex.c: Likewise.
63346
63347         Don't use atoi.
63348         * lib/userspec.c: Include sys/param.h and limits.h.
63349         Include xstrtol.h.
63350         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63351         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63352         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63353         UID, GID.  Check range.
63354
63355 2000-09-06  Jim Meyering  <meyering@lucent.com>
63356
63357         * lib/getopt.c (_getopt_internal): Update from glibc.
63358
63359 2000-08-30  Jim Meyering  <meyering@lucent.com>
63360
63361         * lib/strftime.c: Merge in changes from GNU libc.
63362
63363 2000-08-26  Jim Meyering  <meyering@lucent.com>
63364
63365         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63366         * m4/fpending.m4: New file.
63367
63368 2000-08-26  Jim Meyering  <meyering@lucent.com>
63369
63370         * lib/closeout.c: Include "__fpending.h".
63371         (close_stdout_status): Return right away if there's nothing to flush.
63372
63373         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63374         * lib/__fpending.c: New file.
63375         * lib/__fpending.h: New file.
63376
63377 2000-08-20  Jim Meyering  <meyering@lucent.com>
63378
63379         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63380         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63381         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63382
63383 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63384
63385         Improve fileutils installation on systems where running
63386         programs (like install) can't be unlinked.
63387         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63388         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63389
63390 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63391
63392         Standardize on "memory exhausted" instead of "Memory exhausted"
63393         or "virtual memory exhausted".
63394         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63395         "virtual memory exhausted".
63396         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63397         our own message.
63398         * lib/userspec.c (parse_user_spec): Likewise.
63399         * lib/bumpalloc.h: comment fix
63400         * lib/same.c, userspec.c: Include xalloc.h.
63401
63402         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63403         not char *const and pointing to a constant array.
63404         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63405         (xrealloc): Comment fix.
63406
63407         * lib/userspec.c (parse_user_spec):
63408         Don't translate a message until just before returning,
63409         to avoid unnecessary translation.
63410
63411 2000-08-07  Jim Meyering  <meyering@lucent.com>
63412
63413         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63414         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63415         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63416         getgroups.c, gethostname.c, getopt.h, group-member.c,
63417         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63418         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63419         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63420         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63421         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63422         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63423         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63424         yesno.c: Back out Copyright date changes for each file with no change
63425         this year.  This eases coordination with other programs using the same
63426         source code modules.  From Paul Eggert.
63427
63428 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63429
63430         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63431         not char, for compatibility with glibc 2.1.3 strftime.c.
63432
63433 2000-08-03  Greg McGary  <greg@mcgary.org>
63434
63435         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63436         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63437         (EXTEND_BUFFER): Use them.
63438
63439 2000-08-01  Jim Meyering  <meyering@lucent.com>
63440
63441         * lib/dirname.c (ISSLASH): Define.
63442         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63443         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63444         both `\' and `/' may be use as path separators.
63445         Based on a patch from Prashant TR.
63446
63447 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63448
63449         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63450         slot vector a constant, since it might get modified.
63451
63452 2000-07-31  Jim Meyering  <meyering@lucent.com>
63453
63454         * lib/xmalloc.c: Use `virtual memory exhausted', not
63455         `Memory exhausted'.
63456         * lib/obstack.c (print_and_abort): Likewise.
63457
63458 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63459
63460         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63461         buffer, so that the caller can always quote one small
63462         component of a "memory exhausted" message in slot 0.
63463         From a suggestion by Jim Meyering.
63464
63465 2000-07-30  Jim Meyering  <meyering@lucent.com>
63466
63467         * lib/makepath.c (make_path): Quote the other instance, too.
63468
63469         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63470         (STATIC_BUF_SIZE): Define.
63471         (quotearg_n_options): Use only statically allocated storage when
63472         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63473         than STATIC_BUF_SIZE.
63474
63475 2000-07-29  Jim Meyering  <meyering@lucent.com>
63476
63477         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63478         * lib/dirname.c (dir_name): Likewise.
63479
63480         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63481         `/'.
63482
63483         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63484         (dir_name): Assert that there are no trailing slashes.
63485
63486 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63487
63488         * lib/mbswidth.h (mbswidth): Add a flags argument.
63489         (mbswidth): New declaration.
63490         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63491         * lib/mbswidth.c (mbswidth): Add a flags argument.
63492         (mbsnwidth): New function.
63493
63494 2000-07-24  Jim Meyering  <meyering@lucent.com>
63495
63496         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63497
63498 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63499
63500         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63501
63502 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63503
63504         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63505         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63506         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63507         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63508         invoke multibyte primitives.
63509
63510 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63511
63512         * lib/quotearg.c:
63513         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63514         so that mbstate_t is always defined.
63515
63516         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63517         be 1 in at least one GCC installation, and this configuration
63518         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63519         performance on hosts that have mbrtowc but have only unibyte
63520         locales, but I assume these hosts are rare.
63521
63522 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63523
63524         * lib/mbswidth.c (_XOPEN_SOURCE):
63525         Don't define; this causes problems on Solaris 7.
63526         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63527
63528 2000-07-23  Jim Meyering  <meyering@lucent.com>
63529
63530         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63531         too: getgrgid, getpwuid, getuid.
63532
63533 2000-07-23  Jim Meyering  <meyering@lucent.com>
63534
63535         * lib/basename.c (base_name): Add an assertion.
63536
63537 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63538
63539         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63540         shadow its mbsinit function.
63541
63542 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63543
63544         * lib/mbswidth.h: New file.
63545         * lib/mbswidth.c: New file.
63546         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63547         (noinst_HEADERS): Add mbswidth.h.
63548
63549 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63550
63551         * lib/config.charset: Add support for FreeBSD. Improve support for
63552         HP-UX and IRIX 6.
63553
63554 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63555
63556         * m4/mbswidth.m4: New file.
63557         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63558
63559 2000-07-15  Jim Meyering  <meyering@lucent.com>
63560
63561         * lib/makepath.c: Include quote.h.
63562         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63563         corresponding argument in a `quote (...)' call.
63564         Give better diagnostics.
63565
63566         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63567         (noinst_HEADERS): Add quote.h.
63568
63569         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63570         from tar's src/misc.c.
63571         * lib/quote.h: New file.  Prototypes for same.
63572
63573 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63574
63575         From a suggestion by Bruno Haible.
63576         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63577         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63578         to decide whether to define the BeOS workaround macro;
63579         this adjusts to the change to AC_MBSTATE_T.
63580
63581 2000-07-14  Jim Meyering  <meyering@lucent.com>
63582
63583         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63584         jm_AC_TYPE_UINTMAX_T.
63585
63586 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63587
63588         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63589
63590         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63591         quotearg_buffer_restyled): Add support for
63592         clocale_quoting_style.  Undo previous change to
63593         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63594         and "{RIGHT QUOTATION MARK}" msgids.
63595
63596 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63597
63598         From a suggestion by Bruno Haible.
63599         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63600         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63601         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63602         and mbstate_t, to a single-part test that simply defines mbstate_t.
63603         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63604         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63605
63606 2000-07-10  Jim Meyering  <meyering@lucent.com>
63607
63608         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63609
63610         * m4/gnu-source.m4: Output to confdefs.h directly.
63611         Suggestion from Akim Demaille.
63612
63613 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63614
63615         The old behavior of quoting `like this' doesn't look good with
63616         newer, ISO-style fonts.  See:
63617         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63618
63619         Instead, quote "like this" by default.  Let the translator
63620         tailor the locale-specific quoting behavior by providing
63621         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63622
63623         * lib/quotearg.c (N_): New macro.
63624         (gettext_default): New function.
63625         (quotearg_buffer_restyled): Use
63626         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63627         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63628
63629 2000-07-09  Jim Meyering  <meyering@lucent.com>
63630
63631         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63632         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63633
63634         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63635         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63636
63637 2000-07-09  Jim Meyering  <meyering@lucent.com>
63638
63639         * lib/Most files: Update copyright dates to include 2000.
63640
63641 2000-07-08  Jim Meyering  <meyering@lucent.com>
63642
63643         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63644         if not defined.
63645         (xgethostname): Remove now-unnecessary #ifdef.
63646         Move declaration of `err' into loop where it's used.
63647
63648 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63649         and Bruno Haible  <haible@clisp.cons.org>
63650
63651         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63652         only if the test for an object-type mbstate_t fails.  This
63653         prevents us from mistakenly reporting that mbstate_t is a
63654         system object type after we "#define mbstate_t int" to work
63655         around its lack.
63656
63657 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63658         and Bruno Haible  <haible@clisp.cons.org>
63659
63660         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63661
63662 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63663
63664         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63665         to strerror_r.
63666         Include <ctype.h> for use of isalpha.
63667
63668 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63669
63670         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63671         by allocating a larger buffer. Test the gethostname return value for
63672         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63673         returns an error and ENAMETOOLONG isn't defined.
63674
63675 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63676
63677         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63678         dimension.
63679
63680 2000-07-04  Jim Meyering  <meyering@lucent.com>
63681
63682         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63683         of the deprecated AC_CHECKING.
63684
63685 2000-07-04  Jim Meyering  <meyering@lucent.com>
63686
63687         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63688         Reported by Bruno Haible.
63689
63690 2000-07-04  Jim Meyering  <meyering@lucent.com>
63691
63692         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63693         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63694         lacks mbrtowc.
63695
63696 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63697
63698         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63699         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63700
63701 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63702         and Bruno Haible  <haible@clisp.cons.org>
63703
63704         * lib/quotearg.c (mbrtowc):
63705         Assign to *pwc, and return 1 only if result is nonzero.
63706         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63707
63708 2000-07-03  Jim Meyering  <meyering@lucent.com>
63709
63710         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63711
63712 2000-07-03  Jim Meyering  <meyering@lucent.com>
63713
63714         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63715         This is necessary to get a definition of e.g., UTMP_FILE on
63716         HP-UX 10.20.
63717         From Bob Proulx.
63718
63719 2000-07-02  Jim Meyering  <meyering@lucent.com>
63720
63721         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63722
63723         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63724         AC_LIBOBJ(function_name).
63725         * m4/chown.m4: Likewise.
63726         * m4/fnmatch.m4: Likewise.
63727         * m4/ftruncate.m4: Likewise.
63728         * m4/getgroups.m4: Likewise.
63729         * m4/getline.m4: Likewise.
63730         * m4/group-member.m4: Likewise.
63731         * m4/jm-macros.m4: Likewise.
63732         * m4/lstat.m4: Likewise.
63733         * m4/malloc.m4: Likewise.
63734         * m4/memcmp.m4: Likewise.
63735         * m4/nanosleep.m4: Likewise.
63736         * m4/putenv.m4: Likewise.
63737         * m4/realloc.m4: Likewise.
63738         * m4/regex.m4: Likewise.
63739         * m4/stat.m4: Likewise.
63740         * m4/strftime.m4: Likewise.
63741
63742 2000-07-02  Jim Meyering  <meyering@lucent.com>
63743
63744         * lib/quotearg.c (mbstate_t): Don't define here.
63745
63746 2000-07-02  Jim Meyering  <meyering@lucent.com>
63747
63748         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63749
63750 2000-07-01  Jim Meyering  <meyering@lucent.com>
63751
63752         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63753
63754 2000-07-01  Jim Meyering  <meyering@lucent.com>
63755
63756         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63757         problem.
63758
63759 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63760
63761         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63762         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63763
63764 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63765
63766         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63767         per change in ../m4/ls-mntd-fs.m4.
63768         (read_filesystem_list): Ignore symbolic links.
63769
63770 2000-06-29  Jim Meyering  <meyering@lucent.com>
63771
63772         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63773         for declaration of strcmp.
63774
63775         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63776
63777         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63778         Avoid warning by casting result to `char *' to remove `const'.
63779
63780 2000-06-28  Jim Meyering  <meyering@lucent.com>
63781
63782         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63783         included by quotearg.c, for which we perform this test.  From
63784         Bruno Haible.
63785
63786 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63787
63788         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63789         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63790         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63791
63792 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63793
63794         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63795
63796 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63797
63798         savedir now sets errno on failure and invokes xmalloc to get memory.
63799         Fix a couple of other minor bugs while we're at it.
63800
63801         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63802         (NAMLEN): Remove macro.
63803         (malloc, realloc): Remove decls.
63804         (stpcpy): Likewise.
63805         ("xalloc.h"): Include.
63806         (NAME_SIZE_DEFAULT): New macro.
63807         (savedir): Use xmalloc / xrealloc to allocate memory.
63808         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63809         Skip "" directory entries.
63810         Use strlen to calculate directory entry length, since the old method
63811         is rarely used these days and isn't worth supporting.
63812         Don't use a pointer after freeing it.
63813         Check for integer overflow when calculating allocation size.
63814         Use memcpy to copy entries, instead of stpcpy.
63815         Set errno properly when returning NULL.
63816         Check for readdir error.
63817
63818 2000-06-26  Jim Meyering  <meyering@lucent.com>
63819
63820         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63821
63822 2000-06-25  Jim Meyering  <meyering@lucent.com>
63823
63824         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63825         Linux header bug when _XOPEN_SOURCE is defined to 500.
63826
63827 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63828
63829         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63830         deficiency.
63831
63832 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63833
63834         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63835         Include xalloc.h.
63836         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63837
63838 2000-06-24  Jim Meyering  <meyering@lucent.com>
63839
63840         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63841         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63842         for which strerror does return char*, but which lacks a conveniently
63843         accessible declaration of the function.  If the compile-test says
63844         strerror_r doesn't work, then resort to a `run'-test that works on
63845         BeOS and segfaults on DEC Unix.
63846
63847 2000-06-24  Jim Meyering  <meyering@lucent.com>
63848
63849         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63850
63851 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63852
63853         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63854         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63855
63856 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63857
63858         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63859         (mbrtowc, mbstate_t): Define substitutes if
63860         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63861         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63862         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63863
63864 2000-06-23  Jim Meyering  <meyering@lucent.com>
63865
63866         * m4/afs.m4: Add missing AC_MSG_RESULT.
63867         Reported by Bruno Haible.
63868
63869         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63870         Suggestion from Bruno Haible.
63871
63872 2000-06-23  Jim Meyering  <meyering@lucent.com>
63873
63874         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63875
63876 2000-06-21  Jim Meyering  <meyering@lucent.com>
63877
63878         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63879
63880 2000-06-21  Jim Meyering  <meyering@lucent.com>
63881
63882         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63883         (noinst_HEADERS): Add getstr.h.
63884
63885         * lib/getline.c (getstr): Move into a separate file.
63886         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63887         the following changes: new parameter, delim2; both delim[12]
63888         parameters have type `int', not `char'.  The latter would lose
63889         with 8-bit delimiters.
63890         * lib/getstr.h: New file.
63891
63892 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63893
63894         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63895         than 1024, return a memory chunk of least possible size, instead
63896         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63897         Use free/xmalloc instead of xrealloc to avoid copying for very long
63898         paths.
63899
63900 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63901
63902         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63903         the empty string.
63904
63905 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63906
63907         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63908         address, not strdup.  Include <stdlib.h> and don't declare free().
63909
63910 2000-06-19  Jim Meyering  <meyering@lucent.com>
63911
63912         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63913
63914 2000-06-18  Jim Meyering  <meyering@lucent.com>
63915
63916         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63917
63918         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63919         `checking whether...' message to be consistent with that of the
63920         lstat test.
63921
63922 2000-06-18  Jim Meyering  <meyering@lucent.com>
63923
63924         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63925         Besides, these days every porting target provides a mkdir function.
63926
63927         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63928         needed. (this snippet comes from src/system.h).
63929
63930 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63931
63932         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63933
63934 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63935
63936         * lib/human.c (adjust_value): New function.
63937         (human_readable_inexact): Apply rounding style even when
63938         printing approximate values.
63939
63940 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63941
63942         * lib/human.c (human_readable_inexact): Allow an input block
63943         size that is not a multiple of the output block size, and vice versa.
63944         Reported by Piergiorgio Sartor.
63945
63946 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63947
63948         * lib/getdate.y (get_date): Apply relative times after time
63949         zone indicator, not before.  Reported by Todd A. Jacobs.
63950
63951 2000-06-13  Jim Meyering  <meyering@lucent.com>
63952
63953         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63954
63955         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63956
63957 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63958
63959         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63960
63961 2000-06-12  Jim Meyering  <meyering@lucent.com>
63962
63963         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63964         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63965         optional argument.
63966         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63967         the optional argument, `lib'.
63968
63969 2000-06-08  Jim Meyering  <meyering@lucent.com>
63970
63971         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63972
63973 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63974
63975         Rewrite largefile configuration so that we don't need to run
63976         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63977         AC_CANONICAL_HOST in configure.in -- jmm]
63978
63979         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63980         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63981         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63982         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63983         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63984         All uses changed.
63985         Instead of inspecting the output of getconf, try to compile the
63986         test program without and with the macro definition.
63987         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63988         for getconf.  Instead, check for the needed flags by compiling
63989         test programs.
63990
63991 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63992
63993         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63994
63995 2000-06-04  Jim Meyering  <meyering@lucent.com>
63996
63997         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63998         SunOS 4.1.4 for which gid_t is an unsigned type.
63999
64000 2000-06-03  Jim Meyering  <meyering@lucent.com>
64001
64002         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
64003         now that autoconf requires that.
64004
64005         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
64006         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
64007         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
64008
64009 2000-06-03  Jim Meyering  <meyering@lucent.com>
64010
64011         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
64012
64013 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64014
64015         * m4/glibc21.m4: New file.
64016         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
64017
64018 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64019
64020         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
64021         newer, don't install charset.alias.
64022         * lib/config.charset: Change the Linux/glibc rules so they become empty
64023         on glibc-2.1 or newer.
64024
64025 2000-06-02  Jim Meyering  <meyering@lucent.com>
64026
64027         * lib/mountlist.c: Back out last change.  Instead, do this...
64028         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
64029         me_dummy member using the same `ignore'-testing code.
64030         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
64031         fs_type strings.
64032         From Mark D. Roth.
64033
64034 2000-05-29  Jim Meyering  <meyering@lucent.com>
64035
64036         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
64037         mounts with the `ignore' attribute.  Based on a patch from
64038         Mark D. Roth.
64039
64040 2000-05-28  Jim Meyering  <meyering@lucent.com>
64041
64042         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
64043         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64044         * m4/stat.m4: Likewise.
64045         * m4/lstat.m4: Likewise.
64046         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
64047
64048         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
64049         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
64050
64051 2000-05-26  Jim Meyering  <meyering@lucent.com>
64052
64053         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
64054
64055 2000-05-24  Jim Meyering  <meyering@lucent.com>
64056
64057         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
64058         autoconf requires that.
64059         * m4/lib-check.m4: Likewise.
64060         * m4/jm-macros.m4: Likewise.
64061         * m4/strftime.m4: Likewise.
64062
64063         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
64064         AC_CHECK_DECLS, now that autoconf requires that.
64065
64066 2000-05-22  Jim Meyering  <meyering@lucent.com>
64067
64068         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64069         * m4/lstat.m4: Likewise.
64070
64071 2000-05-22  Jim Meyering  <meyering@lucent.com>
64072
64073         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
64074
64075 2000-05-20  Jim Meyering  <meyering@lucent.com>
64076
64077         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
64078         (jm_PREREQ): Use it.
64079
64080 2000-05-18  Jim Meyering  <meyering@lucent.com>
64081
64082         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
64083         back, too, since it may have been modified by allocate_entry.
64084         (hash_delete): Rewrite to use neither the assignment operator
64085         nor the comma operator in an if-expression.
64086
64087 2000-05-15  Paul Eggert  <eggert@twinsun.com>
64088
64089         * lib/closeout.c:
64090         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
64091         Remove; no longer needed.
64092         "quotearg.h": Add include.
64093         (file_name): Do not bother to explicitly initialize to NULL; it's less
64094         efficient on some hosts.
64095         (close_stdout_status): Remove test as to whether stdout was already
64096         closed; it breaks for the case "echo x | sort >&-".
64097         Quote file name colons.
64098         Do not assume that _("write error") lacks format strings.
64099
64100 2000-05-15  Jim Meyering  <meyering@lucent.com>
64101
64102         * lib/version-etc.c (version_etc_copyright): Update the copyright
64103         string used in all --version output.
64104
64105 2000-05-14  Jim Meyering  <meyering@lucent.com>
64106
64107         * lib/closeout.c (close_stdout_set_file_name): New function.
64108         (close_stdout_status): Use new file-scoped global.
64109         Return right away if fstat says the stdout file descriptor is invalid.
64110         * lib/closeout.h (close_stdout_set_file_name): Declare.
64111
64112 2000-05-10  Jim Meyering  <meyering@lucent.com>
64113
64114         * lib/closeout.c [default_exit_status]: New file-scoped variable.
64115         (close_stdout_set_status): New function.
64116         * lib/closeout.h (close_stdout_set_status): Declare.
64117
64118 2000-05-09  Jim Meyering  <meyering@lucent.com>
64119
64120         * m4/gettext.m4: Rename this...
64121         * m4/libintl.m4: ...to this.
64122
64123 2000-05-08  Jim Meyering  <meyering@lucent.com>
64124
64125         * lib/long-options.c: Don't include closeout.h.
64126         (parse_long_options): Don't call close_stdout for --version.
64127
64128 2000-05-06  Paul Eggert  <eggert@twinsun.com>
64129
64130         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
64131         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
64132         2.1.3 bug.  This avoids a clash when files like regex.c define
64133         _GNU_SOURCE.
64134
64135 2000-05-06  Jim Meyering  <meyering@lucent.com>
64136
64137         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
64138         (AC_REPLACE_FUNCS): Add strnlen.
64139
64140         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
64141         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
64142
64143         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
64144         AC_SEARCH_LIBS call for nanosleep.
64145         (LIB_NANOSLEEP): Set and AC_SUBST.
64146
64147 2000-05-06  Jim Meyering  <meyering@lucent.com>
64148
64149         * lib/strnlen.c: Undefine __strnlen and strnlen.
64150         [!weak_alias]: Define __strnlen to strnlen.
64151
64152         * lib/atexit.c: New file, from libiberty.
64153
64154 2000-05-06  Jim Meyering  <meyering@lucent.com>
64155
64156         * lib/closeout.c (close_stdout_status): Also check for errors on the
64157         stderr stream.
64158
64159 2000-05-05  Jim Meyering  <meyering@lucent.com>
64160
64161         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
64162         AC_SEARCH_LIBS call for clock_gettime.
64163         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
64164
64165         * m4/search-libs.m4: Update from autoconf.
64166
64167         su doesn't work on Solaris 2.6.
64168         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
64169         <shadow.h>.  Reported by Dragos Harabor.
64170
64171 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
64172
64173         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
64174         memcpy instead of xmalloc, xrealloc, path_concat.
64175         (locale_charset): Treat empty environment variables as absent.
64176         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
64177
64178 2000-05-04  Jim Meyering  <meyering@lucent.com>
64179
64180         * lib/getopt.c: Update from glibc.
64181         * lib/obstack.c: Likewise.
64182         * lib/obstack.h: Likewise.
64183         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
64184         file
64185
64186         * lib/regex.h: Likewise.
64187         * lib/strndup.c: Likewise.
64188         * lib/strnlen.c: New file, from glibc.
64189
64190 2000-05-03  Jim Meyering  <meyering@lucent.com>
64191
64192         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
64193
64194 2000-05-02  Paul Eggert  <eggert@twinsun.com>
64195
64196         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
64197         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
64198         compile-time test, rather than inspecting host and OS, to
64199         decide whether to define _LARGEFILE_SOURCE.
64200
64201 2000-05-01  Jim Meyering  <meyering@lucent.com>
64202
64203         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
64204
64205         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
64206         Based on a patch from Bruno Haible.
64207
64208 2000-05-01  Jim Meyering  <meyering@lucent.com>
64209
64210         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
64211
64212 2000-04-29  Jim Meyering  <meyering@lucent.com>
64213
64214         * lib/path-concat.c: Declare strdup only if it's not defined.
64215         * lib/canon-host.c: Likewise.
64216
64217 2000-04-28  Jim Meyering  <meyering@lucent.com>
64218
64219         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
64220         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
64221         is included first, then limits.h is included by locale.h by libintl.h.
64222         From John David Anglin.
64223
64224 2000-04-25  Jim Meyering  <meyering@lucent.com>
64225
64226         * lib/makepath.c (S_IRWXUGO): Define.
64227         (make_path): Always perform explicit chmod if MODE specifies any
64228         of the `special' permission bits.  Prompted by a bug report against
64229         install from Mate Wierdl and Joost van Baal.
64230
64231 2000-04-18  Jim Meyering  <meyering@lucent.com>
64232
64233         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
64234         (jm_PREREQ): Use it.
64235
64236 2000-04-18  Jim Meyering  <meyering@lucent.com>
64237
64238         * lib/README: New file.
64239
64240         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64241         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64242
64243 2000-04-17  Jim Meyering  <meyering@lucent.com>
64244
64245         Get it right :-)
64246         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64247         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64248         Suggestion from Akim Demaille.
64249
64250 2000-04-17  Jim Meyering  <meyering@lucent.com>
64251
64252         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64253         the definition of it to rpl_strftime also defined-away the system's
64254         declaration.
64255
64256 2000-04-15  Jim Meyering  <meyering@lucent.com>
64257
64258         Use `C' to denote so-called `contiguous' files, the same way
64259         that tar does.
64260         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
64261         (ftypelet): Use S_ISCTG.
64262         From Michael Deutschmann.
64263
64264 2000-04-14  Jim Meyering  <meyering@lucent.com>
64265
64266         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
64267         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
64268         clobbered.
64269
64270 2000-04-14  Jim Meyering  <meyering@lucent.com>
64271
64272         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
64273
64274 2000-04-13  Jim Meyering  <meyering@lucent.com>
64275
64276         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
64277         AH_VERBATIM to insert required #ifndef into config.h.in.
64278         Suggestion from Akim Demaille.
64279
64280 2000-04-12  Jim Meyering  <meyering@lucent.com>
64281
64282         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
64283         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
64284         Christian Krackowizer.
64285
64286         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
64287         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
64288         (AC_SYS_LARGEFILE): Require.
64289         (AM_C_PROTOTYPES): Require.
64290
64291 2000-04-08  Jim Meyering  <meyering@lucent.com>
64292
64293         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
64294         names don't conflict.  Reported by Eli Zaretskii.
64295
64296 2000-04-07  Jim Meyering  <meyering@lucent.com>
64297
64298         * lib/putenv.c: Move inclusion of errno.h so it follows that of
64299         sys/types.h, to work around system header problems on AIX 3.2.5.
64300         From Bruno Haible.
64301
64302 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
64303
64304         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
64305         bug.  Deal with the different error behavior of Irix iconv.
64306
64307 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64308
64309         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64310         IRIX if the installer said otherwise.
64311
64312 2000-04-05  Jim Meyering  <meyering@lucent.com>
64313
64314         Portability tweaks required for ultrix4.3.
64315         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64316         (jm_CHECK_DECLS): Add getutent to the list of functions.
64317         (_jm_DECL_HEADERS): Add utmpx.h.
64318         From John David Anglin.
64319
64320         * m4/strftime.m4: Back out the 2000-04-02 change.
64321         Instead of that change, simply undefine putenv in the test program.
64322
64323 2000-04-05  Jim Meyering  <meyering@lucent.com>
64324
64325         Portability tweaks required for ultrix4.3.
64326         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64327         getutent.
64328         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64329         * lib/canon-host.c: Declare strdup.
64330         * lib/path-concat.c: Likewise.
64331         From John David Anglin.
64332
64333 2000-04-04  Jim Meyering  <meyering@lucent.com>
64334
64335         Be more DOS 8.3-friendly.
64336         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64337         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64338         * lib/Makefile.am: Reflect renaming.
64339         Reported by Eli Zaretskii.
64340
64341         Use a temporary file name that won't clash with `charset.alias'
64342         in the DOS 8.3 name space.
64343         * lib/Makefile.am (charset_tmp): Define.
64344         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64345         (uninstall-local): Likewise.
64346         Reported by Eli Zaretskii.
64347
64348 2000-04-03  Jim Meyering  <meyering@lucent.com>
64349
64350         * m4/gettext.m4: Fix typo in comment.
64351
64352         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64353         textutils/configure.in).  Suggestion from Paul Eggert.
64354         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64355
64356 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64357
64358         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64359         variable in the shell rather than using putenv, which isn't
64360         portable.  This avoids the configure-time inter-test dependency
64361         on the potentially-renamed putenv function.
64362
64363 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64364
64365         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64366         before checking struct stat.st_blksize, so that
64367         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64368
64369 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64370
64371         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64372         since strftime.c uses HAVE_STRFTIME to decide whether to use
64373         the underlying strftime.
64374
64375 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64376
64377         * lib/time/strftime.c (my_strftime): Make sure we call the system
64378         strftime, not ourselves, when invoking the underlying strftime.
64379
64380 2000-03-24  Jim Meyering  <meyering@lucent.com>
64381
64382         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64383         (charset_alias): Define.
64384         (install-exec-local): Factor out common code.
64385         (uninstall-local): Split lines longer than 80.
64386         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64387         (SUFFIXES): Define.
64388         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64389         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64390
64391 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64392
64393         * lib/config.charset: Output a line containing "Packages using this
64394         file".
64395         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64396         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64397         ref-del.sed): New rules.
64398
64399 2000-03-17  Jim Meyering  <meyering@lucent.com>
64400
64401         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64402         Otherwise, include <strings.h>
64403
64404 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64405
64406         * lib/unicodeio.c (utf8_wctomb): New function.
64407         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64408         format instead of in UCS-4 with platform dependent endianness.
64409
64410 2000-03-10  Jim Meyering  <meyering@lucent.com>
64411
64412         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64413         From Marco Franzen.
64414
64415 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64416
64417         * lib/savedir.c (savedir): Work even if directory size is
64418         negative; this can happen with some screwy NFS configurations.
64419
64420 2000-03-06  Jim Meyering  <meyering@lucent.com>
64421
64422         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64423         if it's NULL (because we ran out of memory).  From Bruno Haible.
64424
64425 2000-03-05  Jim Meyering  <meyering@lucent.com>
64426
64427         * lib/localcharset.c ("path-concat.h"): Include.
64428         (get_charset_aliases): Use path_concat instead of ANSI string
64429         concatenation.
64430
64431         * lib/unicodeio.h (PARAMS): Define.
64432         Use it to guard prototype.
64433
64434 2000-03-04  Jim Meyering  <meyering@lucent.com>
64435
64436         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64437         for lib/localcharset.c.
64438
64439 2000-03-04  Jim Meyering  <meyering@lucent.com>
64440
64441         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64442         installing into it.
64443         (uninstall-local): Uncomment this rule so `make distcheck' works
64444         once again.
64445
64446         * lib/unicodeio.c (<errno.h>): Include it.
64447         (errno): Declare if not defined.
64448
64449         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64450
64451         * lib/config.charset: New version, incorporating remarks from a linux
64452         i18n mailing list.  From Bruno Haible.
64453
64454 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64455
64456         * m4/codeset.m4: New file.
64457         * m4/iconv.m4: New file.
64458         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64459
64460 2000-03-03  Jim Meyering  <meyering@lucent.com>
64461
64462         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64463
64464 2000-03-02  Jim Meyering  <meyering@lucent.com>
64465
64466         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64467         the messages come out on separate lines.
64468
64469         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64470         rather than jm_CHECK_DECLARATIONS.
64471         * m4/decl.m4: Remove now-unused file.
64472
64473         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64474         geteuid.
64475
64476 2000-03-02  Jim Meyering  <meyering@lucent.com>
64477
64478         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64479
64480 2000-03-01  Jim Meyering  <meyering@lucent.com>
64481
64482         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64483         * lib/unicodeio.c: Likewise.
64484
64485 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64486
64487         * lib/config.charset: New file.
64488         * lib/localcharset.c: New file.
64489         * lib/unicodeio.h, lib/unicodeio.c: New files.
64490         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64491         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64492         (noinst_HEADERS): Add unicodeio.h.
64493         (all-local, install-exec-local, charset.alias): New targets.
64494
64495 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64496
64497         * lib/quotearg.c (ALERT_CHAR): New macro.
64498         (quotearg_buffer_restyled): Use it.
64499
64500 2000-02-27  Jim Meyering  <meyering@lucent.com>
64501
64502         * m4/check-decl.m4: Add getenv to the list.
64503
64504 2000-02-27  Jim Meyering  <meyering@lucent.com>
64505
64506         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64507         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64508
64509         * lib/backupfile.c: Guard inclusion of stdlib.h with
64510         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64511         Declare malloc if needed.
64512
64513         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64514         `#ifndef HAVE_DECL..'
64515         now that autoconf always defines the HAVE_DECL_ symbols.
64516         * lib/human.c: Likewise.
64517         * lib/same.c: Likewise.
64518         * lib/strtoumax.c: Likewise.
64519
64520         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64521         declaration check was not run.
64522         * lib/hash.c: Likewise.
64523         * lib/human.c: Likewise.
64524         * lib/same.c: Likewise.
64525         * lib/strtoumax.c: Likewise.
64526
64527         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64528         `.', then first look up the entire `.'-containing string as a login
64529         name.
64530
64531 2000-02-23  Jim Meyering  <meyering@lucent.com>
64532
64533         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64534         in place of my hack.
64535
64536 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64537
64538         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64539         (textint): New typedef.
64540         (parser_control): Member year changed from int to textint.
64541         All uses changed.
64542         (YYSTYPE): Removed; replaced by %union with int and textint members.
64543         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64544         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64545         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64546         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64547         (date, number, to_year): Use width of number in digits, not its value,
64548         to determine whether it's a 2-digit year, or a 2-digit time.
64549         (yylex): Store number of digits of numeric tokens.
64550         Reported by John Kendall.
64551
64552         (parser_control): Changed from struct parser_control to typedef (for
64553         consistency).  All uses changed.
64554
64555         (tID): Removed; not used.
64556         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64557
64558 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64559
64560         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64561         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64562
64563 2000-02-12  Jim Meyering  <meyering@lucent.com>
64564
64565         * lib/userspec.c (ISDIGIT): Define it.
64566         (isdigit): Remove definition.
64567         (is_number): Use ISDIGIT, not isdigit.
64568         <libintl.h>: Include.
64569         (_ and N_): Define.
64570         (parse_user_spec): Mark translatable strings.
64571
64572 2000-02-10  Jim Meyering  <meyering@lucent.com>
64573
64574         With these changes, nanosleep.[ch] are finally enough like the other
64575         lib/* replacement files to compile on a few more losing systems.
64576
64577         * lib/nanosleep.h: Don't include config.h.
64578         Remove prototype from declaration of nanosleep.
64579         (PARAMS): Remove now-unneeded definition.
64580         * lib/nanosleep.c: #undef nanosleep.
64581         (rpl_nanosleep): Rename from nanosleep.
64582
64583 2000-02-10  Jim Meyering  <meyering@lucent.com>
64584
64585         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64586         gnu_nanosleep to rpl_nanosleep.
64587
64588 2000-02-09  Jim Meyering  <meyering@lucent.com>
64589
64590         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64591         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64592
64593 2000-02-08  Akim Demaille  <akim@epita.fr>
64594
64595         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64596         `[' and `]' and remove uses of `changequote'.
64597         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64598         (AC_SYS_LARGEFILE): Likewise.
64599         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64600         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64601         of changequote.
64602         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64603         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64604         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64605         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64606
64607 2000-02-05  Jim Meyering  <meyering@lucent.com>
64608
64609         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64610         Remove explicit use of AC_HEADER_TIME.  It is required by
64611         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64612         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64613         in autoconf whereby the expansion of the latter ended up preceding
64614         the expansion of its prerequisite, AC_HEADER_TIME.
64615         Reported by Volker Borchert.
64616
64617 2000-02-03  Jim Meyering  <meyering@lucent.com>
64618
64619         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64620
64621 2000-02-03  Jim Meyering  <meyering@lucent.com>
64622
64623         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64624         rather than with `#if HAVE_UTMPNAME'.
64625
64626 2000-02-02  Jim Meyering  <meyering@lucent.com>
64627
64628         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64629         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64630         Reported by Eli Zaretskii.
64631
64632 2000-02-01  Jim Meyering  <meyering@lucent.com>
64633
64634         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64635
64636 2000-01-31  Jim Meyering  <meyering@lucent.com>
64637
64638         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64639         functions.  Add the time.h and sys/time.h headers along with the
64640         AC_REQUIRE'ment of AC_HEADER_TIME.
64641
64642 2000-01-31  Jim Meyering  <meyering@lucent.com>
64643
64644         * lib/nanosleep.h (nanosleep): Guard declaration with
64645         `#if ! HAVE_DECL_NANOSLEEP'.
64646         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64647         the declaration in that vendor's sys/timers.h.
64648         Reported by Christian Krackowizer.
64649
64650         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64651         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64652         (ISPRINT): Likewise.
64653         Reported by Tom Tromey.
64654
64655 2000-01-30  Jim Meyering  <meyering@lucent.com>
64656
64657         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64658
64659         * m4/prereq.m4 (utmp_includes): Define.
64660         Check for ut_user and ut_name members in both struct utmpx
64661         and struct utmp.
64662
64663 2000-01-30  Jim Meyering  <meyering@lucent.com>
64664
64665         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64666         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64667         header files where only utmpx.ut_user is declared.
64668
64669         * lib/readutmp.h (UT_USER): Define.
64670
64671 2000-01-29  Jim Meyering  <meyering@lucent.com>
64672
64673         * m4/lib-check.m4: New file containing library-related checks from
64674         fileutils and sh-utils (textutils had none).
64675
64676 2000-01-28  Jim Meyering  <meyering@lucent.com>
64677
64678         * m4/perl.m4: Change format of warning message to look more like that
64679         from the missing script.  Suggestion from François Pinard.
64680
64681 2000-01-25  Jim Meyering  <meyering@lucent.com>
64682
64683         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64684         well as time.h in the compile check.
64685         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64686         Fix typo in cross-compiling case: s/yes/no/.
64687
64688 2000-01-23  Jim Meyering  <meyering@lucent.com>
64689
64690         * m4/jm-macros.m4: Move df-related tests here from
64691         fileutils/configure.in
64692
64693         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64694         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64695
64696         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64697         s/space/ac_fsusage_space/.
64698         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64699
64700         * m4/ftruncate.m4: New file (derived from part of
64701         fileutils/configure.in).
64702         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64703         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64704
64705         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64706         AC_SUBST these here, rather than just in sh-util/configure.in, so
64707         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64708         all the same.
64709         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64710         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64711         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64712         (AC_SUBST(POW_LIBM)): Likewise.
64713         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64714
64715 2000-01-23  Jim Meyering  <meyering@lucent.com>
64716
64717         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64718         obstack.c.
64719
64720 2000-01-22  Jim Meyering  <meyering@lucent.com>
64721
64722         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64723
64724         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64725
64726         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64727         configure.in
64728         (AC_CHECK_HEADERS): Likewise for sh-utils.
64729         (AC_CHECK_HEADERS): Likewise for textutils.
64730         Merge the three lists of headers.
64731
64732         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64733         from fileutils' configure.in.
64734
64735         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64736         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64737         check-decl.m4.
64738
64739         * m4/check-decl.m4: Use #if rather than #ifdef.
64740         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64741         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64742         (_jm_DECL_HEADERS): Define new function.
64743         (jm_CHECK_DECLARATIONS): Require it.
64744
64745 2000-01-22  Jim Meyering  <meyering@lucent.com>
64746
64747         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64748         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64749         Required for some AIX systems.  Reported by Christian Krackowizer.
64750         [TESTING] (main): New function.
64751
64752         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64753         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64754         letters.
64755
64756         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64757         iswprint.
64758
64759         * lib/strverscmp.c (ISDIGIT): Define.
64760         (strverscmp): Use ISDIGIT, not isdigit.
64761
64762 2000-01-19  Jim Meyering  <meyering@lucent.com>
64763
64764         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64765         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64766         defines `struct timespec' in <sys/time.h>
64767
64768         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64769         Thanks to Akim for explaining.
64770
64771 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64772
64773         * lib/nanosleep.c (nanosleep):
64774         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64775         POSIX.1 doesn't require SA_INTERRUPT and some systems
64776         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64777         it's been part of POSIX.1 since day 1 (in 1988).
64778
64779 2000-01-17  Jim Meyering  <meyering@lucent.com>
64780
64781         * lib/interlock: Remove unused file.  Reported by François Pinard.
64782
64783 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64784
64785         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64786         alert, backslash, formfeed, and vertical tab unnecessarily in
64787         shell quoting style.
64788
64789 2000-01-16  Jim Meyering  <meyering@lucent.com>
64790
64791         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64792         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64793         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64794         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64795
64796 2000-01-16  Jim Meyering  <meyering@lucent.com>
64797
64798         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64799         because the latter didn't work.
64800
64801 2000-01-15  Jim Meyering  <meyering@lucent.com>
64802
64803         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64804         (AC_REPLACE_FUNCS): Add memcpy and memset.
64805         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64806         Add strpbrk.
64807         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64808
64809 2000-01-12  Jim Meyering  <meyering@lucent.com>
64810
64811         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64812         (jm_PREREQ): Use it.
64813         (jm_PREREQ_READUTMP): New macro.
64814         (jm_PREREQ): Use it.
64815
64816 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64817
64818         Quote multibyte characters correctly.
64819         * m4/c-bs-a.m4: New file.
64820         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64821         (jm_PREREQ): Use it.
64822
64823 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64824
64825         * m4/uintmax_t.m4: Port to autoconf 2.13.
64826
64827 2000-01-08  Jim Meyering  <meyering@ascend.com>
64828
64829         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64830         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64831
64832 2000-01-04  Jim Meyering  <meyering@ascend.com>
64833
64834         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64835         jm_STRUCT_DIRENT_D_TYPE.
64836         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64837         jm_STRUCT_DIRENT_D_INO.
64838         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64839         jm_STRUCT_UTIMBUF.
64840         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64841         renamings.
64842         * m4/utime.m4: Likewise.
64843
64844         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64845         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64846
64847 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64848
64849         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64850         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64851
64852 2000-01-02  Jim Meyering  <meyering@ascend.com>
64853
64854         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64855         remember if this is necessary.
64856
64857 1999-12-26  Jim Meyering  <meyering@ascend.com>
64858
64859         * m4/jm-macros.m4: Use it here.
64860         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64861
64862 1999-12-23  Jim Meyering  <meyering@ascend.com>
64863
64864         * m4/jm-macros.m4: Check for clock_gettime (moved from
64865         fileutils/configure.in)
64866         Check for gettimeofday.
64867
64868 1999-12-20  Jim Meyering  <meyering@ascend.com>
64869
64870         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64871         autoconf-2.14a-1999-12-20.
64872
64873 1999-12-19  Jim Meyering  <meyering@ascend.com>
64874
64875         * m4/lstat-slash.m4: New file.
64876         * m4/jm-macros.m4: Use the new macro:
64877         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64878
64879 1999-12-07  Jim Meyering  <meyering@ascend.com>
64880
64881         * m4/perl.m4: Require that File::Compare be available, too.
64882         Too many systems seem to lack it.
64883
64884         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64885         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64886
64887 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64888
64889         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64890         problem with the QNX 4.25 shell, which doesn't propagate exit
64891         status of failed commands inside shell assignments.
64892
64893 1999-11-17  Jim Meyering  <meyering@ascend.com>
64894
64895         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64896
64897 1999-11-07  Jim Meyering  <meyering@ascend.com>
64898
64899         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64900
64901 1999-11-06  Jim Meyering  <meyering@ascend.com>
64902
64903         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64904         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64905
64906 1999-11-05  Jim Meyering  <meyering@ascend.com>
64907
64908         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64909         configure.in of textutils, fileutils, and sh-utils into this one
64910         (shared between those packages) file.
64911         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64912         AC_STRUCT_ST_BLKSIZE.
64913
64914 1999-11-03  Jim Meyering  <meyering@ascend.com>
64915
64916         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64917         of AC_CHECK_TYPE checks includes unistd.h.
64918         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64919         Suggestion from Akim Demaille.
64920
64921 1999-10-30  Jim Meyering  <meyering@ascend.com>
64922
64923         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64924         m4-quoted string.
64925         * m4/ls-mntd-fs.m4: Likewise.
64926         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64927         * m4/jm-winsz1.m4: Likewise.
64928
64929         * m4/const.m4: Remove file, since the fix made it into the experimental
64930         version of autoconf.
64931         * m4/mktime.m4: Likewise.
64932
64933         * m4/check-type.m4: Remove file, now that the latest version of
64934         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64935
64936         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64937         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64938         AC_CHECK_TYPE.
64939
64940 1999-10-04  Jim Meyering  <meyering@ascend.com>
64941
64942         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64943
64944 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64945
64946         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64947         2.95.1 bug with HP-UX 10.20.
64948
64949 1999-09-17  Jim Meyering  <meyering@ascend.com>
64950
64951         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64952         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64953         due to missing strdup (against sh-utils-2.0).
64954
64955 1999-08-29  Jim Meyering  <meyering@ascend.com>
64956
64957         * m4/jm-macros.m4: Require jm_BISON.
64958         * m4/bison.m4: New file.
64959
64960 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64961
64962         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64963         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64964
64965 1999-08-05  Jim Meyering  <meyering@ascend.com>
64966
64967         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64968         to avoid conflicts with `conftest' on 8+3 filesystems.
64969         Suggestion from Eli Zaretskii.
64970
64971 1999-08-04  Jim Meyering  <meyering@ascend.com>
64972
64973         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64974         fileutils and sh-utils (textutils's getline test was inadequate).
64975         (AM_FUNC_GETLINE): Run this test.
64976         (AC_CHECK_FUNCS): Check for getdelim.
64977         Reported by Bob Proulx.
64978
64979 1999-08-02  Jim Meyering  <meyering@ascend.com>
64980
64981         * m4/jm-macros.m4: Add a comment.
64982
64983 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64984
64985         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64986         <inttypes.h> defines strtoumax as a macro (and not as a
64987         function).
64988
64989 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64990
64991         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64992         that we can shift, multiply and divide unsigned long long
64993         values; Ultrix cc can't do it.
64994
64995 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64996
64997         * m4/mktime.m4: New file, which is a preview of what should appear
64998         in the next public autoconf release.
64999
65000 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65001
65002         * m4/lfs.m4: Remove this file.
65003         * m4/largefile.m4: New file.  It contains the old contents of
65004         lfs.m4, except that all names with prefix AC_LFS have been
65005         changed to use the prefix AC_SYS_LARGEFILE instead, to be
65006         compatible with future autoconf versions.  Also, some minor m4
65007         quoting problems have been fixed.
65008
65009 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65010
65011         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
65012         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
65013         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
65014         and simplify the shell code.
65015
65016 1999-08-01  Jim Meyering  <meyering@ascend.com>
65017
65018         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
65019         m4.
65020
65021 1999-07-20  Jim Meyering  <meyering@ascend.com>
65022
65023         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
65024
65025 1999-07-15  Jim Meyering  <meyering@ascend.com>
65026
65027         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
65028
65029 1999-05-22  Jim Meyering  <meyering@ascend.com>
65030
65031         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
65032
65033 1999-05-20  Jim Meyering  <meyering@ascend.com>
65034
65035         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
65036         Add a colon after each `then' in case $4 is empty.
65037
65038 1999-05-16  Jim Meyering  <meyering@ascend.com>
65039
65040         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
65041
65042 1999-05-10  Jim Meyering  <meyering@ascend.com>
65043
65044         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
65045
65046         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
65047         AC_FUNC_MKTIME.
65048
65049 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
65050
65051         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
65052
65053 1999-05-04  Paul Eggert  <eggert@twinsun.com>
65054
65055         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
65056         not CPPFLAGS, so that linking works correctly in IRIX.
65057
65058 1999-04-30  Paul Eggert  <eggert@twinsun.com>
65059
65060         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
65061
65062 1999-04-20  Paul Eggert  <eggert@twinsun.com>
65063
65064         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
65065         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
65066         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
65067         jm_AC_TYPE_UNSIGNED_LONG_LONG.
65068         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
65069
65070         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
65071
65072 1999-04-20  Jim Meyering  <meyering@ascend.com>
65073
65074         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
65075         AC_REPLACE xstroull if necessary.  From Paul Eggert.
65076         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
65077
65078 1999-04-18  Jim Meyering  <meyering@ascend.com>
65079
65080         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
65081         * m4/jm-macros.m4: Use it.
65082
65083 1999-04-06  Jim Meyering  <meyering@ascend.com>
65084
65085         * m4/strftime.m4: Remove test for %f.
65086
65087 1999-03-29  Jim Meyering  <meyering@ascend.com>
65088
65089         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
65090         superset of the AC_TYPE_* checks in the textutils, fileutils,
65091         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
65092         AC_TYPE_PID_T.
65093
65094 1999-03-28  Jim Meyering  <meyering@ascend.com>
65095
65096         * m4/jm-macros.m4: Define GNU_PACKAGE here.
65097         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
65098         replaced e.g., in the *.sh files of the sh-utils.
65099
65100 1999-03-20  Jim Meyering  <meyering@ascend.com>
65101
65102         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
65103         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
65104         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
65105
65106 1999-03-19  Jim Meyering  <meyering@ascend.com>
65107
65108         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
65109
65110 1999-03-12  Jim Meyering  <meyering@ascend.com>
65111
65112         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
65113
65114 1999-03-07  Jim Meyering  <meyering@ascend.com>
65115
65116         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
65117         declared.
65118
65119 1999-02-17  Jim Meyering  <meyering@ascend.com>
65120
65121         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
65122         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
65123
65124 1999-02-07  Jim Meyering  <meyering@ascend.com>
65125
65126         * m4/group-member.m4: New file -- extracted from sh-utils'
65127         configure.in.
65128
65129         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
65130         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
65131
65132 1999-02-06  Jim Meyering  <meyering@ascend.com>
65133
65134         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
65135         * m4/fnmatch.m4: Likewise.
65136         * m4/getgroups.m4: Likewise.
65137         * m4/lstat.m4: Likewise.
65138         * m4/malloc.m4: Likewise.
65139         * m4/putenv.m4: Likewise.
65140         * m4/realloc.m4: Likewise.
65141         * m4/regex.m4: Likewise.
65142         * m4/stat.m4: Likewise.
65143         * m4/strftime.m4: Likewise.
65144         Suggestion from Alain Magloire.
65145
65146         * m4/chown.m4: Use `.$ac_objext', not `.o'.
65147         * m4/fnmatch.m4: Likewise.
65148         * m4/getgroups.m4: Likewise.
65149         * m4/getline.m4: Likewise.
65150         * m4/lstat.m4: Likewise.
65151         * m4/malloc.m4: Likewise.
65152         * m4/memcmp.m4: Likewise.
65153         * m4/putenv.m4: Likewise.
65154         * m4/realloc.m4: Likewise.
65155         * m4/regex.m4: Likewise.
65156         * m4/stat.m4: Likewise.
65157         * m4/strftime.m4: Likewise.
65158         Suggestion from Alain Magloire.
65159
65160         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
65161         an argument.
65162
65163         * m4/regex.m4: Add a run-time Test for proper operation of
65164         re_compile_pattern.
65165
65166 1999-01-31  Jim Meyering  <meyering@ascend.com>
65167
65168         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
65169
65170 1999-01-30  Jim Meyering  <meyering@ascend.com>
65171
65172         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
65173
65174         * m4/jm-mktime.m4: Make this a wrapper around the official
65175         AM_FUNC_MKTIME rather than my private copy, now that the official one
65176         is up to date.
65177         * m4/mktime.m4: Remove file.
65178
65179         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
65180         * m4/uptime.m4: Likewise.
65181         * m4/uintmax_t.m4: Likewise.
65182
65183 1999-01-28  Jim Meyering  <meyering@ascend.com>
65184
65185         * m4/jm-macros.m4: Use jm_AFS.
65186         * m4/afs.m4: New file (from fileutils' configure.in).
65187
65188         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
65189         * m4/chown.m4: Likewise.
65190         * m4/d-ino.m4: Likewise.
65191         * m4/d-type.m4: Likewise.
65192         * m4/fnmatch.m4: Likewise.
65193         * m4/getgroups.m4: Likewise.
65194         * m4/gettext.m4: Likewise.
65195         * m4/jm-mktime.m4: Likewise.
65196         * m4/jm-winsz2.m4: Likewise.
65197         * m4/lcmessage.m4: Likewise.
65198         * m4/ls-mntd-fs.m4: Likewise.
65199         * m4/malloc.m4: Likewise.
65200         * m4/memcmp.m4: Likewise.
65201         * m4/putenv.m4: Likewise.
65202         * m4/realloc.m4: Likewise.
65203         * m4/st_mtim.m4: Likewise.
65204         * m4/strftime.m4: Likewise.
65205
65206 1999-01-16  Jim Meyering  <meyering@ascend.com>
65207
65208         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
65209         (ARGMATCH_DIE_DECL): Define.
65210
65211 1999-01-12  Jim Meyering  <meyering@ascend.com>
65212
65213         * m4/Makefile.am.in: Rewrite to avoid using fmt.
65214         Reported by Lars Hecking.
65215
65216 1999-01-10  Jim Meyering  <meyering@ascend.com>
65217
65218         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
65219         gross kludge.
65220         * m4/inttypes_h.m4: Likewise.
65221         * m4/lstat.m4: Likewise.
65222         * m4/malloc.m4: Likewise.
65223         * m4/readdir.m4: Likewise.
65224         * m4/realloc.m4: Likewise.
65225         * m4/st_dm_mode.m4: Likewise.
65226         * m4/stat.m4: Likewise.
65227         * m4/utimbuf.m4: Likewise.
65228         * m4/utimes.m4: Likewise.
65229
65230         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
65231         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
65232         comments in config.h.in are meaningful.
65233
65234         * m4/jm-macros.m4: Require autoconf-2.13 here.
65235
65236         * m4/regex.m4: By default, don't use the included regex.c on systems
65237         with glibc 2.  Suggestion from Uli Drepper.
65238
65239 1999-01-02  Jim Meyering  <meyering@ascend.com>
65240
65241         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65242
65243 1998-12-18  Jim Meyering  <meyering@ascend.com>
65244
65245         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65246         Based on a suggestion from Lars Hecking.
65247
65248 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65249
65250         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65251
65252 1998-11-16  Jim Meyering  <meyering@ascend.com>
65253
65254         * m4/lfs.m4: Double-quote the `uname...` expression.
65255
65256 1998-11-14  Jim Meyering  <meyering@ascend.com>
65257
65258         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65259         * m4/stat.m4: Likewise.
65260
65261 1998-11-03  Jim Meyering  <meyering@ascend.com>
65262
65263         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65264         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
65265
65266 1998-10-18  Jim Meyering  <meyering@ascend.com>
65267
65268         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
65269
65270 1998-10-17  Jim Meyering  <meyering@ascend.com>
65271
65272         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
65273         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
65274         calls for those previously hard-coded headers.  Instead, take a new
65275         parameter.
65276         (jm_CHECK_DECLARATIONS): Reflect interface change.
65277         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
65278         (jm_CHECK_DECL_LOCALTIME_R): New macro.
65279
65280         * m4/mktime.m4: Test for spring-forward gap before long-running test.
65281
65282 1998-10-14  Jim Meyering  <meyering@ascend.com>
65283
65284         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
65285         instead of "TZ=America/Vancouver".  From Paul Eggert.
65286
65287 1998-10-11  Jim Meyering  <meyering@ascend.com>
65288
65289         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
65290         This adds a test for a recently added compatibility fix for mktime.c.
65291         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
65292
65293 1998-09-27  Jim Meyering  <meyering@ascend.com>
65294
65295         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
65296
65297         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
65298         ../configure.in, including a change from Gordon Matzigkeit to allow
65299         cross-compiling for the Hurd.
65300
65301         * m4/glibc.m4: New file/macro to test for the GNU C Library
65302         versions 1 and 2.  From Gordon Matzigkeit.
65303         Indent.
65304
65305 1998-09-21  Jim Meyering  <meyering@ascend.com>
65306
65307         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65308
65309 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65310
65311         Port nanosecond-resolution times to UnixWare 2.1.2 and
65312         pedantic Solaris 2.6.
65313
65314         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65315         AC_STRUCT_ST_MTIM.
65316         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65317         Generate name of ns member, instead of just 1 or undef.
65318         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65319
65320 1998-08-15  Jim Meyering  <meyering@ascend.com>
65321
65322         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65323         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65324         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65325         instead of jm_TYPE_SSIZE_T.
65326
65327 1998-08-12  Jim Meyering  <meyering@ascend.com>
65328
65329         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65330
65331 1998-08-02  Jim Meyering  <meyering@ascend.com>
65332
65333         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65334         in acconfig.h manually.
65335
65336 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65337
65338         * m4/st_mtim.m4: New file.
65339
65340 1998-07-28  Jim Meyering  <meyering@ascend.com>
65341
65342         * m4/utimes.m4: Undef stat.
65343
65344 1998-07-25  Jim Meyering  <meyering@ascend.com>
65345
65346         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65347         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65348
65349 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65350
65351         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65352         uid and gid actually remain unchanged.
65353
65354 1998-07-07  Jim Meyering  <meyering@ascend.com>
65355
65356         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65357
65358 1998-07-04  Jim Meyering  <meyering@ascend.com>
65359
65360         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65361         to prove that this macro can be used in packages without regex.c.
65362
65363 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65364
65365         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65366         is to be used.
65367
65368 1998-07-03  Jim Meyering  <meyering@ascend.com>
65369
65370         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65371
65372         * m4/gettext.m4: New file -- from gettext-0.10.35.
65373         * m4/lcmessage.m4: Likewise.
65374         * m4/progtest.m4: Likewise.
65375
65376         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65377         * m4/jm-macros.m4: Require the new macro.
65378
65379 1998-06-29  Jim Meyering  <meyering@ascend.com>
65380
65381         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65382         for the definition of NGROUPS (used in a system header included
65383         by sys/mount.h).
65384
65385 1998-06-28  Jim Meyering  <meyering@ascend.com>
65386
65387         * m4/ls-mntd-fs.m4: New file.
65388         * m4/fstypename.m4: New file.
65389
65390         * m4/jm-macros.m4: Require the new macro.
65391         * m4/jm-glibc-io.m4: New file.
65392
65393 1998-05-19  Jim Meyering  <meyering@ascend.com>
65394
65395         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65396         * m4/lchown.m4: New file.
65397
65398         * m4/Makefile.am.in: New file.
65399         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65400
65401 1998-05-14  Jim Meyering  <meyering@ascend.com>
65402
65403         * m4/Makefile.am (EXTRA_DIST): Add them.
65404         * m4/jm-macros.m4: New file.
65405         * m4/utimbuf.m4: New file.
65406
65407 1998-05-12  Jim Meyering  <meyering@ascend.com>
65408
65409         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65410
65411 1998-05-11  Jim Meyering  <meyering@ascend.com>
65412
65413         * m4/isc-posix.m4: New file.
65414
65415 1998-05-10  Jim Meyering  <meyering@ascend.com>
65416
65417         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65418
65419 1998-05-09  Jim Meyering  <meyering@ascend.com>
65420
65421         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65422         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65423         with automake.
65424
65425         * m4/ssize_t.m4: New file.
65426         * m4/mktime.m4: Remove file -- the new automake has this now.
65427
65428 1998-04-26  Jim Meyering  <meyering@ascend.com>
65429
65430         * m4/assert.m4: New file.
65431         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65432
65433 1998-04-05  Jim Meyering  <meyering@ascend.com>
65434
65435         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65436         (jm_PREREQ): Use it here.
65437
65438 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65439
65440         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65441         in acconfig.h.
65442
65443 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65444
65445         * m4/prereq.m4: New file.
65446         * m4/error.m4: New file.
65447         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65448
65449 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65450
65451         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65452         cache-check for the same variable -- that defeated the purpose of
65453         the test; the test program was never run.  This was a problem only
65454         on systems with losing getline functions -- HP-UX 10.20 is one.
65455         Reported by Bjorn Helgaas.
65456
65457 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65458
65459         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65460
65461 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65462
65463         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65464
65465         * m4/const.m4: New file.  Use an initializer in this declaration
65466         typedef int charset[2]; const charset x;
65467         Reported by Bob Glickstein.
65468
65469 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65470
65471         * m4/chown.m4: Fix reversed types on -1 args to chown.
65472         From Kaveh Ghazi.
65473
65474 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65475
65476         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65477         Add lseek and memchr.
65478
65479         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65480         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65481         have a 20-character limit on names.
65482
65483 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65484
65485         * m4/inttypes_h.m4: New file.
65486         * m4/uintmax_t.m4: New file.
65487         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65488
65489
65490         -----
65491
65492         Local Variables:
65493         coding: utf-8
65494         End:
65495
65496         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65497
65498         Copying and distribution of this file, with or without
65499         modification, are permitted provided the copyright notice
65500         and this notice are preserved.