Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
[pspp] / ChangeLog
1 2007-11-11  Bruno Haible  <bruno@clisp.org>
2
3         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
4         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
5         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
6         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
7         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
8         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
9         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
10         HAVE_DECL_ROUNDF.
11         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
12         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
13         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
14         of HAVE_DECL_ROUND*.
15         * modules/math (Makefile.am): Update.
16
17 2007-11-10  Bruno Haible  <bruno@clisp.org>
18
19         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
20         ptrdiff_t as m4/intl.m4.
21
22 2007-11-10  Jim Meyering  <meyering@redhat.com>
23
24         Avoid link failure for the argmatch test.
25         * tests/test-argmatch.c (usage): Define function to avoid a link
26         failure: argmatch_die requires a usage function.
27
28 2007-11-09  Bruno Haible  <bruno@clisp.org>
29
30         * doc/functions/snprintf.texi: Mention BeOS deficiency.
31         * doc/functions/vsnprintf.texi: Likewise.
32         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
33         with a size argument < 2.
34
35 2007-11-09  Bruno Haible  <bruno@clisp.org>
36
37         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
38         buffer. Fixes an inefficiency introduced on 2007-11-03.
39
40 2007-11-09  Bruno Haible  <bruno@clisp.org>
41
42         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
43         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
44
45 2007-11-08  Jim Meyering  <meyering@redhat.com>
46
47         Change cache variable name prefix "jm_" to "gl_" everywhere.
48         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
49         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
50         * m4/uptime.m4: s/gl_/jm_/
51
52 2007-11-07  Bruno Haible  <bruno@clisp.org>
53
54         Update to GNU gettext 0.17.
55         * m4/intl.m4: Update to GNU gettext 0.17.
56         * m4/po.m4: Likewise.
57         * modules/gettext (Files): Remove m4/ulonglong.m4.
58         (configure.ac): Require gettext infrastructure from version 0.17.
59
60 2007-11-06  Bruno Haible  <bruno@clisp.org>
61
62         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
63         symbolic values are not defined in a public header.
64         * lib/freadable.c (freadable) [QNX]: Likewise.
65         * lib/freadahead.c (freadahead) [QNX]: Likewise.
66         * lib/freading.c (freading) [QNX]: Likewise.
67         * lib/fseterr.c (fseterr) [QNX]: Likewise.
68         * lib/fwritable.c (fwritable) [QNX]: Likewise.
69         * lib/fwriting.c (fwriting) [QNX]: Likewise.
70         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
71         Reported by Alain Magloire.
72
73         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
74
75 2007-11-05  Bruno Haible  <bruno@clisp.org>
76
77         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
78         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
79         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
80         Reported by Eric Blake.
81
82 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
83             Bruno Haible  <bruno@clisp.org>
84
85         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
86         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
87         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
88         (malloc): Undefine also before including <stdlib.h>.
89         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
90         Needed on OSF/1 4.0.
91
92 2007-11-05  Jim Meyering  <meyering@redhat.com>
93
94         git-version-gen: sync from coreutils.
95         * build-aux/git-version-gen: Add comments.
96         Change the first '-' to '.' in the snapshot version string,
97         e.g., 6.9-377-08144 -> 6.9.377-08144
98         Remove first parameter.
99         Don't declare a version "-dirty" merely because a time
100         stamp has changed.
101
102 2007-11-04  Bruno Haible  <bruno@clisp.org>
103
104         * lib/lock.h: Protect all macro definitions containing an 'if'
105         statement through a "do { ... } while (0)".
106         * lib/tls.h: Likewise.
107
108 2007-11-04  Bruno Haible  <bruno@clisp.org>
109
110         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
111
112 2007-11-04  Bruno Haible  <bruno@clisp.org>
113
114         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
115         * modules/fprintf-posix (Depends-on): Add nocrash.
116         * modules/snprintf-posix (Depends-on): Likewise.
117         * modules/sprintf-posix (Depends-on): Likewise.
118         * modules/vasnprintf-posix (Depends-on): Likewise.
119         * modules/vasprintf-posix (Depends-on): Likewise.
120         * modules/vfprintf-posix (Depends-on): Likewise.
121         * modules/vsnprintf-posix (Depends-on): Likewise.
122         * modules/vsprintf-posix (Depends-on): Likewise.
123         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
124         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
125         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
126         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
127         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
128         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
129         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
130
131 2007-11-04  Bruno Haible  <bruno@clisp.org>
132
133         * modules/nocrash: New file.
134         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
135         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
136
137 2007-11-04  Bruno Haible  <bruno@clisp.org>
138
139         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
140         precision handling.
141         * tests/test-vasprintf-posix.c (test_function): Likewise.
142         * tests/test-snprintf-posix.h (test_function): Likewise.
143         * tests/test-sprintf-posix.h (test_function): Likewise.
144
145         Fix *printf behaviour for large precisions on mingw and BeOS.
146         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
147         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
148         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
149         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
150         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
151         gl_PRINTF_PRECISION and test its result. Invoke
152         gl_PREREQ_VASNPRINTF_PRECISION.
153         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
154         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
155         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
156         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
157         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
158         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
159         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
160         * doc/functions/fprintf.texi: Update.
161         * doc/functions/printf.texi: Update.
162         * doc/functions/snprintf.texi: Update.
163         * doc/functions/sprintf.texi: Update.
164         * doc/functions/vfprintf.texi: Update.
165         * doc/functions/vprintf.texi: Update.
166         * doc/functions/vsnprintf.texi: Update.
167         * doc/functions/vsprintf.texi: Update.
168
169 2007-11-04  Bruno Haible  <bruno@clisp.org>
170
171         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
172
173 2007-11-04  Bruno Haible  <bruno@clisp.org>
174
175         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
176         Reported by Sylvain Beucler <beuc@gnu.org>.
177
178 2007-11-03  Bruno Haible  <bruno@clisp.org>
179
180         * tests/test-fprintf-posix2.sh: New file.
181         * tests/test-fprintf-posix2.c: New file.
182         * modules/fprintf-posix-tests (Files): Add them.
183         (TESTS): Add test-fprintf-posix2.sh.
184         (configure.ac): Check for getrlimit and setrlimit.
185         (check_PROGRAMS): Add test-fprintf-posix2.
186
187         * tests/test-printf-posix2.sh: New file.
188         * tests/test-printf-posix2.c: New file.
189         * modules/printf-posix-tests (Files): Add them.
190         (TESTS): Add test-printf-posix2.sh.
191         (configure.ac): Check for getrlimit and setrlimit.
192         (check_PROGRAMS): Add test-printf-posix2.
193
194         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
195         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
196         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
197         (decode_double): New function, copied from decode_long_double.
198         (scale10_round_decimal_decoded): New function, extracted from
199         scale10_round_decimal_long_double.
200         (scale10_round_decimal_long_double): Use it.
201         (scale10_round_decimal_double): New function.
202         (floorlog10): New function.
203         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
204         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
205         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
206         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
207         gl_PRINTF_ENOMEM and test its result. Invoke
208         gl_PREREQ_VASNPRINTF_ENOMEM.
209         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
210         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
211         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
212         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
213         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
214         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
215         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
216         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
217         * modules/snprintf-posix (Depends-on): Likewise.
218         * modules/sprintf-posix (Depends-on): Likewise.
219         * modules/vasnprintf-posix (Depends-on): Likewise.
220         * modules/vasprintf-posix (Depends-on): Likewise.
221         * modules/vfprintf-posix (Depends-on): Likewise.
222         * modules/vsnprintf-posix (Depends-on): Likewise.
223         * modules/vsprintf-posix (Depends-on): Likewise.
224         * doc/functions/fprintf.texi: Update.
225         * doc/functions/printf.texi: Update.
226         * doc/functions/snprintf.texi: Update.
227         * doc/functions/sprintf.texi: Update.
228         * doc/functions/vfprintf.texi: Update.
229         * doc/functions/vprintf.texi: Update.
230         * doc/functions/vsnprintf.texi: Update.
231         * doc/functions/vsprintf.texi: Update.
232
233 2007-11-03  Bruno Haible  <bruno@clisp.org>
234
235         * modules/frexp-nolibm-tests: New file.
236
237         * modules/frexp-nolibm: New file.
238         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
239
240 2007-11-03  Bruno Haible  <bruno@clisp.org>
241
242         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
243         value is C99 compliant.
244         Needed for OSF/1 5.1.
245
246 2007-11-03  Bruno Haible  <bruno@clisp.org>
247
248         Fix out-of-memory handling of vasnprintf.
249         * lib/printf-parse.c: Include <errno.h>.
250         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
251         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
252         is already set.
253
254 2007-11-02  Eric Blake  <ebb9@byu.net>
255
256         Fix tests on cygwin.
257         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
258
259 2007-11-01  Bruno Haible  <bruno@clisp.org>
260
261         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
262         warning.
263         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
264         needed for POSIX compatibility.
265
266 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
267
268         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
269         for compatibility with GNU.
270
271 2007-11-01  Bruno Haible  <bruno@clisp.org>
272
273         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
274         (putenv): Renamed from rpl_putenv. Change argument type from
275         'const char *' to 'char *'.
276         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
277         of defining putenv in config.h, just set REPLACE_PUTENV.
278         * modules/putenv (Depends-on): Add stdlib.
279         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
280         (Include): Use <stdlib.h>.
281         * lib/stdlib.in.h (putenv): New declaration.
282         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
283         REPLACE_PUTENV.
284         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
285         REPLACE_PUTENV.
286         Needed for MacOS X 10.5.0.
287         Reported by Peter O'Gorman <peter@pogma.com>.
288
289 2007-11-01  Jim Meyering  <meyering@redhat.com>
290
291         Treat an empty date string exactly like "0".
292         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
293         if the remaining date string (to be parsed) is empty, use "0".
294         Reported by Mischa Molhoek and discussed in this thread:
295         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
296
297 2007-10-31  Bruno Haible  <bruno@clisp.org>
298
299         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
300         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
301         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
302         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
303         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
304         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
305
306 2007-10-31  Bruno Haible  <bruno@clisp.org>
307
308         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
309         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
310         (AC_TYPE_LONG_LONG_INT): Use it.
311         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
312         it as well.
313         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
314         to m4/longlong.m4.
315         * modules/stdint (Files): Remove m4/ulonglong.m4.
316         * modules/strtoull (Files): Use m4/longlong.m4 instead of
317         m4/ulonglong.m4.
318         * modules/strtoumax (Files): Likewise.
319
320 2007-10-30  Bruno Haible  <bruno@clisp.org>
321
322         * modules/xvasprintf-posix: New file.
323         Suggested by Eric Blake.
324
325 2007-10-30  Bruno Haible  <bruno@clisp.org>
326
327         * modules/xprintf-posix-tests: New file.
328         * tests/test-xprintf-posix.sh: New file.
329         * tests/test-xprintf-posix.c: New file.
330         * tests/test-xfprintf-posix.c: New file.
331
332         * modules/xprintf-posix: New file.
333
334 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
335
336         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
337         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
338         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
339
340 2007-10-29  Bruno Haible  <bruno@clisp.org>
341
342         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
343         contain the special marker '_cv_'.
344         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
345         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
346         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
347         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
348         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
349         Reported by Ralf Wildenhues.
350
351 2007-10-29  Bruno Haible  <bruno@clisp.org>
352
353         * gnulib-tool (func_import): When --lgpl is not specified, set
354         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
355         GPLv3.
356         Reported by Simon Josefsson.
357
358 2007-10-28  Bruno Haible  <bruno@clisp.org>
359
360         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
361         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
362         HAVE_DECL_ISFINITE.
363         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
364         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
365         HAVE_DECL_ISFINITE.
366
367 2007-10-28  Bruno Haible  <bruno@clisp.org>
368
369         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
370         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
371
372 2007-10-28  Bruno Haible  <bruno@clisp.org>
373
374         Fix link errors with Sun C 5.0 on Solaris 10.
375         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
376         function is declared but not present in the compiler's libm.
377         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
378         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
379         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
380         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
381         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
382         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
383         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
384         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
385         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
386         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
387         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
388         HAVE_DECL_FLOORL.
389
390 2007-10-28  Bruno Haible  <bruno@clisp.org>
391
392         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
393         gl_FUNC_FLOORL. Cache the result.
394         (gl_FUNC_FLOORL): Use it.
395         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
396         gl_FUNC_CEILL. Cache the result.
397         (gl_FUNC_CEILL): Use it.
398
399         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
400         gl_FUNC_FLOOR. Cache the result.
401         (gl_FUNC_FLOOR): Use it.
402         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
403         gl_FUNC_CEIL. Cache the result.
404         (gl_FUNC_CEIL): Use it.
405
406         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
407         gl_FUNC_FLOORF. Cache the result.
408         (gl_FUNC_FLOORF): Use it.
409         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
410         gl_FUNC_CEILF. Cache the result.
411         (gl_FUNC_CEILF): Use it.
412
413 2007-10-28  Bruno Haible  <bruno@clisp.org>
414
415         * gnulib-tool: Allow specifying the LGPL version number through
416         --lgpl=2 or --lgpl=3.
417         (func_usage): Document --lgpl with argument.
418         Handle --lgpl=... arguments.
419         (func_import): Recognize also gl_LGPL calls with an argument. When
420         --lgpl=2 is used and the module's license is just LGPL, report an
421         error. Set sed_transform_lib_file according to the lgpl variable. In
422         the generated files, use --lgpl or gl_LGPL invocations with argument,
423         if necessary.
424         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
425         an LGPv2+ license.
426         * doc/gnulib-tool.texi (Modified imports): Update explanation of
427         gl_LGPL macro.
428
429 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
430             Bruno Haible  <bruno@clisp.org>
431
432         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
433         (u16_uctomb_aux): Likewise.
434         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
435         !HAVE_INLINE.
436         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
437
438 2007-10-28  Bruno Haible  <bruno@clisp.org>
439
440         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
441         Invoke AM_GETTEXT_OPTION if it exists.
442         * modules/vasprintf: Likewise.
443         * modules/verror: Likewise.
444         * modules/xprintf: Likewise.
445         * modules/xvasprintf: Likewise.
446
447 2007-10-27  Ben Pfaff  <blp@gnu.org>
448
449         * lib/math.in.h: Define isfinite macro and prototypes for
450         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
451         implementations.
452         * m4/math_h.m4: New substitutions for isfinite module.
453         * lib/isfinite.c: New file.
454         * m4/isfinite.m4: New file.
455         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
456         * modules/isfinite: New file.
457         * modules/isfinite-tests: New file.
458         * tests/tests-isfinite.c: New file.
459         * doc/functions/isfinite.texi: Mention isfinite module.
460         * MODULES.html.sh: Mention new module.
461
462 2007-10-27  Ben Pfaff  <blp@gnu.org>
463
464         Ralf Wildenhues reported that Tru64 4.0D declares the round
465         functions but does not have definitions.
466         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
467         cannot be found in any library, set the output variable to
468         "missing" instead of "".
469         * m4/round.m4: Also use our substitute if we cannot find round in
470         any library, even if it is declared.
471         * m4/roundf.m4: Likewise for roundf.
472         * m4/roundl.m4: Likewise for roundl.
473         * lib/math.in.h: Undefine roundf, round, roundl before defining
474         their replacements, to allow for hypothetical systems where these
475         may be defined as macros but not available in libraries.
476
477 2007-10-27  Bruno Haible  <bruno@clisp.org>
478
479         * doc/gnulib.texi: Invoke @firstparagraphindent.
480         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
481         changes in gnulib.
482         (Source changes): New section.
483
484 2007-10-26  Bruno Haible  <bruno@clisp.org>
485
486         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
487         borrowed from autoconf.
488
489 2007-10-26  Bruno Haible  <bruno@clisp.org>
490
491         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
492         strerror returned the empty string. Needed on HP-UX 11.00.
493
494 2007-10-24  Micah Cowan  <micah@cowan.name>
495
496         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
497         * build-aux/bootstrap: Remove support for now-unnecessary option,
498         --cvs-user, and envvars CVS_USER, CVS_RSH.
499
500 2007-10-24  Jim Meyering  <meyering@redhat.com>
501
502         Avoid diagnostics from sha1sum when there is no cached checksum.
503         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
504         if the po.s1 file hasn't been created yet.
505
506         * build-aux/bootstrap: Sync from coreutils:
507         2007-10-24  Jim Meyering  <meyering@redhat.com>
508         Get gnulib from the git repository, not from an obsolete cvs one.
509         * build-aux/bootstrap: Suggestion from Micah Cowan.
510         2007-10-04  Jim Meyering  <jim@meyering.net>
511         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
512         (update_po_files): Work also when there are no .po files in po/.
513
514 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
515
516         * README: Append ".git" to git and cg examples.
517         Problem reported by Benoit Sigoure.
518
519 2007-10-23  Micah Cowan  <micah@cowan.name>
520
521         * users.txt: Add wget.
522
523 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
524
525         Fix linking of some unistdio tests on FreeBSD.
526         * modules/unistdio/u16-vsnprintf-tests
527         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
528         * modules/unistdio/u16-vsprintf-tests
529         (test_u16_vsnprintf1_LDADD): Likewise.
530         * modules/unistdio/u32-vsnprintf-tests
531         (test_u32_vsnprintf1_LDADD): Likewise.
532         * modules/unistdio/u32-vsprintf-tests
533         (test_u32_vsprintf1_LDADD): Likewise.
534         * modules/unistdio/u8-vsnprintf-tests
535         (test_u8_vsnprintf1_LDADD): Likewise.
536         * modules/unistdio/u8-vsprintf-tests
537         (test_u8_vsprintf1_LDADD): Likewise.
538         * modules/unistdio/ulc-vsnprintf-tests
539         (test_ulc_vsnprintf1_LDADD): Likewise.
540         * modules/unistdio/ulc-vsprintf-tests
541         (test_ulc_vsprintf1_LDADD): Likewise.
542
543         Fix linking of some uniconv tests on FreeBSD.
544         * modules/uniconv/u16-conv-from-enc-tests
545         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
546         * modules/uniconv/u16-conv-to-enc-tests
547         (test_u16_conv_to_enc_LDADD): Likewise.
548         * modules/uniconv/u16-strconv-from-enc-tests
549         (test_u16_strconv_from_enc_LDADD): Likewise.
550         * modules/uniconv/u16-strconv-to-enc-tests
551         (test_u16_strconv_to_enc_LDADD): Likewise.
552         * modules/uniconv/u32-conv-from-enc-tests
553         (test_u32_conv_from_enc_LDADD): Likewise.
554         * modules/uniconv/u32-conv-to-enc-tests
555         (test_u32_conv_to_enc_LDADD): Likewise.
556         * modules/uniconv/u32-strconv-from-enc-tests
557         (test_u32_strconv_from_enc_LDADD): Likewise.
558         * modules/uniconv/u32-strconv-to-enc-tests
559         (test_u32_strconv_to_enc_LDADD): Likewise.
560         * modules/uniconv/u8-conv-from-enc-tests
561         (test_u8_conv_from_enc_LDADD): Likewise.
562         * modules/uniconv/u8-conv-to-enc-tests
563         (test_u8_conv_to_enc_LDADD): Likewise.
564         * modules/uniconv/u8-strconv-from-enc-tests
565         (test_u8_strconv_from_enc_LDADD): Likewise.
566         * modules/uniconv/u8-strconv-to-enc-tests
567         (test_u8_strconv_to_enc_LDADD): Likewise.
568
569 2007-10-22  Bruno Haible  <bruno@clisp.org>
570
571         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
572         size.
573
574 2007-10-22  Eric Blake  <ebb9@byu.net>
575
576         Tweak x*printf documentation.
577         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
578         variable name and comments.
579         Suggested by Bruno Haible.
580
581 2007-10-22  Bruno Haible  <bruno@clisp.org>
582
583         * lib/acl.c (copy_acl): Fix file name in comment.
584
585 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
586
587         Fix Tru64 problem with stdbool.h.
588         * lib/stdbool.in.h (false, true):
589         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
590         Don't declare as an enum in this situation; it runs afoul of Tru64.
591         Problem reported by Steven M. Schweda in
592         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
593
594 2007-10-22  Eric Blake  <ebb9@byu.net>
595
596         Also wrap vf?printf.
597         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
598         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
599         (xvprintf, xvfprintf): New functions.
600
601 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
602
603         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
604         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
605
606         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
607         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
608
609 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
610
611         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
612         by Bruno Haible.
613
614 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
615
616         * lib/getloadavg.c
617         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
618         Undef `sys' after including sys/table.h, for Tru64 4.0D.
619
620         * tests/test-i-ring.c: Work for C89.
621
622 2007-10-22  Bruno Haible  <bruno@clisp.org>
623
624         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
625         -1u, in preprocessor expression, so that we don't test for the bug
626         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
627         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
628
629 2007-10-22  Eric Blake  <ebb9@byu.net>
630
631         * tests/test-yesno.sh: Silence stderr during test.
632
633 2007-10-22  Simon Josefsson  <simon@josefsson.org>
634
635         * modules/crypto/gc-camellia: New file.
636
637         * m4/gc-camellia.m4: New file.
638
639         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
640
641         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
642
643 2007-10-22  Simon Josefsson  <simon@josefsson.org>
644
645         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
646         --help to stdout.  Reported by sms@antinode.org (Steven
647         M. Schweda).
648
649 2007-10-22  Simon Josefsson  <simon@josefsson.org>
650
651         * users.txt: Fix link to libksba.
652
653 2007-10-21  Ben Pfaff  <blp@gnu.org>
654
655         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
656         round.c roundf implementation that depends on floorf and ceilf to
657         be tested unconditionally.
658
659 2007-10-21  Ben Pfaff  <blp@gnu.org>
660
661         * m4/check-libm-func.m4: Removed.
662         * m4/check-math-lib.m4: New file.
663         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
664         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
665         definition and lack of AC_LIBOBJ([roundf]).
666         * m4/roundl.m4: Ditto, and similarly for roundl.
667         * modules/round: Reference new m4 file.
668         * modules/roundf: Ditto.
669         * modules/roundl: Ditto.
670         * tests/test-round2.c (main): Use ROUND instead of round.
671         Bug report from Bruno Haible.
672
673 2007-10-21  Bruno Haible  <bruno@clisp.org>
674
675         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
676         context.
677
678 2007-10-21  Bruno Haible  <bruno@clisp.org>
679
680         * tests/test-wcwidth.c (main): Allow negative result for some control
681         characters.
682
683         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
684         Needed on OSF/1 5.1.
685
686 2007-10-21  Bruno Haible  <bruno@clisp.org>
687
688         * tests/test-floorf1.c: Include isnanf.h.
689         (main): Use isnanf() instead of isnan().
690         * tests/test-ceilf1.c: Include isnanf.h.
691         (main): Use isnanf() instead of isnan().
692         * tests/test-truncf1.c: Include isnanf.h.
693         (main): Use isnanf() instead of isnan().
694         * tests/test-roundf1.c: Include isnanf.h.
695         (main): Use isnanf() instead of isnan().
696
697 2007-10-21  Eric Blake  <ebb9@byu.net>
698
699         * users.txt: Update URL for m4.
700
701 2007-10-21  Bruno Haible  <bruno@clisp.org>
702
703         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
704
705 2007-10-21  Bruno Haible  <bruno@clisp.org>
706
707         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
708         Git's management files if the CVS files are not present.
709
710 2007-10-20  Bruno Haible  <bruno@clisp.org>
711
712         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
713         gcc-3.4.x.
714
715 2007-10-20  Ben Pfaff  <blp@gnu.org>
716
717         * lib/math.in.h: Declare round, roundf, roundl if we are providing
718         implementations.
719         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
720         * lib/round.c: New file.
721         * lib/roundf.c: New file.
722         * lib/roundl.c: New file.
723         * m4/round.m4: New file.
724         * m4/roundf.m4: New file.
725         * m4/roundl.m4: New file.
726         * m4/check-libm-func-m4: New file.
727         * modules/math: Replace round, roundf, roundl related @VARS@ in
728         math.in.h.
729         * modules/round: New file.
730         * modules/round-tests: New file.
731         * modules/roundf: New file.
732         * modules/roundf-tests: New file.
733         * modules/roundl: New file.
734         * modules/roundl-tests: New file.
735         * tests/test-round1.c: New file.
736         * tests/test-round2.c: New file.
737         * tests/test-roundf1.c: New file.
738         * tests/test-roundf2.c: New file.
739         * tests/test-roundl.c: New file.
740         * doc/functions/round.texi: Mention round module.
741         * doc/functions/roundf.texi: Mention roundf module.
742         * doc/functions/roundl.texi: Mention roundl module.
743         * MODULES.html.sh: Mention new modules.
744         Thanks to Bruno Haible for suggestions.
745
746 2007-10-20  Jim Meyering  <meyering@redhat.com>
747
748         * lib/xprintf.c: Include <config.h> unconditionally.
749
750         Change xprintf's license to GPL.
751         * modules/xprintf (License): s/LGPL/GPL/, since this module
752         depends on modules (exit and exitfail) which are GPL.
753         Suggestion from Bruno Haible.
754
755         xprintf fixes.
756         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
757         Use a clearer diagnostic.
758         Patch from Bruno Haible.
759
760 2007-10-20  Bruno Haible  <bruno@clisp.org>
761
762         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
763         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
764         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
765
766 2007-10-20  Bruno Haible  <bruno@clisp.org>
767
768         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
769         precision in the comparison result > x - 1 or similar.
770         * tests/test-ceilf2.c (correct_result_p): Likewise.
771         * tests/test-truncf2.c (correct_result_p): Likewise.
772         * tests/test-trunc2.c (correct_result_p): Likewise.
773         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
774
775 2007-10-20  Bruno Haible  <bruno@clisp.org>
776
777         * modules/ceil: New file.
778         * m4/ceil.m4: New file.
779         * doc/functions/ceil.texi: Mention the 'ceil' module.
780
781 2007-10-20  Bruno Haible  <bruno@clisp.org>
782
783         * modules/floor: New file.
784         * m4/floor.m4: New file.
785         * doc/functions/floor.texi: Mention the 'floor' module.
786
787 2007-10-20  Bruno Haible  <bruno@clisp.org>
788
789         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
790         of %a.
791         * modules/floorf-tests (Depends-on): Likewise.
792         * modules/truncf-tests (Depends-on): Likewise.
793         * modules/trunc-tests (Depends-on): Likewise.
794         Reported by Ben Pfaff.
795
796 2007-10-19  Jim Meyering  <meyering@redhat.com>
797
798         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
799         Don't bother testing specific errno values.  Just test ferror.
800
801         New module: xprintf
802         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
803
804 2007-10-19  Bruno Haible  <bruno@clisp.org>
805
806         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
807         syntax.
808         * modules/javaexec (Makefile.am): Likewise.
809         * modules/relocatable-prog (Makefile.am): Likewise.
810         Suggested by Jim Meyering.
811
812 2007-10-18  Bruno Haible  <bruno@clisp.org>
813
814         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
815         Reported by Jim Meyering.
816
817 2007-10-18  Eric Blake  <ebb9@byu.net>
818
819         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
820
821 2007-10-18  Bruno Haible  <bruno@clisp.org>
822
823         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
824         the format string into writable memory. Needed in Fortify conditions.
825
826 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
827             Bruno Haible  <bruno@clisp.org>
828
829         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
830         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
831         * modules/trim (Depends-on): Add mbchar.
832         (configure.ac): Add gl_FUNC_MBRTOWC.
833         (Makefile.am): Augment lib_SOURCES.
834
835 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
836
837         Modify glob.c to use fstatat and dirfd, to simplify it.
838         Suggested by Eric Blake.
839         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
840         Don't include <stdbool.h>; not used.
841         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
842         (link_exists_p): Simplify implementation, since we can now assume
843         dirfd and fstatat.
844         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
845
846 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
847
848         * gnulib-tool (func_get_dependencies): Fix sed script to
849         match only tests.
850
851 2007-10-17  Bruno Haible  <bruno@clisp.org>
852
853         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
854         allow locale names without encoding suffix.
855         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
856         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
857
858 2007-10-16  Bruno Haible  <bruno@clisp.org>
859
860         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
861         * lib/getgroups.c (getgroups): Likewise.
862         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
863
864 2007-10-16  Bruno Haible  <bruno@clisp.org>
865
866         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
867         * modules/malloc-posix (License): Likewise.
868         * modules/realloc-posix (License): Likewise.
869         * modules/calloc-posix (License): Likewise.
870         * modules/intprops (License): Change from GPL to LGPL, with
871         Paul Eggert's approval.
872
873 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
874
875         Merge glibc changes into lib/glob.c.
876
877         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
878         2007-10-15 04:59:03 UTC.  Here are the changes:
879
880         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
881
882         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
883
884         * lib/glob.c: Add some branch prediction throughout.
885
886         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
887
888         [BZ #5103]
889         * lib/glob.c (glob): Recognize patterns starting \/.
890
891         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
892
893         [BZ #3996]
894         * lib/glob.c (attribute_hidden): Define if not defined.
895         (glob): Unescape dirname, filename or username when needed and not
896         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
897         is NULL.  Handle unescaped [ in pattern without closing ].
898         Don't pass GLOB_CHECK down to recursive glob for directories.
899         (__glob_pattern_type): New function.
900         (__glob_pattern_p): Implement using __glob_pattern_type.
901         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
902         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
903         Remove unreachable code.
904
905         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
906
907         * lib/glob.c (glob_in_dir): Add some comments and asserts to
908         explain why there are no leaks.
909
910         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
911
912         [BZ #3253]
913         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
914         time, rather allocate increasingly bigger arrays of pointers, if
915         possible with alloca, if too large with malloc.
916
917 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
918
919         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
920         Problem reported by H.Merijn Brand in
921         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
922         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
923         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
924
925 2007-10-15  Bruno Haible  <bruno@clisp.org>
926
927         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
928         with explicit rpl_ prefix.
929         * lib/fopen.c (fopen): Likewise.
930         * lib/freopen.c (freopen): Likewise.
931         * lib/iconv.c (iconv): Likewise.
932         * lib/iconv_close.c (iconv_close): Likewise.
933
934 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
935
936         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
937
938 2007-10-15  Bruno Haible  <bruno@clisp.org>
939
940         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
941         <stddef.h> instead of <stdlib.h> since we only need NULL.
942         Reported by Ben Pfaff <blp@cs.stanford.edu>.
943
944 2007-10-15  Bruno Haible  <bruno@clisp.org>
945
946         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
947         Replace paragraph talking about LIBOBJS.
948         Reported by Colin Watson <cjwatson@debian.org>.
949
950 2007-10-15  Bruno Haible  <bruno@clisp.org>
951
952         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
953         <stdlib.h> before using NULL.
954
955 2007-10-15  Simon Josefsson  <simon@josefsson.org>
956
957         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
958         Reported by Albert Chin <china@thewrittenword.com>.
959
960 2007-10-14  Bruno Haible  <bruno@clisp.org>
961
962         * modules/iconv_open-utf-tests: New file.
963         * tests/test-iconv-utf.c: New file.
964
965         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
966         * modules/iconv_open-utf: New file.
967         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
968         (iconv, iconv_close): New declarations.
969         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
970         be defined.
971         (iconv_open): Add special handling of conversion between UTF-8 and
972         UTF-{16,32}{BE,LE}.
973         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
974         * lib/iconv_close.c: New file.
975         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
976         gl_FUNC_ICONV_OPEN.
977         (gl_FUNC_ICONV_OPEN): Use it.
978         (gl_FUNC_ICONV_OPEN_UTF): New macro.
979         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
980         and REPLACE_ICONV_UTF.
981         * modules/iconv_open (Depends-on): Add c-strcase.
982         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
983         ICONV_CONST.
984         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
985
986 2007-10-13  Albert Chin  <china@thewrittenword.com>
987             Bruno Haible  <bruno@clisp.org>
988
989         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
990         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
991
992 2007-10-13  Bruno Haible  <bruno@clisp.org>
993
994         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
995         defined, use the ISO C99 inline semantics.
996         * lib/argp.h (ARGP_EI): Likewise.
997
998 2007-10-13  Bruno Haible  <bruno@clisp.org>
999
1000         Handle 'inline' change in gcc 4.3.0.
1001         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
1002         argp_fmtstream_write, argp_fmtstream_set_lmargin,
1003         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
1004         argp_fmtstream_point): Disable 'extern' declaration if the function
1005         definition is going to be provided inline.
1006         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
1007         semantics, not the ISO C99 inline semantics.
1008         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
1009         'extern' declaration if the function definition is going to be provided
1010         inline.
1011         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
1012         the GNU C inline semantics, not the ISO C99 inline semantics. With
1013         GCC 4.2, avoid a warning.
1014
1015 2007-10-13  Bruno Haible  <bruno@clisp.org>
1016
1017         * lib/freading.h (freading): Enable the use of __freading for
1018         glibc >= 2.7.
1019         * lib/freading.c (freading): Likewise.
1020
1021 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1022
1023         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
1024         "warning: C99 inline functions are not supported; using GNU89".
1025
1026 2007-10-12  Bruno Haible  <bruno@clisp.org>
1027
1028         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
1029         of 2.
1030         * tests/test-ceilf2.c: New file.
1031         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
1032
1033         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
1034         * modules/ceilf-tests: Update.
1035
1036 2007-10-12  Bruno Haible  <bruno@clisp.org>
1037
1038         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
1039         of 2.
1040         * tests/test-floorf2.c: New file.
1041         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
1042
1043         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
1044         * modules/floorf-tests: Update.
1045
1046 2007-10-12  Bruno Haible  <bruno@clisp.org>
1047
1048         * tests/test-trunc2.c: New file.
1049         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
1050
1051         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
1052         * modules/trunc-tests: Update.
1053
1054 2007-10-12  Bruno Haible  <bruno@clisp.org>
1055
1056         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
1057         of 2.
1058         * tests/test-truncf2.c: New file.
1059         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
1060
1061         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
1062         * modules/truncf-tests: Update.
1063
1064 2007-10-11  Eric Blake  <ebb9@byu.net>
1065
1066         Don't claim strerror is broken on Interix.
1067         * doc/functions/strerror.texi (strerror): Known broken systems are
1068         now Solaris 8, and not Interix.
1069         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
1070         Interix on cross-compile.
1071         Reported by Martin Koeppe in
1072         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
1073
1074 2007-10-11  Bruno Haible  <bruno@clisp.org>
1075
1076         * modules/i-ring-tests: New file.
1077         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
1078         instead of assert.
1079
1080 2007-10-11  Bruno Haible  <bruno@clisp.org>
1081
1082         * modules/filenamecat-tests: New file.
1083         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
1084         * lib/filenamecat.c: Remove test code.
1085
1086 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1087
1088         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
1089
1090         * lib/strerror.c: Include <string.h> always, to test interface,
1091         and to remove the need for the dummy.
1092         Include intprops.h to compute width instead of doing it ourselves
1093         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
1094         (strerror): Define it to return NULL if there's no system strerror.
1095         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
1096         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
1097         ancient pre-strerror Unix systems well any more.  Saying "unknown
1098         system error" is enough.
1099         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
1100         simpler strerror.c implementation.
1101         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
1102         Simplify the tests to reflect the simpler strerror implementation.
1103         * modules/strerror (Depends-on): Add intprops.
1104
1105 2007-10-09  Eric Blake  <ebb9@byu.net>
1106
1107         Silence test-fpending.
1108         * modules/fpending-tests (Files): Add wrapper script.
1109         * tests/test-fpending.sh: New file.
1110
1111 2007-10-09  Bruno Haible  <bruno@clisp.org>
1112
1113         * MODULES.html.sh (func_module): Don't create a hyperlink for
1114         function names like 'printf_frexp'.
1115         (Misc): Add crc, memxor.
1116         (Characteristics of floating types): New section.
1117         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
1118         isnanf-nolibm, signbit, trunc, truncf, truncl.
1119         (Enhancements for ISO C 99 functions): New subsection Input/output.
1120         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
1121         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
1122         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
1123         (Compatibility checks for POSIX:2001 functions): Add clock-time.
1124         (Enhancements for POSIX:2001 functions): Add chdir-long.
1125         (File system functions): Add areadlink, chdir-safer, read-file.
1126         Remove cycle-check.
1127         (File system as inode set): New section.
1128         (Date and time): Add gethrxtime.
1129         (Multithreading): Add openmp.
1130         (Internationalization functions): Add localename.
1131         (Unicode string functions): Add unistr/u*-mbsnlen.
1132         (Support for maintaining and releasing projects): Add git-version-gen.
1133         (Lone files): Remove directories.
1134
1135 2007-10-08  Ben Pfaff  <blp@gnu.org>
1136
1137         * lib/xmalloca.h: Fix typo in comment.
1138
1139 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1140
1141         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
1142         when avoiding problems with integer overflow.  Use a portable test
1143         instead.
1144
1145 2007-10-08  Simon Josefsson  <simon@josefsson.org>
1146
1147         * modules/dummy (License): Change to LGPLv2+.
1148         * modules/float (License): Likewise
1149         * modules/realloc (License): Likewise
1150         * modules/stdlib (License): Likewise
1151
1152 2007-10-07  Bruno Haible  <bruno@clisp.org>
1153
1154         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
1155         * floor.c (TWO_MANT_DIG): Likewise.
1156         * ceil.c (TWO_MANT_DIG): Likewise.
1157         Reported by Ben Pfaff.
1158
1159 2007-10-07  Bruno Haible  <bruno@clisp.org>
1160
1161         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
1162         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
1163         * lib/frexp.c (FUNC): Likewise.
1164         * lib/printf-frexp.h (printf_frexp): Likewise.
1165         * lib/printf-frexpl.h (printf_frexpl): Likewise.
1166         * lib/printf-frexp.c (FUNC): Likewise.
1167         Suggested by Jim Meyering.
1168
1169 2007-10-07  Jim Meyering  <meyering@redhat.com>
1170
1171         Make xnanosleep's integer overflow test more robust.
1172         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
1173         so that gcc-4.3.0 doesn't optimize away this test for overflow.
1174
1175 2007-10-07  Bruno Haible  <bruno@clisp.org>
1176
1177         * NEWS: Mention the license change.
1178
1179         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
1180         abbreviations in the modules files.
1181
1182         Change copyright notice from GPLv2+ to GPLv3+.
1183         * README: Change copyright notice.
1184         * MODULES.html.sh: Likewise.
1185         * build-aux/bootstrap.conf: Likewise.
1186         * build-aux/config.libpath: Likewise.
1187         * build-aux/csharpcomp.sh.in: Likewise.
1188         * build-aux/csharpexec.sh.in: Likewise.
1189         * build-aux/install-reloc: Likewise.
1190         * build-aux/javacomp.sh.in: Likewise.
1191         * build-aux/javaexec.sh.in: Likewise.
1192         * build-aux/ldd.sh.in: Likewise.
1193         * build-aux/reloc-ldflags: Likewise.
1194         * build-aux/relocatable.sh.in: Likewise.
1195         * build-aux/x-to-1.in: Likewise.
1196         * check-module: Likewise.
1197         * config/srclistvars.sh: Likewise.
1198         * gnulib-tool: Likewise.
1199         * lib/acl-internal.h: Likewise.
1200         * lib/acl.c: Likewise.
1201         * lib/acl.h: Likewise.
1202         * lib/acl_entries.c: Likewise.
1203         * lib/areadlink-with-size.c: Likewise.
1204         * lib/areadlink.c: Likewise.
1205         * lib/areadlink.h: Likewise.
1206         * lib/argmatch.c: Likewise.
1207         * lib/argmatch.h: Likewise.
1208         * lib/argp-ba.c: Likewise.
1209         * lib/argp-eexst.c: Likewise.
1210         * lib/argp-fmtstream.c: Likewise.
1211         * lib/argp-fmtstream.h: Likewise.
1212         * lib/argp-fs-xinl.c: Likewise.
1213         * lib/argp-help.c: Likewise.
1214         * lib/argp-namefrob.h: Likewise.
1215         * lib/argp-parse.c: Likewise.
1216         * lib/argp-pin.c: Likewise.
1217         * lib/argp-pv.c: Likewise.
1218         * lib/argp-pvh.c: Likewise.
1219         * lib/argp-xinl.c: Likewise.
1220         * lib/argp.h: Likewise.
1221         * lib/at-func.c: Likewise.
1222         * lib/atanl.c: Likewise.
1223         * lib/backupfile.c: Likewise.
1224         * lib/backupfile.h: Likewise.
1225         * lib/basename.c: Likewise.
1226         * lib/binary-io.h: Likewise.
1227         * lib/byteswap.in.h: Likewise.
1228         * lib/c-stack.c: Likewise.
1229         * lib/c-stack.h: Likewise.
1230         * lib/c-strcasestr.c: Likewise.
1231         * lib/c-strcasestr.h: Likewise.
1232         * lib/c-strstr.c: Likewise.
1233         * lib/c-strstr.h: Likewise.
1234         * lib/c-strtod.c: Likewise.
1235         * lib/calloc.c: Likewise.
1236         * lib/canon-host.c: Likewise.
1237         * lib/canon-host.h: Likewise.
1238         * lib/canonicalize-lgpl.c: Likewise.
1239         * lib/canonicalize.c: Likewise.
1240         * lib/canonicalize.h: Likewise.
1241         * lib/ceil.c: Likewise.
1242         * lib/ceilf.c: Likewise.
1243         * lib/ceill.c: Likewise.
1244         * lib/chdir-long.c: Likewise.
1245         * lib/chdir-long.h: Likewise.
1246         * lib/chdir-safer.c: Likewise.
1247         * lib/chdir-safer.h: Likewise.
1248         * lib/chown.c: Likewise.
1249         * lib/classpath.c: Likewise.
1250         * lib/classpath.h: Likewise.
1251         * lib/clean-temp.c: Likewise.
1252         * lib/clean-temp.h: Likewise.
1253         * lib/cloexec.c: Likewise.
1254         * lib/close-stream.c: Likewise.
1255         * lib/closein.c: Likewise.
1256         * lib/closein.h: Likewise.
1257         * lib/closeout.c: Likewise.
1258         * lib/closeout.h: Likewise.
1259         * lib/concat-filename.c: Likewise.
1260         * lib/copy-file.c: Likewise.
1261         * lib/copy-file.h: Likewise.
1262         * lib/count-one-bits.h: Likewise.
1263         * lib/crc.c: Likewise.
1264         * lib/crc.h: Likewise.
1265         * lib/creat-safer.c: Likewise.
1266         * lib/csharpcomp.c: Likewise.
1267         * lib/csharpcomp.h: Likewise.
1268         * lib/csharpexec.c: Likewise.
1269         * lib/csharpexec.h: Likewise.
1270         * lib/cycle-check.c: Likewise.
1271         * lib/cycle-check.h: Likewise.
1272         * lib/diacrit.c: Likewise.
1273         * lib/diacrit.h: Likewise.
1274         * lib/diffseq.h: Likewise.
1275         * lib/dirchownmod.c: Likewise.
1276         * lib/dirent.in.h: Likewise.
1277         * lib/dirfd.c: Likewise.
1278         * lib/dirfd.h: Likewise.
1279         * lib/dirname.c: Likewise.
1280         * lib/dirname.h: Likewise.
1281         * lib/dummy.c: Likewise.
1282         * lib/dup-safer.c: Likewise.
1283         * lib/dup2.c: Likewise.
1284         * lib/eealloc.h: Likewise.
1285         * lib/error.c: Likewise.
1286         * lib/error.h: Likewise.
1287         * lib/euidaccess.c: Likewise.
1288         * lib/exclude.c: Likewise.
1289         * lib/exclude.h: Likewise.
1290         * lib/execute.c: Likewise.
1291         * lib/execute.h: Likewise.
1292         * lib/exitfail.c: Likewise.
1293         * lib/exitfail.h: Likewise.
1294         * lib/expl.c: Likewise.
1295         * lib/fatal-signal.c: Likewise.
1296         * lib/fatal-signal.h: Likewise.
1297         * lib/fbufmode.c: Likewise.
1298         * lib/fbufmode.h: Likewise.
1299         * lib/fchdir.c: Likewise.
1300         * lib/fchmodat.c: Likewise.
1301         * lib/fchownat.c: Likewise.
1302         * lib/fcntl--.h: Likewise.
1303         * lib/fcntl-safer.h: Likewise.
1304         * lib/fcntl.in.h: Likewise.
1305         * lib/fd-safer.c: Likewise.
1306         * lib/fflush.c: Likewise.
1307         * lib/file-has-acl.c: Likewise.
1308         * lib/file-set.c: Likewise.
1309         * lib/file-type.c: Likewise.
1310         * lib/file-type.h: Likewise.
1311         * lib/fileblocks.c: Likewise.
1312         * lib/filemode.c: Likewise.
1313         * lib/filemode.h: Likewise.
1314         * lib/filename.h: Likewise.
1315         * lib/filenamecat.c: Likewise.
1316         * lib/filenamecat.h: Likewise.
1317         * lib/findprog.c: Likewise.
1318         * lib/findprog.h: Likewise.
1319         * lib/float.in.h: Likewise.
1320         * lib/floor.c: Likewise.
1321         * lib/floorf.c: Likewise.
1322         * lib/floorl.c: Likewise.
1323         * lib/fopen-safer.c: Likewise.
1324         * lib/fopen.c: Likewise.
1325         * lib/fpending.c: Likewise.
1326         * lib/fpending.h: Likewise.
1327         * lib/fprintf.c: Likewise.
1328         * lib/fprintftime.h: Likewise.
1329         * lib/fpucw.h: Likewise.
1330         * lib/fpurge.c: Likewise.
1331         * lib/fpurge.h: Likewise.
1332         * lib/freadable.c: Likewise.
1333         * lib/freadable.h: Likewise.
1334         * lib/freadahead.c: Likewise.
1335         * lib/freadahead.h: Likewise.
1336         * lib/freading.c: Likewise.
1337         * lib/freading.h: Likewise.
1338         * lib/free.c: Likewise.
1339         * lib/freopen.c: Likewise.
1340         * lib/frexp.c: Likewise.
1341         * lib/frexpl.c: Likewise.
1342         * lib/fseek.c: Likewise.
1343         * lib/fseterr.c: Likewise.
1344         * lib/fseterr.h: Likewise.
1345         * lib/fstatat.c: Likewise.
1346         * lib/fstrcmp.c: Likewise.
1347         * lib/fstrcmp.h: Likewise.
1348         * lib/fsusage.c: Likewise.
1349         * lib/fsusage.h: Likewise.
1350         * lib/ftell.c: Likewise.
1351         * lib/ftello.c: Likewise.
1352         * lib/fts-cycle.c: Likewise.
1353         * lib/fts.c: Likewise.
1354         * lib/fts_.h: Likewise.
1355         * lib/full-read.c: Likewise.
1356         * lib/full-read.h: Likewise.
1357         * lib/full-write.c: Likewise.
1358         * lib/full-write.h: Likewise.
1359         * lib/fwritable.c: Likewise.
1360         * lib/fwritable.h: Likewise.
1361         * lib/fwriteerror.c: Likewise.
1362         * lib/fwriteerror.h: Likewise.
1363         * lib/fwriting.c: Likewise.
1364         * lib/fwriting.h: Likewise.
1365         * lib/gcd.c: Likewise.
1366         * lib/gcd.h: Likewise.
1367         * lib/getcwd.c: Likewise.
1368         * lib/getdate.h: Likewise.
1369         * lib/getdate.y: Likewise.
1370         * lib/getdomainname.c: Likewise.
1371         * lib/getdomainname.h: Likewise.
1372         * lib/getgroups.c: Likewise.
1373         * lib/gethostname.c: Likewise.
1374         * lib/gethrxtime.c: Likewise.
1375         * lib/gethrxtime.h: Likewise.
1376         * lib/getloadavg.c: Likewise.
1377         * lib/getndelim2.c: Likewise.
1378         * lib/getndelim2.h: Likewise.
1379         * lib/getnline.c: Likewise.
1380         * lib/getnline.h: Likewise.
1381         * lib/getopt.c: Likewise.
1382         * lib/getopt.in.h: Likewise.
1383         * lib/getopt1.c: Likewise.
1384         * lib/getopt_int.h: Likewise.
1385         * lib/getpagesize.h: Likewise.
1386         * lib/getsubopt.c: Likewise.
1387         * lib/gettime.c: Likewise.
1388         * lib/getugroups.c: Likewise.
1389         * lib/getugroups.h: Likewise.
1390         * lib/getusershell.c: Likewise.
1391         * lib/gl_anyavltree_list1.h: Likewise.
1392         * lib/gl_anyavltree_list2.h: Likewise.
1393         * lib/gl_anyhash_list1.h: Likewise.
1394         * lib/gl_anyhash_list2.h: Likewise.
1395         * lib/gl_anylinked_list1.h: Likewise.
1396         * lib/gl_anylinked_list2.h: Likewise.
1397         * lib/gl_anyrbtree_list1.h: Likewise.
1398         * lib/gl_anyrbtree_list2.h: Likewise.
1399         * lib/gl_anytree_list1.h: Likewise.
1400         * lib/gl_anytree_list2.h: Likewise.
1401         * lib/gl_anytree_oset.h: Likewise.
1402         * lib/gl_anytreehash_list1.h: Likewise.
1403         * lib/gl_anytreehash_list2.h: Likewise.
1404         * lib/gl_array_list.c: Likewise.
1405         * lib/gl_array_list.h: Likewise.
1406         * lib/gl_array_oset.c: Likewise.
1407         * lib/gl_array_oset.h: Likewise.
1408         * lib/gl_avltree_list.c: Likewise.
1409         * lib/gl_avltree_list.h: Likewise.
1410         * lib/gl_avltree_oset.c: Likewise.
1411         * lib/gl_avltree_oset.h: Likewise.
1412         * lib/gl_avltreehash_list.c: Likewise.
1413         * lib/gl_avltreehash_list.h: Likewise.
1414         * lib/gl_carray_list.c: Likewise.
1415         * lib/gl_carray_list.h: Likewise.
1416         * lib/gl_linked_list.c: Likewise.
1417         * lib/gl_linked_list.h: Likewise.
1418         * lib/gl_linkedhash_list.c: Likewise.
1419         * lib/gl_linkedhash_list.h: Likewise.
1420         * lib/gl_list.c: Likewise.
1421         * lib/gl_list.h: Likewise.
1422         * lib/gl_oset.c: Likewise.
1423         * lib/gl_oset.h: Likewise.
1424         * lib/gl_rbtree_list.c: Likewise.
1425         * lib/gl_rbtree_list.h: Likewise.
1426         * lib/gl_rbtree_oset.c: Likewise.
1427         * lib/gl_rbtree_oset.h: Likewise.
1428         * lib/gl_rbtreehash_list.c: Likewise.
1429         * lib/gl_rbtreehash_list.h: Likewise.
1430         * lib/gl_sublist.c: Likewise.
1431         * lib/gl_sublist.h: Likewise.
1432         * lib/group-member.c: Likewise.
1433         * lib/group-member.h: Likewise.
1434         * lib/hard-locale.c: Likewise.
1435         * lib/hard-locale.h: Likewise.
1436         * lib/hash-pjw.c: Likewise.
1437         * lib/hash-pjw.h: Likewise.
1438         * lib/hash-triple.c: Likewise.
1439         * lib/hash.c: Likewise.
1440         * lib/hash.h: Likewise.
1441         * lib/human.c: Likewise.
1442         * lib/human.h: Likewise.
1443         * lib/i-ring.c: Likewise.
1444         * lib/i-ring.h: Likewise.
1445         * lib/idcache.c: Likewise.
1446         * lib/imaxabs.c: Likewise.
1447         * lib/imaxdiv.c: Likewise.
1448         * lib/inet_pton.c: Likewise.
1449         * lib/inet_pton.h: Likewise.
1450         * lib/intprops.h: Likewise.
1451         * lib/inttostr.c: Likewise.
1452         * lib/inttostr.h: Likewise.
1453         * lib/inttypes.in.h: Likewise.
1454         * lib/isapipe.c: Likewise.
1455         * lib/isdir.c: Likewise.
1456         * lib/isnan.c: Likewise.
1457         * lib/isnan.h: Likewise.
1458         * lib/isnanf.c: Likewise.
1459         * lib/isnanf.h: Likewise.
1460         * lib/isnanl-nolibm.h: Likewise.
1461         * lib/isnanl.c: Likewise.
1462         * lib/isnanl.h: Likewise.
1463         * lib/javacomp.c: Likewise.
1464         * lib/javacomp.h: Likewise.
1465         * lib/javaexec.c: Likewise.
1466         * lib/javaexec.h: Likewise.
1467         * lib/javaversion.c: Likewise.
1468         * lib/javaversion.h: Likewise.
1469         * lib/javaversion.java: Likewise.
1470         * lib/lbrkprop.h: Likewise.
1471         * lib/lchmod.h: Likewise.
1472         * lib/lchown.c: Likewise.
1473         * lib/ldexpl.c: Likewise.
1474         * lib/linebreak.c: Likewise.
1475         * lib/linebreak.h: Likewise.
1476         * lib/linebuffer.c: Likewise.
1477         * lib/linebuffer.h: Likewise.
1478         * lib/locale.in.h: Likewise.
1479         * lib/logl.c: Likewise.
1480         * lib/long-options.c: Likewise.
1481         * lib/long-options.h: Likewise.
1482         * lib/lstat.c: Likewise.
1483         * lib/lstat.h: Likewise.
1484         * lib/math.in.h: Likewise.
1485         * lib/mbchar.c: Likewise.
1486         * lib/mbchar.h: Likewise.
1487         * lib/mbfile.h: Likewise.
1488         * lib/mbiter.h: Likewise.
1489         * lib/mbscasecmp.c: Likewise.
1490         * lib/mbscasestr.c: Likewise.
1491         * lib/mbschr.c: Likewise.
1492         * lib/mbscspn.c: Likewise.
1493         * lib/mbslen.c: Likewise.
1494         * lib/mbsncasecmp.c: Likewise.
1495         * lib/mbsnlen.c: Likewise.
1496         * lib/mbspbrk.c: Likewise.
1497         * lib/mbspcasecmp.c: Likewise.
1498         * lib/mbsrchr.c: Likewise.
1499         * lib/mbssep.c: Likewise.
1500         * lib/mbsspn.c: Likewise.
1501         * lib/mbsstr.c: Likewise.
1502         * lib/mbstok_r.c: Likewise.
1503         * lib/mbswidth.c: Likewise.
1504         * lib/mbswidth.h: Likewise.
1505         * lib/mbuiter.h: Likewise.
1506         * lib/memcasecmp.c: Likewise.
1507         * lib/memcasecmp.h: Likewise.
1508         * lib/memchr.c: Likewise.
1509         * lib/memcmp.c: Likewise.
1510         * lib/memcoll.c: Likewise.
1511         * lib/memcoll.h: Likewise.
1512         * lib/memcpy.c: Likewise.
1513         * lib/memrchr.c: Likewise.
1514         * lib/mkancesdirs.c: Likewise.
1515         * lib/mkdir-p.c: Likewise.
1516         * lib/mkdir-p.h: Likewise.
1517         * lib/mkdir.c: Likewise.
1518         * lib/mkdirat.c: Likewise.
1519         * lib/mkdtemp.c: Likewise.
1520         * lib/mkstemp-safer.c: Likewise.
1521         * lib/mkstemp.c: Likewise.
1522         * lib/modechange.c: Likewise.
1523         * lib/modechange.h: Likewise.
1524         * lib/mountlist.c: Likewise.
1525         * lib/mountlist.h: Likewise.
1526         * lib/mpsort.c: Likewise.
1527         * lib/nanosleep.c: Likewise.
1528         * lib/obstack.c: Likewise.
1529         * lib/obstack.h: Likewise.
1530         * lib/open-safer.c: Likewise.
1531         * lib/open.c: Likewise.
1532         * lib/openat-die.c: Likewise.
1533         * lib/openat-priv.h: Likewise.
1534         * lib/openat-proc.c: Likewise.
1535         * lib/openat.c: Likewise.
1536         * lib/openat.h: Likewise.
1537         * lib/pagealign_alloc.c: Likewise.
1538         * lib/pagealign_alloc.h: Likewise.
1539         * lib/physmem.c: Likewise.
1540         * lib/physmem.h: Likewise.
1541         * lib/pipe-safer.c: Likewise.
1542         * lib/pipe.c: Likewise.
1543         * lib/pipe.h: Likewise.
1544         * lib/posixtm.c: Likewise.
1545         * lib/posixtm.h: Likewise.
1546         * lib/posixver.c: Likewise.
1547         * lib/printf-frexp.c: Likewise.
1548         * lib/printf-frexp.h: Likewise.
1549         * lib/printf-frexpl.c: Likewise.
1550         * lib/printf-frexpl.h: Likewise.
1551         * lib/printf.c: Likewise.
1552         * lib/progname.c: Likewise.
1553         * lib/progname.h: Likewise.
1554         * lib/progreloc.c: Likewise.
1555         * lib/putenv.c: Likewise.
1556         * lib/quote.c: Likewise.
1557         * lib/quote.h: Likewise.
1558         * lib/quotearg.c: Likewise.
1559         * lib/quotearg.h: Likewise.
1560         * lib/raise.c: Likewise.
1561         * lib/readline.c: Likewise.
1562         * lib/readline.h: Likewise.
1563         * lib/readlink.c: Likewise.
1564         * lib/readtokens.c: Likewise.
1565         * lib/readtokens.h: Likewise.
1566         * lib/readtokens0.c: Likewise.
1567         * lib/readtokens0.h: Likewise.
1568         * lib/readutmp.c: Likewise.
1569         * lib/readutmp.h: Likewise.
1570         * lib/realloc.c: Likewise.
1571         * lib/relocwrapper.c: Likewise.
1572         * lib/rename-dest-slash.c: Likewise.
1573         * lib/rename.c: Likewise.
1574         * lib/rmdir.c: Likewise.
1575         * lib/rpmatch.c: Likewise.
1576         * lib/safe-read.c: Likewise.
1577         * lib/safe-read.h: Likewise.
1578         * lib/safe-write.c: Likewise.
1579         * lib/safe-write.h: Likewise.
1580         * lib/same-inode.h: Likewise.
1581         * lib/same.c: Likewise.
1582         * lib/same.h: Likewise.
1583         * lib/save-cwd.c: Likewise.
1584         * lib/save-cwd.h: Likewise.
1585         * lib/savedir.c: Likewise.
1586         * lib/savedir.h: Likewise.
1587         * lib/savewd.c: Likewise.
1588         * lib/savewd.h: Likewise.
1589         * lib/search.in.h: Likewise.
1590         * lib/setenv.c: Likewise.
1591         * lib/setenv.h: Likewise.
1592         * lib/settime.c: Likewise.
1593         * lib/sh-quote.c: Likewise.
1594         * lib/sh-quote.h: Likewise.
1595         * lib/sig2str.c: Likewise.
1596         * lib/sig2str.h: Likewise.
1597         * lib/signal.in.h: Likewise.
1598         * lib/signbitd.c: Likewise.
1599         * lib/signbitf.c: Likewise.
1600         * lib/signbitl.c: Likewise.
1601         * lib/sigprocmask.c: Likewise.
1602         * lib/sincosl.c: Likewise.
1603         * lib/sleep.c: Likewise.
1604         * lib/sprintf.c: Likewise.
1605         * lib/sqrtl.c: Likewise.
1606         * lib/stat-time.h: Likewise.
1607         * lib/stdio--.h: Likewise.
1608         * lib/stdio-safer.h: Likewise.
1609         * lib/stdlib--.h: Likewise.
1610         * lib/stdlib-safer.h: Likewise.
1611         * lib/stdlib.in.h: Likewise.
1612         * lib/stpcpy.c: Likewise.
1613         * lib/stpncpy.c: Likewise.
1614         * lib/strchrnul.c: Likewise.
1615         * lib/strcspn.c: Likewise.
1616         * lib/strerror.c: Likewise.
1617         * lib/strftime.c: Likewise.
1618         * lib/strftime.h: Likewise.
1619         * lib/striconveh.c: Likewise.
1620         * lib/striconveh.h: Likewise.
1621         * lib/striconveha.c: Likewise.
1622         * lib/striconveha.h: Likewise.
1623         * lib/stripslash.c: Likewise.
1624         * lib/strnlen1.c: Likewise.
1625         * lib/strnlen1.h: Likewise.
1626         * lib/strtod.c: Likewise.
1627         * lib/strtoimax.c: Likewise.
1628         * lib/strtok_r.c: Likewise.
1629         * lib/strtol.c: Likewise.
1630         * lib/strtoll.c: Likewise.
1631         * lib/strtoul.c: Likewise.
1632         * lib/strtoull.c: Likewise.
1633         * lib/sysexits.in.h: Likewise.
1634         * lib/tempname.c: Likewise.
1635         * lib/tempname.h: Likewise.
1636         * lib/timespec.h: Likewise.
1637         * lib/tls.c: Likewise.
1638         * lib/tls.h: Likewise.
1639         * lib/tmpdir.c: Likewise.
1640         * lib/tmpdir.h: Likewise.
1641         * lib/tmpfile-safer.c: Likewise.
1642         * lib/tmpfile.c: Likewise.
1643         * lib/trigl.c: Likewise.
1644         * lib/trigl.h: Likewise.
1645         * lib/trim.c: Likewise.
1646         * lib/trim.h: Likewise.
1647         * lib/trunc.c: Likewise.
1648         * lib/truncf.c: Likewise.
1649         * lib/truncl.c: Likewise.
1650         * lib/tsearch.c: Likewise.
1651         * lib/unicodeio.c: Likewise.
1652         * lib/unicodeio.h: Likewise.
1653         * lib/unistd--.h: Likewise.
1654         * lib/unistd-safer.h: Likewise.
1655         * lib/unistdio/ulc-fprintf.c: Likewise.
1656         * lib/unistdio/ulc-vfprintf.c: Likewise.
1657         * lib/unlinkdir.c: Likewise.
1658         * lib/unlinkdir.h: Likewise.
1659         * lib/unlocked-io.h: Likewise.
1660         * lib/unsetenv.c: Likewise.
1661         * lib/userspec.c: Likewise.
1662         * lib/utime.c: Likewise.
1663         * lib/utimecmp.c: Likewise.
1664         * lib/utimecmp.h: Likewise.
1665         * lib/utimens.c: Likewise.
1666         * lib/verify.h: Likewise.
1667         * lib/verror.c: Likewise.
1668         * lib/verror.h: Likewise.
1669         * lib/version-etc-fsf.c: Likewise.
1670         * lib/version-etc.c: Likewise.
1671         * lib/version-etc.h: Likewise.
1672         * lib/vfprintf.c: Likewise.
1673         * lib/vprintf.c: Likewise.
1674         * lib/vsprintf.c: Likewise.
1675         * lib/w32spawn.h: Likewise.
1676         * lib/wait-process.c: Likewise.
1677         * lib/wait-process.h: Likewise.
1678         * lib/wcwidth.c: Likewise.
1679         * lib/write-any-file.c: Likewise.
1680         * lib/xalloc-die.c: Likewise.
1681         * lib/xalloc.h: Likewise.
1682         * lib/xasprintf.c: Likewise.
1683         * lib/xgetcwd.c: Likewise.
1684         * lib/xgetcwd.h: Likewise.
1685         * lib/xgetdomainname.c: Likewise.
1686         * lib/xgetdomainname.h: Likewise.
1687         * lib/xgethostname.c: Likewise.
1688         * lib/xmalloc.c: Likewise.
1689         * lib/xmalloca.c: Likewise.
1690         * lib/xmalloca.h: Likewise.
1691         * lib/xmemcoll.c: Likewise.
1692         * lib/xnanosleep.c: Likewise.
1693         * lib/xreadlink.c: Likewise.
1694         * lib/xreadlink.h: Likewise.
1695         * lib/xsetenv.c: Likewise.
1696         * lib/xsetenv.h: Likewise.
1697         * lib/xstriconv.c: Likewise.
1698         * lib/xstriconv.h: Likewise.
1699         * lib/xstrndup.c: Likewise.
1700         * lib/xstrndup.h: Likewise.
1701         * lib/xstrtod.c: Likewise.
1702         * lib/xstrtod.h: Likewise.
1703         * lib/xstrtol-error.c: Likewise.
1704         * lib/xstrtol.c: Likewise.
1705         * lib/xstrtol.h: Likewise.
1706         * lib/xtime.h: Likewise.
1707         * lib/xvasprintf.c: Likewise.
1708         * lib/xvasprintf.h: Likewise.
1709         * lib/yesno.c: Likewise.
1710         * lib/yesno.h: Likewise.
1711         * posix-modules: Likewise.
1712         * tests/test-alloca-opt.c: Likewise.
1713         * tests/test-arcfour.c: Likewise.
1714         * tests/test-arctwo.c: Likewise.
1715         * tests/test-argmatch.c: Likewise.
1716         * tests/test-argp-2.sh: Likewise.
1717         * tests/test-argp.c: Likewise.
1718         * tests/test-arpa_inet.c: Likewise.
1719         * tests/test-array_list.c: Likewise.
1720         * tests/test-array_oset.c: Likewise.
1721         * tests/test-atexit.c: Likewise.
1722         * tests/test-avltree_list.c: Likewise.
1723         * tests/test-avltree_oset.c: Likewise.
1724         * tests/test-avltreehash_list.c: Likewise.
1725         * tests/test-base64.c: Likewise.
1726         * tests/test-binary-io.c: Likewise.
1727         * tests/test-byteswap.c: Likewise.
1728         * tests/test-c-ctype.c: Likewise.
1729         * tests/test-c-strcasecmp.c: Likewise.
1730         * tests/test-c-strcasestr.c: Likewise.
1731         * tests/test-c-strncasecmp.c: Likewise.
1732         * tests/test-c-strstr.c: Likewise.
1733         * tests/test-canonicalize-lgpl.c: Likewise.
1734         * tests/test-canonicalize.c: Likewise.
1735         * tests/test-carray_list.c: Likewise.
1736         * tests/test-ceilf.c: Likewise.
1737         * tests/test-ceill.c: Likewise.
1738         * tests/test-count-one-bits.c: Likewise.
1739         * tests/test-crc.c: Likewise.
1740         * tests/test-dirname.c: Likewise.
1741         * tests/test-fbufmode.c: Likewise.
1742         * tests/test-fcntl.c: Likewise.
1743         * tests/test-fflush.c: Likewise.
1744         * tests/test-floorf.c: Likewise.
1745         * tests/test-floorl.c: Likewise.
1746         * tests/test-fopen.c: Likewise.
1747         * tests/test-fprintf-posix.c: Likewise.
1748         * tests/test-fprintf-posix.h: Likewise.
1749         * tests/test-fpurge.c: Likewise.
1750         * tests/test-freadable.c: Likewise.
1751         * tests/test-freadahead.c: Likewise.
1752         * tests/test-freading.c: Likewise.
1753         * tests/test-freopen.c: Likewise.
1754         * tests/test-frexp.c: Likewise.
1755         * tests/test-frexpl.c: Likewise.
1756         * tests/test-fseek.c: Likewise.
1757         * tests/test-fseeko.c: Likewise.
1758         * tests/test-fseterr.c: Likewise.
1759         * tests/test-fstrcmp.c: Likewise.
1760         * tests/test-ftell.c: Likewise.
1761         * tests/test-ftello.c: Likewise.
1762         * tests/test-fwritable.c: Likewise.
1763         * tests/test-fwriting.c: Likewise.
1764         * tests/test-getaddrinfo.c: Likewise.
1765         * tests/test-getpass.c: Likewise.
1766         * tests/test-gettimeofday.c: Likewise.
1767         * tests/test-hmac-md5.c: Likewise.
1768         * tests/test-hmac-sha1.c: Likewise.
1769         * tests/test-iconv.c: Likewise.
1770         * tests/test-iconvme.c: Likewise.
1771         * tests/test-inttypes.c: Likewise.
1772         * tests/test-isnan.c: Likewise.
1773         * tests/test-isnanf.c: Likewise.
1774         * tests/test-isnanl-nolibm.c: Likewise.
1775         * tests/test-isnanl.c: Likewise.
1776         * tests/test-isnanl.h: Likewise.
1777         * tests/test-ldexpl.c: Likewise.
1778         * tests/test-linked_list.c: Likewise.
1779         * tests/test-linkedhash_list.c: Likewise.
1780         * tests/test-locale.c: Likewise.
1781         * tests/test-localename.c: Likewise.
1782         * tests/test-lock.c: Likewise.
1783         * tests/test-lseek.c: Likewise.
1784         * tests/test-malloca.c: Likewise.
1785         * tests/test-math.c: Likewise.
1786         * tests/test-mbscasecmp.c: Likewise.
1787         * tests/test-mbscasestr1.c: Likewise.
1788         * tests/test-mbscasestr2.c: Likewise.
1789         * tests/test-mbscasestr3.c: Likewise.
1790         * tests/test-mbscasestr4.c: Likewise.
1791         * tests/test-mbschr.c: Likewise.
1792         * tests/test-mbscspn.c: Likewise.
1793         * tests/test-mbsncasecmp.c: Likewise.
1794         * tests/test-mbspbrk.c: Likewise.
1795         * tests/test-mbspcasecmp.c: Likewise.
1796         * tests/test-mbsrchr.c: Likewise.
1797         * tests/test-mbsspn.c: Likewise.
1798         * tests/test-mbsstr1.c: Likewise.
1799         * tests/test-mbsstr2.c: Likewise.
1800         * tests/test-mbsstr3.c: Likewise.
1801         * tests/test-md5.c: Likewise.
1802         * tests/test-memmem.c: Likewise.
1803         * tests/test-netinet_in.c: Likewise.
1804         * tests/test-open.c: Likewise.
1805         * tests/test-printf-frexp.c: Likewise.
1806         * tests/test-printf-frexpl.c: Likewise.
1807         * tests/test-printf-posix.c: Likewise.
1808         * tests/test-printf-posix.h: Likewise.
1809         * tests/test-rbtree_list.c: Likewise.
1810         * tests/test-rbtree_oset.c: Likewise.
1811         * tests/test-rbtreehash_list.c: Likewise.
1812         * tests/test-read-file.c: Likewise.
1813         * tests/test-rijndael.c: Likewise.
1814         * tests/test-search.c: Likewise.
1815         * tests/test-signbit.c: Likewise.
1816         * tests/test-sleep.c: Likewise.
1817         * tests/test-snprintf-posix.c: Likewise.
1818         * tests/test-snprintf-posix.h: Likewise.
1819         * tests/test-snprintf.c: Likewise.
1820         * tests/test-sprintf-posix.c: Likewise.
1821         * tests/test-sprintf-posix.h: Likewise.
1822         * tests/test-stat-time.c: Likewise.
1823         * tests/test-stdbool.c: Likewise.
1824         * tests/test-stdint.c: Likewise.
1825         * tests/test-stdio.c: Likewise.
1826         * tests/test-stdlib.c: Likewise.
1827         * tests/test-stpncpy.c: Likewise.
1828         * tests/test-strcasestr.c: Likewise.
1829         * tests/test-striconv.c: Likewise.
1830         * tests/test-striconveh.c: Likewise.
1831         * tests/test-striconveha.c: Likewise.
1832         * tests/test-string.c: Likewise.
1833         * tests/test-sys_select.c: Likewise.
1834         * tests/test-sys_socket.c: Likewise.
1835         * tests/test-sys_stat.c: Likewise.
1836         * tests/test-sys_time.c: Likewise.
1837         * tests/test-sysexits.c: Likewise.
1838         * tests/test-time.c: Likewise.
1839         * tests/test-tls.c: Likewise.
1840         * tests/test-trunc.c: Likewise.
1841         * tests/test-truncf.c: Likewise.
1842         * tests/test-truncl.c: Likewise.
1843         * tests/test-unistd.c: Likewise.
1844         * tests/test-vasnprintf-posix.c: Likewise.
1845         * tests/test-vasnprintf-posix2.c: Likewise.
1846         * tests/test-vasnprintf.c: Likewise.
1847         * tests/test-vasprintf-posix.c: Likewise.
1848         * tests/test-vasprintf.c: Likewise.
1849         * tests/test-verify.c: Likewise.
1850         * tests/test-vfprintf-posix.c: Likewise.
1851         * tests/test-vprintf-posix.c: Likewise.
1852         * tests/test-vsnprintf-posix.c: Likewise.
1853         * tests/test-vsnprintf.c: Likewise.
1854         * tests/test-vsprintf-posix.c: Likewise.
1855         * tests/test-wchar.c: Likewise.
1856         * tests/test-wctype.c: Likewise.
1857         * tests/test-wcwidth.c: Likewise.
1858         * tests/test-xstrtol.c: Likewise.
1859         * tests/test-xvasprintf.c: Likewise.
1860         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1861         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1862         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1863         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1864         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1865         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1866         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1867         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1868         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1869         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1870         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1871         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1872         * tests/uniname/test-uninames.c: Likewise.
1873         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1874         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
1875         * tests/unistdio/test-u16-printf1.h: Likewise.
1876         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1877         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1878         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1879         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1880         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1881         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1882         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1883         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
1884         * tests/unistdio/test-u32-printf1.h: Likewise.
1885         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1886         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1887         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1888         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1889         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1890         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1891         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1892         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
1893         * tests/unistdio/test-u8-printf1.h: Likewise.
1894         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1895         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1896         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1897         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1898         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1899         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1900         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1901         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
1902         * tests/unistdio/test-ulc-printf1.h: Likewise.
1903         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1904         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1905         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1906         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1907         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1908         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1909         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1910         * tests/uniwidth/test-u16-width.c: Likewise.
1911         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1912         * tests/uniwidth/test-u32-width.c: Likewise.
1913         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1914         * tests/uniwidth/test-u8-width.c: Likewise.
1915         * tests/uniwidth/test-uc_width.c: Likewise.
1916         * config/srclist-update: Likewise.
1917         (fixlicense): Update to GPLv3+.
1918
1919         Change copyright notice from LGPLv2.1+ to LGPLv3+.
1920         * tests/test-tsearch.c: Change copyright notice.
1921
1922         Change copyright notice from LGPLv2.0+ to LGPLv3+.
1923         * lib/c-strcaseeq.h: Change copyright notice.
1924         * lib/streq.h: Likewise.
1925         * lib/uniconv.h: Likewise.
1926         * lib/uniconv/u-conv-from-enc.h: Likewise.
1927         * lib/uniconv/u-conv-to-enc.h: Likewise.
1928         * lib/uniconv/u-strconv-from-enc.h: Likewise.
1929         * lib/uniconv/u-strconv-to-enc.h: Likewise.
1930         * lib/uniconv/u16-conv-from-enc.c: Likewise.
1931         * lib/uniconv/u16-conv-to-enc.c: Likewise.
1932         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
1933         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
1934         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
1935         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
1936         * lib/uniconv/u32-conv-from-enc.c: Likewise.
1937         * lib/uniconv/u32-conv-to-enc.c: Likewise.
1938         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
1939         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
1940         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
1941         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
1942         * lib/uniconv/u8-conv-from-enc.c: Likewise.
1943         * lib/uniconv/u8-conv-to-enc.c: Likewise.
1944         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
1945         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
1946         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
1947         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
1948         * lib/uniname.h: Likewise.
1949         * lib/uniname/uniname.c: Likewise.
1950         * lib/unistdio.h: Likewise.
1951         * lib/unistdio/u-asnprintf.h: Likewise.
1952         * lib/unistdio/u-asprintf.h: Likewise.
1953         * lib/unistdio/u-printf-args.c: Likewise.
1954         * lib/unistdio/u-printf-args.h: Likewise.
1955         * lib/unistdio/u-printf-parse.h: Likewise.
1956         * lib/unistdio/u-snprintf.h: Likewise.
1957         * lib/unistdio/u-sprintf.h: Likewise.
1958         * lib/unistdio/u-vasprintf.h: Likewise.
1959         * lib/unistdio/u-vsnprintf.h: Likewise.
1960         * lib/unistdio/u-vsprintf.h: Likewise.
1961         * lib/unistdio/u16-asnprintf.c: Likewise.
1962         * lib/unistdio/u16-asprintf.c: Likewise.
1963         * lib/unistdio/u16-printf-parse.c: Likewise.
1964         * lib/unistdio/u16-snprintf.c: Likewise.
1965         * lib/unistdio/u16-sprintf.c: Likewise.
1966         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
1967         * lib/unistdio/u16-u16-asprintf.c: Likewise.
1968         * lib/unistdio/u16-u16-snprintf.c: Likewise.
1969         * lib/unistdio/u16-u16-sprintf.c: Likewise.
1970         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
1971         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
1972         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
1973         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
1974         * lib/unistdio/u16-vasnprintf.c: Likewise.
1975         * lib/unistdio/u16-vasprintf.c: Likewise.
1976         * lib/unistdio/u16-vsnprintf.c: Likewise.
1977         * lib/unistdio/u16-vsprintf.c: Likewise.
1978         * lib/unistdio/u32-asnprintf.c: Likewise.
1979         * lib/unistdio/u32-asprintf.c: Likewise.
1980         * lib/unistdio/u32-printf-parse.c: Likewise.
1981         * lib/unistdio/u32-snprintf.c: Likewise.
1982         * lib/unistdio/u32-sprintf.c: Likewise.
1983         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
1984         * lib/unistdio/u32-u32-asprintf.c: Likewise.
1985         * lib/unistdio/u32-u32-snprintf.c: Likewise.
1986         * lib/unistdio/u32-u32-sprintf.c: Likewise.
1987         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
1988         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
1989         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
1990         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
1991         * lib/unistdio/u32-vasnprintf.c: Likewise.
1992         * lib/unistdio/u32-vasprintf.c: Likewise.
1993         * lib/unistdio/u32-vsnprintf.c: Likewise.
1994         * lib/unistdio/u32-vsprintf.c: Likewise.
1995         * lib/unistdio/u8-asnprintf.c: Likewise.
1996         * lib/unistdio/u8-asprintf.c: Likewise.
1997         * lib/unistdio/u8-printf-parse.c: Likewise.
1998         * lib/unistdio/u8-snprintf.c: Likewise.
1999         * lib/unistdio/u8-sprintf.c: Likewise.
2000         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
2001         * lib/unistdio/u8-u8-asprintf.c: Likewise.
2002         * lib/unistdio/u8-u8-snprintf.c: Likewise.
2003         * lib/unistdio/u8-u8-sprintf.c: Likewise.
2004         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
2005         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
2006         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
2007         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
2008         * lib/unistdio/u8-vasnprintf.c: Likewise.
2009         * lib/unistdio/u8-vasprintf.c: Likewise.
2010         * lib/unistdio/u8-vsnprintf.c: Likewise.
2011         * lib/unistdio/u8-vsprintf.c: Likewise.
2012         * lib/unistdio/ulc-asnprintf.c: Likewise.
2013         * lib/unistdio/ulc-asprintf.c: Likewise.
2014         * lib/unistdio/ulc-printf-parse.c: Likewise.
2015         * lib/unistdio/ulc-snprintf.c: Likewise.
2016         * lib/unistdio/ulc-sprintf.c: Likewise.
2017         * lib/unistdio/ulc-vasnprintf.c: Likewise.
2018         * lib/unistdio/ulc-vasprintf.c: Likewise.
2019         * lib/unistdio/ulc-vsnprintf.c: Likewise.
2020         * lib/unistdio/ulc-vsprintf.c: Likewise.
2021         * lib/unistr.h: Likewise.
2022         * lib/unistr/u-cpy-alloc.h: Likewise.
2023         * lib/unistr/u-cpy.h: Likewise.
2024         * lib/unistr/u-endswith.h: Likewise.
2025         * lib/unistr/u-move.h: Likewise.
2026         * lib/unistr/u-set.h: Likewise.
2027         * lib/unistr/u-startswith.h: Likewise.
2028         * lib/unistr/u-stpcpy.h: Likewise.
2029         * lib/unistr/u-stpncpy.h: Likewise.
2030         * lib/unistr/u-strcat.h: Likewise.
2031         * lib/unistr/u-strcpy.h: Likewise.
2032         * lib/unistr/u-strcspn.h: Likewise.
2033         * lib/unistr/u-strdup.h: Likewise.
2034         * lib/unistr/u-strlen.h: Likewise.
2035         * lib/unistr/u-strncat.h: Likewise.
2036         * lib/unistr/u-strncpy.h: Likewise.
2037         * lib/unistr/u-strnlen.h: Likewise.
2038         * lib/unistr/u-strpbrk.h: Likewise.
2039         * lib/unistr/u-strspn.h: Likewise.
2040         * lib/unistr/u-strstr.h: Likewise.
2041         * lib/unistr/u-strtok.h: Likewise.
2042         * lib/unistr/u16-check.c: Likewise.
2043         * lib/unistr/u16-chr.c: Likewise.
2044         * lib/unistr/u16-cmp.c: Likewise.
2045         * lib/unistr/u16-cpy-alloc.c: Likewise.
2046         * lib/unistr/u16-cpy.c: Likewise.
2047         * lib/unistr/u16-endswith.c: Likewise.
2048         * lib/unistr/u16-mblen.c: Likewise.
2049         * lib/unistr/u16-mbsnlen.c: Likewise.
2050         * lib/unistr/u16-mbtouc-aux.c: Likewise.
2051         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
2052         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
2053         * lib/unistr/u16-mbtouc.c: Likewise.
2054         * lib/unistr/u16-mbtoucr.c: Likewise.
2055         * lib/unistr/u16-move.c: Likewise.
2056         * lib/unistr/u16-next.c: Likewise.
2057         * lib/unistr/u16-prev.c: Likewise.
2058         * lib/unistr/u16-set.c: Likewise.
2059         * lib/unistr/u16-startswith.c: Likewise.
2060         * lib/unistr/u16-stpcpy.c: Likewise.
2061         * lib/unistr/u16-stpncpy.c: Likewise.
2062         * lib/unistr/u16-strcat.c: Likewise.
2063         * lib/unistr/u16-strchr.c: Likewise.
2064         * lib/unistr/u16-strcmp.c: Likewise.
2065         * lib/unistr/u16-strcpy.c: Likewise.
2066         * lib/unistr/u16-strcspn.c: Likewise.
2067         * lib/unistr/u16-strdup.c: Likewise.
2068         * lib/unistr/u16-strlen.c: Likewise.
2069         * lib/unistr/u16-strmblen.c: Likewise.
2070         * lib/unistr/u16-strmbtouc.c: Likewise.
2071         * lib/unistr/u16-strncat.c: Likewise.
2072         * lib/unistr/u16-strncmp.c: Likewise.
2073         * lib/unistr/u16-strncpy.c: Likewise.
2074         * lib/unistr/u16-strnlen.c: Likewise.
2075         * lib/unistr/u16-strpbrk.c: Likewise.
2076         * lib/unistr/u16-strrchr.c: Likewise.
2077         * lib/unistr/u16-strspn.c: Likewise.
2078         * lib/unistr/u16-strstr.c: Likewise.
2079         * lib/unistr/u16-strtok.c: Likewise.
2080         * lib/unistr/u16-to-u32.c: Likewise.
2081         * lib/unistr/u16-to-u8.c: Likewise.
2082         * lib/unistr/u16-uctomb-aux.c: Likewise.
2083         * lib/unistr/u16-uctomb.c: Likewise.
2084         * lib/unistr/u32-check.c: Likewise.
2085         * lib/unistr/u32-chr.c: Likewise.
2086         * lib/unistr/u32-cmp.c: Likewise.
2087         * lib/unistr/u32-cpy-alloc.c: Likewise.
2088         * lib/unistr/u32-cpy.c: Likewise.
2089         * lib/unistr/u32-endswith.c: Likewise.
2090         * lib/unistr/u32-mblen.c: Likewise.
2091         * lib/unistr/u32-mbsnlen.c: Likewise.
2092         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
2093         * lib/unistr/u32-mbtouc.c: Likewise.
2094         * lib/unistr/u32-mbtoucr.c: Likewise.
2095         * lib/unistr/u32-move.c: Likewise.
2096         * lib/unistr/u32-next.c: Likewise.
2097         * lib/unistr/u32-prev.c: Likewise.
2098         * lib/unistr/u32-set.c: Likewise.
2099         * lib/unistr/u32-startswith.c: Likewise.
2100         * lib/unistr/u32-stpcpy.c: Likewise.
2101         * lib/unistr/u32-stpncpy.c: Likewise.
2102         * lib/unistr/u32-strcat.c: Likewise.
2103         * lib/unistr/u32-strchr.c: Likewise.
2104         * lib/unistr/u32-strcmp.c: Likewise.
2105         * lib/unistr/u32-strcpy.c: Likewise.
2106         * lib/unistr/u32-strcspn.c: Likewise.
2107         * lib/unistr/u32-strdup.c: Likewise.
2108         * lib/unistr/u32-strlen.c: Likewise.
2109         * lib/unistr/u32-strmblen.c: Likewise.
2110         * lib/unistr/u32-strmbtouc.c: Likewise.
2111         * lib/unistr/u32-strncat.c: Likewise.
2112         * lib/unistr/u32-strncmp.c: Likewise.
2113         * lib/unistr/u32-strncpy.c: Likewise.
2114         * lib/unistr/u32-strnlen.c: Likewise.
2115         * lib/unistr/u32-strpbrk.c: Likewise.
2116         * lib/unistr/u32-strrchr.c: Likewise.
2117         * lib/unistr/u32-strspn.c: Likewise.
2118         * lib/unistr/u32-strstr.c: Likewise.
2119         * lib/unistr/u32-strtok.c: Likewise.
2120         * lib/unistr/u32-to-u16.c: Likewise.
2121         * lib/unistr/u32-to-u8.c: Likewise.
2122         * lib/unistr/u32-uctomb.c: Likewise.
2123         * lib/unistr/u8-check.c: Likewise.
2124         * lib/unistr/u8-chr.c: Likewise.
2125         * lib/unistr/u8-cmp.c: Likewise.
2126         * lib/unistr/u8-cpy-alloc.c: Likewise.
2127         * lib/unistr/u8-cpy.c: Likewise.
2128         * lib/unistr/u8-endswith.c: Likewise.
2129         * lib/unistr/u8-mblen.c: Likewise.
2130         * lib/unistr/u8-mbsnlen.c: Likewise.
2131         * lib/unistr/u8-mbtouc-aux.c: Likewise.
2132         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
2133         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
2134         * lib/unistr/u8-mbtouc.c: Likewise.
2135         * lib/unistr/u8-mbtoucr.c: Likewise.
2136         * lib/unistr/u8-move.c: Likewise.
2137         * lib/unistr/u8-next.c: Likewise.
2138         * lib/unistr/u8-prev.c: Likewise.
2139         * lib/unistr/u8-set.c: Likewise.
2140         * lib/unistr/u8-startswith.c: Likewise.
2141         * lib/unistr/u8-stpcpy.c: Likewise.
2142         * lib/unistr/u8-stpncpy.c: Likewise.
2143         * lib/unistr/u8-strcat.c: Likewise.
2144         * lib/unistr/u8-strchr.c: Likewise.
2145         * lib/unistr/u8-strcmp.c: Likewise.
2146         * lib/unistr/u8-strcpy.c: Likewise.
2147         * lib/unistr/u8-strcspn.c: Likewise.
2148         * lib/unistr/u8-strdup.c: Likewise.
2149         * lib/unistr/u8-strlen.c: Likewise.
2150         * lib/unistr/u8-strmblen.c: Likewise.
2151         * lib/unistr/u8-strmbtouc.c: Likewise.
2152         * lib/unistr/u8-strncat.c: Likewise.
2153         * lib/unistr/u8-strncmp.c: Likewise.
2154         * lib/unistr/u8-strncpy.c: Likewise.
2155         * lib/unistr/u8-strnlen.c: Likewise.
2156         * lib/unistr/u8-strpbrk.c: Likewise.
2157         * lib/unistr/u8-strrchr.c: Likewise.
2158         * lib/unistr/u8-strspn.c: Likewise.
2159         * lib/unistr/u8-strstr.c: Likewise.
2160         * lib/unistr/u8-strtok.c: Likewise.
2161         * lib/unistr/u8-to-u16.c: Likewise.
2162         * lib/unistr/u8-to-u32.c: Likewise.
2163         * lib/unistr/u8-uctomb-aux.c: Likewise.
2164         * lib/unistr/u8-uctomb.c: Likewise.
2165         * lib/unitypes.h: Likewise.
2166         * lib/uniwidth.h: Likewise.
2167         * lib/uniwidth/cjk.h: Likewise.
2168         * lib/uniwidth/u16-strwidth.c: Likewise.
2169         * lib/uniwidth/u16-width.c: Likewise.
2170         * lib/uniwidth/u32-strwidth.c: Likewise.
2171         * lib/uniwidth/u32-width.c: Likewise.
2172         * lib/uniwidth/u8-strwidth.c: Likewise.
2173         * lib/uniwidth/u8-width.c: Likewise.
2174         * lib/uniwidth/width.c: Likewise.
2175
2176 2007-10-07  Bruno Haible  <bruno@clisp.org>
2177
2178         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
2179         The file is still under LGPL (see modules/inttypes).
2180
2181 2007-10-06  Bruno Haible  <bruno@clisp.org>
2182
2183         * modules/trunc (Dependencies): Add 'extensions'.
2184         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
2185         Reported by Ben Pfaff <blp@gnu.org>.
2186
2187 2007-10-06  Bruno Haible  <bruno@clisp.org>
2188
2189         * modules/freopen-tests: New file.
2190         * tests/test-freopen.c: New file.
2191
2192         * modules/fopen-tests: New file.
2193         * tests/test-fopen.c: New file.
2194
2195         * modules/fopen: New file.
2196         * lib/fopen.c: New file.
2197         * m4/fopen.m4: New file.
2198         * modules/freopen: New file.
2199         * lib/freopen.c: New file.
2200         * m4/freopen.m4: New file.
2201         * lib/stdio.in.h (fopen, freopen): New declarations.
2202         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
2203         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
2204         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
2205         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
2206         * doc/functions/fopen.texi: Mention the 'fopen' module.
2207         * doc/functions/freopen.texi: Mention the 'freopen' module.
2208
2209 2007-10-06  Bruno Haible  <bruno@clisp.org>
2210
2211         * modules/open-tests: New file.
2212         * tests/test-open.c: New file.
2213
2214         * modules/open: New file.
2215         * lib/open.c: New file.
2216         * m4/open.m4: New file.
2217         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
2218         lib/open.c does.
2219         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
2220         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
2221         macros.
2222         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
2223         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
2224         REPLACE_OPEN.
2225         * doc/functions/open.texi: Mention the 'open' module.
2226
2227 2007-10-04  Bruno Haible  <bruno@clisp.org>
2228
2229         * modules/ceill-tests: New file.
2230         * tests/test-ceill.c: New file.
2231
2232         * modules/ceill: New file.
2233         * lib/ceill.c: Replace entire file.
2234         * m4/ceill.m4: New file.
2235         * lib/math.in.h (ceill): Replace declaration.
2236         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
2237         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
2238         * doc/functions/ceill.texi: Mention the 'ceill' module.
2239         * modules/mathl (Files): Remove lib/ceill.c.
2240         (Depends-on): Add ceill.
2241
2242 2007-10-04  Bruno Haible  <bruno@clisp.org>
2243
2244         * modules/ceilf-tests: New file.
2245         * tests/test-ceilf.c: New file.
2246
2247         * modules/ceilf: New file.
2248         * lib/ceil.c: New file.
2249         * lib/ceilf.c: New file.
2250         * m4/ceilf.m4: New file.
2251         * lib/math.in.h (ceilf): New declaration.
2252         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
2253         HAVE_DECL_CEILF.
2254         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
2255         HAVE_DECL_CEILF.
2256         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
2257
2258 2007-10-04  Bruno Haible  <bruno@clisp.org>
2259
2260         * modules/floorl-tests: New file.
2261         * tests/test-floorl.c: New file.
2262
2263         * modules/floorl: New file.
2264         * lib/floorl.c: Replace entire file.
2265         * m4/floorl.m4: New file.
2266         * lib/math.in.h (floorl): Replace declaration.
2267         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
2268         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
2269         * doc/functions/floorl.texi: Mention the 'floorl' module.
2270         * modules/mathl (Files): Remove lib/floorl.c.
2271         (Depends-on): Add floorl.
2272
2273 2007-10-04  Bruno Haible  <bruno@clisp.org>
2274
2275         * modules/floorf-tests: New file.
2276         * tests/test-floorf.c: New file.
2277
2278         * modules/floorf: New file.
2279         * lib/floor.c: New file.
2280         * lib/floorf.c: New file.
2281         * m4/floorf.m4: New file.
2282         * lib/math.in.h (floorf): New declaration.
2283         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
2284         HAVE_DECL_FLOORF.
2285         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
2286         HAVE_DECL_FLOORF.
2287         * doc/functions/floorf.texi: Mention the 'floorf' module.
2288
2289 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
2290             Bruno Haible  <bruno@clisp.org>
2291
2292         Advertise for the Git server instead of the CVS server.
2293         * doc/gnulib-intro.texi (Steady Development): Mention the Git
2294         repository instead of the CVS one.
2295         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
2296         about all VCS systems generically.
2297         * doc/gnulib.texi (Introduction): Capitalize `Git'.
2298
2299 2007-10-04  Bruno Haible  <bruno@clisp.org>
2300
2301         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
2302         means.
2303         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
2304
2305 2007-10-04  Bruno Haible  <bruno@clisp.org>
2306
2307         * modules/truncl-tests: New file.
2308         * tests/test-truncl.c: New file.
2309
2310         * modules/truncl: New file.
2311         * lib/truncl.c: New file.
2312         * m4/truncl.m4: New file.
2313         * lib/math.in.h (truncl): New declaration.
2314         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
2315         HAVE_DECL_TRUNCL.
2316         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
2317         HAVE_DECL_TRUNCL.
2318         * doc/functions/truncl.texi: Mention the 'truncl' module.
2319
2320 2007-10-04  Bruno Haible  <bruno@clisp.org>
2321
2322         * modules/truncf-tests: New file.
2323         * tests/test-truncf.c: New file.
2324
2325         * modules/truncf: New file.
2326         * lib/trunc.c: Make paramerizable through USE_* macros.
2327         * lib/truncf.c: New file.
2328         * m4/truncf.m4: New file.
2329         * lib/math.in.h (truncf): New declaration.
2330         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
2331         HAVE_DECL_TRUNCF.
2332         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
2333         HAVE_DECL_TRUNCF.
2334         * doc/functions/truncf.texi: Mention the 'truncf' module.
2335
2336 2007-10-03  Bruno Haible  <bruno@clisp.org>
2337
2338         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
2339         augmentation also for tests modules.
2340         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
2341         * modules/atexit-tests (Makefile.am): Likewise.
2342         * modules/binary-io-tests (Makefile.am): Likewise.
2343         * modules/c-strcase-tests (Makefile.am): Likewise.
2344         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
2345         * modules/canonicalize-tests (Makefile.am): Likewise.
2346         * modules/closein-tests (Makefile.am): Likewise.
2347         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2348         * modules/freadahead-tests (Makefile.am): Likewise.
2349         * modules/fseek-tests (Makefile.am): Likewise.
2350         * modules/fseeko-tests (Makefile.am): Likewise.
2351         * modules/ftell-tests (Makefile.am): Likewise.
2352         * modules/ftello-tests (Makefile.am): Likewise.
2353         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
2354         * modules/isnanl-tests (Makefile.am): Likewise.
2355         * modules/lseek-tests (Makefile.am): Likewise.
2356         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2357         * modules/mbscasestr-tests (Makefile.am): Likewise.
2358         * modules/mbschr-tests (Makefile.am): Likewise.
2359         * modules/mbscspn-tests (Makefile.am): Likewise.
2360         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2361         * modules/mbspbrk-tests (Makefile.am): Likewise.
2362         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2363         * modules/mbsrchr-tests (Makefile.am): Likewise.
2364         * modules/mbsspn-tests (Makefile.am): Likewise.
2365         * modules/mbsstr-tests (Makefile.am): Likewise.
2366         * modules/printf-posix-tests (Makefile.am): Likewise.
2367         * modules/snprintf-posix-tests (Makefile.am): Likewise.
2368         * modules/sprintf-posix-tests (Makefile.am): Likewise.
2369         * modules/tsearch-tests (Makefile.am): Likewise.
2370         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2371         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2372         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2373         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2374         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2375         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2376         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2377         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2378         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
2379         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
2380         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2381         * modules/xstrtol-tests (Makefile.am): Likewise.
2382         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2383         * modules/yesno-tests (Makefile.am): Likewise.
2384
2385 2007-10-03  Bruno Haible  <bruno@clisp.org>
2386
2387         * modules/trunc-tests: New file.
2388         * tests/test-trunc.c: New file.
2389
2390         * modules/trunc: New file.
2391         * lib/trunc.c: New file.
2392         * m4/trunc.m4: New file.
2393         * lib/math.in.h (trunc): New declaration.
2394         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
2395         HAVE_DECL_TRUNC.
2396         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
2397         HAVE_DECL_TRUNC.
2398         * doc/functions/trunc.texi: Mention the 'trunc' module.
2399
2400 2007-10-03  Bruno Haible  <bruno@clisp.org>
2401
2402         * tests/test-fpending.c: New file, mostly copied
2403         from coreutils/lib/t-fpending.c.
2404         * modules/fpending-tests: New file.
2405
2406 2007-10-03  Bruno Haible  <bruno@clisp.org>
2407
2408         Port the stdio extensions to QNX (untested).
2409         * lib/fseterr.c (fseterr): Add support for QNX.
2410         * lib/fbufmode.c (fbufmode): Likewise.
2411         * lib/freadable.c (freadable): Likewise.
2412         * lib/fwritable.c (fwritable): Likewise.
2413         * lib/freading.c (freading): Likewise.
2414         * lib/fwriting.c (fwriting): Likewise.
2415         * lib/freadahead.c (freadahed): Likewise.
2416         * lib/fpurge.c (fpurge): Likewise.
2417         * lib/fseeko.c (rpl_fseeko): Likewise.
2418
2419 2007-10-03  Bruno Haible  <bruno@clisp.org>
2420             Jim Meyering  <jim@meyering.net>
2421             Eric Blake  <ebb9@byu.net>
2422
2423         * doc/relocatable.texi: Use @command instead of @program.
2424
2425 2007-10-02  Jim Meyering  <jim@meyering.net>
2426
2427         Perform one more "_.h" -> ".in.h" substitution.
2428         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
2429         instead of unistd_.h here, too.
2430
2431 2007-10-01  Bruno Haible  <bruno@clisp.org>
2432
2433         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
2434         Needed for the alloca-opt module.
2435
2436 2007-09-30  Bruno Haible  <bruno@clisp.org>
2437
2438         * lib/alloca.in.h: Renamed from lib/alloca_.h.
2439         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
2440         alloca_.h.
2441         * lib/argz.in.h: Renamed from lib/argz_.h.
2442         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
2443         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
2444         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
2445         byteswap_.h.
2446         * lib/dirent.in.h: Renamed from lib/dirent_.h.
2447         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
2448         dirent_.h.
2449         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
2450         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
2451         fcntl_.h.
2452         * lib/float.in.h: Renamed from lib/float_.h.
2453         * modules/float (Files, Makefile.am): Use float.in.h instead of
2454         float_.h.
2455         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
2456         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
2457         fnmatch_.h.
2458         * lib/getopt.in.h: Renamed from lib/getopt_.h.
2459         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
2460         getopt_.h.
2461         * lib/glob.in.h: Renamed from lib/glob_.h.
2462         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
2463         * lib/iconv.in.h: Renamed from lib/iconv_.h.
2464         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
2465         iconv_.h.
2466         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
2467         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
2468         inttypes_.h.
2469         * lib/locale.in.h: Renamed from lib/locale_.h.
2470         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
2471         locale_.h.
2472         * lib/math.in.h: Renamed from lib/math_.h.
2473         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
2474         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
2475         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
2476         of netinet_in_.h. Add dependency.
2477         * lib/poll.in.h: Renamed from lib/poll_.h.
2478         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
2479         * lib/search.in.h: Renamed from lib/search_.h.
2480         * modules/search (Files, Makefile.am): Use search.in.h instead of
2481         search_.h.
2482         * lib/signal.in.h: Renamed from lib/signal_.h.
2483         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
2484         _signal.h.
2485         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
2486         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
2487         stdbool_.h.
2488         * lib/stdint.in.h: Renamed from lib/stdint_.h.
2489         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
2490         stdint_.h.
2491         * lib/stdio.in.h: Renamed from lib/stdio_.h.
2492         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
2493         stdio_.h.
2494         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
2495         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
2496         stdlib_.h.
2497         * lib/string.in.h: Renamed from lib/string_.h.
2498         * modules/string (Files, Makefile.am): Use string.in.h instead of
2499         string_.h.
2500         * doc/gnulib-tool.texi (Initial import): Update.
2501         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
2502         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
2503         of sys_select_.h. Add dependency.
2504         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
2505         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
2506         of sys_socket_.h.
2507         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
2508         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
2509         sys_stat_.h.
2510         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
2511         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
2512         sys_time_.h.
2513         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
2514         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
2515         sysexits_.h.
2516         * lib/time.in.h: Renamed from lib/time_.h.
2517         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
2518         * lib/unistd.in.h: Renamed from lib/unistd_.h.
2519         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
2520         unistd_.h.
2521         * lib/wchar.in.h: Renamed from lib/wchar_.h.
2522         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
2523         wchar_.h.
2524         * lib/wctype.in.h: Renamed from lib/wctype_.h.
2525         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
2526         wctype_.h.
2527         * build-aux/bootstrap (slurp): Update.
2528         * lib/.cppi-disable: Update.
2529
2530 2007-09-30  Bruno Haible  <bruno@clisp.org>
2531
2532         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
2533         Needed on BeOS.
2534
2535 2007-09-30  Bruno Haible  <bruno@clisp.org>
2536
2537         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
2538
2539 2007-09-29  Bruno Haible  <bruno@clisp.org>
2540
2541         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
2542
2543 2007-09-29  Bruno Haible  <bruno@clisp.org>
2544
2545         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
2546         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
2547         * build-aux/install-reloc: Compile also areadlink.c.
2548         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
2549
2550 2007-09-29  Bruno Haible  <bruno@clisp.org>
2551
2552         * gnulib-tool (func_emit_initmacro_done): Indentation.
2553
2554 2007-09-29  Bruno Haible  <bruno@clisp.org>
2555
2556         * README: Add CVS checkout update instructions.
2557         Info from Bob Proulx <bob@proulx.com>.
2558
2559 2007-09-28  Eric Blake  <ebb9@byu.net>
2560
2561         Provide move-if-change.
2562         * build-aux/move-if-change: New file, based on best practice
2563         rather than any canonical upstream location.
2564
2565 2007-09-28  Jim Meyering  <jim@meyering.net>
2566
2567         Fix canonicalize loop-detection corner case.
2568         Do not attempt to stat the symlink values stored via seen_triple.
2569         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
2570         on linux-2.6.18, (but not 2.6.22).
2571         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
2572         triple_compare.  The former compares dev,ino,filename, while the latter
2573         would actually stat dirname(filename) when dev and ino were equal.
2574         * lib/hash-triple.c: Install <string.h>.
2575         (STREQ): Define.
2576         (triple_compare_ino_str): New function.
2577         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
2578
2579 2007-09-28  Eric Blake  <ebb9@byu.net>
2580
2581         Enforce that AC_REPLACE_FUNCS files exist.
2582         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
2583         override check for typos.
2584
2585         Fix test-closein on Solaris 10.
2586         * tests/test-closein.c (main): Don't assume stdin can be inherited
2587         closed on all systems.
2588         * tests/test-closein.sh: Likewise.
2589         Reported by Piotr Tarnowski.
2590
2591 2007-09-28  Jim Meyering  <jim@meyering.net>
2592
2593         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
2594
2595 2007-09-27  Jim Meyering  <jim@meyering.net>
2596
2597         canonicalize: Avoid a false-positive cycle failure.
2598         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
2599         Sort.  Remove cycle-check.
2600         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
2601         not cycle-check.h.
2602         (seen_triple): New function.
2603         (canonicalize_filename_mode): Use it instead of cycle-check.
2604         * tests/test-canonicalize.c: Add a test for this bug.
2605         * tests/test-canonicalize.sh: Set up and run the test.
2606
2607         New module, file-set, from coreutils.
2608         * modules/file-set: Define it.
2609         * lib/file-set.c, lib/file-set.h: Implement.
2610
2611         New module, hash-triple, from coreutils.
2612         * modules/hash-triple: Define it.
2613         * lib/hash-triple.c, lib/hash-triple.h: Implement.
2614
2615 2007-09-25  Eric Blake  <ebb9@byu.net>
2616
2617         Fix strerror on Interix.
2618         * lib/string_.h (strerror): Declare replacement.
2619         * doc/functions/strerror.texi (strerror): Document the Interix
2620         shortcoming.
2621         * modules/string (Makefile.am): Support new hooks.
2622         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
2623         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
2624         gl_FUNC_STRERROR_SEPARATE.
2625         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
2626         * lib/strerror.c (rpl_strerror): Provide replacement.
2627         * modules/strerror (Depends-on): Add string.
2628         (configure.ac): Detect use of module.
2629         * tests/test-strerror.c: New file.
2630         * modules/strerror-tests: New test module.
2631         * modules/argp (Depends-on): Add strerror.
2632         * modules/error (Depends-on): Likewise.
2633         Reported by Martin Koeppe.
2634
2635 2007-09-24  Bruno Haible  <bruno@clisp.org>
2636
2637         * README: Update git instructions.
2638
2639 2007-09-24  Eric Blake  <ebb9@byu.net>
2640
2641         Revert fpending breakage from 2007-09-08.
2642         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
2643         __fpending.c.
2644
2645 2007-09-24  Jim Meyering  <jim@meyering.net>
2646
2647         filenamecat.c: Add a test.
2648         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
2649         showing how the function works when DIR is the empty string.
2650
2651 2007-09-21  Simon Josefsson  <simon@josefsson.org>
2652
2653         * tests/test-canonicalize.sh: Turn on executable bit.
2654
2655 2007-09-19  Eric Blake  <ebb9@byu.net>
2656
2657         * README: Update CVS instructions.
2658
2659 2007-09-18  Bruno Haible  <bruno@clisp.org>
2660
2661         * modules/areadlink: New file.
2662         * lib/areadlink.h (areadlink): New declaration.
2663         * lib/areadlink.c: New file, based on lib/xreadlink.c.
2664
2665 2007-09-17  Jim Meyering  <jim@meyering.net>
2666
2667         * lib/savewd.c (ESTALE) [!defined]: Define.
2668         Reported to be required on Interix by Martin Koeppe.
2669
2670 2007-09-17  Bruno Haible  <bruno@clisp.org>
2671
2672         * gnulib-tool (func_version): Use $version.
2673
2674 2007-09-16  Bruno Haible  <bruno@clisp.org>
2675
2676         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
2677         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
2678         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
2679         Reported by Greg Schafer <gschafer@zip.com.au>.
2680
2681 2007-09-15  Bruno Haible  <bruno@clisp.org>
2682
2683         * gnulib-tool (sed): Try a little harder to make bash understand the
2684         alias.
2685         Reported by Bruce Korb <bruce.korb@gmail.com>.
2686
2687 2007-09-13  Eric Blake  <ebb9@byu.net>
2688
2689         * ChangeLog: Remove conflict markers.
2690
2691 2007-09-13  Simon Josefsson  <simon@josefsson.org>
2692
2693         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
2694         Reported by Bruno Haible <bruno@clisp.org>.
2695
2696 2007-09-12  Bruno Haible  <bruno@clisp.org>
2697
2698         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
2699         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
2700         is not defined.
2701
2702 2007-09-12  Eric Blake  <ebb9@byu.net>
2703
2704         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2705         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
2706         Autoconf definition.
2707         * modules/euidaccess (Depends-on): Add extensions, for
2708         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
2709         * modules/fnmatch (Depends-on): Likewise.
2710         * modules/getaddrinfo (Depends-on): Likewise.
2711         * modules/getdelim (Depends-on): Likewise.
2712         * modules/getline (Depends-on): Likewise.
2713         * modules/getsubopt (Depends-on): Likewise.
2714         * modules/gettext (Depends-on): Likewise.
2715         * modules/group-member (Depends-on): Likewise.
2716         * modules/mbchar (Depends-on): Likewise.
2717         * modules/memmem (Depends-on): Likewise.
2718         * modules/mempcpy (Depends-on): Likewise.
2719         * modules/memrchr (Depends-on): Likewise.
2720         * modules/pagealign_alloc (Depends-on): Likewise.
2721         * modules/readutmp (Depends-on): Likewise.
2722         * modules/stpcpy (Depends-on): Likewise.
2723         * modules/stpncpy (Depends-on): Likewise.
2724         * modules/strchrnul (Depends-on): Likewise.
2725         * modules/strndup (Depends-on): Likewise.
2726         * modules/strsep (Depends-on): Likewise.
2727         * modules/strverscmp (Depends-on): Likewise.
2728         * modules/vasprintf (Depends-on): Likewise.
2729         * modules/wcwidth (Depends-on): Likewise.
2730         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
2731         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
2732         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
2733         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
2734         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2735         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2736         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
2737         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
2738         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
2739         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2740         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2741         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2742         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2743         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
2744         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
2745         * m4/readutmp.m4 (gl_READUTMP): Likewise.
2746         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2747         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2748         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2749         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2750         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2751         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2752         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2753         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
2754         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
2755         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2756         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
2757         so that lock.m4 can be used in gettext without extensions module.
2758
2759 2007-09-11  Bruno Haible  <bruno@clisp.org>
2760
2761         * m4/isc-posix.m4: Remove file.
2762         Suggested by Eric Blake.
2763
2764 2007-09-11  Eric Blake  <ebb9@byu.net>
2765
2766         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
2767
2768 2007-09-10  Bruno Haible  <bruno@clisp.org>
2769
2770         * posix-modules: Fix typo in error message.
2771         Reported by Matt <mkraai@beckman.com>.
2772
2773 2007-09-09  Bruno Haible  <bruno@clisp.org>
2774
2775         * doc/functions/getdelim.texi: Update list of platforms lacking the
2776         function.
2777         * doc/functions/getline.texi: Likewise.
2778
2779 2007-09-09  Jim Meyering  <jim@meyering.net>
2780
2781         * lib/hash.c (hash_initialize): Detect calloc failure.
2782         Reported by Bruno Haible.
2783
2784 2007-09-09  Bruno Haible  <bruno@clisp.org>
2785
2786         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
2787         malloc or realloc fails.
2788
2789 2007-09-09  Bruno Haible  <bruno@clisp.org>
2790
2791         * modules/getcwd (Depends-on): Add malloc-posix.
2792         * modules/glob (Depends-on): Likewise.
2793         * modules/putenv (Depends-on): Likewise.
2794         * modules/strdup (Depends-on): Likewise.
2795         * modules/getdelim (Depends-on): Add realloc-posix.
2796         * modules/read-file (Depends-on): Likewise.
2797
2798 2007-09-09  Bruno Haible  <bruno@clisp.org>
2799
2800         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
2801         (gl_FUNC_MALLOC_POSIX): Require it.
2802         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
2803         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
2804         * modules/realloc (Files): Add m4/malloc.m4.
2805         * modules/calloc (Files): Likewise.
2806
2807 2007-09-09  Bruno Haible  <bruno@clisp.org>
2808
2809         * modules/malloc-posix: New file.
2810         * modules/malloc (Depends-on): Add malloc-posix.
2811         * lib/malloc.c: Include errno.h.
2812         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
2813         and a POSIX-compatible malloc into a single function. Set ENOMEM
2814         when returning NULL.
2815         * m4/malloc.m4: New file.
2816         * doc/functions/malloc.texi: Mention the malloc-posix module.
2817         * lib/stdlib_.h (malloc): New declaration.
2818         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2819         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
2820         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
2821         and HAVE_MALLOC_POSIX.
2822
2823 2007-09-09  Bruno Haible  <bruno@clisp.org>
2824
2825         * modules/realloc-posix: New file.
2826         * modules/realloc (Depends-on): Add realloc-posix.
2827         * lib/realloc.c: Include errno.h.
2828         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
2829         and a POSIX-compatible realloc into a single function. Set ENOMEM
2830         when returning NULL.
2831         * m4/realloc.m4: New file.
2832         * doc/functions/realloc.texi: Mention the realloc-posix module.
2833         * lib/stdlib_.h (realloc): New declaration.
2834         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2835         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
2836         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
2837         and HAVE_REALLOC_POSIX.
2838
2839 2007-09-09  Bruno Haible  <bruno@clisp.org>
2840
2841         * modules/calloc-posix: New file.
2842         * modules/calloc (Depends-on): Add calloc-posix.
2843         * lib/calloc.c: Include errno.h.
2844         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
2845         and a POSIX-compatible calloc into a single function. Set ENOMEM
2846         when returning NULL.
2847         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
2848         * doc/functions/calloc.texi: Mention the calloc-posix module.
2849         * lib/stdlib_.h (calloc): New declaration.
2850         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2851         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
2852         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
2853         and HAVE_CALLOC_POSIX.
2854
2855 2007-09-09  Bruno Haible  <bruno@clisp.org>
2856
2857         Allow for modules to show an arbitrary notice.
2858         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
2859         * gnulib-tool: New option --extract-notice.
2860         (func_usage): Document it.
2861         (sed_extract_prog): Update.
2862         (func_get_notice): New function.
2863         (func_modules_notice): New function.
2864         (func_import, func_create_testdir): Invoke it.
2865         Suggested by Jim Meyering.
2866
2867 2007-09-09  Bruno Haible  <bruno@clisp.org>
2868
2869         * gnulib-tool: New options --verbose, --quiet.
2870         (func_usage): Document them.
2871         (verbose): New variable.
2872         (func_execute_command): New function.
2873         (func_import): Don't show the module list and the file list if
2874         $verbose < 0.
2875         (func_create_testdir): Likewise. Use func_execute_command.
2876         (func_create_megatestdir): Use func_execute_command.
2877
2878 2007-09-08  Bruno Haible  <bruno@clisp.org>
2879
2880         * gnulib-tool (func_import): Prefer rsync over wget when available,
2881         for fetching the PO files.
2882
2883 2007-09-08  Bruno Haible  <bruno@clisp.org>
2884
2885         * posix-modules: New file. Portions copied from gnulib-tool.
2886         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
2887
2888 2007-09-08  Jim Meyering  <jim@meyering.net>
2889
2890         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
2891         * lib/fpending.h: Rename from __fpending.h.
2892         * lib/fpending.c: Rename from __fpending.c.
2893         Include "fpending.h", not "__fpending.h".
2894         * lib/__fpending.h, lib/__fpending.c: Remove files.
2895         * modules/fpending (Files): Reflect new file names.
2896         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
2897
2898 2007-09-08  Bruno Haible  <bruno@clisp.org>
2899
2900         * m4/inttypes-h.m4: Remove stub file.
2901
2902 2007-09-07  Simon Josefsson  <simon@josefsson.org>
2903
2904         * doc/headers/stdint.texi: Discuss #include_next issue.
2905
2906 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2907
2908         * build-aux/bootstrap: Remove obsolete comment about wget --help.
2909
2910 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2911
2912         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
2913         in variable name.
2914
2915 2007-09-03  Jim Meyering  <jim@meyering.net>
2916
2917         New module: git-version-gen.
2918         * modules/git-version-gen: New file.
2919
2920         Import changes from coreutils for bootstrap script.
2921
2922         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
2923
2924         bootstrap: uses rsync to download the .po files
2925         * build-aux/bootstrap (po_download_command_format): New global.
2926         (download_po_files): Use rsync.
2927         (update_po_files): Don't remove .po files after download,
2928         so future rsync runs can take advantage of the copies.
2929
2930         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
2931
2932         Solve the unnecessary-.po-file-regeneration problem once and for all.
2933         * build-aux/bootstrap (download_po_files): New function, renamed from
2934         get_translations.  Now, downloads, but doesn't update LINGUAS.
2935         (update_po_files): New function.
2936
2937         bootstrap: Ignore more.
2938         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
2939         uniwidth to e.g., lib/.gitignore.
2940         (slurp): Handle the sys_stat_.h -> sys mapping, too.
2941
2942         * build-aux/bootstrap: New setting: vc_ignore.
2943         (insert_sorted_if_absent): Create $file if absent.
2944         Adapt to new, possibly empty, list: $vc_ignore.
2945
2946         bootstrap: generate more ignorable names
2947         * build-aux/bootstrap (slurp): When generating ignorable names,
2948         also map .sin to .sed, .gperf to .c, and .y to .c.
2949
2950 2007-09-03  Jim Meyering  <jim@meyering.net>
2951
2952         * build-aux/git-version-gen: New file, from coreutils.  For details, see
2953         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
2954
2955 2007-09-02  Bruno Haible  <bruno@clisp.org>
2956
2957         Fix mis-recognition of 'mcs' on QNX 6.
2958         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
2959         output contains the string "Mono".
2960         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
2961         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
2962
2963 2007-09-01  Bruno Haible  <bruno@clisp.org>
2964
2965         Fix collision between uniwidth/* and linebreak modules.
2966         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
2967         u32_width): Remove declarations.
2968         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
2969         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
2970         streq3, streq2, streq1, streq0): Remove functions.
2971         (STREQ): Remove macro.
2972         (is_cjk_encoding): Remove function.
2973         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
2974         (uc_width, u8_width, u16_width, u32_width): Remove functions.
2975         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
2976         * NEWS: Document the change.
2977
2978 2007-09-01  Bruno Haible  <bruno@clisp.org>
2979
2980         * lib/streq.h: Add double-inclusion guard.
2981
2982 2007-09-01  Karl Berry  <karl@gnu.org>
2983
2984         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
2985
2986 2007-08-28  Jim Meyering  <jim@meyering.net>
2987
2988         Rename mreadlink_with_size to areadlink_with_size.
2989         * NEWS: Document the change.
2990         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
2991         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
2992         * lib/mreadlink.h: Rename this to...
2993         * lib/areadlink.h: ...this.
2994         * modules/mreadlink-with-size: Rename this to...
2995         * modules/areadlink-with-size: ...this.
2996         * lib/canonicalize.c: Reflect the renaming.
2997         * modules/canonicalize: Likewise.
2998
2999 2007-08-26  Bruno Haible  <bruno@clisp.org>
3000
3001         * gnulib-tool (func_import): When deciding which files to remove,
3002         consider also dangling symbolic links.
3003         Reported by Eric Blake.
3004
3005 2007-08-26  Bruno Haible  <bruno@clisp.org>
3006
3007         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
3008
3009 2007-08-23  Simon Josefsson  <simon@josefsson.org>
3010
3011         * lib/readline.c: Don't include getline.h, the prototype is now
3012         found in stdio.h.
3013
3014 2007-08-23  Jim Meyering  <jim@meyering.net>
3015
3016         Getdelim touchup.
3017         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
3018         around the funlockfile call, since funlockfile never sets errno.
3019         Don't set errno upon failed realloc.
3020
3021 2007-08-22  Eric Blake  <ebb9@byu.net>
3022
3023         Getline touchups.
3024         * lib/getdelim.c (getdelim): Revert regression that required *n to
3025         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
3026         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
3027         getdelim, rather than whether implementation is missing.
3028         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
3029         * lib/stdio_.h (getline): Also declare if replacement is
3030         required.
3031         * doc/functions/getdelim.texi: New file.
3032         * doc/functions/getline.texi: Likewise.
3033         * doc/gnulib.texi (Function Substitutes): Add new files.
3034         Reported by Bruno Haible.
3035
3036 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
3037
3038         * users.txt: Add Guile.
3039
3040 2007-08-22  Eric Blake  <ebb9@byu.net>
3041
3042         * tests/test-getdelim.c (main): Use remove, not unlink.
3043         * tests/test-getline.c (main): Likewise.
3044
3045         Move getline and getdelim into stdio.h, per POSIX 200x.
3046         * modules/getline (Files): Remove getline.h.
3047         (Depends-on): Add stdio.
3048         (configure.ac): Add module indicator.
3049         * modules/getdelim (Files): Remove getdelim.h.
3050         (Depends-on): Add stdio.
3051         (configure.ac): Add module indicator.
3052         * modules/stdio (Makefile.am): Work with new indicators.
3053         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
3054         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
3055         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
3056         * lib/getdelim.h: Delete.
3057         * lib/getline.h: Delete.
3058         * lib/stdio_.h (getdelim, getline): Declare.
3059         * modules/getdelim-tests: New module.
3060         * modules/getline-tests: Likewise.
3061         * tests/test-getdelim.c: New file.
3062         * tests/test-getline.c: Likewise.
3063         * NEWS: Document the change.
3064         * lib/getline.c: Update choice of header.
3065         * lib/csharpcomp.c: Likewise.
3066         * lib/getpass.c: Likewise.
3067         * lib/javacomp.c: Likewise.
3068         * lib/javaversion.c: Likewise.
3069         * lib/yesno.c: Likewise.
3070         * lib/getdelim.c: Likewise.
3071         (getdelim): Set errno on failure, and avoid memory leak.
3072
3073 2007-08-19  Bruno Haible  <bruno@clisp.org>
3074
3075         * modules/closein (Depends-on): Add freadahead.
3076         * lib/closein.c: Include freadahead.h.
3077         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
3078         is zero.
3079
3080 2007-08-19  Bruno Haible  <bruno@clisp.org>
3081
3082         * modules/freadahead-tests: New file.
3083         * tests/test-freadahead.sh: New file.
3084         * tests/test-freadahead.c: New file.
3085
3086         * modules/freadahead: New file.
3087         * lib/freadahead.h: New file.
3088         * lib/freadahead.c: New file.
3089         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
3090         fbufmode, fpurge, freadable, fwritable.
3091
3092 2007-08-19  Eric Blake  <ebb9@byu.net>
3093
3094         Test yesno in combination with closein.
3095         * lib/yesno.c (yesno): Document use of stdin.
3096         * modules/yesno-tests (Files): New module.
3097         * tests/test-yesno.c (main): New file.
3098         * tests/test-yesno.sh: Likewise.
3099
3100 2007-08-19  Bruno Haible  <bruno@clisp.org>
3101
3102         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
3103         * lib/fseeko.c (rpl_fseeko): Likewise.
3104         * lib/fseterr.c (fseterr): Likewise.
3105
3106 2007-08-19  Bruno Haible  <bruno@clisp.org>
3107
3108         * tests/test-lseek.c (main): Disable a test for BeOS.
3109         * doc/functions/lseek.texi: Document the BeOS bug.
3110
3111 2007-08-19  Bruno Haible  <bruno@clisp.org>
3112             Eric Blake  <ebb9@byu.net>
3113
3114         * lib/lseek.c: Include <sys/stat.h>.
3115         (rpl_lseek): Add workaround code also for Unix platforms.
3116         Needed for BeOS.
3117         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
3118         * doc/functions/lseek.texi: Document BeOS definiency.
3119
3120 2007-08-18  Bruno Haible  <bruno@clisp.org>
3121
3122         * modules/fstrcmp-tests: New file.
3123         * tests/test-fstrcmp.c: New file.
3124
3125 2007-08-18  Bruno Haible  <bruno@clisp.org>
3126
3127         * modules/fstrcmp: New file, from GNU gettext with modifications.
3128         * lib/fstrcmp.h: New file, from GNU gettext.
3129         * lib/fstrcmp.c: New file, from GNU gettext.
3130         * MODULES.html.sh (String handling): Add fstrcmp.
3131
3132 2007-08-18  Bruno Haible  <bruno@clisp.org>
3133
3134         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
3135         'bool'.
3136         (diag, compareseq): Remove const from the ctxt argument.
3137         (USE_HEURISTIC): Undefine at the end.
3138
3139 2007-08-18  Jim Meyering  <jim@meyering.net>
3140
3141         New file: lib/idcache.h
3142         * NEWS: Mention the addition.
3143         * modules/idcache (Files): Add lib/idcache.h
3144         * lib/idcache.c: Include "idcache.h".
3145         Don't include <sys/types.h>.
3146         Add a FIXME comment.
3147         Move file-scoped "static" declarations to the top.
3148         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
3149
3150 2007-08-17  Bruno Haible  <bruno@clisp.org>
3151         and Paul Eggert  <eggert@cs.ucla.edu>
3152
3153         * MODULES.html.sh: Add diffseq.
3154         * modules/diffseq: New file.
3155         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
3156         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
3157
3158 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3159
3160         Import changes from coreutils for bootstrap script.
3161
3162         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
3163
3164         * build-aux/bootstrap (slurp): Work even in environments where
3165         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
3166         current code does not slurp files whose names start with ".", and
3167         this looks like it might be a troublesome area.
3168
3169         2007-07-11  Jim Meyering  <jim@meyering.net>
3170
3171         If there's a GPL vN copyright comment, require that N == 3.
3172
3173         2007-07-08  Jim Meyering  <jim@meyering.net>
3174
3175         Run the coreutils-specific code only if tests/Makefile.am.in exists.
3176         * build-aux/bootstrap (mam_template): Move definition out of loop.
3177
3178         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
3179
3180         * build-aux/bootstrap (symlink_to_dir): Rename function from
3181         symlink_to_gnulib.  Add a directory parameter.  Update all
3182         callers.
3183         (cp_mark_as_generated): Also check for -- and link to -- files in
3184         gl/.
3185
3186         2007-07-08  Jim Meyering  <jim@meyering.net>
3187
3188         Adapt to deeper hierarchy in gnulib.
3189         * build-aux/bootstrap (symlink_to_dir): If the destination
3190         directory doesn't exist, create it. This is required at least for
3191         "lib/uniwidth/cjk.h".
3192
3193         2007-05-15  Jim Meyering  <jim@meyering.net>
3194
3195         * build-aux/bootstrap: Now that generated Makefile.am files
3196         are no longer under version control, they must be created at
3197         bootstrap time.
3198
3199 2007-08-14  Ben Pfaff  <blp@gnu.org>
3200
3201         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
3202
3203 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
3204
3205         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
3206         given the changes below.
3207         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
3208         even on hosts that have padding bits beyond the supported 64.
3209
3210 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
3211
3212         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
3213         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
3214         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
3215         depends on it.
3216         (xstrtol_error): Remove.
3217         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
3218         but with a different signature.
3219         (ATTRIBUTE_NORETURN, __attribute__): New macros.
3220         * lib/xstrtol-error.c: Include exitfail.h.
3221         (xstrtol_fatal): New function, with a different signature from the
3222         old xstrtol_error, so that the caller need not worry about passing
3223         in an exit status, or about storage management of the option argument.
3224         (xstrtol_error): Now a static function.  Redo signature to
3225         implement xstrtol_fatal.  Output the correct number of hyphens in
3226         front of the option so that the caller need not worry about
3227         storage management.
3228         (N_): New macro.
3229         (_): Remove; not used now.
3230         * modules/xstrtol: Depend on getopt.
3231         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
3232         of old STRTOL_FATAL_ERROR macro.
3233         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
3234         of test program.
3235         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
3236         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
3237
3238 2007-08-08  Eric Blake  <ebb9@byu.net>
3239
3240         * lib/xstrtol-error.c: Add missing include.
3241
3242         Move xstrtol messages into gnulib domain, when --pobase is used.
3243         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
3244         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
3245         * modules/xstrtol (Files): Distribute new file.
3246         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
3247         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
3248         * tests/test-xstrtol.c: ...into new file.
3249         * tests/test-xstrtoul.c: Also test xstrtoul.
3250         * tests/test-xstrtoimax.c: Also test xstrtoimax.
3251         * tests/test-xstrtoumax.c: Also test xstrtoumax.
3252         * tests/test-xstrtol.sh: Drive the tests.
3253         * tests/test-xstrtoimax.sh: Likewise.
3254         * tests/test-xstrtoumax.sh: Likewise.
3255         * modules/xstrtol-tests: New module.
3256         * modules/xstrtoimax-tests: Likewise.
3257         * modules/xstrtoumax-tests: Likewise.
3258
3259 2007-08-08  Jim Meyering  <jim@meyering.net>
3260
3261         New function: mfile_name_concat.
3262         * lib/filenamecat.c (mfile_name_concat): New function, just like
3263         file_name_concat, but return NULL upon failure rather than exiting
3264         with a diagnostic.
3265         * lib/filenamecat.h: Declare it.
3266
3267 2007-08-07  Bruno Haible  <bruno@clisp.org>
3268
3269         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
3270         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
3271         warning from gcc.
3272         Reported by Eric Blake.
3273
3274 2007-08-07  Simon Josefsson  <simon@josefsson.org>
3275
3276         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
3277         * modules/crypto/arcfour (License): Likewise.
3278         * modules/crypto/des-tests (License): Likewise.
3279         * modules/crypto/gc-arctwo-tests (License): Likewise.
3280         * modules/crypto/gc-des-tests (License): Likewise.
3281         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
3282         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
3283         * modules/crypto/gc-md2-tests (License): Likewise.
3284         * modules/crypto/gc-md4-tests (License): Likewise.
3285         * modules/crypto/gc-md5-tests (License): Likewise.
3286         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
3287         * modules/crypto/gc-rijndael-tests (License): Likewise.
3288         * modules/crypto/gc-sha1-tests (License): Likewise.
3289         * modules/crypto/gc-tests (License): Likewise.
3290         * modules/crypto/hmac-md5 (License): Likewise.
3291         * modules/crypto/hmac-sha1 (License): Likewise.
3292         * modules/crypto/md2-tests (License): Likewise.
3293         * modules/crypto/md4-tests (License): Likewise.
3294         * modules/crypto/md5 (License): Likewise.
3295         * modules/crypto/rijndael (License): Likewise.
3296         * modules/crypto/sha1 (License): Likewise.
3297         * modules/memxor (License): Likewise.
3298
3299 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
3300         and Bruno Haible  <bruno@clisp.org>
3301
3302         * NEWS: Describe interface changes to human, xstrtol.
3303         * lib/human.h: Include <xstrtol.h>.
3304         (human_options): Return enum strtol_error, not int.  Remove
3305         bool arg; take int * instead.
3306         * lib/human.c: Don't include "gettext.h".
3307         (_): Remove; no longer used.
3308         Don't include <xstrtol.h>, since human.h does it.
3309         (human_options): Adjust to abovementioned interface changes.
3310         Do not report error to stderr; that's now the caller's
3311         responsibility.
3312         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
3313         interface change.
3314         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
3315         Str, Argument_type_string.  All uses changed.  Put " argument"
3316         in diagnostics to make them clearer.  Change wording of suffix
3317         message for clarity.
3318         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
3319         Argument_type_string.
3320         (STRTOL_FATAL_WARN): Remove; no longer used.
3321         * modules/human (Depends-on): Remove gettext-h.
3322
3323 2007-08-06  Simon Josefsson  <simon@josefsson.org>
3324
3325         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
3326
3327 2007-07-31  Bruno Haible  <bruno@clisp.org>
3328
3329         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
3330         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
3331         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
3332
3333 2007-07-31  Bruno Haible  <bruno@clisp.org>
3334
3335         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
3336         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
3337
3338 2007-07-30  Bruno Haible  <bruno@clisp.org>
3339
3340         * modules/base64 (License): Use the synonymous term "LGPLv2+".
3341         * modules/c-ctype (License): Likewise.
3342         * modules/c-strcase (License): Likewise.
3343         * modules/check-version (License): Likewise.
3344         * modules/iconv (License): Likewise.
3345         * modules/iconv_open (License): Likewise.
3346         * modules/read-file (License): Likewise.
3347         * modules/striconv (License): Likewise.
3348         * modules/strverscmp (License): Likewise.
3349         * modules/vasprintf (License): Likewise.
3350         * modules/crypto/des (License): Likewise.
3351         * modules/crypto/gc (License): Likewise.
3352         * modules/crypto/gc-arcfour (License): Likewise.
3353         * modules/crypto/gc-arctwo (License): Likewise.
3354         * modules/crypto/gc-des (License): Likewise.
3355         * modules/crypto/gc-hmac-md5 (License): Likewise.
3356         * modules/crypto/gc-hmac-sha1 (License): Likewise.
3357         * modules/crypto/gc-md2 (License): Likewise.
3358         * modules/crypto/gc-md4 (License): Likewise.
3359         * modules/crypto/gc-md5 (License): Likewise.
3360         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
3361         * modules/crypto/gc-random (License): Likewise.
3362         * modules/crypto/gc-rijndael (License): Likewise.
3363         * modules/crypto/gc-sha1 (License): Likewise.
3364         * modules/crypto/md2 (License): Likewise.
3365         * modules/crypto/md4 (License): Likewise.
3366
3367 2007-07-30  Jim Meyering  <jim@meyering.net>
3368
3369         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
3370         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
3371         it has valid stat data.  This bug would cause du not to count the
3372         sizes of inaccessible directories.
3373         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
3374         in <http://bugzilla.redhat.com/250077>.
3375
3376 2007-07-25  Peter O'Gorman  <peter@pogma.com>
3377             Bruno Haible  <bruno@clisp.org>
3378
3379         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
3380         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
3381         #include_next, gives a diagnostic about it, but reports no error in
3382         the exit code.
3383         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
3384
3385 2007-07-24  Ben Pfaff  <blp@gnu.org>
3386
3387         Improve name: "count-one-bits" is better than "popcount".
3388         * MODULES.html.sh: Update name.
3389         * lib/popcount.h: Renamed lib/count-one-bits.h.
3390         (popcount): Renamed count_one_bits.
3391         (popcountl): Renamed count_one_bits_l.
3392         (popcountll): Renamed count_one_bits_ll.
3393         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
3394         * modules/popcount: Renamed module/count-one-bits.
3395         * modules/popcount-tests: Renamed module/count-one-bits-tests.
3396         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
3397
3398 2007-07-23  Ben Pfaff  <blp@gnu.org>
3399
3400         * lib/popcount.h (popcount32): Reduce size of constants, to allow
3401         better code generation, and add U to large constants to avoid
3402         warnings, in non-GCC case.
3403         Suggested by Bruno Haible.
3404
3405 2007-07-23  Ben Pfaff  <blp@gnu.org>
3406
3407         * lib/popcount.h: Use verify_true instead of if...abort.
3408         * modules/popcount: Depend on verify module.
3409         Suggested by Jim Meyering.
3410
3411 2007-07-23  Bruno Haible  <bruno@clisp.org>
3412
3413         * gnulib-tool (func_import): Create a .cvsignore file also when the
3414         directory is not yet in CVS but the toplevel directory is. When
3415         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
3416         Reported by Karl Berry.
3417
3418 2007-07-22  Ben Pfaff  <blp@gnu.org>
3419
3420         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
3421         case.
3422         Suggested by Eric Blake.
3423
3424 2007-07-22  Ben Pfaff  <blp@gnu.org>
3425
3426         New module: popcount.
3427         * MODULES.html.sh: Add popcount.
3428         * modules/popcount: New file.
3429         * modules/popcount-tests: New file.
3430         * tests/test-popcount.c: New file.
3431         * lib/popcount.h: New file.
3432         * m4/popcount.m4: New file.
3433
3434 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3435
3436         * build-aux/announce-gen: Update to GPLv3.
3437
3438         * build-aux/config.guess: Update from config.
3439
3440 2007-07-21  Bruno Haible  <bruno@clisp.org>
3441
3442         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
3443         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
3444
3445 2007-07-20  Jim Meyering  <jim@meyering.net>
3446
3447         * check-module: Diagnose a self-dependency.
3448
3449 2007-07-19  Bruno Haible  <bruno@clisp.org>
3450
3451         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
3452         empty.
3453         Reported by Eric Blake.
3454
3455 2007-07-18  Bruno Haible  <bruno@clisp.org>
3456
3457         * gnulib-tool: New options --po-base, --po-domain.
3458         (func_usage): Document them.
3459         (pobase, po_domain): New variables.
3460         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
3461         DEFAULT_TEXT_DOMAIN.
3462         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
3463         (func_import): Consider pobase and po_domain. Create a po/ directory.
3464         (func_create_testdir): Set pobase and po_domain to empty.
3465         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
3466         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
3467
3468 2007-07-18  Bruno Haible  <bruno@clisp.org>
3469
3470         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3471         EXTRA_DIST augmentation for files in build-aux/.
3472
3473 2007-07-16  Bruno Haible  <bruno@clisp.org>
3474
3475         * modules/lseek (License): Use the synonymous term "LGPLv2+".
3476         * modules/getdelim (License): Likewise.
3477
3478 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3479
3480         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
3481         * modules/d-type (License): Likewise.
3482         * modules/extensions (License): Likewise.
3483         * modules/fnmatch (License): Likewise.
3484         * modules/fseeko (License): Likewise.
3485         * modules/getaddrinfo (License): Likewise.
3486         * modules/getline (License): Likewise.
3487         * modules/getlogin_r (License): Likewise.
3488         * modules/getpass (License): Likewise.
3489         * modules/gettimeofday (License): Likewise.
3490         * modules/glob (License): Likewise.
3491         * modules/inet_ntop (License): Likewise.
3492         * modules/malloc (License): Likewise.
3493         * modules/malloca (License): Likewise.
3494         * modules/memmem (License): Likewise.
3495         * modules/mempcpy (License): Likewise.
3496         * modules/memset (License): Likewise.
3497         * modules/minmax (License): Likewise.
3498         * modules/mktime (License): Likewise.
3499         * modules/netinet_in (License): Likewise.
3500         * modules/pathmax (License): Likewise.
3501         * modules/poll (License): Likewise.
3502         * modules/regex (License): Likewise.
3503         * modules/snprintf (License): Likewise.
3504         * modules/stdbool (License): Likewise.
3505         * modules/stdint (License): Likewise.
3506         * modules/stdio (License): Likewise.
3507         * modules/strcase (License): Likewise.
3508         * modules/strcasestr (License): Likewise.
3509         * modules/strdup (License): Likewise.
3510         * modules/string (License): Likewise.
3511         * modules/strndup (License): Likewise.
3512         * modules/strnlen (License): Likewise.
3513         * modules/strpbrk (License): Likewise.
3514         * modules/strptime (License): Likewise.
3515         * modules/strsep (License): Likewise.
3516         * modules/sys_select (License): Likewise.
3517         * modules/sys_socket (License): Likewise.
3518         * modules/sys_stat (License): Likewise.
3519         * modules/sys_time (License): Likewise.
3520         * modules/time (License): Likewise.
3521         * modules/time_r (License): Likewise.
3522         * modules/timegm (License): Likewise.
3523         * modules/unistd (License): Likewise.
3524         * modules/vsnprintf (License): Likewise.
3525         * modules/wctype (License): Likewise.
3526
3527 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3528
3529         * modules/argz (License): LGPLv2+.
3530
3531 2007-07-15  Karl Berry  <karl@gnu.org>
3532
3533         * doc/gnulib.texi: revise node structure per new fdl.texi.
3534
3535 2007-07-14  Bruno Haible  <bruno@clisp.org>
3536
3537         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
3538         the output file.
3539         * lib/uniname/uninames.h: Regenerated.
3540
3541 2007-07-14  Karl Berry  <karl@gnu.org>
3542
3543         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
3544         omitting sectioning and index commands.
3545
3546 2007-07-13  Bruno Haible  <bruno@clisp.org>
3547
3548         New gnulib-tool option --more-symlinks.
3549         * gnulib-tool (func_usage): Document --more-symlinks.
3550         (do_copyrights): New variable.
3551         Recognize option --more-symlinks.
3552         (func_import): Don't add a copyright notice transform to
3553         sed_transform_lib_file if do_copyrights is empty.
3554
3555 2007-07-13  Bruno Haible  <bruno@clisp.org>
3556
3557         * lib/vasnprintf.c (decimal_point_char): Define also if
3558         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
3559         && !NEED_PRINTF_DIRECTIVE_A.
3560         Reported by Clemens Koller <clemens.koller@anagramm.de> via
3561         Gary V. Vaughan <gary@gnu.org>.
3562
3563 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
3564
3565         * lib/inttypes_.h: Undo previous change, since it was fixed
3566         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
3567
3568 2007-07-13  Bruno Haible  <bruno@clisp.org>
3569
3570         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
3571         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
3572
3573 2007-07-13  Jim Meyering  <jim@meyering.net>
3574
3575         df: Don't fail for Tru64's "file-on-file mount".
3576         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
3577         so we fall through and use statfs instead.  Details here:
3578         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
3579         Reported by Albert Chin.
3580
3581 2007-07-13  Bruno Haible  <bruno@clisp.org>
3582
3583         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
3584         * modules/configmake (License): Likewise.
3585         * modules/gettext (License): Likewise.
3586         * modules/gettext-h (License): Likewise.
3587         * modules/include_next (License): Likewise.
3588         * modules/link-warning (License): Likewise.
3589         * modules/localcharset (License): Likewise.
3590         * modules/localename (License): Likewise.
3591         * modules/lock (License): Likewise.
3592         * modules/relocatable-lib-lgpl (License): Likewise.
3593         * modules/size_max (License): Likewise.
3594         * modules/vasnprintf (License): Likewise.
3595         * modules/wchar (License): Likewise.
3596         * modules/xsize (License): Likewise.
3597
3598 2007-07-13  Bruno Haible  <bruno@clisp.org>
3599
3600         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
3601         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
3602
3603 2007-07-12  Bruno Haible  <bruno@clisp.org>
3604
3605         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
3606         in the modules files.
3607
3608 2007-07-11  Karl Berry  <karl@gnu.org>
3609
3610         * MODULES.html.sh (func_module): use
3611          sed -e '\|^'"${includefile}"'$|d'
3612          instead of /.../d, to avoid errors on $includefile's containing /.
3613
3614 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3615
3616         * gnulib-tool (func_import): Avoid duplication of --avoid
3617         statements
3618         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
3619         names to `_' in variable names.
3620
3621 2007-07-10  Eric Blake  <ebb9@byu.net>
3622
3623         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
3624         * NEWS: Document this change.
3625
3626 2007-07-08  Bruno Haible  <bruno@clisp.org>
3627
3628         Update to Unicode 5.0.
3629         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
3630         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
3631         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
3632         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
3633         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
3634         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
3635         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
3636         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
3637         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
3638         U+10A3F, U+1D242..U+1D244.
3639         (nonspacing_table_ind): Update.
3640         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
3641         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
3642
3643 2007-07-08  Bruno Haible  <bruno@clisp.org>
3644
3645         Update to Unicode 5.0.
3646         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
3647         code transform. Extend the name index field of unicode_name_to_code and
3648         unicode_code_to_name from 16 to 24 bits.
3649         * lib/uniname/uniname.c (unicode_character_name,
3650         unicode_name_character): Add the range 0x12xxx to the code transform.
3651         * lib/uniname/uninames.h: Regenerated.
3652         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
3653
3654 2007-07-07  Bruno Haible  <bruno@clisp.org>
3655
3656         * modules/wcwidth-tests: New file.
3657         * tests/test-wcwidth.c: New file.
3658
3659         Work around MacOS X wcwidth() bug.
3660         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
3661         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
3662         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
3663         original wcwidth in non-UTF-8 locales.
3664         * modules/wcwidth (Depends-on): Add localcharset, streq,
3665         uniwidth/width.
3666         * doc/functions/wcwidth.texi: Update.
3667
3668 2007-07-07  Bruno Haible  <bruno@clisp.org>
3669
3670         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
3671         (wcwidth): New declaration.
3672         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
3673         macros.
3674         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
3675         here. Prepare for creating <wchar.h> unconditionally.
3676         * modules/wchar (Depends-on): Add link-warning.
3677         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
3678         REPLACE_WCWIDTH, and GL_LINK_WARNING.
3679         * lib/wcwidth.h: Remove file.
3680         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
3681         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
3682         * modules/wcwidth (Files): Remove lib/wcwidth.h.
3683         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
3684         (Include): Replace wcwidth.h with <wchar.h>.
3685         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
3686         * lib/mbchar.h: Don't include wcwidth.h.
3687         * lib/mbswidth.c: Likewise.
3688         * NEWS: Mention the change.
3689
3690 2007-07-07  Bruno Haible  <bruno@clisp.org>
3691
3692         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
3693         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
3694         definition with an external declaration.
3695         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
3696         defined as a function. Remove AC_C_INLINE requirement.
3697         * modules/wcwidth (Files): Add lib/wcwidth.c.
3698         (Makefile.am): Remove redundant statement.
3699
3700 2007-07-07  Bruno Haible  <bruno@clisp.org>
3701
3702         * MODULES.html.sh (Unicode string functions): Add the new modules.
3703
3704         * tests/uniwidth/test-u32-strwidth.c: New file.
3705         * modules/uniwidth/u32-strwidth-tests: New file.
3706
3707         * lib/uniwidth/u32-strwidth.c: New file.
3708         * modules/uniwidth/u32-strwidth: New file.
3709
3710         * tests/uniwidth/test-u16-strwidth.c: New file.
3711         * modules/uniwidth/u16-strwidth-tests: New file.
3712
3713         * lib/uniwidth/u16-strwidth.c: New file.
3714         * modules/uniwidth/u16-strwidth: New file.
3715
3716         * tests/uniwidth/test-u8-strwidth.c: New file.
3717         * modules/uniwidth/u8-strwidth-tests: New file.
3718
3719         * lib/uniwidth/u8-strwidth.c: New file.
3720         * modules/uniwidth/u8-strwidth: New file.
3721
3722         * tests/uniwidth/test-u32-width.c: New file.
3723         * modules/uniwidth/u32-width-tests: New file.
3724
3725         * lib/uniwidth/u32-width.c: New file.
3726         * modules/uniwidth/u32-width: New file.
3727
3728         * tests/uniwidth/test-u16-width.c: New file.
3729         * modules/uniwidth/u16-width-tests: New file.
3730
3731         * lib/uniwidth/u16-width.c: New file.
3732         * modules/uniwidth/u16-width: New file.
3733
3734         * tests/uniwidth/test-u8-width.c: New file.
3735         * modules/uniwidth/u8-width-tests: New file.
3736
3737         * lib/uniwidth/u8-width.c: New file.
3738         * modules/uniwidth/u8-width: New file.
3739
3740         * tests/uniwidth/test-uc_width.c: New file.
3741         * modules/uniwidth/width-tests: New file.
3742
3743         * lib/uniwidth/width.c: New file, from GNU libiconv.
3744         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
3745         * modules/uniwidth/width: New file.
3746
3747         * lib/uniwidth.h: New file, from GNU libiconv.
3748         * modules/uniwidth/base: New file.
3749
3750 2007-07-07  Bruno Haible  <bruno@clisp.org>
3751
3752         * lib/uniname.h: New file, from GNU gettext.
3753         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
3754         * lib/uniname/uninames.h: New file, from GNU gettext.
3755         * lib/uniname/uniname.c: New file, from GNU gettext.
3756         * tests/uniname/test-uninames.sh: New file.
3757         * tests/uniname/test-uninames.c: New file, from GNU gettext.
3758         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
3759         * modules/uniname/base: New file.
3760         * modules/uniname/uniname: New file.
3761         * modules/uniname/uniname-tests: New file.
3762         * MODULES.html.sh (Unicode string functions): Add the new modules.
3763
3764 2007-07-06  Bruno Haible  <bruno@clisp.org>
3765
3766         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
3767
3768 2007-07-06  Bruno Haible  <bruno@clisp.org>
3769
3770         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
3771         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
3772         includes <cygwin/sys_time.h> which includes <sys/select.h> which
3773         include <sys/time.h>.
3774         Reported by Eric Blake.
3775
3776 2007-07-06  Eric Blake  <ebb9@byu.net>
3777
3778         Fix testing canonicalize on cygwin.
3779         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3780         Revert patch from 2007-06-19.
3781         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
3782         canonicalize module is also in use.
3783         * tests/test-canonicalize.c: New file.
3784         * tests/test-canonicalize.sh: Likewise.
3785         * modules/canonicalize-tests: Likewise.
3786
3787 2007-07-06  Jim Meyering  <jim@meyering.net>
3788
3789         * lib/getugroups.c (getugroups): Detect getgrent failure.
3790         Adjust comment to reflect reality: this function may return -1.
3791
3792 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3793
3794         * build-aux/bootstrap (TP_URL,get_translations): Update to use
3795         the new TP address.
3796         (usage): Fix typo
3797         (gnulib_mk): New variable.
3798
3799 2007-07-05  Jim Meyering  <jim@meyering.net>
3800
3801         Don't let endgrent clobber errno, no matter how improbable.
3802         * lib/getugroups.c (getugroups): Save and restore errno around
3803         endgrent call.
3804
3805         Close the group DB even when failing with 2^31 or more members.
3806         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
3807
3808 2007-07-04  Jim Meyering  <jim@meyering.net>
3809
3810         * lib/getugroups.h: New file.
3811         * lib/getugroups.c: Include "getugroups.h".
3812         Remove uses of "register" keyword.
3813         Move local variable, "cp", down into scope where used.
3814         Give "username" parameter the "const" attribute.
3815         * modules/getugroups (Files): Add lib/getugroups.h
3816
3817 2007-07-04  Karl Berry  <karl@gnu.org>
3818
3819         * MODULES.html.sh (func_all_modules): Complete rename of
3820         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
3821
3822 2007-07-02  Bruno Haible  <bruno@clisp.org>
3823
3824         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
3825         mode, when inttypes.h comes from gnulib.
3826         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3827
3828 2007-07-02  Simon Josefsson  <simon@josefsson.org>
3829
3830         * NEWS: Mention lgpl module name change.
3831
3832         * modules/lgpl-2.1: Renamed from lgpl.
3833
3834         * NEWS: Mention gpl module name change.
3835
3836         * modules/gpl-3.0: New file, based on gpl-2.0.
3837
3838         * modules/gpl-2.0: Renamed from gpl.
3839
3840         * modules/gpl: Fix filename, doc/gpl.texi is now found at
3841         doc/gpl-2.0.texi.
3842
3843 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3844
3845         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
3846         #define __STDC_LIMIT_MACROS temporarily while including
3847         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
3848         Problem reported by Joel E. Denny in
3849         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
3850
3851 2007-07-01  Bruno Haible  <bruno@clisp.org>
3852
3853         * lib/unistdio.h: New file.
3854         * lib/unistdio/u-asnprintf.h: New file.
3855         * lib/unistdio/u-asprintf.h: New file.
3856         * lib/unistdio/u-printf-args.c: New file.
3857         * lib/unistdio/u-printf-args.h: New file.
3858         * lib/unistdio/u-printf-parse.h: New file.
3859         * lib/unistdio/u-snprintf.h: New file.
3860         * lib/unistdio/u-sprintf.h: New file.
3861         * lib/unistdio/u-vasprintf.h: New file.
3862         * lib/unistdio/u-vsnprintf.h: New file.
3863         * lib/unistdio/u-vsprintf.h: New file.
3864         * lib/unistdio/ulc-asnprintf.c: New file.
3865         * lib/unistdio/ulc-asprintf.c: New file.
3866         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
3867         * lib/unistdio/ulc-printf-parse.c: New file.
3868         * lib/unistdio/ulc-snprintf.c: New file.
3869         * lib/unistdio/ulc-sprintf.c: New file.
3870         * lib/unistdio/ulc-vasnprintf.c: New file.
3871         * lib/unistdio/ulc-vasprintf.c: New file.
3872         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
3873         * lib/unistdio/ulc-vsnprintf.c: New file.
3874         * lib/unistdio/ulc-vsprintf.c: New file.
3875         * lib/unistdio/u8-asnprintf.c: New file.
3876         * lib/unistdio/u8-asprintf.c: New file.
3877         * lib/unistdio/u8-printf-parse.c: New file.
3878         * lib/unistdio/u8-snprintf.c: New file.
3879         * lib/unistdio/u8-sprintf.c: New file.
3880         * lib/unistdio/u8-vasnprintf.c: New file.
3881         * lib/unistdio/u8-vasprintf.c: New file.
3882         * lib/unistdio/u8-vsnprintf.c: New file.
3883         * lib/unistdio/u8-vsprintf.c: New file.
3884         * lib/unistdio/u8-u8-asnprintf.c: New file.
3885         * lib/unistdio/u8-u8-asprintf.c: New file.
3886         * lib/unistdio/u8-u8-snprintf.c: New file.
3887         * lib/unistdio/u8-u8-sprintf.c: New file.
3888         * lib/unistdio/u8-u8-vasnprintf.c: New file.
3889         * lib/unistdio/u8-u8-vasprintf.c: New file.
3890         * lib/unistdio/u8-u8-vsnprintf.c: New file.
3891         * lib/unistdio/u8-u8-vsprintf.c: New file.
3892         * lib/unistdio/u16-asnprintf.c: New file.
3893         * lib/unistdio/u16-asprintf.c: New file.
3894         * lib/unistdio/u16-printf-parse.c: New file.
3895         * lib/unistdio/u16-snprintf.c: New file.
3896         * lib/unistdio/u16-sprintf.c: New file.
3897         * lib/unistdio/u16-vasnprintf.c: New file.
3898         * lib/unistdio/u16-vasprintf.c: New file.
3899         * lib/unistdio/u16-vsnprintf.c: New file.
3900         * lib/unistdio/u16-vsprintf.c: New file.
3901         * lib/unistdio/u16-u16-asnprintf.c: New file.
3902         * lib/unistdio/u16-u16-asprintf.c: New file.
3903         * lib/unistdio/u16-u16-snprintf.c: New file.
3904         * lib/unistdio/u16-u16-sprintf.c: New file.
3905         * lib/unistdio/u16-u16-vasnprintf.c: New file.
3906         * lib/unistdio/u16-u16-vasprintf.c: New file.
3907         * lib/unistdio/u16-u16-vsnprintf.c: New file.
3908         * lib/unistdio/u16-u16-vsprintf.c: New file.
3909         * lib/unistdio/u32-asnprintf.c: New file.
3910         * lib/unistdio/u32-asprintf.c: New file.
3911         * lib/unistdio/u32-printf-parse.c: New file.
3912         * lib/unistdio/u32-snprintf.c: New file.
3913         * lib/unistdio/u32-sprintf.c: New file.
3914         * lib/unistdio/u32-vasnprintf.c: New file.
3915         * lib/unistdio/u32-vasprintf.c: New file.
3916         * lib/unistdio/u32-vsnprintf.c: New file.
3917         * lib/unistdio/u32-vsprintf.c: New file.
3918         * lib/unistdio/u32-u32-asnprintf.c: New file.
3919         * lib/unistdio/u32-u32-asprintf.c: New file.
3920         * lib/unistdio/u32-u32-snprintf.c: New file.
3921         * lib/unistdio/u32-u32-sprintf.c: New file.
3922         * lib/unistdio/u32-u32-vasnprintf.c: New file.
3923         * lib/unistdio/u32-u32-vasprintf.c: New file.
3924         * lib/unistdio/u32-u32-vsnprintf.c: New file.
3925         * lib/unistdio/u32-u32-vsprintf.c: New file.
3926         * tests/unistdio/test-ulc-asnprintf1.c: New file.
3927         * tests/unistdio/test-ulc-asnprintf1.h: New file.
3928         * tests/unistdio/test-ulc-printf1.h: New file.
3929         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
3930         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
3931         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
3932         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
3933         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
3934         * tests/unistdio/test-ulc-vasprintf1.c: New file.
3935         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
3936         * tests/unistdio/test-ulc-vsprintf1.c: New file.
3937         * tests/unistdio/test-u8-asnprintf1.c: New file.
3938         * tests/unistdio/test-u8-asnprintf1.h: New file.
3939         * tests/unistdio/test-u8-printf1.h: New file.
3940         * tests/unistdio/test-u8-vasnprintf1.c: New file.
3941         * tests/unistdio/test-u8-vasnprintf2.c: New file.
3942         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
3943         * tests/unistdio/test-u8-vasnprintf3.c: New file.
3944         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
3945         * tests/unistdio/test-u8-vasprintf1.c: New file.
3946         * tests/unistdio/test-u8-vsnprintf1.c: New file.
3947         * tests/unistdio/test-u8-vsprintf1.c: New file.
3948         * tests/unistdio/test-u16-asnprintf1.c: New file.
3949         * tests/unistdio/test-u16-asnprintf1.h: New file.
3950         * tests/unistdio/test-u16-printf1.h: New file.
3951         * tests/unistdio/test-u16-vasnprintf1.c: New file.
3952         * tests/unistdio/test-u16-vasnprintf2.c: New file.
3953         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
3954         * tests/unistdio/test-u16-vasnprintf3.c: New file.
3955         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
3956         * tests/unistdio/test-u16-vasprintf1.c: New file.
3957         * tests/unistdio/test-u16-vsnprintf1.c: New file.
3958         * tests/unistdio/test-u16-vsprintf1.c: New file.
3959         * tests/unistdio/test-u32-asnprintf1.c: New file.
3960         * tests/unistdio/test-u32-asnprintf1.h: New file.
3961         * tests/unistdio/test-u32-printf1.h: New file.
3962         * tests/unistdio/test-u32-vasnprintf1.c: New file.
3963         * tests/unistdio/test-u32-vasnprintf2.c: New file.
3964         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
3965         * tests/unistdio/test-u32-vasnprintf3.c: New file.
3966         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
3967         * tests/unistdio/test-u32-vasprintf1.c: New file.
3968         * tests/unistdio/test-u32-vsnprintf1.c: New file.
3969         * tests/unistdio/test-u32-vsprintf1.c: New file.
3970         * modules/unistdio/base: New file.
3971         * modules/unistdio/u-printf-args: New file.
3972         * modules/unistdio/ulc-asnprintf: New file.
3973         * modules/unistdio/ulc-asprintf: New file.
3974         * modules/unistdio/ulc-fprintf: New file.
3975         * modules/unistdio/ulc-printf-parse: New file.
3976         * modules/unistdio/ulc-snprintf: New file.
3977         * modules/unistdio/ulc-sprintf: New file.
3978         * modules/unistdio/ulc-vasnprintf: New file.
3979         * modules/unistdio/ulc-vasprintf: New file.
3980         * modules/unistdio/ulc-vfprintf: New file.
3981         * modules/unistdio/ulc-vsnprintf: New file.
3982         * modules/unistdio/ulc-vsprintf: New file.
3983         * modules/unistdio/u8-asnprintf: New file.
3984         * modules/unistdio/u8-asprintf: New file.
3985         * modules/unistdio/u8-printf-parse: New file.
3986         * modules/unistdio/u8-snprintf: New file.
3987         * modules/unistdio/u8-sprintf: New file.
3988         * modules/unistdio/u8-vasnprintf: New file.
3989         * modules/unistdio/u8-vasprintf: New file.
3990         * modules/unistdio/u8-vsnprintf: New file.
3991         * modules/unistdio/u8-vsprintf: New file.
3992         * modules/unistdio/u8-u8-asnprintf: New file.
3993         * modules/unistdio/u8-u8-asprintf: New file.
3994         * modules/unistdio/u8-u8-snprintf: New file.
3995         * modules/unistdio/u8-u8-sprintf: New file.
3996         * modules/unistdio/u8-u8-vasnprintf: New file.
3997         * modules/unistdio/u8-u8-vasprintf: New file.
3998         * modules/unistdio/u8-u8-vsnprintf: New file.
3999         * modules/unistdio/u8-u8-vsprintf: New file.
4000         * modules/unistdio/u16-asnprintf: New file.
4001         * modules/unistdio/u16-asprintf: New file.
4002         * modules/unistdio/u16-printf-parse: New file.
4003         * modules/unistdio/u16-snprintf: New file.
4004         * modules/unistdio/u16-sprintf: New file.
4005         * modules/unistdio/u16-vasnprintf: New file.
4006         * modules/unistdio/u16-vasprintf: New file.
4007         * modules/unistdio/u16-vsnprintf: New file.
4008         * modules/unistdio/u16-vsprintf: New file.
4009         * modules/unistdio/u16-u16-asnprintf: New file.
4010         * modules/unistdio/u16-u16-asprintf: New file.
4011         * modules/unistdio/u16-u16-snprintf: New file.
4012         * modules/unistdio/u16-u16-sprintf: New file.
4013         * modules/unistdio/u16-u16-vasnprintf: New file.
4014         * modules/unistdio/u16-u16-vasprintf: New file.
4015         * modules/unistdio/u16-u16-vsnprintf: New file.
4016         * modules/unistdio/u16-u16-vsprintf: New file.
4017         * modules/unistdio/u32-asnprintf: New file.
4018         * modules/unistdio/u32-asprintf: New file.
4019         * modules/unistdio/u32-printf-parse: New file.
4020         * modules/unistdio/u32-snprintf: New file.
4021         * modules/unistdio/u32-sprintf: New file.
4022         * modules/unistdio/u32-vasnprintf: New file.
4023         * modules/unistdio/u32-vasprintf: New file.
4024         * modules/unistdio/u32-vsnprintf: New file.
4025         * modules/unistdio/u32-vsprintf: New file.
4026         * modules/unistdio/u32-u32-asnprintf: New file.
4027         * modules/unistdio/u32-u32-asprintf: New file.
4028         * modules/unistdio/u32-u32-snprintf: New file.
4029         * modules/unistdio/u32-u32-sprintf: New file.
4030         * modules/unistdio/u32-u32-vasnprintf: New file.
4031         * modules/unistdio/u32-u32-vasprintf: New file.
4032         * modules/unistdio/u32-u32-vsnprintf: New file.
4033         * modules/unistdio/u32-u32-vsprintf: New file.
4034         * modules/unistdio/ulc-asnprintf-tests: New file.
4035         * modules/unistdio/ulc-vasnprintf-tests: New file.
4036         * modules/unistdio/ulc-vasprintf-tests: New file.
4037         * modules/unistdio/ulc-vsnprintf-tests: New file.
4038         * modules/unistdio/ulc-vsprintf-tests: New file.
4039         * modules/unistdio/u8-asnprintf-tests: New file.
4040         * modules/unistdio/u8-vasnprintf-tests: New file.
4041         * modules/unistdio/u8-vasprintf-tests: New file.
4042         * modules/unistdio/u8-vsnprintf-tests: New file.
4043         * modules/unistdio/u8-vsprintf-tests: New file.
4044         * modules/unistdio/u16-asnprintf-tests: New file.
4045         * modules/unistdio/u16-vasnprintf-tests: New file.
4046         * modules/unistdio/u16-vasprintf-tests: New file.
4047         * modules/unistdio/u16-vsnprintf-tests: New file.
4048         * modules/unistdio/u16-vsprintf-tests: New file.
4049         * modules/unistdio/u32-asnprintf-tests: New file.
4050         * modules/unistdio/u32-vasnprintf-tests: New file.
4051         * modules/unistdio/u32-vasprintf-tests: New file.
4052         * modules/unistdio/u32-vsnprintf-tests: New file.
4053         * modules/unistdio/u32-vsprintf-tests: New file.
4054         * MODULES.html.sh (Unicode string functions): Add the new modules.
4055
4056 2007-07-01  Bruno Haible  <bruno@clisp.org>
4057
4058         * lib/sprintf.c (sprintf): Limit the available length estimation,
4059         to avoid address wraparound.
4060         * lib/vsprintf.c (vsprintf): Likewise.
4061         * modules/sprintf-posix (Dependencies): Add stdint.
4062         * modules/vsprintf-posix (Dependencies): Likewise.
4063
4064 2007-07-01  Bruno Haible  <bruno@clisp.org>
4065
4066         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
4067         Windows PATH as well. Conservative double-quoting. Comments.
4068
4069 2007-07-01  Bruno Haible  <bruno@clisp.org>
4070             Eric Blake  <ebb9@byu.net>
4071             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4072
4073         * gnulib-tool (self_abspathname): Fix algorithm to cope with
4074         empty components in $PATH, denoting '.'.
4075
4076 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4077
4078         * gnulib-tool: Fix indentation.
4079         (func_create_megatestdir): Likewise.
4080         Report by Bruno Haible.
4081
4082 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4083
4084         Sync from Automake.
4085         * build-aux/gnupload: Fix shell portability issues with for loops.
4086         Report by Karl Berry.
4087
4088 2007-06-29  Simon Josefsson  <simon@josefsson.org>
4089
4090         * build-aux/maint.mk (POURL): Use translationproject.org.
4091
4092 2007-06-27  Simon Josefsson  <simon@josefsson.org>
4093             Bruno Haible  <bruno@clisp.org>
4094
4095         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
4096         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
4097         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
4098         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
4099         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
4100
4101 2007-06-27  Bruno Haible  <bruno@clisp.org>
4102
4103         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
4104         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
4105
4106 2007-06-26  Karl Berry  <karl@gnu.org>
4107
4108         * MODULES.html.sh: remove xreadlink-with-size.
4109
4110 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4111
4112         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
4113         method that I hope also handles the double-include problem noted
4114         by Bruno Haible in
4115         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
4116
4117 2007-06-23  Bruno Haible  <bruno@clisp.org>
4118
4119         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4120         Don't let the 'mostlyclean' target fail if the last subdirectory could
4121         not be removed.
4122         Reported by Karl Berry.
4123
4124 2007-06-23  Bruno Haible  <bruno@clisp.org>
4125
4126         * gnulib-tool (echo): Add a speedier workaround for ksh.
4127         * tests/test-echo.sh: Likewise.
4128
4129 2007-06-23  Bruno Haible  <bruno@clisp.org>
4130
4131         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
4132         * tests/test-echo.sh: Likewise.
4133
4134 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4135
4136         * gnulib-tool (IFS): Initialize early, so we don't set it to
4137         empty later.
4138         (self_abspathname): Rewrite algorithm to set it, reindent.
4139         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
4140         (func_create_megatestdir): Merge some sed scripts.
4141
4142 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4143
4144         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
4145         exposed by Sun Studio 11 cc on Solaris 8.
4146
4147 2007-06-22  Bruno Haible  <bruno@clisp.org>
4148
4149         * gnulib-tool (echo): Ensure the echo primitive does not interpret
4150         backslashes.
4151         * tests/test-echo.sh: New file.
4152
4153 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4154
4155         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
4156         simplify `sed_replace_build_aux' scripts, they are portable but
4157         echoing them with `echo' is not.
4158         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
4159
4160 2007-06-21  Karl Berry  <karl@gnu.org>
4161
4162         * config/srclist.txt: guess we can't handle the licenses via
4163         srclist at the moment.
4164
4165 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
4166
4167         * MODULES.html.sh: Add include_next.
4168         * modules/include_next: New file.
4169
4170 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
4171
4172         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
4173         INCLUDE_NEXT.
4174         (gl_CHECK_NEXT_HEADERS): New macro.
4175         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
4176         the obsolescent gl_ABSOLUTE_HEADER.
4177         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
4178         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
4179         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
4180         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4181         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
4182         * m4/math_h.m4 (gl_MATH_H): Likewise.
4183         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
4184         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4185         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
4186         * m4/stdint.m4 (gl_STDINT_H): Likewise.
4187         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
4188         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
4189         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
4190         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4191         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4192         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
4193         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4194         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
4195         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
4196         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
4197         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4198         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4199         * m4/inttypes.m4 (gl_INTTYPES_H): Define
4200         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
4201         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
4202         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
4203         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
4204         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
4205         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
4206         * lib/float_.h: Likewise.
4207         * lib/inttypes_.h: Likewise.
4208         * lib/math_.h: Likewise.
4209         * lib/search_.h: Likewise.
4210         * lib/signal_.h: Likewise.
4211         * lib/stdint_.h: Likewise.
4212         * lib/stdio_.h: Likewise.
4213         * lib/stdlib_.h: Likewise.
4214         * lib/string_.h: Likewise.
4215         * lib/sys_stat_.h: Likewise.
4216         * lib/sys_time_.h: Likewise.
4217         * lib/time_.h: Likewise.
4218         * lib/unistd_.h: Likewise.
4219         * lib/wchar_.h: Likewise.
4220         * lib/wctype_.h: Likewise.
4221         * lib/dirent_.h: Likewise.
4222         * lib/iconv_.h: Likewise.
4223         * lib/locale_.h: Likewise.
4224         * lib/netinet_in_.h: Likewise.
4225         * lib/sys_select_.h: Likewise.
4226         * lib/sys_socket_.h: Likewise.
4227         * lib/sysexits_.h: Likewise.
4228         * modules/fcntl (Depends-on): Depend on include_next, not
4229         absolute_header.
4230         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
4231         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
4232         * modules/fchdir: Likewise.
4233         * modules/float: Likewise.
4234         * modules/iconv_open: Likewise.
4235         * modules/inttypes: Likewise.
4236         * modules/locale: Likewise.
4237         * modules/math: Likewise.
4238         * modules/netinet_in: Likewise.
4239         * modules/search: Likewise.
4240         * modules/signal: Likewise.
4241         * modules/stdint: Likewise.
4242         * modules/stdio: Likewise.
4243         * modules/stdlib: Likewise.
4244         * modules/string: Likewise.
4245         * modules/sys_select: Likewise.
4246         * modules/sys_socket: Likewise.
4247         * modules/sys_stat: Likewise.
4248         * modules/sys_time: Likewise.
4249         * modules/sysexits: Likewise.
4250         * modules/time: Likewise.
4251         * modules/unistd: Likewise.
4252         * modules/wchar: Likewise.
4253         * modules/wctype: Likewise.
4254         * modules/sys_stat: Change maintainer to "all".
4255         * modules/unistd: Likewise.
4256
4257 2007-06-20  Karl Berry  <karl@gnu.org>
4258
4259         * config/srclist.txt: track www changes in license files.
4260
4261 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
4262
4263         * build-aux/bootstrap: Remove stray dot.
4264         Make sure build_aux settings are honored when linking
4265         gnulib_extra_files.
4266
4267 2007-06-19  Eric Blake  <ebb9@byu.net>
4268
4269         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
4270         Allow compilation on cygwin.
4271
4272 2007-06-19  Jim Meyering  <jim@meyering.net>
4273
4274         xreadlink-with-size: Remove module.  No longer used.
4275         Ex-callers now use xreadlink or mreadlink-with-size.
4276         * modules/xreadlink-with-size: Remove module.
4277         * lib/xreadlink-with-size.c: Remove file.
4278         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
4279         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
4280         just before the function definition *is* accurate.
4281
4282         Eliminate one way canonicalize_filename_mode could exit.
4283         * lib/canonicalize.c (canonicalize_filename_mode):
4284         Use mreadlink_with_size, not xreadlink_with_size.
4285
4286 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
4287
4288         Detect porting problems to FreeBSD/arm, which has time_t wider than
4289         long int.  Original problem reported for GNU diff by Xin Li in
4290         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
4291         * modules/getdate (Depends-on): Add intprops, verify.
4292         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
4293         is an integer type no wider than long int.
4294
4295 2007-06-18  Jim Meyering  <jim@meyering.net>
4296
4297         New module: mreadlink-with-size.
4298         * MODULES.html.sh: Add mreadlink-with-size.
4299         * modules/mreadlink-with-size: New module
4300         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
4301         not xreadlink-with-size.
4302         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
4303
4304 2007-06-16  Bruno Haible  <bruno@clisp.org>
4305
4306         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
4307         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
4308         Reported by Gary V. Vaughan <gary@gnu.org>.
4309
4310 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
4311
4312         Revamp lchown so that it lives in unistd.h where it belongs.
4313         * lib/lchown.h: Remove.
4314         * lib/dirchownmod.c: Don't include lib/lchown.h.
4315         * lib/fchownat.c: Likewise.
4316         * lib/openat.c: Likewise.
4317         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
4318         does not follow symlinks.
4319         (EOPNOTSUPP): Define if not defined.
4320         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
4321         is defined to 0.
4322         (lchown): New decl.
4323         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
4324         Do not check for lchown decl.
4325         Set REPLACE_LCHOWN.
4326         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
4327         REPLACE_LCHOWN.
4328         * modules/chown: Make it clear it follows symlinks.
4329         * modules/lchown: Make it clear it doesn't follow symlinks.
4330         (Files): Remove lib/lchown.h
4331         (Depends-on): Add unistd.
4332         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
4333         (Include): Include <unistd.h>, not "lchown.h".
4334         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
4335         REPLACE_LCHOWN.
4336
4337 2007-06-15  Jim Meyering  <jim@meyering.net>
4338
4339         Change license (GPL to LGPL) of fsusage and dependents.
4340         * modules/fsusage (License): Change to LGPL.
4341         * modules/full-read (License): Likewise.
4342         * modules/full-write (License): Likewise.
4343         * modules/safe-read (License): Likewise.
4344         * modules/safe-write (License): Likewise.
4345
4346 2007-06-14  Ben Pfaff  <blp@gnu.org>
4347
4348         Missing part of allocsa -> malloca transition.
4349         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
4350         gl_MALLOCA.
4351
4352 2007-06-12  Bruno Haible  <bruno@clisp.org>
4353
4354         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
4355         to ia64, x86_64, i386.
4356         Reported by Eric Blake.
4357
4358 2007-06-12  Bruno Haible  <bruno@clisp.org>
4359
4360         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
4361         cross-compiling to x86_64.
4362
4363 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
4364
4365         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
4366         glitch reported by Ralf Wildenhues in
4367         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
4368
4369         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
4370         Vin Shelton.
4371
4372 2007-06-11  Bruno Haible  <bruno@clisp.org>
4373
4374         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
4375         replacement string.
4376         Reported by Eric Blake.
4377
4378 2007-06-10  Bruno Haible  <bruno@clisp.org>
4379
4380         Prepare vasnprintf code for use with Unicode strings.
4381         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
4382         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
4383         TYPE_U32_STRING.
4384         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
4385         a_u32_string variants.
4386         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
4387         * lib/printf-args.c: Don't include config.h and the specification
4388         header if PRINTF_FETCHARGS is already defined.
4389         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
4390         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
4391         TYPE_U16_STRING, TYPE_U32_STRING.
4392         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
4393         u16_directive, u16_directives, u32_directive, u32_directives): New
4394         types.
4395         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
4396         New declarations.
4397         * lib/printf-parse.c: Don't include config.h and the specification
4398         header if PRINTF_PARSE is already defined. Eliminate the set of
4399         parameters for WIDE_CHAR_VERSION; the user of this file must provide
4400         them now. Include c-ctype.h.
4401         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
4402         directive and CHAR_T_ONLY_ASCII.
4403         * lib/vasnprintf.c: Don't include config.h and the specification header
4404         if VASNPRINTF is already defined.
4405         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
4406         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
4407         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
4408         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
4409         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
4410         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
4411         code accordingly.
4412         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
4413         pad_ourselves also in this case, with the 'c' and 's' directives, and
4414         with a different notion of "width".
4415         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
4416
4417 2007-06-10  Bruno Haible  <bruno@clisp.org>
4418
4419         * modules/unistr/u32-mbsnlen: New file.
4420         * lib/unistr/u32-mbsnlen.c: New file.
4421
4422         * modules/unistr/u16-mbsnlen: New file.
4423         * lib/unistr/u16-mbsnlen.c: New file.
4424
4425         * modules/unistr/u8-mbsnlen: New file.
4426         * lib/unistr/u8-mbsnlen.c: New file.
4427
4428         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
4429         declarations.
4430
4431 2007-06-10  Bruno Haible  <bruno@clisp.org>
4432
4433         * lib/string_.h (mbsnlen): New declaration.
4434         * lib/mbsnlen.c: New file.
4435         * m4/mbsnlen.m4: New file.
4436         * modules/mbsnlen: New file.
4437         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
4438         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
4439         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
4440
4441 2007-06-10  Bruno Haible  <bruno@clisp.org>
4442
4443         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
4444
4445 2007-06-10  Bruno Haible  <bruno@clisp.org>
4446
4447         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
4448         * lib/mbuiter.h: Likewise.
4449
4450 2007-06-10  Bruno Haible  <bruno@clisp.org>
4451
4452         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
4453         declaration.
4454
4455 2007-06-10  Karl Berry  <karl@gnu.org>
4456
4457         * config/srclist.txt: remove gettext entries, Bruno prefers
4458         to update individually.
4459
4460 2007-06-10  Bruno Haible  <bruno@clisp.org>
4461
4462         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
4463         'maxlen'. Ensure only length + width bytes are allocated, not
4464         length + 1 + width.
4465
4466 2007-06-09  Bruno Haible  <bruno@clisp.org>
4467
4468         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
4469         (CHAR_T): Remove macro.
4470         (VASNPRINTF): Update.
4471
4472 2007-06-09  Bruno Haible  <bruno@clisp.org>
4473
4474         * MODULES.html.sh (Unicode string functions): Add the new modules.
4475
4476         * modules/uniconv/u32-conv-to-enc: New file.
4477         * lib/uniconv/u32-conv-to-enc.c: New file.
4478         * modules/uniconv/u32-conv-to-enc-tests: New file.
4479         * tests/uniconv/test-u32-conv-to-enc.c: New file.
4480
4481         * modules/uniconv/u16-conv-to-enc: New file.
4482         * lib/uniconv/u16-conv-to-enc.c: New file.
4483         * lib/uniconv/u-conv-to-enc.h: New file.
4484         * modules/uniconv/u16-conv-to-enc-tests: New file.
4485         * tests/uniconv/test-u16-conv-to-enc.c: New file.
4486
4487         * modules/uniconv/u8-conv-to-enc: New file.
4488         * lib/uniconv/u8-conv-to-enc.c: New file.
4489         * modules/uniconv/u8-conv-to-enc-tests: New file.
4490         * tests/uniconv/test-u8-conv-to-enc.c: New file.
4491
4492         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
4493         u32_conv_to_encoding): New declarations.
4494
4495 2007-06-09  Bruno Haible  <bruno@clisp.org>
4496
4497         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
4498
4499 2007-06-09  Bruno Haible  <bruno@clisp.org>
4500
4501         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
4502         * modules/malloca: Renamed from modules/allocsa, updated.
4503         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
4504         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
4505         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
4506         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
4507         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
4508         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
4509         * modules/xmalloca: Renamed from modules/xallocsa, updated.
4510         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
4511         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
4512         * modules/c-strcasestr (Depends-on): Update.
4513         * lib/c-strcasestr.c: Update.
4514         * modules/c-strstr (Depends-on): Update.
4515         * lib/c-strstr.c: Update.
4516         * modules/canonicalize-lgpl (Depends-on): Update.
4517         * lib/canonicalize-lgpl.c: Update.
4518         * modules/clean-temp (Depends-on): Update.
4519         * lib/clean-temp.c: Update.
4520         * modules/csharpcomp (Depends-on): Update.
4521         * lib/csharpcomp.c: Update.
4522         * modules/csharpexec (Depends-on): Update.
4523         * lib/csharpexec.c: Update.
4524         * modules/javacomp (Depends-on): Update.
4525         * lib/javacomp.c: Update.
4526         * modules/javaexec (Depends-on): Update.
4527         * lib/javaexec.c: Update.
4528         * modules/mbscasestr (Depends-on): Update.
4529         * lib/mbscasestr.c: Update.
4530         * modules/mbsstr (Depends-on): Update.
4531         * lib/mbsstr.c: Update.
4532         * modules/setenv (Depends-on): Update.
4533         * lib/setenv.c: Update.
4534         * modules/strcasestr (Depends-on): Update.
4535         * lib/strcasestr.c: Update.
4536         * modules/striconveha (Depends-on): Update.
4537         * lib/striconveha.c: Update.
4538         * modules/relocatable-prog-wrapper (Files): Update.
4539         * lib/relocwrapper.c: Update.
4540         * build-aux/install-reloc: Update.
4541         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
4542
4543 2007-06-08  Bruno Haible  <bruno@clisp.org>
4544
4545         Port to uClibc.
4546         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
4547         * lib/fpurge.c (fpurge): Likewise.
4548         * lib/freading.c (freading): Likewise.
4549         * lib/fseeko.c (rpl_fseeko): Likewise.
4550         * lib/fseterr.c (fseterr): Likewise.
4551         * lib/fwriting.c (fwriting): Likewise.
4552         * tests/test-fflush.c (main): Avoid a failure on uClibc.
4553
4554 2007-06-08  Bruno Haible  <bruno@clisp.org>
4555
4556         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
4557         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
4558         * modules/gettext (Files): Add m4/intlmacosx.m4.
4559
4560 2007-06-07  Bruno Haible  <bruno@clisp.org>
4561
4562         * modules/localename-tests: New file.
4563         * tests/test-localename.c: New file.
4564
4565         New module 'localename'.
4566         * lib/localename.h: New file.
4567         * lib/localename.c: New file, from GNU gettext.
4568         * m4/localename.m4: New file.
4569         * modules/localename: New file.
4570
4571 2007-06-07  Bruno Haible  <bruno@clisp.org>
4572
4573         Work around the lack of <wchar.h> on some builds of uClibc.
4574         * doc/headers/wchar.texi: Update.
4575         * lib/wchar_.h: Include <wchar.h> only if it exists.
4576         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
4577         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
4578         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
4579         doesn't exist.
4580         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
4581         * modules/mbfile (Depends-on): Add wchar.
4582         * modules/mbiter (Depends-on): Likewise.
4583         * modules/mbuiter (Depends-on): Likewise.
4584         Reported by Simon Josefsson.
4585
4586 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
4587
4588         Work around problem reported by Steven M. Schweda in
4589         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
4590         Tru64 5.1B with the Compaq compiler environment installed declares
4591         an 'isblank' function but does not define it in the C library.
4592         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
4593         * lib/regex_internal.h (isblank): Likewise.
4594         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
4595         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4596
4597 2007-06-05  Bruno Haible  <bruno@clisp.org>
4598
4599         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
4600         ia64.
4601         * modules/printf-safe: New file.
4602         * modules/fprintf-posix (Depends-on): Add printf-safe.
4603         * modules/printf-posix (Depends-on): Likewise.
4604         * modules/snprintf-posix (Depends-on): Likewise.
4605         * modules/sprintf-posix (Depends-on): Likewise.
4606         * modules/vasnprintf-posix (Depends-on): Likewise.
4607         * modules/vasprintf-posix (Depends-on): Likewise.
4608         * modules/vfprintf-posix (Depends-on): Likewise.
4609         * modules/vprintf-posix (Depends-on): Likewise.
4610         * modules/vsnprintf-posix (Depends-on): Likewise.
4611         * modules/vsprintf-posix (Depends-on): Likewise.
4612         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
4613         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
4614         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
4615         "no" on i386, x86_64, ia64.
4616         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
4617         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4618         on i386, x86_64, ia64.
4619         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
4620         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4621         on i386, x86_64, ia64.
4622         * tests/test-vasnprintf-posix.c: Include float.h.
4623         (LDBL80_WORDS): New macro.
4624         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4625         on i386, x86_64, ia64.
4626         * tests/test-vasprintf-posix.c: Include float.h.
4627         (LDBL80_WORDS): New macro.
4628         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4629         on i386, x86_64, ia64.
4630         * tests/test-snprintf-posix.c: Include float.h.
4631         * tests/test-sprintf-posix.c: Likewise.
4632         * tests/test-vsnprintf-posix.c: Likewise.
4633         * tests/test-vsprintf-posix.c: Likewise.
4634
4635 2007-06-05  Bruno Haible  <bruno@clisp.org>
4636
4637         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
4638         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
4639         non-IEEE numbers on i386, x86_64, ia64.
4640         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
4641         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
4642         * tests/test-isnanl.h: Include float.h.
4643         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
4644
4645 2007-06-05  Bruno Haible  <bruno@clisp.org>
4646
4647         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
4648         also the %a / %A. Handle the %a / %A code before this extra handling.
4649
4650 2007-06-05  Bruno Haible  <bruno@clisp.org>
4651
4652         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
4653         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
4654
4655 2007-06-05  Bruno Haible  <bruno@clisp.org>
4656
4657         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
4658         typo in variable name.
4659
4660 2007-06-05  Eric Blake  <ebb9@byu.net>
4661
4662         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
4663         Reported by Simon Josefsson.
4664
4665 2007-06-04  Bruno Haible  <bruno@clisp.org>
4666
4667         Avoid test failures on some PowerPC platforms.
4668         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
4669         Define differently for PowerPC.
4670         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
4671         Reported by Gary V. Vaughan <gary@gnu.org>.
4672
4673 2007-06-02  Bruno Haible  <bruno@clisp.org>
4674
4675         Fix test-stdint failure on FreeBSD/ia64.
4676         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
4677         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
4678         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
4679         * doc/headers/stdint.texi: Update.
4680
4681 2007-06-01  Bruno Haible  <bruno@clisp.org>
4682
4683         * tests/test-binary-io.c (main): Pass a third argument to open().
4684         Reported by Gary V. Vaughan <gary@gnu.org>.
4685
4686 2007-06-01  Bruno Haible  <bruno@clisp.org>
4687
4688         * doc/functions/frexpl.texi: Update for mingw.
4689
4690 2007-06-01  Bruno Haible  <bruno@clisp.org>
4691
4692         * tests/test-lseek.c (main): Disable test of errno for invalid third
4693         argument.
4694         * doc/functions/lseek.texi: Update.
4695         Reported by Gary V. Vaughan <gary@gnu.org>.
4696
4697 2007-05-28  Bruno Haible  <bruno@clisp.org>
4698
4699         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
4700
4701 2007-05-31  Eric Blake  <ebb9@byu.net>
4702
4703         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
4704         cross compiling.
4705
4706 2007-05-30  Eric Blake  <ebb9@byu.net>
4707         and Bruno Haible  <bruno@clisp.org>
4708
4709         Work around mingw test failures exposed by m4-1.4.9b.
4710         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
4711         * tests/test-unistd.c: Disable uid_t and git_t tests for the
4712         moment.
4713
4714 2007-05-30  Bruno Haible  <bruno@clisp.org>
4715
4716         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
4717         assuming that they are closed. Needed on HP-UX 11.
4718
4719 2007-05-29  Bruno Haible  <bruno@clisp.org>
4720
4721         Fix a problem with #include_next.
4722         * lib/dirent_.h: Split the double-inclusion guard.
4723         * lib/fcntl_.h: Likewise.
4724         * lib/float_.h: Likewise.
4725         * lib/iconv_.h: Likewise.
4726         * lib/inttypes_.h: Likewise.
4727         * lib/locale_.h: Likewise.
4728         * lib/math_.h: Likewise.
4729         * lib/netinet_in_.h: Likewise.
4730         * lib/search_.h: Likewise.
4731         * lib/signal_.h: Likewise.
4732         * lib/stdint_.h: Likewise.
4733         * lib/stdio_.h: Likewise.
4734         * lib/stdlib_.h: Likewise.
4735         * lib/string_.h: Likewise.
4736         * lib/sys_select_.h: Likewise.
4737         * lib/sys_socket_.h: Likewise.
4738         * lib/sys_stat_.h: Likewise.
4739         * lib/sys_time_.h: Likewise.
4740         * lib/sysexits_.h: Likewise.
4741         * lib/time_.h: Likewise.
4742         * lib/unistd_.h: Likewise.
4743         * lib/wchar_.h: Likewise.
4744         * lib/wctype_.h: Likewise.
4745
4746 2007-05-29  Bruno Haible  <bruno@clisp.org>
4747
4748         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
4749         for the moment.
4750
4751 2007-05-29  Bruno Haible  <bruno@clisp.org>
4752
4753         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
4754         invocation.
4755         Reported by Eric Blake.
4756
4757 2007-05-29  Bruno Haible  <bruno@clisp.org>
4758
4759         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
4760         compiling case.
4761
4762 2007-05-29  Eric Blake  <ebb9@byu.net>
4763             Bruno Haible  <bruno@clisp.org>
4764
4765         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
4766         cross compiles.
4767
4768 2007-05-28  Eric Blake  <ebb9@byu.net>
4769
4770         * modules/closein-tests (test_closein_LDADD): Support test on
4771         cygwin with libtool.
4772
4773 2007-05-28  Bruno Haible  <bruno@clisp.org>
4774
4775         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
4776         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4777         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4778         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4779         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4780         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4781         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4782         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4783         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4784
4785 2007-05-28  Eric Blake  <ebb9@byu.net>
4786
4787         Unconditionally include <config.h> in unit tests.
4788         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
4789         * tests/test-allocsa.c, tests/test-arcfour.c,
4790         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
4791         tests/test-array_list.c, tests/test-array_oset.c,
4792         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
4793         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
4794         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
4795         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
4796         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
4797         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
4798         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
4799         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
4800         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
4801         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
4802         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
4803         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
4804         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
4805         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
4806         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
4807         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
4808         test-md5.c, test-memmem.c, test-printf-posix.c,
4809         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
4810         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
4811         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
4812         test-strcasestr.c, test-striconv.c, test-striconveh.c,
4813         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
4814         test-vasnprintf-posix2.c, test-vasnprintf.c,
4815         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
4816         test-vfprintf-posix.c, test-vprintf-posix.c,
4817         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
4818         test-xvasprintf.c: Likewise.
4819
4820 2007-05-28  Bruno Haible  <bruno@clisp.org>
4821
4822         * gnulib-tool (func_import): Remember the --with-tests command-line
4823         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
4824         Reported by Eric Blake.
4825
4826 2007-05-28  Bruno Haible  <bruno@clisp.org>
4827
4828         * modules/ftell-tests: New file.
4829         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
4830         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
4831
4832         * lib/ftell.c: New file.
4833         * modules/ftell: New file.
4834         * m4/ftell.m4: New file.
4835         * doc/functions/ftell.texi: Update.
4836         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
4837         REPLACE_FTELL.
4838         * lib/stdio_.h (rpl_ftell): New declaration.
4839         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
4840         REPLACE_FTELL.
4841
4842 2007-05-28  Eric Blake  <ebb9@byu.net>
4843
4844         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
4845
4846 2007-05-28  Bruno Haible  <bruno@clisp.org>
4847
4848         * modules/fseek-tests: New file.
4849         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
4850         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
4851
4852         * lib/fseek.c: New file.
4853         * modules/fseek: New file.
4854         * m4/fseek.m4: New file.
4855         * doc/functions/fseek.texi: Update.
4856         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
4857         REPLACE_FSEEK.
4858         * lib/stdio_.h (rpl_fseek): New declaration.
4859         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
4860         REPLACE_FSEEK.
4861
4862 2007-05-28  Bruno Haible  <bruno@clisp.org>
4863
4864         * lib/stdio_.h (fflush): More comments.
4865
4866 2007-05-28  Bruno Haible  <bruno@clisp.org>
4867
4868         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
4869         runtime test.
4870
4871 2007-05-28  Eric Blake  <ebb9@byu.net>
4872
4873         Improve lseek module.
4874         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
4875         * lib/unistd_.h (lseek): Scale back link warning message.
4876         * tests/test-lseek.c: Beef up test.
4877         * tests/test-lseek.sh: Exercise more facets of lseek.
4878         Reported by Bruno Haible.
4879
4880 2007-05-28  Bruno Haible  <bruno@clisp.org>
4881
4882         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
4883         to define.
4884
4885 2007-05-27  Bruno Haible  <bruno@clisp.org>
4886
4887         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
4888
4889 2007-05-27  Bruno Haible  <bruno@clisp.org>
4890
4891         * modules/openmp: New file.
4892         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
4893         Noah Misch.
4894
4895 2007-05-26  Bruno Haible  <bruno@clisp.org>
4896
4897         * modules/chdir-long (Depends-on): Add fchdir.
4898         * modules/chdir-safer (Depends-on): Likewise.
4899         * modules/fts (Depends-on): Likewise.
4900         * modules/fts-lgpl (Depends-on): Likewise.
4901         * modules/openat (Depends-on): Likewise.
4902         * modules/savewd (Depends-on): Likewise.
4903
4904 2007-05-24  Eric Blake  <ebb9@byu.net>
4905
4906         Fix lseek on mingw.
4907         * modules/lseek: New module.
4908         * m4/lseek.m4: New file.
4909         * lib/lseek.c: New file.
4910         * modules/lseek-tests: New file.
4911         * tests/test-lseek.c: New file.
4912         * tests/test-lseek.sh: New file.
4913         * MODULES.html.sh: Document lseek module.
4914         * modules/fflush (Depends-on): Add lseek, fseeko.
4915         * modules/fseeko (Depends-on): Likewise.
4916         * modules/ftello (Depends-on): Likewise.
4917         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
4918         broken.
4919         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
4920         broken.
4921         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
4922         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
4923         * lib/ftello.c (rpl_ftello): Likewise.
4924         * tests/test-fseeko.c (main): Test this.
4925         * tests/test-fseeko.sh: Likewise.
4926         * tests/test-ftello.c (main): Likewise.
4927         * tests/test-ftello.sh: Likewise.
4928         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
4929         implies replacing fseek.
4930         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
4931         HAVE_FTELLO.
4932         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
4933         * modules/unistd (Makefile.am): Likewise.
4934         * lib/unistd_.h (lseek): Declare a replacement.
4935         * doc/functions/lseek.texi (lseek): Document this fix.
4936         * doc/functions/fseek.texi (fseek): Likewise.
4937         * doc/functions/ftell.texi (ftell): Likewise.
4938
4939 2007-05-24  Bruno Haible  <bruno@clisp.org>
4940
4941         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
4942         in the printed representation of a NaN.
4943         * tests/test-vasprintf-posix.c (test_function): Likewise.
4944         * tests/test-snprintf-posix.h (test_function): Likewise.
4945         * tests/test-sprintf-posix.h (test_function): Likewise.
4946         Reported by Eric Blake.
4947
4948 2007-05-23  Eric Blake  <ebb9@byu.net>
4949
4950         Fix fseeko/ftello on cygwin 1.5.24.
4951         * doc/functions/fseeko.texi (fseeko): Document the fix.
4952         * doc/functions/ftello.texi (ftello): Document the fix.
4953         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
4954         * doc/functions/stdout.text (stdout): New file.
4955         * doc/functions/stderr.text (stderr): New file.
4956         * doc/gnulib.texi (Function Substitutes): Use new files.
4957         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
4958         prior to 1.7.0.
4959         * tests/test-ftello.c (main): Likewise for ftello.
4960         * tests/test-fseeko.sh: New file.
4961         * tests/test-ftello.sh: New file.
4962         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
4963         with seekable stdin.
4964         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
4965         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
4966         (gl_REPLACE_FSEEKO): New macro.
4967         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
4968         * modules/fseeko (Files): Distribute fseeko.c.
4969         * modules/ftello (Files): Distribute ftello.c.
4970         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
4971         mode.
4972         * lib/ftello.c (rpl_ftello): New file.
4973         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
4974         fseeko, ftello.
4975         (gl_STDIN_LARGE_OFFSET): New macro.
4976         * modules/stdio (Makefile.am): Perform the replacement.
4977         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
4978
4979 2007-05-23  Bruno Haible  <bruno@clisp.org>
4980
4981         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
4982         GNULIB_POSIXCHECK is defined.
4983
4984 2007-05-21  Bruno Haible  <bruno@clisp.org>
4985
4986         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
4987         Check also the output for NaN arguments. When cross-compiling, guess
4988         no on IRIX.
4989         * lib/vasnprintf.c: Update comments.
4990         * tests/test-vasnprintf-posix.c (strisnan): New function.
4991         (test_function): Use it.
4992         * tests/test-vasprintf-posix.c (strisnan): New function.
4993         (test_function): Use it.
4994         * tests/test-snprintf-posix.h (strisnan): New function.
4995         (test_function): Use it.
4996         * tests/test-sprintf-posix.h (strisnan): New function.
4997         (test_function): Use it.
4998         Reported by Eric Blake.
4999
5000 2007-05-20  Bruno Haible  <bruno@clisp.org>
5001
5002         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
5003         numbers that fails on BeOS.
5004         * doc/functions/frexpl.texi: Update.
5005
5006 2007-05-20  Jim Meyering  <jim@meyering.net>
5007
5008         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
5009         forced upon us by glibc-2.6.
5010
5011 2007-05-20  Bruno Haible  <bruno@clisp.org>
5012
5013         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
5014         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
5015         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
5016         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
5017         NEED_PRINTF_INFINITE.
5018         (is_infinitel): New function.
5019         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
5020         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
5021         gl_PREREQ_VASNPRINTF_INFINITE.
5022         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
5023         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5024         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
5025         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
5026         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
5027         gl_PREREQ_VASNPRINTF_INFINITE.
5028         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5029         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5030         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5031         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5032         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5033         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5034         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5035         * doc/functions/fprintf.texi: Update.
5036         * doc/functions/printf.texi: Update.
5037         * doc/functions/snprintf.texi: Update.
5038         * doc/functions/sprintf.texi: Update.
5039         * doc/functions/vfprintf.texi: Update.
5040         * doc/functions/vprintf.texi: Update.
5041         * doc/functions/vsnprintf.texi: Update.
5042         * doc/functions/vsprintf.texi: Update.
5043
5044 2007-05-20  Bruno Haible  <bruno@clisp.org>
5045
5046         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
5047         was not found in libc.
5048         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
5049
5050 2007-05-20  Bruno Haible  <bruno@clisp.org>
5051
5052         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
5053         printed as "-nan" instead of "nan".
5054         * tests/test-vasprintf-posix.c (test_function): Likewise.
5055         * tests/test-snprintf-posix.h (test_function): Likewise.
5056         * tests/test-sprintf-posix.h (test_function): Likewise.
5057         Needed for HP-UX 11.
5058
5059 2007-05-20  Jim Meyering  <jim@meyering.net>
5060
5061         Fix buggy test for the fchownat-deref bug.
5062         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
5063         symlink required for the run-test.  Without it, this test would
5064         always declare that fchownat doesn't work, and client code would
5065         unnecessarily use the replacement function with fixed libc.
5066         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
5067         Reported by Greg Schafer.
5068
5069 2007-05-19  Bruno Haible  <bruno@clisp.org>
5070
5071         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
5072         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
5073         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
5074         Needed for IRIX 6.5 and Solaris 2.5.1.
5075
5076 2007-05-19  Bruno Haible  <bruno@clisp.org>
5077
5078         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
5079         (test_function): Skip tests involving -0.0 on platforms where
5080         -0.0 = 0.0.
5081         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
5082         (test_function): Skip tests involving -0.0 on platforms where
5083         -0.0 = 0.0.
5084         * tests/test-snprintf-posix.h (have_minus_zero): New function.
5085         (test_function): Skip tests involving -0.0 on platforms where
5086         -0.0 = 0.0.
5087         * tests/test-sprintf-posix.h (have_minus_zero): New function.
5088         (test_function): Skip tests involving -0.0 on platforms where
5089         -0.0 = 0.0.
5090         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
5091         tests.
5092         * tests/test-printf-posix.h (test_function): Likewise.
5093         * tests/test-printf-posix.output: Remove all -0.0 related results.
5094         Needed for IRIX 6.5.
5095
5096 2007-05-19  Bruno Haible  <bruno@clisp.org>
5097
5098         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
5099         printed as "nan0x7fffffff" instead of "nan".
5100         * tests/test-vasprintf-posix.c (test_function): Likewise.
5101         * tests/test-snprintf-posix.h (test_function): Likewise.
5102         * tests/test-sprintf-posix.h (test_function): Likewise.
5103         * tests/test-fprintf-posix.h (NaN): Remove macro.
5104         (test_function): Remove all NaN related tests.
5105         * tests/test-printf-posix.h (NaN): Remove macro.
5106         (test_function): Remove all NaN related tests.
5107         * tests/test-printf-posix.output: Remove all NaN related results.
5108         Needed for IRIX 6.5.
5109
5110 2007-05-19  Bruno Haible  <bruno@clisp.org>
5111
5112         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
5113         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
5114
5115 2007-05-19  Bruno Haible  <bruno@clisp.org>
5116
5117         * lib/float_.h: New file.
5118         * m4/float_h.m4: New file.
5119         * modules/float: New file.
5120         * modules/isnanl (Dependencies): Add float.
5121         * modules/isnanl-nolibm (Dependencies): Likewise.
5122         * modules/mathl (Dependencies): Likewise.
5123         * modules/printf-frexpl (Dependencies): Likewise.
5124         * modules/signbit (Dependencies): Likewise.
5125         * modules/vasnprintf (Dependencies): Likewise.
5126         * doc/headers/float.texi: Update.
5127
5128 2007-05-19  Jim Meyering  <jim@meyering.net>
5129
5130         * lib/utimens.c (gl_futimens): Rename from futimens,
5131         now that glibc-2.6 declares futimens.
5132         * lib/utimens.h: Likewise.
5133
5134 2007-05-19  Bruno Haible  <bruno@clisp.org>
5135
5136         Avoid test failures on mingw.
5137         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
5138         * tests/test-printf-posix.sh: Likewise.
5139         * tests/test-vfprintf-posix.sh: Likewise.
5140         * tests/test-vprintf-posix.sh: Likewise.
5141
5142 2007-05-19  Bruno Haible  <bruno@clisp.org>
5143
5144         Fix *printf result for NaN, Inf, -0.0 on mingw.
5145         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
5146         * lib/vasnprintf.c: Include math.h and isnan.h.
5147         (is_infinite_or_zero): New function.
5148         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
5149         values in the %f, %F, %e, %E, %g, %G directives.
5150         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
5151         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5152         gl_PRINTF_INFINITE and test its result. Invoke
5153         gl_PREREQ_VASNPRINTF_INFINITE.
5154         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5155         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5156         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5157         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5158         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5159         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5160         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5161         * doc/functions/fprintf.texi: Update.
5162         * doc/functions/printf.texi: Update.
5163         * doc/functions/snprintf.texi: Update.
5164         * doc/functions/sprintf.texi: Update.
5165         * doc/functions/vfprintf.texi: Update.
5166         * doc/functions/vprintf.texi: Update.
5167         * doc/functions/vsnprintf.texi: Update.
5168         * doc/functions/vsprintf.texi: Update.
5169
5170 2007-05-19  Bruno Haible  <bruno@clisp.org>
5171
5172         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
5173         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
5174         Instead of multiplying with 10^k, set extra_zeroes to k.
5175         (scale10_round_long_double): Remove function.
5176
5177 2007-05-18  Bruno Haible  <bruno@clisp.org>
5178
5179         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
5180         introduced on 2007-05-06.
5181
5182 2007-05-18  Bruno Haible  <bruno@clisp.org>
5183
5184         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
5185         %g directives.
5186         * tests/test-vasprintf-posix.c (test_function): Likewise.
5187         * tests/test-snprintf-posix.h (test_function): Likewise.
5188         * tests/test-sprintf-posix.h (test_function): Likewise.
5189
5190 2007-05-18  Bruno Haible  <bruno@clisp.org>
5191
5192         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
5193         (strmatch): New function.
5194         (test_function): Test the %f directive on numbers of various exponents.
5195         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
5196         (strmatch): New function.
5197         (test_function): Test the %f directive on numbers of various exponents.
5198         * tests/test-snprintf-posix.h (strmatch): New function.
5199         (test_function): Test the %f directive on numbers of various exponents.
5200         * tests/test-sprintf-posix.h (strmatch): New function.
5201         (test_function): Test the %f directive on numbers of various exponents.
5202         * tests/test-snprintf-posix.c (SIZEOF): New macro.
5203         * tests/test-sprintf-posix.c (SIZEOF): New macro.
5204         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
5205         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
5206
5207 2007-05-18  Bruno Haible  <bruno@clisp.org>
5208
5209         Add support for 'long double' number output.
5210         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
5211         * lib/vasnprintf.c: Include math.h and float+.h.
5212         (mp_limb_t): New type.
5213         (GMP_LIMB_BITS): New macro.
5214         (mp_twolimb_t): New type.
5215         (GMP_TWOLIMB_BITS): New macro.
5216         (mpn_t): New type.
5217         (multiply, divide, convert_to_decimal, decode_long_double,
5218         scale10_round_long_double, scale10_round_decimal_long_double,
5219         floorlog10l): New functions.
5220         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
5221         for the %f, %F, %e, %E, %g, %G directives.
5222         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
5223         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5224         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
5225         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
5226         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5227         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5228         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5229         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5230         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5231         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5232         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5233         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
5234         * modules/snprintf-posix (Depends-on): Likewise.
5235         * modules/sprintf-posix (Depends-on): Likewise.
5236         * modules/vasnprintf-posix (Depends-on): Likewise.
5237         * modules/vasprintf-posix (Depends-on): Likewise.
5238         * modules/vfprintf-posix (Depends-on): Likewise.
5239         * modules/vsnprintf-posix (Depends-on): Likewise.
5240         * modules/vsprintf-posix (Depends-on): Likewise.
5241         * modules/vasnprintf (Files): Add lib/float+.h.
5242         * doc/functions/fprintf.texi: Update.
5243         * doc/functions/printf.texi: Update.
5244         * doc/functions/snprintf.texi: Update.
5245         * doc/functions/sprintf.texi: Update.
5246         * doc/functions/vfprintf.texi: Update.
5247         * doc/functions/vprintf.texi: Update.
5248         * doc/functions/vsnprintf.texi: Update.
5249         * doc/functions/vsprintf.texi: Update.
5250
5251 2007-05-18  Bruno Haible  <bruno@clisp.org>
5252
5253         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
5254
5255 2007-05-18  Bruno Haible  <bruno@clisp.org>
5256
5257         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
5258         for printing 64-bit integers. Needed for mingw.
5259
5260 2007-05-18  Bruno Haible  <bruno@clisp.org>
5261
5262         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
5263         gl_FUNC_FREXPL_WORKS.
5264         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
5265
5266 2007-05-18  Bruno Haible  <bruno@clisp.org>
5267
5268         * modules/frexpl-nolibm-tests: New file.
5269
5270         * modules/frexpl-nolibm: New file.
5271         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
5272
5273 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
5274
5275         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
5276         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
5277         GCC 4.2, which otherwise issues a lot of warnings.
5278         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
5279         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
5280         Likewise.
5281         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
5282         * modules/iconv_open (iconv.h): Likewise.
5283         * modules/locale (locale.h): Likewise.
5284         * modules/netinet_in (netinet/in.h): Likewise.
5285         * modules/sys_select (sys_select.h): Likewise.
5286         * modules/sys_socket (sys/socket.h): Likewise.
5287         * modules/sys_stat (sys/stat.h): Likewise.
5288         * modules/sysexits (sysexits.h): Likewise.
5289         * modules/unistd (unistd.h): Likewise.
5290
5291 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5292
5293         * modules/closein-tests (Makefile.am): Distribute
5294         `test-closein.sh'.
5295
5296 2007-05-17  Bruno Haible  <bruno@clisp.org>
5297
5298         * tests/test-printf-posix.output: Renamed from
5299         tests/test-fprintf-posix.out.
5300         * modules/fprintf-posix-tests: Update.
5301         * modules/printf-posix-tests: Update.
5302         * modules/vfprintf-posix-tests: Update.
5303         * modules/vprintf-posix-tests: Update.
5304         * tests/test-fprintf-posix.sh: Update.
5305         * tests/test-printf-posix.sh: Update.
5306         * tests/test-vfprintf-posix.sh: Update.
5307         * tests/test-vprintf-posix.sh: Update.
5308         Reported by Ralf Wildenhues.
5309
5310 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
5311
5312         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
5313         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
5314         GCC 4.2, which otherwise issues a lot of warnings.
5315         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
5316         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
5317         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
5318         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
5319         it should no longer be needed.
5320         * lib/string_.h: Likewise.
5321         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
5322         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
5323         * modules/inttypes (inttypes.h): Likewise.
5324         * modules/math (math.h): Likewise.
5325         * modules/search (search.h): Likewise.
5326         * modules/signal (signal.h): Likewise.
5327         * modules/stdint (stdint.h): Likewise.
5328         * modules/stdio (stdio.h): Likewise.
5329         * modules/stdlib (stdlib.h): Likewise.
5330         * modules/string (string.h): Likewise.
5331         * modules/sys_time (sys/time.h): Likewise.
5332         * modules/time (time.h): Likewise.
5333         * modules/wchar (wchar.h): Likewise.
5334         * modules/wctype (wtype.h): Likewise.
5335
5336 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
5337
5338         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
5339
5340 2007-05-13  Bruno Haible  <bruno@clisp.org>
5341
5342         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
5343         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
5344         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
5345         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5346         (gl_PREREQ_STRTOK_R): Don't require it here.
5347
5348 2007-05-13  Bruno Haible  <bruno@clisp.org>
5349
5350         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
5351         when used in C++ mode.
5352
5353 2007-05-12  Bruno Haible  <bruno@clisp.org>
5354
5355         * lib/linebuffer.h: Tweak doc.
5356         * lib/linebuffer.c: Likewise.
5357
5358 2007-05-12  James Youngman  <jay@gnu.org>
5359
5360         * lib/linebuffer.c (readlinebuffer_delim): New function,
5361         like readlinebuffer, but use a caller-specified delimiter.
5362         (readlinebuffer): Just call readlinebuffer_delim with '\n'
5363         as the delimiter.
5364         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
5365
5366 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5367
5368         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
5369         * modules/openat (Files): Remove openat-die.c.
5370         (Depends-on): Add openat-die.
5371         * modules/openat-die: New module.
5372
5373 2007-05-06  Bruno Haible  <bruno@clisp.org>
5374
5375         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
5376         Update with info about Cygwin.
5377         * doc/functions/fprintf.texi: Update.
5378         * doc/functions/printf.texi: Update.
5379         * doc/functions/snprintf.texi: Update.
5380         * doc/functions/sprintf.texi: Update.
5381         * doc/functions/vfprintf.texi: Update.
5382         * doc/functions/vprintf.texi: Update.
5383         * doc/functions/vsnprintf.texi: Update.
5384         * doc/functions/vsprintf.texi: Update.
5385         Reported by Eric Blake.
5386
5387 2007-05-06  Bruno Haible  <bruno@clisp.org>
5388
5389         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
5390         padding ourselves for the floating-point directives.
5391         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
5392         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
5393         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5394         gl_PRINTF_FLAG_ZERO and test its result. Invoke
5395         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
5396         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5397         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
5398         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5399         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5400         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5401         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5402         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5403         * tests/test-snprintf-posix.h (test_function): Also check the width
5404         and some flags in the %f directive.
5405         * tests/test-sprintf-posix.h (test_function): Likewise.
5406         * tests/test-vasnprintf-posix.c (test_function): Likewise.
5407         * tests/test-vasprintf-posix.c (test_function): Likewise.
5408         * doc/functions/fprintf.texi: Update.
5409         * doc/functions/printf.texi: Update.
5410         * doc/functions/snprintf.texi: Update.
5411         * doc/functions/sprintf.texi: Update.
5412         * doc/functions/vfprintf.texi: Update.
5413         * doc/functions/vprintf.texi: Update.
5414         * doc/functions/vsnprintf.texi: Update.
5415         * doc/functions/vsprintf.texi: Update.
5416
5417 2007-05-06  Bruno Haible  <bruno@clisp.org>
5418
5419         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
5420         pass the ' flag character to sprintf or snprintf.
5421         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
5422         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
5423         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5424         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
5425         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
5426         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5427         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
5428         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5429         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5430         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5431         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5432         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5433         * tests/test-snprintf-posix.h (test_function): Also check the grouping
5434         flag.
5435         * tests/test-sprintf-posix.h (test_function): Likewise.
5436         * tests/test-vasnprintf-posix.c (test_function): Likewise.
5437         * tests/test-vasprintf-posix.c (test_function): Likewise.
5438         * doc/functions/fprintf.texi: Update.
5439         * doc/functions/printf.texi: Update.
5440         * doc/functions/snprintf.texi: Update.
5441         * doc/functions/sprintf.texi: Update.
5442         * doc/functions/vfprintf.texi: Update.
5443         * doc/functions/vprintf.texi: Update.
5444         * doc/functions/vsnprintf.texi: Update.
5445         * doc/functions/vsprintf.texi: Update.
5446
5447 2007-05-01  Bruno Haible  <bruno@clisp.org>
5448
5449         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
5450
5451 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
5452
5453         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
5454         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
5455
5456 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5457
5458         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
5459         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
5460         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
5461
5462 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
5463
5464         * lib/argp-help.c (struct hol_entry): New member `ord'.
5465         (HOL_ENTRY_PTRCMP): Use ord for comparison
5466         (hol_sort): Initialize ord.
5467
5468 2007-05-01  Bruno Haible  <bruno@clisp.org>
5469
5470         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
5471         Reported by Eric Blake.
5472         * doc/gnulib.texi (Function Substitutes): Update.
5473
5474 2007-05-01  Bruno Haible  <bruno@clisp.org>
5475
5476         * doc/functions.texi: Remove file, now redundant through
5477         doc/functions/*.texi.
5478
5479 2007-05-01  Bruno Haible  <bruno@clisp.org>
5480
5481         * modules/argp (Depends-on): Add sleep.
5482
5483 2007-05-01  Bruno Haible  <bruno@clisp.org>
5484
5485         * modules/sleep-tests: New file.
5486         * tests/test-sleep.c: New file.
5487
5488         * modules/sleep: New file.
5489         * lib/sleep.c: New file.
5490         * m4/sleep.m4: New file.
5491         * lib/unistd_.h (sleep): New declaration.
5492         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
5493         HAVE_SLEEP.
5494         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
5495         * doc/functions/sleep.texi: Document the sleep module.
5496
5497 2007-05-01  Bruno Haible  <bruno@clisp.org>
5498
5499         * lib/sigprocmask.h: Remove file.
5500         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
5501         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
5502         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
5503         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
5504         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
5505         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
5506         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
5507         HAVE_SIGSET_T as a shell variable.
5508         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
5509         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
5510         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
5511         (Depends-on): Add signal. Remove verify.
5512         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
5513         (Include): Mention <signal.h> instead of sigprocmask.h.
5514         * NEWS: Mention the change.
5515         * lib/fatal-signal.c: Don't include sigprocmask.h.
5516
5517 2007-05-01  Bruno Haible  <bruno@clisp.org>
5518
5519         * modules/signal: New file.
5520         * lib/signal_.h: New file.
5521         * m4/signal_h.m4: New file.
5522
5523 2007-05-01  Bruno Haible  <bruno@clisp.org>
5524
5525         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
5526         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
5527         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
5528         HAVE_WCTYPE_CTMP_BUG into wctype.h.
5529
5530 2007-05-01  Bruno Haible  <bruno@clisp.org>
5531
5532         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
5533         configure time.
5534         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
5535         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
5536         * modules/sys_stat (Makefile.am): Substitute their values into
5537         sys/stat.h.
5538
5539 2007-05-01  Bruno Haible  <bruno@clisp.org>
5540
5541         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
5542         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
5543         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
5544
5545 2007-05-01  Bruno Haible  <bruno@clisp.org>
5546
5547         * doc/header/assert.texi: Undo last change: don't mention the gnulib
5548         'assert' module here.
5549
5550 2007-05-01  Bruno Haible  <bruno@clisp.org>
5551
5552         * doc/functions/*.texi: New files.
5553         * doc/functions/google-ranking.txt: New file.
5554         * doc/gnulib.texi (Function Substitutes): New chapter.
5555         (ctime, inet_ntoa): Remove sections.
5556         * doc/ctime.texi: Remove file.
5557         * doc/inet_ntoa.texi: Remove file.
5558         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
5559         dependencies.
5560         (%.info): New rule, specifying a --reference-limit.
5561
5562 2007-05-01  Bruno Haible  <bruno@clisp.org>
5563
5564         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
5565
5566 2007-05-01  Bruno Haible  <bruno@clisp.org>
5567
5568         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
5569         the portability of 'mkdir' to mingw systems.
5570
5571 2007-05-01  Bruno Haible  <bruno@clisp.org>
5572
5573         * doc/headers/google-ranking.txt: New file.
5574
5575 2007-04-30  Eric Blake  <ebb9@byu.net>
5576
5577         Prefer fseeko to fseek.
5578         * modules/getpass (Depends-on): Add fseeko.
5579         * lib/getpass.c (getpass): Use fseeko, not fseek.
5580
5581 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
5582
5583         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
5584         assumes the sorting is stable, while most qsort implementations
5585         are not.  Use argument addresses to ensure they never compare as
5586         equal.
5587
5588         * tests/test-argp-2.sh (usage-indent test): Fix output
5589         (func_compare): Restore diff options
5590         * tests/test-argp.c: Restore #include "progname.h"
5591
5592 2007-04-29  Bruno Haible  <bruno@clisp.org>
5593
5594         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
5595         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5596         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
5597         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5598         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
5599         (configure.ac): Define CHECK_SNPRINTF_POSIX.
5600         (TESTS, check_PROGRAMS): Add test-snprintf.
5601         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
5602         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
5603         (TESTS, check_PROGRAMS): Add test-vsnprintf.
5604         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
5605         assertions that fail on HP-UX, OSF/1, or IRIX.
5606         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
5607
5608 2007-04-29  Bruno Haible  <bruno@clisp.org>
5609
5610         * MODULES.html.sh (posix_functions): Remove 'contents'.
5611
5612 2007-04-29  Karl Berry  <karl@gnu.org>
5613
5614         * config/srclist.txt (gendocs_template_min): new entry.
5615
5616 2007-04-29  Bruno Haible  <bruno@clisp.org>
5617
5618         Work around fpurge bug on BSD systems.
5619         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
5620         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
5621         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
5622         fpurge to rpl_fpurge if the system already has this function.
5623         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
5624         the case where the system already has this function. Correct invariants
5625         on BSD systems.
5626         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
5627         BSD systems.
5628
5629 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5630
5631         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
5632         proposed by Sven Verdoolaege.
5633
5634         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
5635         options.
5636         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
5637         (usage and help tests): Update
5638
5639 2007-04-29  Bruno Haible  <bruno@clisp.org>
5640
5641         * tests/test-fflush.c (main): Use a file of size 17, not 10.
5642         Print more information in case of failure. Disable a test on BeOS.
5643
5644 2007-04-29  Bruno Haible  <bruno@clisp.org>
5645
5646         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
5647         This helps debugging on systems on which no gdb is available.
5648
5649 2007-04-29  Bruno Haible  <bruno@clisp.org>
5650
5651         * lib/freading.h: Improve comments.
5652         * lib/fwriting.h: Likewise.
5653         * tests/test-freading.c (main): Don't check freading immediately after
5654         repositioning. Needed for glibc.
5655
5656 2007-04-29  Bruno Haible  <bruno@clisp.org>
5657
5658         * lib/freading.c (freading): Trivial simplification.
5659
5660 2007-04-28  Bruno Haible  <bruno@clisp.org>
5661
5662         * tests/test-fwriting.c (main): Also test the interaction between
5663         fflush and fwriting.
5664         * modules/fwriting-tests (Depends-on): Add fflush.
5665
5666         * tests/test-freading.c (main): Also test the interaction between
5667         fflush and freading.
5668         * modules/freading-tests (Depends-on): Add fflush.
5669
5670 2007-04-28  Bruno Haible  <bruno@clisp.org>
5671
5672         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
5673         fseeko and ftello.
5674         Suggested by Eric Blake.
5675
5676 2007-04-28  Jim Meyering  <jim@meyering.net>
5677
5678         Avoid false-negative in gl_STDINT_H's C99 conformance test.
5679         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
5680         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
5681
5682 2007-04-27  Eric Blake  <ebb9@byu.net>
5683
5684         * doc/headers/assert.texi (assert.h): Document assert module use.
5685
5686 2007-04-27  Bruno Haible  <bruno@clisp.org>
5687
5688         * doc/headers/*.texi: New files.
5689         * doc/gnulib.texi (Header File Substitutes): New chapter.
5690         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
5691         dependencies.
5692         (standards.info ,standards.html, standards.dvi): Update dependencies.
5693         (mostlyclean, clean): New targets.
5694
5695 2007-04-27  Bruno Haible  <bruno@clisp.org>
5696
5697         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
5698         * modules/sysexits (Files, Makefile.am): Update.
5699
5700         * lib/sys_socket_.h: Renamed from lib/socket_.h.
5701         * modules/sys_socket (Files, Makefile.am): Update.
5702
5703         * lib/sys_stat_.h: Renamed from lib/stat_.h.
5704         * modules/sys_stat (Files, Makefile.am): Update.
5705
5706 2007-04-27  Eric Blake  <ebb9@byu.net>
5707
5708         * lib/freading.h: Improve comments.
5709         * lib/fwriting.h: Likewise.
5710         * lib/fflush.c: Likewise.
5711
5712         Fix closein for mingw.
5713         * modules/closein-tests: Add tests for closein.
5714         * tests/test-closein.c: New file.
5715         * tests/test-closein.sh: Likewise.
5716         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
5717         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
5718
5719 2007-04-27  Bruno Haible  <bruno@clisp.org>
5720
5721         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
5722         version is < 6.
5723         * lib/math_.h [__DECC]: Likewise.
5724         * lib/stdio_.h [__DECC]: Likewise.
5725         * lib/stdlib_.h [__DECC]: Likewise.
5726         * lib/string_.h [__DECC]: Likewise.
5727         * lib/time_.h [__DECC]: Likewise.
5728         * lib/wchar_.h [__DECC]: Likewise.
5729         * lib/wctype_.h [__DECC]: Likewise.
5730
5731 2007-04-27  Bruno Haible  <bruno@clisp.org>
5732
5733         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
5734
5735 2007-04-27  Bruno Haible  <bruno@clisp.org>
5736
5737         * lib/fflush.c: Add comments.
5738         * modules/fpurge-tests (Depends-on): Add fflush.
5739         * modules/freadable-tests (Depends-on): Likewise.
5740         * modules/fwritable-tests (Depends-on): Likewise.
5741
5742 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
5743
5744         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
5745         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
5746         Report by Bruno Haible <bruno@clisp.org>.
5747
5748 2007-04-26  Eric Blake  <ebb9@byu.net>
5749
5750         Fix fflush on mingw.
5751         * modules/fflush (Depends-on): Add freading.
5752         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
5753         but unread data.
5754
5755 2007-04-26  Eric Blake  <ebb9@byu.net>
5756         and Bruno Haible  <bruno@clisp.org>
5757
5758         Implement freading and fwriting.
5759         * lib/freading.c: New file.
5760         * lib/freading.h: Likewise.
5761         * m4/freading.m4: Likewise.
5762         * modules/freading: Likewise.
5763         * modules/freading-tests: Likewise.
5764         * tests/test-freading.c: Likewise.
5765         * lib/fwriting.c: New file.
5766         * lib/fwriting.h: Likewise.
5767         * m4/fwriting.m4: Likewise.
5768         * modules/fwriting: Likewise.
5769         * modules/fwriting-tests: Likewise.
5770         * tests/test-fwriting.c: Likewise.
5771         * MODULES.html.sh (File stream based Input/Output): Mention them.
5772
5773 2007-04-26  Bruno Haible  <bruno@clisp.org>
5774
5775         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
5776         'long' when we assume it.
5777         Suggested by Eric Blake.
5778
5779 2007-04-26  Bruno Haible  <bruno@clisp.org>
5780
5781         Ensure fseeko, ftello are declared on glibc systems.
5782         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
5783         * modules/fseeko (configure.ac-early): Likewise.
5784         * modules/ftello (configure.ac-early): Likewise.
5785         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
5786         AC_FUNC_FSEEKO for this.
5787         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
5788         (gl_CHECK_FSEEKO): Remove macro.
5789
5790 2007-04-26  Bruno Haible  <bruno@clisp.org>
5791
5792         * tests/test-fflush.c (main): Also check the ftell result after
5793         fflush and fseek/fseeko.
5794         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
5795         file descriptor position cache in the stream.
5796         * lib/fseeko.c (rpl_fseeko): Likewise.
5797
5798 2007-04-26  Bruno Haible  <bruno@clisp.org>
5799
5800         * modules/fflush-tests (Depends-on): Add fseeko.
5801
5802 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
5803             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5804
5805         * lib/argz_.h: ensure error_t definition is obtained in same
5806         mechanism system argz.h would have.
5807         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
5808         argz facilities are known bad.  Err on the side of caution if
5809         cross-compiling.
5810
5811 2007-04-25  Eric Blake  <ebb9@byu.net>
5812
5813         * lib/fpurge.c (includes): Use stdlib.h for free.
5814         * tests/test-fflush.c (main): Also test fflush-fseeko.
5815
5816 2007-04-25  Bruno Haible  <bruno@clisp.org>
5817
5818         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
5819         * lib/fseeko.c: New file.
5820         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
5821         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
5822         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
5823         gl_FUNC_FSEEKO.
5824         (gl_FUNC_FSEEKO): Invoke it.
5825         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
5826         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
5827         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
5828
5829 2007-04-25  Bruno Haible  <bruno@clisp.org>
5830
5831         * modules/fflush (Depends-on): Add ftello.
5832
5833 2007-04-25  Bruno Haible  <bruno@clisp.org>
5834
5835         * modules/ftello-tests: New file.
5836         * tests/test-ftello.c: New file.
5837
5838         * modules/ftello: New file.
5839         * m4/ftello.m4: New file.
5840         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
5841         HAVE_FTELLO.
5842         * lib/stdio_.h (ftello): New declaration.
5843         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
5844         HAVE_FTELLO.
5845
5846 2007-04-25  Bruno Haible  <bruno@clisp.org>
5847
5848         * modules/fseeko-tests: New file.
5849         * tests/test-fseeko.c: New file.
5850
5851         * modules/fseeko: New file.
5852         * m4/fseeko.m4: New file.
5853         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
5854         HAVE_FSEEKO.
5855         * lib/stdio_.h (fseeko): New declaration.
5856         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
5857         HAVE_FSEEKO.
5858
5859 2007-04-25  Bruno Haible  <bruno@clisp.org>
5860
5861         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
5862
5863 2007-04-25  Bruno Haible  <bruno@clisp.org>
5864
5865         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
5866         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
5867         * tests/test-unistd.c: Likewise.
5868         * tests/test-fcntl.c: Likewise.
5869
5870 2007-04-23  Eric Blake  <ebb9@byu.net>
5871
5872         * lib/fflush.c: Fix missing include.
5873         Reported by Bruno Haible.
5874
5875 2007-04-23  Bruno Haible  <bruno@clisp.org>
5876
5877         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
5878         Reported by Eric Blake.
5879
5880 2007-04-23  Bruno Haible  <bruno@clisp.org>
5881
5882         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
5883
5884 2007-04-23  Bruno Haible  <bruno@clisp.org>
5885
5886         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
5887
5888 2007-04-23  Bruno Haible  <bruno@clisp.org>
5889
5890         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
5891         Needed on HP-UX 11.
5892
5893 2007-04-16  Eric Blake  <ebb9@byu.net>
5894
5895         Make fflush rely on fpurge.
5896         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
5897         open coding all variants.
5898         * modules/fflush (Depends-on): Add fpurge and unistd.
5899         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
5900         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
5901
5902         Fix --with-tests compilation on cygwin.
5903         * modules/argmatch-tests (Makefile.am): List gnulib library first
5904         in LDADD.
5905         * modules/argp-tests (Makefile.am): Likewise.
5906         * modules/array-list-tests (Makefile.am): Likewise.
5907         * modules/array-oset-tests (Makefile.am): Likewise.
5908         * modules/avltree-list-tests (Makefile.am): Likewise.
5909         * modules/avltree-oset-tests (Makefile.am): Likewise.
5910         * modules/avltreehash-list-tests (Makefile.am): Likewise.
5911         * modules/carray-list-tests (Makefile.am): Likewise.
5912         * modules/dirname-tests (Makefile.am): Likewise.
5913         * modules/frexp-tests (Makefile.am): Likewise.
5914         * modules/isnanl-tests (Makefile.am): Likewise.
5915         * modules/linked-list-tests (Makefile.am): Likewise.
5916         * modules/linkedhash-list-tests (Makefile.am): Likewise.
5917         * modules/lock-tests (Makefile.am): Likewise.
5918         * modules/rbtree-list-tests (Makefile.am): Likewise.
5919         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5920         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
5921         * modules/tls-tests (Makefile.am): Likewise.
5922         * modules/tsearch-tests (Makefile.am): Likewise.
5923         * modules/xvasprintf-tests (Makefile.am): Likewise.
5924
5925         Fix fpurge for cygwin.
5926         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
5927         value.
5928         * modules/fpurge-tests (Depends-on): Clean up trash.
5929
5930 2007-04-16  Simon Josefsson  <simon@josefsson.org>
5931
5932         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
5933
5934         * m4/autobuild.m4: Re-indent.
5935
5936 2007-04-13  Bruno Haible  <bruno@clisp.org>
5937
5938         * modules/fpurge-tests: New file.
5939         * tests/test-fpurge.c: New file.
5940
5941         * modules/fpurge: New file.
5942         * lib/fpurge.h: New file.
5943         * lib/fpurge.c: New file.
5944         * m4/fpurge.m4: New file.
5945
5946 2007-04-13  Bruno Haible  <bruno@clisp.org>
5947
5948         * modules/fbufmode-tests: New file.
5949         * tests/test-fbufmode.c: New file.
5950
5951         * modules/fbufmode: New file.
5952         * lib/fbufmode.h: New file.
5953         * lib/fbufmode.c: New file.
5954         * m4/fbufmode.m4: New file.
5955
5956 2007-04-13  Bruno Haible  <bruno@clisp.org>
5957
5958         * modules/fwritable-tests: New file.
5959         * tests/test-fwritable.c: New file.
5960
5961         * modules/fwritable: New file.
5962         * lib/fwritable.h: New file.
5963         * lib/fwritable.c: New file.
5964         * m4/fwritable.m4: New file.
5965
5966 2007-04-13  Bruno Haible  <bruno@clisp.org>
5967
5968         * modules/freadable-tests: New file.
5969         * tests/test-freadable.c: New file.
5970
5971         * modules/freadable: New file.
5972         * lib/freadable.h: New file.
5973         * lib/freadable.c: New file.
5974         * m4/freadable.m4: New file.
5975
5976 2007-04-13  Bruno Haible  <bruno@clisp.org>
5977
5978         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
5979         MOSTLYCLEANFILES.
5980
5981 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5982
5983         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
5984         gzip bootstrap.conf to avoid dragging in i18n machinery.
5985         (gnulib_tool_option): Use it.
5986
5987 2007-04-13  Bruno Haible  <bruno@clisp.org>
5988
5989         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
5990         %F directives.
5991         * tests/test-vasprintf-posix.c (test_function): Likewise.
5992         * tests/test-snprintf-posix.h (test_function): Likewise.
5993         * tests/test-sprintf-posix.h (test_function): Likewise.
5994         * tests/test-fprintf-posix.h (test_function): Likewise.
5995         * tests/test-printf-posix.h (test_function): Likewise.
5996         * tests/test-fprintf-posix.out: Likewise.
5997
5998 2007-04-13  Bruno Haible  <bruno@clisp.org>
5999
6000         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
6001         * modules/tls-tests (configure.ac): Likewise.
6002         Reported by Arto C. Nirkko <anirkko@insel.ch>.
6003
6004 2007-04-13  Bruno Haible  <bruno@clisp.org>
6005
6006         * lib/tls.c (glthread_tls_get): Fix return type.
6007         Patch by Arto C. Nirkko <anirkko@insel.ch>.
6008
6009 2007-04-12  Eric Blake  <ebb9@byu.net>
6010
6011         * modules/gettime (Depends-on): Remove gettime.
6012         Reported by Dmitry V. Levin.
6013
6014 2007-04-12  Bruno Haible  <bruno@clisp.org>
6015
6016         * modules/fflush (Include): Mention <stdio.h>.
6017         * modules/strtoimax (Include): Mention <inttypes.h>.
6018         * modules/strtoumax (Include): Likewise.
6019
6020 2007-04-12  Eric Blake  <ebb9@byu.net>
6021
6022         * .cvsignore: New file.
6023         * .gitignore: Likewise.
6024
6025 2007-04-12  Bruno Haible  <bruno@clisp.org>
6026
6027         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
6028         not before, since $(LDADD) often contains libgnu.a.
6029         * modules/striconv-tests (test_striconv_LDADD): Likewise.
6030         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
6031         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
6032         Needed on Cygwin.
6033
6034 2007-04-12  Eric Blake  <ebb9@byu.net>
6035
6036         Work around glibc's failure to flush stdin on fclose.
6037         * lib/closein.c (close_stdin): Flush stdin before closing.
6038
6039         Work around glibc's failure to reset seekable stdin on exit.
6040         * modules/closein: New module.
6041         * lib/closein.c: New file.
6042         * lib/closein.h: Likewise.
6043         * m4/closein.m4: Likewise.
6044         * MODULES.html.sh (File stream based Input/Output): Document it.
6045
6046 2007-04-12  Simon Josefsson  <simon@josefsson.org>
6047
6048         * gnulib-tool: Rename generated 'autobuild' script to
6049         'do-autobuild' in --create-megatestdir output.
6050
6051         * doc/gnulib.texi (Build robot for gnulib): Fix.
6052
6053 2007-04-12  Simon Josefsson  <simon@josefsson.org>
6054
6055         * modules/sysexits (Depends-on): Add absolute-header.
6056
6057 2007-04-12  Eric Blake  <ebb9@byu.net>
6058
6059         No need to preserve errno on success.
6060         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
6061         Reported by Bruno Haible.
6062
6063 2007-04-12  Simon Josefsson  <simon@josefsson.org>
6064
6065         * MODULES.html.sh (Support for maintaining and releasing
6066         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
6067
6068 2007-04-12  Simon Josefsson  <simon@josefsson.org>
6069
6070         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
6071
6072 2007-04-12  Simon Josefsson  <simon@josefsson.org>
6073
6074         * modules/autobuild: New module.
6075
6076         * m4/autobuild.m4: New file.
6077
6078 2007-04-11  Bruno Haible  <bruno@clisp.org>
6079
6080         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
6081         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
6082         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
6083         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
6084         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6085         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6086         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6087         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6088         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6089         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6090         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
6091         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6092         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6093         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
6094         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6095         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6096         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
6097         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6098         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6099         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
6100         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6101         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6102         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
6103         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6104         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6105         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
6106         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6107         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6108         Reported by Eric Blake.
6109
6110 2007-04-11  Bruno Haible  <bruno@clisp.org>
6111
6112         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
6113
6114 2007-04-10  Bruno Haible  <bruno@clisp.org>
6115
6116         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
6117         for NaN and Infinity. Needed on FreeBSD 6.1.
6118         * tests/test-vasnprintf-posix.c (test_function): Undo last change
6119         regarding results for "%010a" of Infinity and NaN.
6120         * tests/test-vasprintf-posix.c (test_function): Likewise.
6121         * tests/test-snprintf-posix.h (test_function): Likewise.
6122         * tests/test-sprintf-posix.h (test_function): Likewise.
6123         * tests/test-fprintf-posix.h (test_function): Likewise.
6124         * tests/test-printf-posix.h (test_function): Likewise.
6125         * tests/test-fprintf-posix.out: Likewise.
6126
6127 2007-04-10  Bruno Haible  <bruno@clisp.org>
6128
6129         * modules/locale-tests: New file.
6130         * tests/test-locale.c: New file.
6131
6132         * modules/locale: New file.
6133         * lib/locale_.h: New file.
6134         * m4/locale_h.m4: New file.
6135
6136 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
6137             Bruno Haible  <bruno@clisp.org>
6138
6139         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
6140         be determined, test for availability of the copysignf, copysign,
6141         copysignl functions.
6142         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
6143         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
6144         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
6145
6146 2007-04-09  Eric Blake  <ebb9@byu.net>
6147
6148         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
6149         * modules/stdio (Makefile.am): Support fflush.
6150         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
6151         * modules/fflush: New file.
6152         * lib/fflush.c: Likewise.
6153         * m4/fflush.m4: Likewise.
6154         * modules/fflush-tests: New test.
6155         * tests/test-fflush.c: Likewise.
6156         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
6157
6158 2007-04-06  Bruno Haible  <bruno@clisp.org>
6159
6160         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
6161         (VASNPRINTF): Use signbit for faster determination whether to print a
6162         minus sign.
6163         * modules/vasnprintf (Files): Remove lib/float+.h.
6164         * modules/fprintf-posix (Depends-on): Add signbit.
6165         * modules/snprintf-posix (Depends-on): Likewise.
6166         * modules/sprintf-posix (Depends-on): Likewise.
6167         * modules/vasnprintf-posix (Depends-on): Likewise.
6168         * modules/vasprintf-posix (Depends-on): Likewise.
6169         * modules/vfprintf-posix (Depends-on): Likewise.
6170         * modules/vsnprintf-posix (Depends-on): Likewise.
6171         * modules/vsprintf-posix (Depends-on): Likewise.
6172
6173 2007-04-06  Bruno Haible  <bruno@clisp.org>
6174
6175         * tests/test-frexp.c (main): Test also the sign bit of zero results.
6176         * tests/test-frexpl.c (main): Likewise.
6177         * tests/test-ldexpl.c (main): Likewise.
6178         * modules/frexp-tests (Depends-on): Add signbit.
6179         * modules/frexpl-tests (Depdends-on): Likewise.
6180         * modules/ldexpl-tests (Depdends-on): Likewise.
6181
6182 2007-04-06  Bruno Haible  <bruno@clisp.org>
6183
6184         * modules/signbit-tests: New file.
6185         * tests/test-signbit.c: New file.
6186
6187         * modules/signbit: New file.
6188         * lib/signbitf.c: New file.
6189         * lib/signbitd.c: New file.
6190         * lib/signbitl.c: New file.
6191         * m4/signbit.m4: New file.
6192         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
6193         (signbit): New macro.
6194         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
6195         REPLACE_SIGNBIT.
6196         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
6197         REPLACE_FREXPL into math.h.
6198
6199 2007-04-06  Bruno Haible  <bruno@clisp.org>
6200
6201         * modules/isnanf-nolibm-tests: New file.
6202         * tests/test-isnanf.c: New file.
6203
6204         * modules/isnanf-nolibm: New file.
6205         * lib/isnanf.h: New file.
6206         * lib/isnanf.c: New file.
6207         * lib/isnan.c: Consider the USE_FLOAT macro.
6208         * m4/isnanf.m4: New file.
6209
6210 2007-04-06  Bruno Haible  <bruno@clisp.org>
6211
6212         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
6213         (Link): New section.
6214
6215         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
6216
6217 2007-04-06  Bruno Haible  <bruno@clisp.org>
6218
6219         Assume the 'long double' type.
6220         * m4/longdouble.m4: Remove file.
6221         * config/srclist.txt: Don't mention longdouble.m4.
6222         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
6223         * lib/float+.h: Likewise.
6224         * lib/frexp.c: Likewise.
6225         * lib/printf-args.h: Likewise.
6226         * lib/printf-args.c: Likewise.
6227         * lib/printf-frexp.c: Likewise.
6228         * lib/printf-parse.c: Likewise.
6229         * lib/vasnprintf.c: Likewise.
6230         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
6231         * m4/intl.m4: Likewise.
6232         * m4/isnanl.m4: Likewise.
6233         * m4/printf.m4: Likewise.
6234         * m4/printf-frexpl.m4: Likewise.
6235         * m4/vasnprintf.m4: Likewise.
6236         * modules/allocsa (Files): Remove m4/longdouble.m4.
6237         * modules/gettext (Files): Likewise.
6238         * modules/relocatable-prog-wrapper (Files): Likewise.
6239         * modules/vasnprintf (Files): Likewise.
6240         * modules/isnanl (Files): Likewise.
6241         (Include): Simplify.
6242         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
6243         (Include): Simplify.
6244         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
6245         (Include): Simplify.
6246         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
6247         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6248         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
6249         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6250         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
6251         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6252         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
6253         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6254         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
6255         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6256         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
6257         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6258         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
6259         * tests/test-isnanl.c: Likewise.
6260         * tests/test-snprintf-posix.h: Likewise.
6261         * tests/test-sprintf-posix.h: Likewise.
6262         * tests/test-vasnprintf-posix.c: Likewise.
6263         * tests/test-vasnprintf-posix2.c: Likewise.
6264         * tests/test-vasprintf-posix.c: Likewise.
6265
6266 2007-04-06  Bruno Haible  <bruno@clisp.org>
6267
6268         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
6269         * lib/math_.h [__DECC]: Include the overridden include file through
6270         #include_next, outside the double-inclusion guard.
6271         * lib/stdio_.h [__DECC]: Likewise.
6272         * lib/stdlib_.h [__DECC]: Likewise.
6273         * lib/string_.h [__DECC]: Likewise.
6274         * lib/time_.h [__DECC]: Likewise.
6275         * lib/wchar_.h [__DECC]: Likewise.
6276         * lib/wctype_.h [__DECC]: Likewise.
6277         * lib/inttypes_.h [__DECC]: Likewise.
6278         Reported by Albert Chin <china@thewrittenword.com> in
6279         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
6280
6281 2007-04-04  Eric Blake  <ebb9@byu.net>
6282
6283         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
6284         1.5.x.
6285
6286 2007-04-04  Bruno Haible  <bruno@clisp.org>
6287
6288         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
6289         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
6290
6291 2007-04-04  Bruno Haible  <bruno@clisp.org>
6292
6293         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
6294         results for "%010a" of Infinity and NaN.
6295         * tests/test-vasprintf-posix.c (test_function): Likewise.
6296         * tests/test-snprintf-posix.h (test_function): Likewise.
6297         * tests/test-sprintf-posix.h (test_function): Likewise.
6298         * tests/test-fprintf-posix.h (test_function): Remove these tests.
6299         * tests/test-printf-posix.h (test_function): Likewise.
6300         * tests/test-fprintf-posix.out: Update.
6301         Needed for FreeBSD 6.1.
6302
6303 2007-04-04  Bruno Haible  <bruno@clisp.org>
6304
6305         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
6306         directly used by the gnulib modules nor by gnulib-tool.
6307
6308 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
6309
6310         * DEPENDENCIES: Give overall description of version dependency
6311         desirability.  Use more-typical names for apps.
6312         Add shell, coreutils, diffutils, grep, tar, gzip.
6313
6314 2007-04-04  Simon Josefsson  <simon@josefsson.org>
6315
6316         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
6317
6318 2007-04-04  Karl Berry  <karl@gnu.org>
6319
6320         * MODULES.html.sh (func_module): missing '.
6321
6322 2007-04-03  Bruno Haible  <bruno@clisp.org>
6323
6324         * modules/argmatch-tests (Makefile.am): New variable
6325         test_argmatch_LDADD.
6326         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
6327         * modules/array-list-tests (Makefile.am): New variable
6328         test_array_list_LDADD.
6329         * modules/array-oset-tests (Makefile.am): New variable
6330         test_array_oset_LDADD.
6331         * modules/avltree-list-tests (Makefile.am): New variable
6332         test_avltree_list_LDADD.
6333         * modules/avltree-oset-tests (Makefile.am): New variable
6334         test_avltree_oset_LDADD.
6335         * modules/avltreehash-list-tests (Makefile.am): New variable
6336         test_avltreehash_list_LDADD.
6337         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
6338         test_canonicalize_lgpl_LDADD.
6339         * modules/carray-list-tests (Makefile.am): New variable
6340         test_carray_list_LDADD.
6341         * modules/dirname-tests (Makefile.am): New variable
6342         test_dirname_LDADD.
6343         * modules/linked-list-tests (Makefile.am): New variable
6344         test_linked_list_LDADD.
6345         * modules/linkedhash-list-tests (Makefile.am): New variable
6346         test_linkedhash_list_LDADD.
6347         * modules/rbtree-list-tests (Makefile.am): New variable
6348         test_rbtree_list_LDADD.
6349         * modules/rbtree-oset-tests (Makefile.am): New variable
6350         test_rbtree_oset_LDADD.
6351         * modules/rbtreehash-list-tests (Makefile.am): New variable
6352         test_rbtreehash_list_LDADD.
6353         * modules/xvasprintf-tests (Makefile.am): New variable
6354         test_xvasprintf_LDADD.
6355         Reported by Eric Blake.
6356
6357 2007-04-03  Eric Blake  <ebb9@byu.net>
6358
6359         * DEPENDENCIES: Weaken m4 requirements.
6360
6361 2007-04-03  Bruno Haible  <bruno@clisp.org>
6362
6363         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
6364         * modules/isnanl-tests (configure.ac): Likewise.
6365
6366 2007-04-03  Ben Pfaff  <blp@gnu.org>
6367
6368         * modules/iconv_open: Add $(srcdir)/ to source directory
6369         references in Makefile fragments that call gperf, to fix VPATH
6370         builds.
6371
6372 2007-04-03  Bruno Haible  <bruno@clisp.org>
6373
6374         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
6375         * lib/ldexpl.c: Undo last change.
6376
6377 2007-04-03  Bruno Haible  <bruno@clisp.org>
6378
6379         * modules/printf-frexpl (Depends-on): Undo last change.
6380         (Files): Add m4/ldexpl.m4.
6381
6382 2007-04-03  Bruno Haible  <bruno@clisp.org>
6383
6384         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
6385         * modules/isnanl (Link): New section.
6386
6387         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
6388         * modules/frexp (Link): New section.
6389
6390         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
6391         * modules/frexpl (Link): New section.
6392
6393         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
6394         * modules/ldexpl (Link): New section.
6395
6396 2007-04-03  Bruno Haible  <bruno@clisp.org>
6397
6398         * modules/TEMPLATE-EXTENDED: New file.
6399         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
6400
6401 2007-04-03  Bruno Haible  <bruno@clisp.org>
6402
6403         * DEPENDENCIES: New file.
6404         Suggested by Simon Josefsson.
6405
6406 2007-04-03  Bruno Haible  <bruno@clisp.org>
6407
6408         * doc/gnulib.texi: Escape @.
6409
6410 2007-04-03  James Youngman  <jay@gnu.org>
6411         and Paul Eggert  <eggert@cs.ucla.edu>
6412
6413         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
6414         birthtime on all systems that have birthtime, not just those which
6415         use st_birthtimensec rather than st_birthtim.  Putting zero in
6416         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
6417         that the birth time is not available for files on an NFS mount.
6418
6419 2007-04-03  Simon Josefsson  <simon@josefsson.org>
6420
6421         * modules/memxor: Move back from crypto/, suggested by Bruno.
6422         * modules/crypto/hmac-sha1: Fix memxor dependency.
6423
6424         * modules/crypto/gc: Moved from ../.
6425
6426 2007-04-02  Eric Blake  <ebb9@byu.net>
6427
6428         * lib/ldexpl.c (includes): Avoid libm.
6429
6430         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
6431
6432 2007-04-02  Bruno Haible  <bruno@clisp.org>
6433
6434         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
6435         on IRIX.
6436
6437 2007-04-02  Bruno Haible  <bruno@clisp.org>
6438
6439         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
6440         x86 or x86_64 platforms running MacOS X.
6441         Reported by Ryan Schmidt <@ryandesign.com>.
6442
6443 2007-04-02  Bruno Haible  <bruno@clisp.org>
6444
6445         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
6446         i386.
6447
6448 2007-04-01  Simon Josefsson  <simon@josefsson.org>
6449
6450         * modules/crypto/arcfour: Moved from ../.
6451         * modules/crypto/arcfour-tests: Moved from ../.
6452         * modules/crypto/arctwo: Moved from ../.
6453         * modules/crypto/arctwo-tests: Moved from ../.
6454         * modules/crypto/des: Moved from ../.
6455         * modules/crypto/des-tests: Moved from ../.
6456         * modules/crypto/gc-arcfour: Moved from ../.
6457         * modules/crypto/gc-arcfour-tests: Moved from ../.
6458         * modules/crypto/gc-arctwo: Moved from ../.
6459         * modules/crypto/gc-arctwo-tests: Moved from ../.
6460         * modules/crypto/gc-des: Moved from ../.
6461         * modules/crypto/gc-des-tests: Moved from ../.
6462         * modules/crypto/gc-hmac-md5: Moved from ../.
6463         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
6464         * modules/crypto/gc-hmac-sha1: Moved from ../.
6465         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
6466         * modules/crypto/gc-md2: Moved from ../.
6467         * modules/crypto/gc-md2-tests: Moved from ../.
6468         * modules/crypto/gc-md4: Moved from ../.
6469         * modules/crypto/gc-md4-tests: Moved from ../.
6470         * modules/crypto/gc-md5: Moved from ../.
6471         * modules/crypto/gc-md5-tests: Moved from ../.
6472         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
6473         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
6474         * modules/crypto/gc-random: Moved from ../.
6475         * modules/crypto/gc-rijndael: Moved from ../.
6476         * modules/crypto/gc-rijndael-tests: Moved from ../.
6477         * modules/crypto/gc-sha1: Moved from ../.
6478         * modules/crypto/gc-sha1-tests: Moved from ../.
6479         * modules/crypto/gc-tests: Moved from ../.
6480         * modules/crypto/hmac-md5: Moved from ../.
6481         * modules/crypto/hmac-md5-tests: Moved from ../.
6482         * modules/crypto/hmac-sha1: Moved from ../.
6483         * modules/crypto/hmac-sha1-tests: Moved from ../.
6484         * modules/crypto/md2: Moved from ../.
6485         * modules/crypto/md2-tests: Moved from ../.
6486         * modules/crypto/md4: Moved from ../.
6487         * modules/crypto/md4-tests: Moved from ../.
6488         * modules/crypto/md5: Moved from ../.
6489         * modules/crypto/md5-tests: Moved from ../.
6490         * modules/crypto/memxor: Moved from ../.
6491         * modules/crypto/rijndael: Moved from ../.
6492         * modules/crypto/rijndael-tests: Moved from ../.
6493         * modules/crypto/sha1: Moved from ../.
6494
6495 2007-03-30  James Youngman  <jay@gnu.org>
6496
6497         * tests/test-stat-time.c (prepare_test): use chmod() rather than
6498         rename() to change the ctime of a file (because ctime is unaffected
6499         by rename on jfs2 on AIX 5.1).
6500         (main): Start by doing cleanup, in case a previous run failed leaving
6501         test files behind.
6502
6503 2007-03-31  Bruno Haible  <bruno@clisp.org>
6504
6505         Support old proprietary implementations of iconv.
6506         * modules/iconv_open: New file.
6507         * lib/iconv_.h: New file.
6508         * m4/iconv_h.m4: New file.
6509         * lib/iconv_open.c: New file.
6510         * lib/iconv_open-aix.gperf: New file.
6511         * lib/iconv_open-hpux.gperf: New file.
6512         * lib/iconv_open-irix.gperf: New file.
6513         * lib/iconv_open-osf.gperf: New file.
6514         * m4/iconv_open.m4: New file.
6515         * modules/linebreak (Depends-on): Add iconv_open.
6516         * modules/striconv (Depends-on): Likewise.
6517         * modules/striconveh (Depends-on): Likewise.
6518         * modules/unicodeio (Depends-on): Likewise.
6519         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
6520         (iconv_t)(-1).
6521         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
6522         conversion if cd is (iconv_t)(-1).
6523         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
6524         is not possible.
6525
6526 2007-03-31  Bruno Haible  <bruno@clisp.org>
6527
6528         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6529         work on Solaris either. Protect also second use of "autodetect_jp".
6530
6531 2007-03-31  Bruno Haible  <bruno@clisp.org>
6532
6533         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
6534         the function is not present.
6535
6536 2007-03-31  Bruno Haible  <bruno@clisp.org>
6537
6538         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
6539         the function is not present.
6540
6541 2007-03-31  Bruno Haible  <bruno@clisp.org>
6542
6543         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
6544         a bug in HP-UX iconv_open().
6545
6546 2007-03-31  Bruno Haible  <bruno@clisp.org>
6547
6548         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
6549         (Mathematics <math.h>): New section, add fpieee.
6550         (Input/output <stdio.h>): Add fseterr.
6551         (Mathematics <math.h>): New section, add printf-frexp.
6552         (Container data structures): Add sublist.
6553         (Core language properties): Add fpucw, inline.
6554         (Functions for greatest-width integer types <inttypes.h>): Add
6555         imaxabs, imaxdiv, inttypes.
6556         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
6557         isnanl-nolibm, ldexp.
6558         (Mathematics <math.h>): New section, add printf-frexpl.
6559         (Support for systems lacking POSIX:2001): Add fprintf-posix,
6560         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
6561         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
6562         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
6563         (Unicode string functions): Add unistr/u*-mbtoucr.
6564         (Java): Add javacomp-script, javaexec-script.
6565         (C#): Add csharpcomp-script, csharpexec-script.
6566         (Support for building libraries and executables): Add havelib,
6567         relocatable-*.
6568         (Support for maintaining and releasing projects): Renamed from
6569         'Support for maintaining and release projects'. Add announce-gen.
6570
6571 2007-03-31  Bruno Haible  <bruno@clisp.org>
6572
6573         * README: Talk primarily about git.
6574         (git and CVS): Renamed from CVS.
6575         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
6576         gnulib is available through git.
6577         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
6578
6579 2007-03-30  Bruno Haible  <bruno@clisp.org>
6580
6581         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
6582         * lib/poll_.h: Likewise.
6583         * lib/stat_.h: Likewise.
6584         * lib/sys_time_.h: Likewise.
6585         * lib/sysexit_.h: Likewise.
6586         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
6587         * lib/stdbool_.h: Likewise.
6588         * lib/byteswap_.h: Add double-inclusion guard.
6589
6590 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
6591
6592         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
6593
6594 2007-03-30  Karl Berry  <karl@gnu.org>
6595
6596         * config/srclist-update: double space after USA in the license
6597         substitution, since that's how it's usually (?) written.
6598
6599 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6600
6601         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
6602         reported by Bruno Haible.
6603
6604 2007-03-29  Bruno Haible  <bruno@clisp.org>
6605
6606         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
6607         a bug in AIX iconv().
6608
6609 2007-03-29  Bruno Haible  <bruno@clisp.org>
6610
6611         * modules/ldexpl-tests: New file.
6612         * tests/test-ldexpl.c: New file.
6613
6614 2007-03-29  Bruno Haible  <bruno@clisp.org>
6615
6616         * lib/ldexpl.c: Include fpucw.h.
6617         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
6618         multiplication.
6619         * modules/ldexpl (Depends-on): Add fpucw.
6620
6621 2007-03-29  Bruno Haible  <bruno@clisp.org>
6622
6623         * modules/ldexpl: New file.
6624         * m4/ldexpl.m4: New file.
6625         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
6626         set.
6627         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
6628         REPLACE_LDEXPL.
6629         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
6630         REPLACE_LDEXPL.
6631         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
6632         gl_FUNC_LDEXPL_WORKS.
6633         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
6634         * modules/mathl (Files): Remove lib/ldexpl.c.
6635         (Depends-on): Add ldexpl.
6636
6637 2007-03-29  Bruno Haible  <bruno@clisp.org>
6638
6639         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
6640
6641 2007-03-29  Bruno Haible  <bruno@clisp.org>
6642
6643         * tests/test-striconveh.c (main): Don't assume that a direct conversion
6644         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
6645         and possibly also HP-UX.
6646         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6647         work on AIX, IRIX, HP-UX, OSF/1.
6648         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
6649         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
6650         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
6651         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
6652         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
6653         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
6654
6655 2007-03-29  Bruno Haible  <bruno@clisp.org>
6656
6657         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
6658
6659 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6660
6661         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
6662         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
6663
6664 2007-03-29  Eric Blake  <ebb9@byu.net>
6665
6666         * lib/acl-internal.h: Remove redundant include.
6667         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
6668         Cygwin when a file is locked.
6669
6670 2007-03-29  Bruno Haible  <bruno@clisp.org>
6671
6672         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
6673         file.
6674         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
6675
6676 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6677
6678         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
6679         try to remove a parent directory if the child couldn't be removed
6680         (except for the first rmdir, which could fail because the child
6681         doesn't exist).  Problem reported by Jeff Blaine in
6682         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
6683
6684 2007-03-28  Bruno Haible  <bruno@clisp.org>
6685
6686         * lib/striconveh.c (utf8conv_carefully): New function.
6687         (mem_cd_iconveh_internal): Invoke it.
6688
6689 2007-03-28  Bruno Haible  <bruno@clisp.org>
6690
6691         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
6692         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
6693         input.
6694         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
6695         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
6696         unistr/u8-uctomb.
6697
6698 2007-03-28  Bruno Haible  <bruno@clisp.org>
6699
6700         * modules/unistr/u8-mbtoucr: New file.
6701         * lib/unistr/u8-mbtoucr.c: New file.
6702         * modules/unistr/u16-mbtoucr: New file.
6703         * lib/unistr/u16-mbtoucr.c: New file.
6704         * modules/unistr/u16-mbtoucr: New file.
6705         * lib/unistr/u16-mbtoucr.c: New file.
6706         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
6707
6708 2007-03-27  Simon Josefsson  <simon@josefsson.org>
6709             Bruno Haible  <bruno@clisp.org>
6710
6711         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
6712         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
6713         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
6714
6715         * m4/stdio_h.m4: Add stubs for vasprintf too.
6716
6717         * modules/stdio: Support vasprintf in sed command.
6718
6719         * modules/vasprintf: Depend on stdio for prototypes.  Remove
6720         vasprintf.h.  Add stdio module indicator.
6721
6722         * lib/stdio_.h: Declare asprintf and vasprintf, based on
6723         vasprintf.h.
6724
6725         * lib/vasprintf.h: File removed.
6726
6727         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
6728         * lib/vasprintf.c: Ditto.
6729         * lib/xvasprintf.c: Ditto.
6730         * tests/test-vasprintf-posix.c: Ditto.
6731         * tests/test-vasprintf.c: Ditto.
6732
6733 2007-03-27  Bruno Haible  <bruno@clisp.org>
6734
6735         Make vasnprintf multithread-safe.
6736         * lib/vasnprintf.c (decimal_point_char): New function.
6737         (VASNPRINTF): Use it.
6738         Suggested by Simon Josefsson.
6739
6740 2007-03-27  Eric Blake  <ebb9@byu.net>
6741
6742         Support sub-second birthtime on cygwin.
6743         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
6744         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
6745         (get_stat_birthtime): Also work with st_birthtim.
6746
6747 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
6748
6749         * lib/stat-time.h (USE_BIRTHTIME): Remove.
6750         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
6751         (get_stat_birthtime_ns): Do not try to use "spare" fields.
6752         (get_stat_birthtime_ns): Simplify compile-time tests.
6753         (get_stat_birthtime): Change the API to look like
6754         get_stat_mtime etc., except return a negative tv_nsec on error.
6755         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
6756         Don't check for "spare" fields.
6757         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
6758         or for struct stat.st_birthtime, as these tests aren't used.
6759         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
6760
6761 2007-03-27  Bruno Haible  <bruno@clisp.org>
6762
6763         * lib/stat-time.h: Include <sys/stat.h>.
6764
6765 2007-03-27  James Youngman  <jay@gnu.org>
6766
6767         * lib/stat-time.h (get_stat_birthtime): New function for
6768           retrieving st_birthtime as provided by UFS2 (hence *BSD).
6769         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
6770           and its variants.
6771         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
6772         * modules/stat-time-test: New file.
6773         * tests/test-stat-time.c: New test, devised by Bruno Haible.
6774
6775 2007-03-26  Bruno Haible  <bruno@clisp.org>
6776
6777         Better support of signalling NaNs.
6778         * lib/atanl.c: Include isnanl.h.
6779         (atanl): Perform test for NaN at the beginning of the function and
6780         through a call to isnanl.
6781         * lib/cosl.c: Include isnanl.h.
6782         (cosl): Perform test for NaN at the beginning of the function and
6783         through a call to isnanl.
6784         * lib/ldexpl.c: Include isnanl.h.
6785         (ldexpl): Perform test for NaN through a call to isnanl.
6786         * lib/logl.c: Include isnanl.h.
6787         (logl): Perform test for NaN at the beginning of the function and
6788         through a call to isnanl.
6789         * lib/sinl.c: Include isnanl.h.
6790         (sinl): Perform test for NaN at the beginning of the function and
6791         through a call to isnanl.
6792         * lib/sqrtl.c: Include isnanl.h.
6793         (sqrtl): Perform test for NaN at the beginning of the function and
6794         through a call to isnanl.
6795         * lib/tanl.c: Include isnanl.h.
6796         (tanl): Perform test for NaN at the beginning of the function and
6797         through a call to isnanl.
6798         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
6799         * modules/mathl (Depends-on): Add isnanl.
6800
6801 2007-03-26  Eric Blake  <ebb9@byu.net>
6802
6803         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
6804         regression in logic sense of previous patch.
6805
6806 2007-03-26  Bruno Haible  <bruno@clisp.org>
6807
6808         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
6809         unportable shell command "if ! ...".
6810         Reported by Ralf Wildenhues.
6811
6812 2007-03-25  Bruno Haible  <bruno@clisp.org>
6813
6814         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
6815         <sysexits.h> file, and only add EX_CONFIG.
6816         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
6817         absolute file name and whether it is sufficient. Substitute also
6818         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
6819         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
6820         ABSOLUTE_SYSEXITS_H into sysexits.h.
6821
6822 2007-03-25  Bruno Haible  <bruno@clisp.org>
6823
6824         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
6825         hints is NULL.
6826
6827 2007-03-25  Bruno Haible  <bruno@clisp.org>
6828
6829         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
6830         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
6831
6832 2007-03-25  Bruno Haible  <bruno@clisp.org>
6833
6834         * lib/vasnprintf.c: Include langinfo.h.
6835         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
6836         multithread-safe.
6837         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
6838         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
6839         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6840         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6841         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6842         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6843         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6844         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
6845         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6846         Reported by Simon Josefsson.
6847
6848 2007-03-25  Bruno Haible  <bruno@clisp.org>
6849
6850         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
6851         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
6852         * modules/vasnprintf (Depends-on): Add stdint.
6853
6854 2007-03-25  Bruno Haible  <bruno@clisp.org>
6855
6856         * modules/fpieee: New file.
6857         * m4/fpieee.m4: New file.
6858         * modules/isnan-nolibm (Depends-on): Add fpieee.
6859         * modules/isnanl-nolibm (Depends-on): Add fpieee.
6860         * modules/isnanl (Depends-on): Add fpieee.
6861
6862 2007-03-25  Bruno Haible  <bruno@clisp.org>
6863
6864         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
6865
6866 2007-03-25  Bruno Haible  <bruno@clisp.org>
6867
6868         Avoid test failures on IRIX 6.5.
6869         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
6870         (main): Use it.
6871         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
6872         macros.
6873         (main): Use them.
6874
6875 2007-03-25  Bruno Haible  <bruno@clisp.org>
6876
6877         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
6878         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
6879         exists but doesn't work.
6880         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
6881         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
6882         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
6883         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
6884
6885 2007-03-25  Bruno Haible  <bruno@clisp.org>
6886
6887         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
6888         returns inf. Needed on IRIX 6.5.
6889
6890 2007-03-25  Bruno Haible  <bruno@clisp.org>
6891
6892         * tests/test-frexpl.c: Include isnanl-nolibm.h.
6893         (main): Use isnanl instead of x != x idiom.
6894         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
6895
6896         * tests/test-frexp.c: Include isnan.h.
6897         (main): Use isnan instead of x != x idiom.
6898         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
6899
6900 2007-03-25  Bruno Haible  <bruno@clisp.org>
6901
6902         * tests/test-frexp.c (NaN): New function/macro.
6903         (main): Use it instead of 0.0 / 0.0.
6904         * tests/test-isnan.c (NaN): New function/macro.
6905         (main): Use it instead of 0.0 / 0.0.
6906         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
6907         (test_function): Use it instead of 0.0 / 0.0.
6908         * tests/test-vasprintf-posix.c (NaN): New function/macro.
6909         (test_function): Use it instead of 0.0 / 0.0.
6910         * tests/test-snprintf-posix.h (NaN): New function/macro.
6911         (test_function): Use it instead of 0.0 / 0.0.
6912         * tests/test-sprintf-posix.h (NaN): New function/macro.
6913         (test_function): Use it instead of 0.0 / 0.0.
6914         * tests/test-fprintf-posix.h (NaN): New function/macro.
6915         (test_function): Use it instead of 0.0 / 0.0.
6916         * tests/test-printf-posix.h (NaN): New function/macro.
6917         (test_function): Use it instead of 0.0 / 0.0.
6918
6919         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
6920
6921 2007-03-25  Bruno Haible  <bruno@clisp.org>
6922
6923         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
6924
6925 2007-03-25  Bruno Haible  <bruno@clisp.org>
6926
6927         * lib/regexec.c (merge_state_with_log): Make static.
6928
6929 2007-03-25  Bruno Haible  <bruno@clisp.org>
6930
6931         * lib/trigl.c (kernel_rem_pio2): Make static.
6932
6933 2007-03-25  Bruno Haible  <bruno@clisp.org>
6934
6935         * lib/sincosl.c (sincosl_table): Make static.
6936
6937 2007-03-25  Bruno Haible  <bruno@clisp.org>
6938
6939         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
6940         if the compiler does not support C99.
6941
6942 2007-03-25  Bruno Haible  <bruno@clisp.org>
6943
6944         * modules/time (Makefile.am): Ensure all rule action lines start with a
6945         tab.
6946
6947 2007-03-24  Bruno Haible  <bruno@clisp.org>
6948
6949         * modules/tsearch-tests: New file.
6950         * tests/test-tsearch.sh: New file.
6951         * tests/test-tsearch.c: New file, mostly copied from glibc.
6952
6953         * modules/search-tests: New file.
6954         * tests/test-search.c: New file.
6955
6956         * modules/search: New file.
6957         * lib/search_.h: New file, incorporating lib/tsearch.h.
6958         * m4/search_h.m4: New file.
6959         * lib/tsearch.h: Remove file.
6960         * lib/tsearch.c: Include search.h instead of tsearch.h.
6961         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
6962         HAVE_TSEARCH.
6963         * modules/tsearch (Files): Remove lib/tsearch.h.
6964         (Depends-on): Add search.
6965         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
6966         (Include): Change tsearch.h into search.h.
6967
6968 2007-03-24  Bruno Haible  <bruno@clisp.org>
6969
6970         * modules/fpucw: New file.
6971         * lib/fpucw.h: New file.
6972         * lib/frexp.c: Include fpucw.h.
6973         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6974         (FUNC): Use them.
6975         * lib/printf-frexp.c: Include fpucw.h.
6976         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6977         (FUNC): Use them.
6978         * lib/vasnprintf.c: Include fpucw.h.
6979         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
6980         'long double' calculations.
6981         * tests/test-frexpl.c: Include fpucw.h.
6982         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6983         * tests/test-printf-frexpl.c: Include fpucw.h.
6984         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6985         * modules/frexpl (Depends-on): Add fpucw.
6986         * modules/printf-frexpl (Depends-on): Likewise.
6987         * modules/fprintf-posix (Depends-on): Likewise.
6988         * modules/snprintf-posix (Depends-on): Likewise.
6989         * modules/sprintf-posix (Depends-on): Likewise.
6990         * modules/vasnprintf-posix (Depends-on): Likewise.
6991         * modules/vasprintf-posix (Depends-on): Likewise.
6992         * modules/vfprintf-posix (Depends-on): Likewise.
6993         * modules/vsnprintf-posix (Depends-on): Likewise.
6994         * modules/vsprintf-posix (Depends-on): Likewise.
6995         * modules/frexpl-tests (Depends-on): Likewise.
6996         * modules/printf-frexpl-tests (Depends-on): Likewise.
6997
6998 2007-03-24  Bruno Haible  <bruno@clisp.org>
6999
7000         * lib/float+.h: New file.
7001         * lib/isnan.c: Include float+.h.
7002         (SIZE): New macro.
7003         (FUNC): Compare only SIZE bytes of the value.
7004         * lib/vasnprintf.c: Include float+.h.
7005         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
7006         SIZEOF_LDBL or SIZEOF_DBL bytes.
7007         * modules/isnan-nolibm (Files): Add lib/float+.h.
7008         * modules/isnanl-nolibm (Files): Add lib/float+.h.
7009         * modules/isnanl (Files): Add lib/float+.h.
7010         * modules/vasnprintf (Files): Add lib/float+.h.
7011
7012 2007-03-24  Bruno Haible  <bruno@clisp.org>
7013
7014         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
7015         include isnanl-nolibm.h.
7016
7017 2007-03-24  Bruno Haible  <bruno@clisp.org>
7018
7019         * tests/test-read-file.c (main): Don't produce spurious output for
7020         expected situations. Make the test fail if it encountered unexpected
7021         results.
7022
7023 2007-03-24  Bruno Haible  <bruno@clisp.org>
7024
7025         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
7026         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
7027
7028 2007-03-24  Bruno Haible  <bruno@clisp.org>
7029
7030         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
7031
7032 2007-03-24  Bruno Haible  <bruno@clisp.org>
7033
7034         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
7035         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
7036
7037         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
7038         * modules/utf8-ucs4: Turn into a symbolic link to module
7039         unistr/u8-mbtouc.
7040
7041         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
7042         utf8-ucs4-unsafe.
7043         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
7044         unistr/u8-mbtouc-unsafe.
7045
7046         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
7047         * modules/utf16-ucs4: Turn into a symbolic link to module
7048         unistr/u16-mbtouc.
7049
7050         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
7051         utf16-ucs4-unsafe.
7052         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
7053         unistr/u16-mbtouc-unsafe.
7054
7055         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
7056         * modules/ucs4-utf8: Turn into a symbolic link to module
7057         unistr/u8-ubtomb.
7058
7059         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
7060         * modules/ucs4-utf16: Turn into a symbolic link to module
7061         unistr/u16-ubtomb.
7062
7063 2007-03-24  Bruno Haible  <bruno@clisp.org>
7064
7065         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
7066         Enable the function only if HAVE_INLINE.
7067         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
7068         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
7069         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
7070         Enable the function only if HAVE_INLINE.
7071         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
7072         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
7073         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
7074         Enable the function only if HAVE_INLINE.
7075         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
7076         Enable the function only if HAVE_INLINE.
7077         * modules/utf8-ucs4: Update.
7078         * modules/utf8-ucs4-unsafe: Update.
7079         * modules/utf16-ucs4: Update.
7080         * modules/utf16-ucs4-unsafe: Update.
7081         * modules/ucs4-utf8: Update.
7082         * modules/ucs4-utf16: Update.
7083
7084 2007-03-24  Bruno Haible  <bruno@clisp.org>
7085
7086         * lib/utf8-ucs4.h: Remove file.
7087         * lib/utf8-ucs4-unsafe.h: Remove file.
7088         * lib/utf16-ucs4.h: Remove file.
7089         * lib/utf16-ucs4-unsafe.h: Remove file.
7090         * lib/ucs4-utf8.h: Remove file.
7091         * lib/ucs4-utf16.h: Remove file.
7092         * lib/unistr.h: Include their previous contents.
7093         * m4/utf-ucs4.m4: Remove file.
7094         * m4/ucs4-utf.m4: Remove file.
7095         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
7096         (Depends-on): Add unistr/base.
7097         (configure.ac): Remove gl_UTF_UCS4.
7098         (Makefile.am): Update.
7099         (Include): Change to unistr.h.
7100         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
7101         (Depends-on): Add unistr/base.
7102         (configure.ac): Remove gl_UTF_UCS4.
7103         (Makefile.am): Update.
7104         (Include): Change to unistr.h.
7105         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
7106         (Depends-on): Add unistr/base.
7107         (configure.ac): Remove gl_UTF_UCS4.
7108         (Makefile.am): Update.
7109         (Include): Change to unistr.h.
7110         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
7111         (Depends-on): Add unistr/base.
7112         (configure.ac): Remove gl_UTF_UCS4.
7113         (Makefile.am): Update.
7114         (Include): Change to unistr.h.
7115         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
7116         (Depends-on): Add unistr/base.
7117         (configure.ac): Remove gl_UCS4_UTF.
7118         (Makefile.am): Update.
7119         (Include): Change to unistr.h.
7120         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
7121         (Depends-on): Add unistr/base.
7122         (configure.ac): Remove gl_UCS4_UTF.
7123         (Makefile.am): Update.
7124         (Include): Change to unistr.h.
7125         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
7126         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
7127         utf8-ucs4-unsafe.h.
7128         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
7129         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
7130         utf16-ucs4-unsafe.h.
7131         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
7132         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
7133         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
7134         * lib/unistr/u8-strchr.c: Likewise.
7135         * lib/unistr/u8-strrchr.c: Likewise.
7136         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
7137         * lib/unistr/u16-strchr.c: Likewise.
7138         * lib/unistr/u16-strrchr.c: Likewise.
7139         * lib/striconveh.c: Update.
7140         * lib/linebreak.c: Update.
7141
7142 2007-03-24  Bruno Haible  <bruno@clisp.org>
7143
7144         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
7145         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
7146
7147 2007-03-22  Bruno Haible  <bruno@clisp.org>
7148
7149         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
7150
7151 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
7152
7153         * MODULES.html.sh (File system functions): New module write-any-file.
7154         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
7155         * m4/write-any-file.m4: New files.
7156
7157 2007-03-23  Eric Blake  <ebb9@byu.net>
7158
7159         * gnulib-tool: Rearrange space-tab sequences, since some editors
7160         like to eat them.
7161
7162 2007-03-23  Eric Blake  <ebb9@byu.net>
7163
7164         * lib/version-etc.c (version_etc_va): Update license wording to
7165         be more concise.  Recommended by Richard Stallman.
7166
7167 2007-03-22  Bruno Haible  <bruno@clisp.org>
7168
7169         * lib/poll.c (MSG_PEEK): New fallback definition.
7170
7171 2007-03-22  Bruno Haible  <bruno@clisp.org>
7172
7173         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
7174         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
7175         (main): Update.
7176         Fixes a compilation error on BeOS.
7177
7178 2007-03-22  Bruno Haible  <bruno@clisp.org>
7179
7180         * modules/frexpl-tests: New file.
7181         * tests/test-frexpl.c: New file.
7182
7183         * modules/frexpl: New file.
7184         * m4/frexpl.m4: New file.
7185         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
7186         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
7187         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
7188         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
7189         (Depends-on): Add frexpl. Remove isnanl-nolibm.
7190         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
7191
7192 2007-03-22  Bruno Haible  <bruno@clisp.org>
7193
7194         * lib/frexpl.c: Share code with lib/frexp.c.
7195         * modules/mathl (Files): Add lib/frexp.c.
7196         (Depends-on): Add isnanl-nolibm.
7197
7198 2007-03-22  Bruno Haible  <bruno@clisp.org>
7199
7200         * modules/printf-frexp (Files): Add m4/frexp.m4.
7201         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
7202         only if the found frexp function actually works.
7203
7204 2007-03-22  Bruno Haible  <bruno@clisp.org>
7205
7206         * lib/frexp.c: Remove older implementation that uses divisions.
7207
7208 2007-03-21  Bruno Haible  <bruno@clisp.org>
7209
7210         * modules/frexp-tests: New file.
7211         * tests/test-frexp.c: New file.
7212
7213         * modules/frexp: New file.
7214         * lib/frexp.c: New file.
7215         * m4/frexp.m4: New file.
7216         * lib/math_.h (frexp): New declaration.
7217         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
7218         REPLACE_FREXP.
7219         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
7220
7221 2007-03-21  Bruno Haible  <bruno@clisp.org>
7222
7223         * modules/isnanl-tests: New file.
7224         * tests/test-isnanl.c: New file.
7225
7226         * modules/isnanl: New file.
7227         * lib/isnanl.h: New file.
7228         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
7229         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
7230         gl_FUNC_ISNANL_WORKS.
7231         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
7232         New macros.
7233
7234 2007-03-21  Bruno Haible  <bruno@clisp.org>
7235
7236         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
7237         lib/isnanl.h.
7238         (Include): Update.
7239         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
7240         * lib/vasnprintf.c: Update.
7241         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
7242         tests/test-isnanl.h, remove tests/test-isnanl.c.
7243         (Makefile.am): Update.
7244         * tests/test-isnanl-nolibm.c: New file.
7245         * tests/test-isnanl.h: New file.
7246         * tests/test-isnanl.c: Remove file.
7247
7248 2007-03-21  Jim Meyering  <jim@meyering.net>
7249
7250         When trying to open ".", treat ESTALE like EACCES.
7251         * lib/savewd.c (savewd_save): Resort to forking not just upon
7252         failure with EACCES, but also when errno is ESTALE.
7253
7254 2007-03-20  Bruno Haible  <bruno@clisp.org>
7255
7256         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
7257         Needed on AIX 5.1. Reported by Matthew Woehlke.
7258
7259 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
7260
7261         Suggestions by Bruno Haible:
7262         * lib/acl-internal.h: Include "gettext.h" rather than rolling
7263         our own.
7264         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
7265         * modules/acl (Depends-on): Add gettext.
7266
7267 2007-03-19  Bruno Haible  <bruno@clisp.org>
7268
7269         * modules/iconvme: Remove file.
7270         * lib/iconvme.h: Remove file.
7271         * lib/iconvme.c: Remove file.
7272         * m4/iconvme.m4: Remove file.
7273
7274 2007-03-19  Bruno Haible  <bruno@clisp.org>
7275
7276         * doc/relocatable-maint.texi: Break long shell script line.
7277         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
7278
7279 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
7280
7281         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
7282         handle file_has_acl.
7283         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
7284         * lib/acl.c: Move header inclusions and related macro defns into
7285         lib/acl-internal.h.
7286         (S_ISLNK): Remove defn, since that's now done for us.
7287         (file_has_acl): Move to lib/file-has-acl.c.
7288         Call acl_trivial if available.  This is the crucial part of the fix.
7289         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
7290         shared within the library.  Rewrite a bit, partly to make it compatible
7291         with the GNU coding style.
7292         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
7293         Remove unnecessary double-quotes.
7294         Don't test for acl_to_text; the build will catch that.
7295         Replace acl_entries if it doesn't exist and it is needed.
7296         Check for -lsec and acl_trivial (as used on Solaris 10).
7297         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
7298         lib/file-has-acl.c.
7299         (Depends-on): Add sys_stat, for S_ISLNK.
7300
7301 2007-03-19  Ben Pfaff  <blp@gnu.org>
7302
7303         * doc/gnulib.texi: Fix typos.
7304         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
7305
7306 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
7307
7308         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
7309         If size is zero here, buf must be zero.
7310
7311 2007-03-19  Simon Josefsson  <simon@josefsson.org>
7312
7313         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
7314         <bruno@clisp.org>.
7315
7316 2007-03-18  Bruno Haible  <bruno@clisp.org>
7317
7318         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
7319         Suggested by Eric Blake.
7320
7321 2007-03-18  Ben Pfaff  <blp@gnu.org>
7322
7323         * doc/relocatable.texi: Recommend using as prefix a directory
7324         that does not exist and will never be created.  Based on
7325         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
7326         and others.
7327
7328 2007-03-17  Bruno Haible  <bruno@clisp.org>
7329
7330         * lib/fchownat.c: Include lchown.h.
7331
7332 2007-03-17  Bruno Haible  <bruno@clisp.org>
7333
7334         Fix endless loop when the given allocated size was > INT_MAX.
7335         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
7336         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
7337         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
7338         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
7339         * lib/sprintf.c (sprintf): Likewise.
7340
7341 2007-03-17  Bruno Haible  <bruno@clisp.org>
7342
7343         * tests/test-argp-2.sh (func_compare): Output a context diff.
7344
7345 2007-03-17  Bruno Haible  <bruno@clisp.org>
7346
7347         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
7348         locale's decimal-point character.
7349
7350 2007-03-17  Bruno Haible  <bruno@clisp.org>
7351
7352         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
7353         before comparing it. Needed because on some platforms (e.g. x86) a
7354         'long double' occupies less bytes than sizeof (long double).
7355
7356 2007-03-17  Bruno Haible  <bruno@clisp.org>
7357
7358         * tests/test-crc.c (main): Make printf statements 64-bit clean.
7359         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
7360         * tests/test-getaddrinfo.c (simple): Likewise.
7361         * tests/test-read-file.c (main): Likewise.
7362
7363 2007-03-17  Bruno Haible  <bruno@clisp.org>
7364
7365         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
7366
7367 2007-03-17  Bruno Haible  <bruno@clisp.org>
7368
7369         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
7370         unused variable.
7371
7372 2007-03-17  Bruno Haible  <bruno@clisp.org>
7373
7374         * tests/test-c-strcasecmp.c: Include c-strcase.h.
7375         * tests/test-c-strncasecmp.c: Likewise.
7376
7377 2007-03-17  Bruno Haible  <bruno@clisp.org>
7378
7379         * modules/stdlib (Depends-on): Add unistd.
7380         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
7381         Needed for MacOS X 10.3.
7382
7383 2007-03-17  Bruno Haible  <bruno@clisp.org>
7384
7385         * lib/unistr/u-strdup.h: Include <stdlib.h>.
7386
7387 2007-03-17  Bruno Haible  <bruno@clisp.org>
7388
7389         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
7390
7391 2007-03-17  Bruno Haible  <bruno@clisp.org>
7392
7393         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
7394         to reflect files copied from gnulib (with or without modifications).
7395         Suggested by Jim Meyering.
7396
7397 2007-03-17  Eric Blake  <ebb9@byu.net>
7398
7399         * NEWS: Document stdlib change from 2007-02-18.
7400
7401 2007-03-17  Jim Meyering  <jim@meyering.net>
7402
7403         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
7404         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
7405         someone uses a name containing shell meta-characters.
7406         Reported by Alfred M. Szmidt.
7407
7408         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
7409
7410 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
7411
7412         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
7413         and copy gettext configuration files only if configure.ac contains
7414         a use of AM_GNU_GETTEXT_VERSION.
7415
7416 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
7417
7418         * build-aux/bootstrap (gnulib_name): New variable.
7419         (gnulib_tool_options): Use it.
7420
7421 2007-03-13  Simon Josefsson  <simon@josefsson.org>
7422
7423         * tests/test-des.c: Use new namespace.
7424
7425 2007-03-15  Bruno Haible  <bruno@clisp.org>
7426
7427         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
7428         Reported by James Youngman <jay@gnu.org>.
7429
7430 2007-03-15  Bruno Haible  <bruno@clisp.org>
7431
7432         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
7433         declared prototype. Needed with cc on OSF/1 5.1.
7434
7435 2007-03-15  Bruno Haible  <bruno@clisp.org>
7436
7437         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
7438         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
7439         (struct gl_list_implementation): Add dispose_fn argument to the
7440         'create_empty', 'create' methods.
7441         (struct gl_list_impl_base): Add field 'dispose_fn'.
7442         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
7443         argument.
7444         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
7445         dispose_fn argument.
7446         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
7447         dispose_fn on the dropped values.
7448         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
7449         dispose_fn argument.
7450         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
7451         dropped values.
7452         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
7453         (gl_tree_remove_node): Call dispose_fn on the dropped value.
7454         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
7455         (gl_tree_remove_node): Call dispose_fn on the dropped value.
7456         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
7457         argument.
7458         (gl_tree_list_free): Call dispose_fn on the dropped values.
7459         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
7460         the dropped values.
7461         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
7462         Add dispose_fn argument.
7463         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
7464         Call dispose_fn on the dropped values.
7465         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
7466         Add dispose_fn argument.
7467         (gl_sublist_create): Initialize the 'dispose_fn' field.
7468         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
7469         * tests/test-array_list.c (main): Update.
7470         * tests/test-carray_list.c (main): Update.
7471         * tests/test-avltree_list.c (main): Update.
7472         * tests/test-rbtree_list.c (main): Update.
7473         * tests/test-avltreehash_list.c (main): Update.
7474         * tests/test-rbtreehash_list.c (main): Update.
7475         * tests/test-linked_list.c (main): Update.
7476         * tests/test-linkedhash_list.c (main): Update.
7477         * tests/test-array_oset.c (main): Update.
7478
7479 2007-03-15  Bruno Haible  <bruno@clisp.org>
7480
7481         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
7482         (gl_oset_create_empty): Add dispose_fn argument.
7483         (struct gl_oset_implementation): Add dispose_fn argument to
7484         'create_empty' method.
7485         (struct gl_oset_impl_base): Add dispose_fn field.
7486         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
7487         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
7488         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
7489         values.
7490         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
7491         (gl_tree_oset_free): Call dispose_fn on the dropped values.
7492         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7493         dropped value.
7494         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7495         dropped value.
7496         * tests/test-array_oset.c (main): Update.
7497         * tests/test-avltree_oset.c (main): Update.
7498         * tests/test-rbtree_oset.c (main): Update.
7499         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
7500
7501 2007-03-13  Bruno Haible  <bruno@clisp.org>
7502
7503         * tests/test-stdbool.c (i): Update after last patch.
7504
7505 2007-03-12  Bruno Haible  <bruno@clisp.org>
7506
7507         * lib/quotearg.c: Include <wctype.h> early, before the definition of
7508         the iswprint macro. Needed on Solaris 2.5.1.
7509
7510 2007-03-12  Bruno Haible  <bruno@clisp.org>
7511
7512         * tests/test-printf-frexp.c (main): Declare x as volatile.
7513
7514 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7515
7516         * doc/gnulib.texi (Build robot for gnulib): New section.
7517
7518 2007-03-12  Jim Meyering  <jim@meyering.net>
7519
7520         * build-aux/bootstrap: New file.
7521         * build-aux/bootstrap.conf: New file, from coreutils.
7522
7523 2007-03-11  Bruno Haible  <bruno@clisp.org>
7524
7525         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
7526
7527 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7528
7529         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
7530         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
7531         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
7532
7533 2007-03-11  Bruno Haible  <bruno@clisp.org>
7534
7535         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
7536         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
7537
7538 2007-03-11  Bruno Haible  <bruno@clisp.org>
7539
7540         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
7541         formula. Needed for SunPRO C 5.0.
7542
7543 2007-03-11  Bruno Haible  <bruno@clisp.org>
7544
7545         * modules/long-options (Depends-on): Add getopt.
7546
7547 2007-03-11  Bruno Haible  <bruno@clisp.org>
7548
7549         * modules/modechange (Depends-on): Add stdbool.
7550
7551 2007-03-11  Bruno Haible  <bruno@clisp.org>
7552
7553         * modules/i-ring (Depends-on): Add stdbool.
7554
7555 2007-03-11  Bruno Haible  <bruno@clisp.org>
7556
7557         * modules/gc-des (Depends-on): Add stdbool.
7558
7559 2007-03-11  Bruno Haible  <bruno@clisp.org>
7560
7561         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
7562
7563 2007-03-11  Bruno Haible  <bruno@clisp.org>
7564
7565         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
7566
7567 2007-03-11  Bruno Haible  <bruno@clisp.org>
7568
7569         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
7570
7571 2007-03-11  Bruno Haible  <bruno@clisp.org>
7572
7573         * lib/vasnprintf.c (sprintf): Undefine.
7574
7575 2007-03-11  Bruno Haible  <bruno@clisp.org>
7576
7577         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
7578         initializers in SunPRO C and Compaq C compilers.
7579
7580 2007-03-11  Bruno Haible  <bruno@clisp.org>
7581
7582         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
7583         decrementing code ANSI C compliant.
7584
7585 2007-03-11  Bruno Haible  <bruno@clisp.org>
7586
7587         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
7588         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
7589
7590 2007-03-11  Bruno Haible  <bruno@clisp.org>
7591
7592         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
7593         <stdbool.h> substitute doesn't pass.
7594
7595 2007-03-11  Bruno Haible  <bruno@clisp.org>
7596
7597         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
7598
7599 2007-03-11  Bruno Haible  <bruno@clisp.org>
7600
7601         * gnulib-tool (func_create_megatestdir): Create also an autobuild
7602         script, for submission to autobuild.josefsson.org.
7603
7604 2007-03-10  Bruno Haible  <bruno@clisp.org>
7605
7606         * modules/canonicalize-lgpl-tests: New file.
7607         * tests/test-canonicalize-lgpl.sh: New file.
7608         * tests/test-canonicalize-lgpl.c: New file.
7609
7610         * modules/c-strcase-tests: New file.
7611         * tests/test-c-strcase.sh: New file.
7612         * tests/test-c-strcasecmp.c: New file.
7613         * tests/test-c-strncasecmp.c: New file.
7614
7615         * modules/atexit-tests: New file.
7616         * tests/test-atexit.sh: New file.
7617         * tests/test-atexit.c: New file.
7618
7619 2007-03-10  Bruno Haible  <bruno@clisp.org>
7620
7621         * tests/test-binary-io.sh: Use temporary filenames that are not so
7622         likely to clash with those of other tests (in a parallel make).
7623         * tests/test-binary-io.c: Likewise.
7624
7625 2007-03-10  Bruno Haible  <bruno@clisp.org>
7626
7627         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
7628         fallback; use #error instead.
7629         Suggested by Simon Josefsson.
7630
7631 2007-03-10  Bruno Haible  <bruno@clisp.org>
7632
7633         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
7634         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
7635         first and the last.
7636
7637 2007-03-10  Bruno Haible  <bruno@clisp.org>
7638
7639         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
7640
7641 2007-03-10  Bruno Haible  <bruno@clisp.org>
7642
7643         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
7644         "make distcheck".
7645         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
7646         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
7647         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
7648
7649 2007-03-10  Bruno Haible  <bruno@clisp.org>
7650
7651         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
7652         variable.
7653         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
7654         variable.
7655
7656 2007-03-09  Eric Blake  <ebb9@byu.net>
7657         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
7658
7659         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
7660         types are not being provided by gnulib.
7661         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
7662         types are supported.
7663
7664 2007-03-10  Bruno Haible  <bruno@clisp.org>
7665
7666         * lib/stdio_.h (__attribute__): New macro.
7667         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
7668         vsprintf): Specify __attribute__ __format__ for GCC.
7669         Suggested by Eric Blake.
7670
7671 2007-03-09  Bruno Haible  <bruno@clisp.org>
7672
7673         * modules/printf-posix-tests: New file.
7674         * tests/test-printf-posix.sh: New file.
7675         * tests/test-printf-posix.c: New file.
7676
7677         * modules/printf-posix: New file.
7678         * lib/printf.c: New file.
7679         * m4/printf-posix-rpl.m4: New file.
7680         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
7681         REPLACE_PRINTF.
7682         * lib/stdio_.h (printf): New declaration.
7683         (format, __format__, ____printf____, ____scanf____, ____strftime____,
7684         ____strfmon____): New macros.
7685         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
7686         REPLACE_PRINTF.
7687
7688 2007-03-09  Bruno Haible  <bruno@clisp.org>
7689
7690         * tests/test-vasnprintf-posix2.sh: New file.
7691         * tests/test-vasnprintf-posix2.c: New file.
7692         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
7693         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
7694         (Makefile.am): Activate test-vasnprintf-posix2.sh.
7695
7696         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
7697         a locale dependent decimal point, rather than always '.'.
7698
7699 2007-03-09  Eric Blake  <ebb9@byu.net>
7700
7701         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
7702         spite of platforms like Tandem/NSK that define it to -1.
7703
7704 2007-03-08  Bruno Haible  <bruno@clisp.org>
7705
7706         * modules/vprintf-posix-tests: New file.
7707         * tests/test-vprintf-posix.sh: New file.
7708         * tests/test-vprintf-posix.c: New file.
7709         * tests/test-printf-posix.h: New file.
7710
7711         * modules/vprintf-posix: New file.
7712         * lib/vprintf.c: New file.
7713         * m4/vprintf-posix.m4: New file.
7714         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
7715         REPLACE_VPRINTF.
7716         * lib/stdio_.h (vprintf): New declaration.
7717         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
7718         REPLACE_VPRINTF.
7719
7720 2007-03-08  Bruno Haible  <bruno@clisp.org>
7721
7722         * modules/fprintf-posix-tests: New file.
7723         * tests/test-fprintf-posix.sh: New file.
7724         * tests/test-fprintf-posix.c: New file.
7725
7726         * modules/fprintf-posix: New file.
7727         * lib/fprintf.c: New file.
7728         * m4/fprintf-posix.m4: New file.
7729         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
7730         REPLACE_FPRINTF.
7731         * lib/stdio_.h (fprintf): New declaration.
7732         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
7733         REPLACE_FPRINTF.
7734
7735 2007-03-08  Bruno Haible  <bruno@clisp.org>
7736
7737         * modules/vfprintf-posix-tests: New file.
7738         * tests/test-vfprintf-posix.sh: New file.
7739         * tests/test-vfprintf-posix.c: New file.
7740         * tests/test-fprintf-posix.h: New file.
7741         * tests/test-fprintf-posix.out: New file.
7742
7743         * modules/vfprintf-posix: New file.
7744         * lib/vfprintf.c: New file.
7745         * m4/vfprintf-posix.m4: New file.
7746         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
7747         REPLACE_VFPRINTF.
7748         * lib/stdio_.h (vfprintf): New declaration.
7749         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
7750         REPLACE_VFPRINTF.
7751
7752 2007-03-08  Bruno Haible  <bruno@clisp.org>
7753
7754         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
7755
7756 2007-03-08  Bruno Haible  <bruno@clisp.org>
7757
7758         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
7759         instead of 'expr' invocations.
7760         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7761         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7762         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7763         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7764         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7765         Suggested by Paul Eggert.
7766
7767 2007-03-08  Bruno Haible  <bruno@clisp.org>
7768
7769         * modules/fseterr-tests: New file.
7770         * tests/test-fseterr.c: New file.
7771
7772         * modules/fseterr: New file.
7773         * lib/fseterr.h: New file.
7774         * lib/fseterr.c: New file.
7775
7776 2007-03-08  Bruno Haible  <bruno@clisp.org>
7777
7778         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
7779         * lib/getopt_.h: Likewise.
7780         * lib/mbswidth.h: Likewise.
7781         * lib/setenv.h: Likewise.
7782         * lib/vasnprintf.h: Likewise.
7783         * lib/vasprintf.h: Likewise.
7784         * lib/verror.h: Likewise.
7785         * lib/xsetenv.h: Likewise.
7786         * lib/xvasprintf.h: Likewise.
7787
7788 2007-03-08  Jim Meyering  <jim@meyering.net>
7789
7790         * users.txt: Add parted.
7791
7792         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
7793
7794 2007-03-07  Bruno Haible  <bruno@clisp.org>
7795
7796         * m4/printf.m4: Make the shell script snippets copy&pastable.
7797
7798 2007-03-02  Bruno Haible  <bruno@clisp.org>
7799
7800         * lib/netinet_in_.h: New file.
7801         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
7802         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
7803         * modules/netinet_in (Files): Add lib/netinet_in_.h.
7804         (Depends-on): Add absolute-header.
7805         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
7806         into netinet/in.h.
7807
7808 2007-03-03  Bruno Haible  <bruno@clisp.org>
7809
7810         * lib/sys_select_.h: New file.
7811         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
7812         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
7813         * modules/sys_select (Files): Add lib/sys_select_.h.
7814         (Depends-on): Add absolute-header.
7815         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
7816         into sys/select.h.
7817
7818 2007-03-02  Bruno Haible  <bruno@clisp.org>
7819
7820         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
7821         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
7822         values.
7823         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
7824         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
7825         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
7826         * modules/sys_socket (Depends-on): Add absolute-header.
7827         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
7828         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
7829         (Include): Remove requirement of inclusion of <sys/types.h>.
7830
7831 2007-03-02  Bruno Haible  <bruno@clisp.org>
7832
7833         * lib/byteswap_.h (bswap_32): Fix formula.
7834
7835 2007-03-06  Bruno Haible  <bruno@clisp.org>
7836
7837         * modules/sprintf-posix-tests: New file.
7838         * tests/test-sprintf-posix.c: New file.
7839
7840         * modules/sprintf-posix: New file.
7841         * lib/sprintf.c: New file.
7842         * m4/sprintf-posix.m4: New file.
7843         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
7844         REPLACE_SPRINTF.
7845         * lib/stdio_.h (sprintf): New declaration.
7846         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
7847         REPLACE_SPRINTF.
7848
7849 2007-03-06  Bruno Haible  <bruno@clisp.org>
7850
7851         * modules/vsprintf-posix-tests: New file.
7852         * tests/test-vsprintf-posix.c: New file.
7853         * tests/test-sprintf-posix.h: New file.
7854
7855         * modules/vsprintf-posix: New file.
7856         * lib/vsprintf.c: New file.
7857         * m4/vsprintf-posix.m4: New file.
7858         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
7859         REPLACE_VSPRINTF.
7860         * lib/stdio_.h (vsprintf): New declaration.
7861         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
7862         REPLACE_VSPRINTF.
7863
7864 2007-03-06  Bruno Haible  <bruno@clisp.org>
7865
7866         * modules/vsnprintf (Depend-on): Remove minmax.
7867
7868 2007-03-06  Bruno Haible  <bruno@clisp.org>
7869
7870         * modules/snprintf-posix-tests: New file.
7871         * tests/test-snprintf-posix.c: New file.
7872
7873         * modules/snprintf-posix: New file.
7874         * m4/snprintf-posix.m4: New file.
7875         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
7876         gl_FUNC_SNPRINTF.
7877         (gl_FUNC_SNPRINTF): Invoke it.
7878         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
7879         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
7880         is set.
7881         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
7882
7883 2007-03-06  Bruno Haible  <bruno@clisp.org>
7884
7885         * modules/vsnprintf-posix-tests: New file.
7886         * tests/test-vsnprintf-posix.c: New file.
7887         * tests/test-snprintf-posix.h: New file.
7888
7889         * modules/vsnprintf-posix: New file.
7890         * m4/vsnprintf-posix.m4: New file.
7891         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
7892         gl_FUNC_VSNPRINTF.
7893         (gl_FUNC_VSNPRINTF): Invoke it.
7894         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
7895         * lib/stdio_.h (vsnprintf): Define as a replacement if
7896         REPLACE_VSNPRINTF is set.
7897         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
7898
7899 2007-03-06  Bruno Haible  <bruno@clisp.org>
7900
7901         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
7902         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
7903
7904 2007-03-06  Bruno Haible  <bruno@clisp.org>
7905
7906         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
7907         (asinl): Declare also if HAVE_DECL_ASINL is set.
7908         (atanl): Declare also if HAVE_DECL_ATANL is set.
7909         (ceill): Declare also if HAVE_DECL_CEILL is set.
7910         (cosl): Declare also if HAVE_DECL_COSL is set.
7911         (expl): Declare also if HAVE_DECL_EXPL is set.
7912         (floorl): Declare also if HAVE_DECL_FLOORL is set.
7913         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
7914         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
7915         (logl): Declare also if HAVE_DECL_LOGL is set.
7916         (sinl): Declare also if HAVE_DECL_SINL is set.
7917         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
7918         (tanl): Declare also if HAVE_DECL_TANL is set.
7919         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
7920         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
7921         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
7922         declaration of frexpl, ldexpl.
7923         * modules/printf-frexpl (Depends-on): Add math.
7924         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
7925
7926 2007-03-05  Bruno Haible  <bruno@clisp.org>
7927
7928         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
7929         frexpl and ldexpl are declared.
7930         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
7931
7932 2007-03-05  Bruno Haible  <bruno@clisp.org>
7933
7934         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
7935         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
7936
7937 2007-03-05  Bruno Haible  <bruno@clisp.org>
7938
7939         * lib/stdio_.h: Include <stddef.h>.
7940
7941 2007-03-05  Bruno Haible  <bruno@clisp.org>
7942
7943         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
7944
7945 2007-03-05  Bruno Haible  <bruno@clisp.org>
7946
7947         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
7948         NetBSD 4, from Ralf Wildenhues.
7949
7950 2007-03-04  Bruno Haible  <bruno@clisp.org>
7951
7952         * lib/vasprintf.h: Update #if logic for the case when the functions
7953         exist but are overridden.
7954
7955 2007-03-04  Bruno Haible  <bruno@clisp.org>
7956
7957         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
7958         implementations: glibc-2.4 and MacOS X 10.3.
7959         * tests/test-vasnprintf-posix.c (test_function): Test also the case
7960         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
7961         * tests/test-vasprintf-posix.c (test_function): Likewise.
7962
7963 2007-03-04  Bruno Haible  <bruno@clisp.org>
7964
7965         * modules/vasprintf-posix-tests: New file.
7966         * tests/test-vasprintf-posix.c: New file.
7967
7968         * modules/vasprintf-posix: New file.
7969         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
7970         defined.
7971         * m4/vasprintf-posix.m4: New file.
7972         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
7973         gl_FUNC_VASPRINTF.
7974         (gl_FUNC_VASPRINTF): Invoke it.
7975         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
7976         here.
7977         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
7978
7979 2007-03-04  Bruno Haible  <bruno@clisp.org>
7980
7981         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
7982         REPLACE_GETTIMEOFDAY.
7983         * modules/sys_time (Makefile.am): Likewise.
7984         * m4/sys_time_h.m4: Likewise.
7985         * m4/gettimeofday.m4: Likewise.
7986
7987 2007-03-04  Bruno Haible  <bruno@clisp.org>
7988
7989         * modules/vasnprintf-posix-tests: New file.
7990         * tests/test-vasnprintf-posix.c: New file.
7991
7992         * modules/vasnprintf-posix: New file.
7993         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
7994         printf-frexpl.h.
7995         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
7996         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
7997         REPLACE_VASNPRINTF is defined.
7998         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
7999         gl_FUNC_VASNPRINTF.
8000         (gl_FUNC_VASNPRINTF): Invoke it.
8001         * m4/vasnprintf-posix.m4: New file.
8002         * m4/printf.m4: New file.
8003
8004 2007-03-04  Bruno Haible  <bruno@clisp.org>
8005
8006         Compile progreloc.c only if --enable-relocatable is specified.
8007         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
8008         if --enable-relocatable was specified.
8009         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
8010         lib_SOURCES.
8011
8012 2007-03-04  Jim Meyering  <jim@meyering.net>
8013
8014         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
8015         Use it consistently, rather than enumerating errno constants.
8016
8017 2007-03-04  Bruno Haible  <bruno@clisp.org>
8018
8019         * modules/xvasprintf-tests: New file.
8020         * tests/test-xvasprintf.c: New file.
8021
8022         * modules/vasprintf-tests: New file.
8023         * tests/test-vasprintf.c: New file.
8024
8025         * modules/vasnprintf-tests: New file.
8026         * tests/test-vasnprintf.c: New file.
8027
8028         * modules/vsnprintf-tests: New file.
8029         * tests/test-vsnprintf.c: New file.
8030
8031         * modules/snprintf-tests: New file.
8032         * tests/test-snprintf.c: New file.
8033
8034 2007-03-04  Bruno Haible  <bruno@clisp.org>
8035
8036         Compile relocatable.c only if --enable-relocatable is specified.
8037         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
8038         gl_RELOCATABLE_LIBRARY.
8039         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
8040         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
8041         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
8042         gl_RELOCATABLE_LIBRARY.
8043         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
8044         (Makefile.am): Remove lib_SOURCES.
8045         * modules/relocatable-lib-lgpl (configure.ac): Invoke
8046         gl_RELOCATABLE_LIBRARY.
8047         (Makefile.am): Remove lib_SOURCES.
8048         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
8049         always.
8050         * modules/relocatable-prog-wrapper (configure.ac): Invoke
8051         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
8052
8053 2007-03-04  Bruno Haible  <bruno@clisp.org>
8054
8055         * modules/argmatch-tests: New file.
8056         * tests/test-argmatch.c: New file.
8057
8058         * tests/test-allocsa.c (main): Halve the number of loop runs.
8059
8060         * modules/alloca-opt-tests: New file.
8061         * tests/test-alloca-opt.c: New file.
8062
8063 2007-03-04  Jim Meyering  <jim@meyering.net>
8064
8065         Work around difference between Linux ACLs and Solaris 10 ZFS.
8066         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
8067         for EINVAL.
8068
8069 2007-03-03  Bruno Haible  <bruno@clisp.org>
8070
8071         * modules/relocatable-prog (Depends-on): Add back progreloc's
8072         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
8073
8074 2007-03-03  Bruno Haible  <bruno@clisp.org>
8075
8076         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
8077         * modules/relocatable-lib: New file.
8078
8079 2007-03-03  Bruno Haible  <bruno@clisp.org>
8080
8081         * modules/relocatable-prog: Renamed from modules/relocatable.
8082         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
8083
8084 2007-03-03  Bruno Haible  <bruno@clisp.org>
8085
8086         * modules/relocatable-script (Files): Add doc/relocatable.texi,
8087         m4/relocatable-lib.m4.
8088         (Depends-on): Remove 'relocatable'.
8089         (configure.ac): Add gl_RELOCATABLE_NOP.
8090
8091 2007-03-03  Bruno Haible  <bruno@clisp.org>
8092
8093         * modules/relocatable-prog-wrapper: New file.
8094         * modules/relocatable (Depends-on): Add it. Remove all other
8095         dependencies except progname.
8096         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
8097
8098         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
8099         (gl_FUNC_STRERROR): Nop.
8100         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
8101
8102         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
8103         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
8104
8105         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
8106         (gl_FUNC_READLINK): Update.
8107
8108         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
8109
8110 2007-03-03  Bruno Haible  <bruno@clisp.org>
8111
8112         * lib/xreadlink.c: Include <unistd.h> unconditionally.
8113         * modules/xreadlink (Depends-on): Add unistd.
8114         * modules/xreadlink-with-size (Depends-on): Likewise.
8115
8116 2007-03-03  Bruno Haible  <bruno@clisp.org>
8117
8118         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
8119         extracted from gt_FUNC_SETENV.
8120         (gt_FUNC_SETENV): Remove macro.
8121         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
8122         remove gt_FUNC_SETENV.
8123
8124 2007-03-03  Bruno Haible  <bruno@clisp.org>
8125
8126         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
8127         ENABLE_RELOCATABLE here.
8128         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
8129
8130 2007-03-03  Bruno Haible  <bruno@clisp.org>
8131
8132         * modules/rbtreehash-list-tests (Depends-on): Add progname.
8133         * tests/test-rbtreehash_list.c: Include progname.h.
8134         (main): Call set_program_name.
8135
8136         * modules/rbtree-oset-tests (Depends-on): Add progname.
8137         * tests/test-rbtree_oset.c: Include progname.h.
8138         (main): Call set_program_name.
8139
8140         * modules/rbtree-list-tests (Depends-on): Add progname.
8141         * tests/test-rbtree_list.c: Include progname.h.
8142         (main): Call set_program_name.
8143
8144         * modules/linked-list-tests (Depends-on): Add progname.
8145         * tests/test-linked_list.c: Include progname.h.
8146         (main): Call set_program_name.
8147
8148 2007-03-03  Bruno Haible  <bruno@clisp.org>
8149
8150         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
8151         All uses of __restrict changed to _Restrict_.
8152         * lib/glob_.h (__restrict): Remove macro.
8153
8154 2007-03-02  Bruno Haible  <bruno@clisp.org>
8155
8156         * modules/gettext (configure.ac): Require gettext infrastructure
8157         from version 0.16.1.
8158
8159 2007-03-02  Bruno Haible  <bruno@clisp.org>
8160
8161         * modules/linkedhash-list-tests (Depends-on): Add progname.
8162         * tests/test-linkedhash_list.c: Include progname.h.
8163         (main): Call set_program_name.
8164
8165         * modules/carray-list-tests (Depends-on): Add progname.
8166         * tests/test-carray_list.c: Include progname.h.
8167         (main): Call set_program_name.
8168
8169         * modules/avltreehash-list-tests (Depends-on): Add progname.
8170         * tests/test-avltreehash_list.c: Include progname.h.
8171         (main): Call set_program_name.
8172
8173         * modules/avltree-oset-tests (Depends-on): Add progname.
8174         * tests/test-avltree_oset.c: Include progname.h.
8175         (main): Call set_program_name.
8176
8177         * modules/avltree-list-tests (Depends-on): Add progname.
8178         * tests/test-avltree_list.c: Include progname.h.
8179         (main): Call set_program_name.
8180
8181         * modules/array-oset-tests (Depends-on): Add progname.
8182         * tests/test-array_oset.c: Include progname.h.
8183         (main): Call set_program_name.
8184
8185         * modules/array-list-tests (Depends-on): Add progname.
8186         * tests/test-array_list.c: Include progname.h.
8187         (main): Call set_program_name.
8188
8189         * modules/argp-tests (Depends-on): Add progname.
8190         * tests/test-argp.c: Include argp.h first. Include progname.h.
8191         (main): Call set_program_name.
8192
8193 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
8194
8195         * doc/gnulib-tool.texi (Initial import): Reword description of
8196         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
8197         limited effect even if defined after the first system include.
8198
8199 2007-03-01  Bruno Haible  <bruno@clisp.org>
8200
8201         * build-aux/config.libpath: Update to libtool-1.5.22.
8202         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8203
8204 2007-03-01  Bruno Haible  <bruno@clisp.org>
8205
8206         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
8207         foo_CFLAGS.
8208         Reported by Ralf Wildenhues.
8209
8210 2007-03-01  Bruno Haible  <bruno@clisp.org>
8211
8212         * build-aux/install-reloc: Remove object files left over by some
8213         compilers.
8214         Reported by Ralf Wildenhues.
8215
8216 2007-03-01  Bruno Haible  <bruno@clisp.org>
8217
8218         * build-aux/install-reloc: Break long lines.
8219
8220 2007-03-01  Bruno Haible  <bruno@clisp.org>
8221
8222         * doc/relocatable.texi: Document that it may not work on OpenBSD.
8223         Reported by Ralf Wildenhues.
8224
8225 2007-03-01  Bruno Haible  <bruno@clisp.org>
8226
8227         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
8228         include ordering constraints.
8229
8230 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8231
8232         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
8233         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
8234         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
8235         as another example.
8236         * lib/time_.h: Fix misspelling.
8237         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8238         Require gl_HEADER_TIME_H_DEFAULTS.
8239         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
8240         * m4/time_r.m4 (gl_TIME_R): Likewise.
8241         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
8242
8243 2007-03-01  Bruno Haible  <bruno@clisp.org>
8244
8245         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
8246         * m4/utimens.m4 (gl_UTIMENS): Likewise.
8247
8248 2007-03-01  Jim Meyering  <jim@meyering.net>
8249
8250         * modules/xreadlink (Maintainer): Add my name.
8251         * modules/xreadlink-with-size (Depends-on): Alphabetize.
8252
8253 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
8254             Bruno Haible  <bruno@clisp.org>
8255
8256         * build-aux/install-reloc: Compile also c-ctype.c.
8257         * build-aux/relocatable.sh.in: New file.
8258         * doc/relocatable.texi: New file.
8259         * doc/relocatable-maint.texi: New file.
8260         * doc/gnulib.texi: Include relocatable-maint.texi.
8261         * lib/progreloc.c: Include unistd.h unconditionally.
8262         * lib/relocwrapper.c: Include unistd.h unconditionally.
8263         Include c-ctype.h.
8264         (add_dotbin): Use c_tolower.
8265         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
8266         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
8267         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
8268         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
8269         to m4/relocatable-lib.m4.
8270         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
8271         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
8272         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
8273         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
8274         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
8275         * modules/relocatable: New file.
8276         * modules/relocatable-lib: New file.
8277         * modules/relocatable-script: New file.
8278
8279 2007-02-28  Bruno Haible  <bruno@clisp.org>
8280
8281         Import --enable-relocatable infrastructure.
8282         * build-aux/config.libpath: New file, from GNU gettext.
8283         * build-aux/install-reloc: New file, from GNU gettext.
8284         * build-aux/reloc-ldflags: New file, from GNU gettext.
8285         * lib/relocatable.h: New file, from GNU gettext.
8286         * lib/relocatable.c: New file, from GNU gettext.
8287         * lib/relocwrapper.c: New file, from GNU gettext.
8288         * m4/relocatable.m4: New file, from GNU gettext.
8289
8290 2007-02-28  Bruno Haible  <bruno@clisp.org>
8291
8292         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
8293
8294         * modules/xreadlink: New file, from GNU gettext with modifications.
8295         * lib/xreadlink.c: New file, from GNU gettext.
8296         * lib/xreadlink.h: Add comments.
8297         (xreadlink): New declaration.
8298
8299         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
8300         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
8301         lib/xreadlink-with-size.c.
8302         (configure.ac): Remove gl_XREADLINK invocation.
8303         (Makefile.am): Augment lib_SOURCES.
8304         * m4/xreadlink.m4: Remove file.
8305         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
8306         (xreadlink_with_size): Renamed from xreadink.
8307         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
8308         * modules/canonicalize (Depends-on): Replace xreadlink with
8309         xreadlink-with-size.
8310         * lib/canonicalize.c (canonicalize_filename_mode): Update.
8311
8312 2007-02-25  Jim Meyering  <jim@meyering.net>
8313
8314         * build-aux/announce-gen: When complaining about excess arguments,
8315         list them.
8316
8317 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
8318
8319         * README: Document signed integer overflow situation more
8320         accurately.
8321
8322 2007-02-25  Bruno Haible  <bruno@clisp.org>
8323
8324         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
8325         'a' or 'A' conversion.
8326
8327 2007-02-25  Bruno Haible  <bruno@clisp.org>
8328
8329         * modules/filename: Renamed from modules/pathname.
8330         (Files): Replace lib/pathname.h with lib/filename.h. Replace
8331         lib/concatpath.c with lib/concat-filename.c.
8332         (Makefile.am): Update.
8333         (Include): Replace pathname.h with filename.h.
8334         * lib/filename.h: Renamed from lib/pathname.h.
8335         (concatenated_filename): Renamed from concatenated_pathname.
8336         * lib/concat-filename.c: Renamed from lib/concatpath.c.
8337         (concatenated_filename): Renamed from concatenated_pathname.
8338         * lib/findprog.c: Include filename.h instead of pathname.h.
8339         (find_in_path): Update.
8340         * lib/javacomp.c: Include filename.h instead of pathname.h.
8341         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
8342         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
8343         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
8344         is_oldgcj_14_13_usable, is_javac_usable): Update.
8345         * lib/javaexec.c: Include filename.h instead of pathname.h.
8346         (execute_java_class): Update.
8347         * modules/findprog: Update.
8348         * modules/javacomp: Update.
8349         * modules/javaexec: Update.
8350         * MODULES.html.sh (File system functions): Add 'filename', remove
8351         'pathname'.
8352
8353 2007-02-25  Bruno Haible  <bruno@clisp.org>
8354
8355         * modules/printf-frexpl-tests: New file.
8356         * tests/test-printf-frexpl.c: New file.
8357
8358         * modules/printf-frexpl: New file.
8359         * lib/printf-frexpl.h: New file.
8360         * lib/printf-frexpl.c: New file.
8361         * m4/printf-frexpl.m4: New file.
8362
8363 2007-02-25  Bruno Haible  <bruno@clisp.org>
8364
8365         * modules/printf-frexp-tests: New file.
8366         * tests/test-printf-frexp.c: New file.
8367
8368         * modules/printf-frexp: New file.
8369         * lib/printf-frexp.h: New file.
8370         * lib/printf-frexp.c: New file.
8371         * m4/printf-frexp.m4: New file.
8372
8373 2007-02-25  Bruno Haible  <bruno@clisp.org>
8374
8375         Assume automake >= 1.10 for the tests.
8376         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
8377         * modules/arctwo-tests: Likewise.
8378         * modules/argp-tests: Likewise.
8379         * modules/avltree-list-tests: Likewise.
8380         * modules/avltree-oset-tests: Likewise.
8381         * modules/avltreehash-list-tests: Likewise.
8382         * modules/carray-list-tests: Likewise.
8383         * modules/crc-tests: Likewise.
8384         * modules/des-tests: Likewise.
8385         * modules/gc-arcfour-tests: Likewise.
8386         * modules/gc-arctwo-tests: Likewise.
8387         * modules/gc-des-tests: Likewise.
8388         * modules/gc-hmac-md5-tests: Likewise.
8389         * modules/gc-hmac-sha1-tests: Likewise.
8390         * modules/gc-md2-tests: Likewise.
8391         * modules/gc-md4-tests: Likewise.
8392         * modules/gc-md5-tests: Likewise.
8393         * modules/gc-pbkdf2-sha1-tests: Likewise.
8394         * modules/gc-rijndael-tests: Likewise.
8395         * modules/gc-sha1-tests: Likewise.
8396         * modules/gc-tests: Likewise.
8397         * modules/getaddrinfo-tests: Likewise.
8398         * modules/hmac-md5-tests: Likewise.
8399         * modules/hmac-sha1-tests: Likewise.
8400         * modules/linked-list-tests: Likewise.
8401         * modules/linkedhash-list-tests: Likewise.
8402         * modules/lock-tests: Likewise.
8403         * modules/md2-tests: Likewise.
8404         * modules/md4-tests: Likewise.
8405         * modules/md5-tests: Likewise.
8406         * modules/rbtree-list-tests: Likewise.
8407         * modules/rbtree-oset-tests: Likewise.
8408         * modules/rbtreehash-list-tests: Likewise.
8409         * modules/read-file-tests: Likewise.
8410         * modules/rijndael-tests: Likewise.
8411         * modules/stdint-tests: Likewise.
8412         * modules/tls-tests: Likewise.
8413
8414 2007-02-24  Bruno Haible  <bruno@clisp.org>
8415
8416         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
8417         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
8418         function; instead check whether isnan with a double argument links.
8419         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
8420         function; instead check whether isnan with a 'long double' argument
8421         links.
8422         Reported by Eric Blake <ebb9@byu.net>.
8423
8424 2007-02-24  Bruno Haible  <bruno@clisp.org>
8425
8426         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
8427         defined.
8428         * lib/isnanl.c: Remove all code. Just include isnan.c.
8429         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
8430
8431 2007-02-25  Jim Meyering  <jim@meyering.net>
8432
8433         Avoid conflicting types for 'unsetenv' on FreeBSD.
8434         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
8435         conflicting with FreeBSD's (5.0 and 6.1) function declaration
8436         in stdlib.h.
8437
8438 2007-02-24  Bruno Haible  <bruno@clisp.org>
8439
8440         * modules/isnanl-nolibm-tests: New file.
8441         * tests/test-isnanl.c: New file.
8442
8443         * modules/isnanl-nolibm: New file.
8444         * lib/isnanl.h: New file.
8445         * lib/isnanl.c: New file.
8446         * m4/isnanl.m4: New file.
8447
8448 2007-02-24  Bruno Haible  <bruno@clisp.org>
8449
8450         * modules/isnan-nolibm-tests: New file.
8451         * tests/test-isnan.c: New file.
8452
8453         * modules/isnan-nolibm: New file.
8454         * lib/isnan.h: New file.
8455         * lib/isnan.c: New file.
8456         * m4/isnan.m4: New file.
8457
8458 2007-02-24  Bruno Haible  <bruno@clisp.org>
8459
8460         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
8461         assume that an exponent fits in 20 bits.
8462
8463 2007-02-24  Jim Meyering  <jim@meyering.net>
8464
8465         * m4/regex.m4: Update the description of the configure-time option,
8466         --without-included-regex, to state accurately what the defaults are,
8467         and perhaps to give people an idea why using this option is risky.
8468
8469 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8470
8471         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
8472         loops on small arguments.  This attempts to avoid the problem
8473         Bruno Haible reported for AIX 4.3.2 in
8474         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
8475
8476 2007-02-23  Bruno Haible  <bruno@clisp.org>
8477
8478         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
8479         Needed for help2man.
8480
8481 2007-02-23  Karl Berry  <karl@gnu.org>
8482
8483         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
8484         exists, foo.h should be cvs-ignored, not committed.
8485
8486 2007-02-23  Eric Blake  <ebb9@byu.net>
8487
8488         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
8489         * lib/stat-time.h (includes): Likewise.
8490         * lib/utimecmp.c (includes): Likewise.
8491         * lib/utimens.h (includes): Likewise.
8492         * lib/getdate.y (includes): Also include "timespec.h" for use
8493         internal to the module.
8494         * modules/utimens (Depends-on): Revert yesterday's patch.
8495         * modules/nanosleep (Depends-on): Add missing dependency.
8496
8497 2007-02-22  Bruno Haible  <bruno@clisp.org>
8498
8499         * lib/glob.c: Don't include getlogin_r.h.
8500
8501 2007-02-22  Jim Meyering  <jim@meyering.net>
8502
8503         * modules/utimens (Depends-on): Add timespec, required for
8504         utimens.h's inclusion of timespec.h.
8505
8506 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
8507
8508         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
8509         long unreadable paths in GNU/Linux.  Problem reported by Andreas
8510         Schwab in
8511         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
8512         I'll try to think of a better way to fix the Solaris problem.
8513
8514         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
8515         like glibc; on Solaris 10, it fails with errno == EINVAL.
8516         POSIX says the behavior is unspecified if the first argument is NULL,
8517         so play it safe and never pass NULL to the system getcwd.
8518
8519 2007-02-21  Jim Meyering  <jim@meyering.net>
8520
8521         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
8522         of gettimeofday.  It would conflict with the one now always
8523         provided via sys_time_.h.  Reported by Matthew Woehlke, as
8524         an IRIX 6.5 build failure.
8525
8526 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8527
8528         Minor fixups to port to Solaris 10 with Sun C 5.8.
8529         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
8530         * modules/getcwd (Depends-on): Add dirfd.
8531         * lib/putenv.c (putenv): #undef it.
8532         (rpl_putenv): New decl.
8533         (malloc, free): Include <stdlib.h> rather than prototyping separately.
8534
8535 2007-02-20  Bruno Haible  <bruno@clisp.org>
8536
8537         * modules/stdio-tests: New file.
8538         * tests/test-stdio.c: New file.
8539
8540         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
8541         (Depends-on): Add stdio.
8542         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8543         (Include): Use <stdio.h> instead of vsnprintf.h.
8544         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8545         HAVE_DECL_VSNPRINTF.
8546         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
8547
8548         * modules/snprintf (Files): Remove lib/snprintf.h.
8549         (Depends-on): Add stdio.
8550         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8551         (Include): Use <stdio.h> instead of snprintf.h.
8552         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8553         HAVE_DECL_SNPRINTF.
8554         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
8555         * lib/getaddrinfo.c: Likewise.
8556
8557         * modules/stdio: New file.
8558         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
8559         * lib/snprintf.h: Remove file.
8560         * lib/vsnprintf.h: Remove file.
8561         * lib/.cppi-disable: Remove snprintf.h.
8562         * m4/stdio_h.m4: New file.
8563         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
8564
8565 2007-02-20  Jim Meyering  <jim@meyering.net>
8566
8567         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
8568         used by e.g., mingw.  From Bruno Haible.
8569
8570 2007-02-19  Bruno Haible  <bruno@clisp.org>
8571
8572         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
8573         warnings.
8574         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8575
8576 2007-02-19  Bruno Haible  <bruno@clisp.org>
8577
8578         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
8579         from mingw users.
8580
8581 2007-02-19  Bruno Haible  <bruno@clisp.org>
8582
8583         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
8584         warnings.
8585         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
8586
8587 2007-02-19  Jim Meyering  <jim@meyering.net>
8588
8589         Don't use FD after a successful "fdopendir (fd)".
8590         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
8591         Reset it by calling dirfd on the just-obtained DIR*.
8592
8593         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
8594         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
8595
8596 2007-02-18  Bruno Haible  <bruno@clisp.org>
8597
8598         * lib/readlink.c: Include <unistd.h>.
8599         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
8600         HAVE_READLINK.
8601         * modules/readlink (Depends-on): Add unistd.
8602         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8603         (Include): Add <unistd.h>.
8604
8605         * lib/getlogin_r.h: Remove file.
8606         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
8607         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
8608         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
8609         HAVE_DECL_GETLOGIN_R.
8610         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
8611         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8612         (Include): Use <unistd.h> instead of getlogin_r.h.
8613
8614         * lib/getcwd.h: Remove file.
8615         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
8616         * lib/xgetcwd.c: Likewise.
8617         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
8618         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
8619         * modules/getcwd (Files): Remove lib/getcwd.h.
8620         (Depends-on): Add unistd.
8621         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8622         (Include): Use <unistd.h> instad of getcwd.h.
8623
8624         * lib/ftruncate.c: Include <unistd.h> first.
8625         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
8626         Set HAVE_FTRUNCATE.
8627         * modules/ftruncate (Depends-on): Add unistd.
8628         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8629
8630         * lib/fchdir.c: Include <unistd.h> first.
8631         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
8632         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
8633         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
8634         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8635         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
8636
8637         * lib/dup2.c: Include <unistd.h> first.
8638         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
8639         HAVE_DUP2.
8640         * modules/dup2 (Depends-on): Add unistd.
8641         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8642
8643         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
8644         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
8645         REPLACE_CHOWN. Don't define chown as a macro here.
8646         * modules/chown (Depends-on): Add unistd.
8647         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8648
8649         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
8650         Add definition for GL_LINK_WARNING.
8651         (chown, dup2): New declarations.
8652         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
8653         link warning.
8654         (ftruncate): New declaration.
8655         (getcwd): New declaration, taken from old getcwd.h.
8656         (getlogin_r): New declaration, taken from old getlogin_r.h.
8657         (readlink): New declaration.
8658         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
8659         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
8660         (gl_PREREQ_UNISTD): Remove macro.
8661         (gl_UNISTD_MODULE_INDICATOR): New macro.
8662         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
8663         many new variables. Don't set UNISTD_H.
8664         * modules/unistd (Description): Change.
8665         (Depends-on): Add link-warning.
8666         (configure.ac): Update.
8667         (Makefile.am): Create unistd.h always. Substitute many new variables
8668         into it.
8669
8670 2007-02-18  Bruno Haible  <bruno@clisp.org>
8671
8672         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
8673         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
8674         HAVE_GETSUBOPT.
8675         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
8676         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
8677         * lib/getsubopt.h: Remove file.
8678         * modules/getsubopt (Files): Remove lib/getsubopt.h.
8679         (Depends-on): Add stdlib.
8680         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8681         (Includes): Use <stdlib.h> instead of getsubopt.h.
8682         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
8683         Set HAVE_GETSUBOPT.
8684         * lib/getsubopt.c: Don't include getsubopt.h.
8685
8686 2007-02-18  Bruno Haible  <bruno@clisp.org>
8687
8688         * modules/fchdir (Depends-on): Add dup2.
8689
8690 2007-02-18  Bruno Haible  <bruno@clisp.org>
8691
8692         * lib/stdlib_.h: Handle glibc's special invocation convention
8693         specially.
8694
8695 2007-02-18  Bruno Haible  <bruno@clisp.org>
8696
8697         * modules/stdlib-tests: New file.
8698         * tests/test-stdlib.c: New file.
8699
8700         * modules/mkstemp (Files): Remove lib/mkstemp.h.
8701         (Depends-on): Add stdlib.
8702         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8703         (Includes): Use <stdlib.h> instead of mkstemp.h.
8704         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8705         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
8706         * lib/mkstemp.c: Don't include mkstemp.h.
8707         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
8708         * lib/stdlib--.h: Don't include mkstemp.h.
8709
8710         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
8711         (Depends-on): Add stdlib.
8712         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8713         (Includes): Use <stdlib.h> instead of mkdtemp.h.
8714         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8715         HAVE_MKDTEMP.
8716         * lib/mkdtemp.c: Don't include mkdtemp.h.
8717         * lib/clean-temp.c: Don't include mkdtemp.h.
8718
8719         * modules/exit (Files): Remove lib/exit.h.
8720         (Depends-on): Add stdlib.
8721         (Makefile.am): Remove lib_SOURCES.
8722         (Include): Use <stdlib.h> instead of exit.h.
8723         * lib/argmatch.c: Don't include exit.h.
8724         * lib/execute.c: Likewise.
8725         * lib/pagealign_alloc.c: Likewise.
8726         * lib/pipe.c: Likewise.
8727         * lib/wait-process.c: Likewise.
8728         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
8729         * lib/exitfail.c: Likewise.
8730         * lib/savewd.c: Likewise.
8731         * lib/xsetenv.c: Likewise.
8732
8733         * modules/stdlib: New file.
8734         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
8735         and extra comments about mkstemp().
8736         * lib/exit.h: Remove file.
8737         * lib/mkdtemp.h: Remove file.
8738         * lib/mkstemp.h: Remove file.
8739         * m4/stdlib_h.m4: New file.
8740         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
8741
8742 2007-02-18  Bruno Haible  <bruno@clisp.org>
8743
8744         * modules/math-tests: New file.
8745         * tests/test-math.c: New file.
8746
8747         * modules/math: New file.
8748         * modules/mathl (Files): Remove lib/mathl.h.
8749         (Depends-on): Add math.
8750         (Makefile.am): Don't mention mathl.h.
8751         (Include): Use <math.h> instead of mathl.h.
8752         * lib/math_.h: New file.
8753         * lib/mathl.h: Remove file.
8754         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
8755         mathl.h.
8756         * lib/asinl.c: Likewise.
8757         * lib/atanl.c: Likewise.
8758         * lib/ceill.c: Likewise.
8759         * lib/cosl.c: Likewise.
8760         * lib/expl.c: Likewise.
8761         * lib/floorl.c: Likewise.
8762         * lib/frexpl.c: Likewise.
8763         * lib/ldexpl.c: Likewise.
8764         * lib/logl.c: Likewise.
8765         * lib/sincosl.c: Likewise.
8766         * lib/sinl.c: Likewise.
8767         * lib/sqrtl.c: Likewise.
8768         * lib/tanl.c: Likewise.
8769         * lib/trigl.c: Likewise.
8770         * m4/math_h.m4: New file.
8771         * MODULES.html.sh (Mathematics): Add math.
8772
8773 2007-02-17  Bruno Haible  <bruno@clisp.org>
8774
8775         * modules/wctype-tests: New file.
8776         * tests/test-wctype.c: New file.
8777
8778         * modules/wchar-tests: New file.
8779         * tests/test-wchar.c: New file.
8780
8781         * modules/unistd-tests: New file.
8782         * tests/test-unistd.c: New file.
8783
8784         * modules/time-tests: New file.
8785         * tests/test-time.c: New file.
8786
8787         * modules/sysexits-tests: New file.
8788         * tests/test-sysexits.c: New file.
8789
8790         * modules/sys_time-tests: New file.
8791         * tests/test-sys_time.c: New file.
8792
8793         * modules/sys_stat-tests: New file.
8794         * tests/test-sys_stat.c: New file.
8795
8796         * modules/sys_socket-tests: New file.
8797         * tests/test-sys_socket.c: New file.
8798
8799         * modules/sys_select-tests: New file.
8800         * tests/test-sys_select.c: New file.
8801
8802         * modules/string-tests: New file.
8803         * tests/test-string.c: New file.
8804
8805         * modules/stdbool-tests: New file.
8806         * tests/test-stdbool.c: New file.
8807
8808         * modules/netinet_in-tests: New file.
8809         * tests/test-netinet_in.c: New file.
8810
8811         * modules/inttypes-tests: New file.
8812         * tests/test-inttypes.c: New file.
8813
8814         * modules/fcntl-tests: New file.
8815         * tests/test-fcntl.c: New file.
8816
8817         * modules/byteswap-tests: New file.
8818         * tests/test-byteswap.c: New file.
8819
8820         * modules/arpa_inet-tests: New file.
8821         * tests/test-arpa_inet.c: New file.
8822
8823 2007-02-17  Bruno Haible  <bruno@clisp.org>
8824
8825         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
8826         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
8827         if the corresponding module is not enabled. Emit link warnings if
8828         the function is used nevertheless.
8829         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
8830         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
8831         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
8832         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
8833         * modules/inttypes (Depends-on): Add link-warning.
8834         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8835         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
8836         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
8837         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
8838         * modules/imaxdiv (configure.ac): Likewise.
8839         * modules/strtoimax (configure.ac): Likewise.
8840         * modules/strtoumax (configure.ac): Likewise.
8841
8842 2007-02-17  Bruno Haible  <bruno@clisp.org>
8843
8844         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
8845         gl_STRING_MODULE_INDICATOR_DEFAULTS.
8846         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
8847         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
8848
8849 2007-02-17  Bruno Haible  <bruno@clisp.org>
8850
8851         * modules/link-warning: New file.
8852         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
8853         * lib/string_.h (GL_LINK_WARNING): Remove definition.
8854         * modules/string (Depends-on): Add link-warning.
8855         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8856         string.h.
8857         * MODULES.html.sh (Support for building libraries and executables): Add
8858         link-warning.
8859
8860 2007-02-17  Bruno Haible  <bruno@clisp.org>
8861
8862         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
8863         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
8864         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
8865         long lines.
8866
8867 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
8868             Bruno Haible  <bruno@clisp.org>
8869
8870         * modules/tmpfile: New file.
8871         * lib/tmpfile.c: New file.
8872         * m4/tmpfile.m4: New file.
8873         * MODULES.html.sh (func_all_modules): New section "Input/output".
8874
8875 2007-02-15  Bruno Haible  <bruno@clisp.org>
8876
8877         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
8878         (supports_delete_on_close): New function.
8879         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
8880
8881 2007-02-14  Bruno Haible  <bruno@clisp.org>
8882
8883         * modules/mbspcasecmp-tests: New file.
8884         * tests/test-mbspcasecmp.sh: New file.
8885         * tests/test-mbspcasecmp.c: New file.
8886
8887         New module mbspcasecmp.
8888         * modules/mbspcasecmp: New file.
8889         * lib/mbspcasecmp.c: New file.
8890         * lib/string_.h (strncasecmp): Change warning message.
8891         (mbspcasecmp): New declaration.
8892         * m4/mbspcasecmp.m4: New file.
8893         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8894         GNULIB_MBSPCASECMP.
8895         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
8896         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
8897
8898 2007-02-14  Bruno Haible  <bruno@clisp.org>
8899
8900         * modules/mbsncasecmp-tests: New file.
8901         * tests/test-mbsncasecmp.sh: New file.
8902         * tests/test-mbsncasecmp.c: New file.
8903
8904         New module mbsncasecmp.
8905         * modules/mbsncasecmp: New file.
8906         * lib/mbsncasecmp.c: New file.
8907         * lib/string_.h (mbsncasecmp): New declaration.
8908         * m4/mbsncasecmp.m4: New file.
8909         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8910         GNULIB_MBSNCASECMP.
8911         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
8912         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
8913
8914 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8915
8916         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
8917         Verify that it doesn't overlap with our flags.
8918         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
8919         do not have the desired effect in multibyte locales; instead, use
8920         mbscasecmp.
8921         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
8922         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
8923         we don't require GNU fnmatch ourselves (if our users require it, they
8924         should do so explicitly).
8925
8926         Fix regex code so it doesn't rely on strcasecmp.
8927         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
8928         Otherwise, include gnulib's langinfo.h.
8929         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
8930         undesirable behavior in non-C locales.  Instead, rely on localecharset.
8931         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
8932         * modules/regex (FILES): Remove m4/codeset.m4.
8933         (Depends-on): Add localcharset.  Remove strcase.
8934
8935 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8936
8937         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
8938         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
8939
8940 2007-02-13  Bruno Haible  <bruno@clisp.org>
8941
8942         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
8943         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8944
8945 2007-02-12  Bruno Haible  <bruno@clisp.org>
8946
8947         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8948         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
8949         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
8950         time warning rather than a link error.
8951
8952 2007-02-12  Bruno Haible  <bruno@clisp.org>
8953
8954         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
8955         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8956         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8957
8958 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8959
8960         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
8961         args, not 2.
8962
8963 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8964
8965         New module 'time', so that apps can include <time.h> as per
8966         POSIX and GNU instead of separate include files like time_r.h
8967         and timegm.h.  This implementation tries out a simpler approach
8968         for replacing decls in standard include files (as compared to
8969         the string module), somewhat as an experiment.
8970
8971         * config/srclist.txt: Comment out mktime.c for now.
8972         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
8973         since it doesn't apply any more.  Use generic wording instead.
8974         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
8975         'time'.
8976         * lib/time_.h, m4/time_h.m4, modules/time: New files.
8977         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
8978         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
8979         Don't include <sys/types.h>; no longer needed since we assume C89.
8980         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
8981         * lib/strftime.c: Likewise.
8982         * lib/time_r.c: Likewise.
8983         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
8984         * lib/nanosleep.c: Include <time.h> first, to check interface.
8985         * lib/strptime.c: Likewise.
8986         * lib/time_r.c: Likewise.
8987         * lib/timegm.c: Likewise.
8988         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
8989         needed.
8990         * lib/timegm.c: Don't include timegm.h; no longer needed.
8991         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
8992         time.h now handles any problems in that area.
8993         (struct timespec, nanosleep): Remove; time.h now arranges for these.
8994         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
8995         that time.h defines struct timespec.
8996         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
8997         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
8998         handles that.
8999         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
9000         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
9001         needed.  Set REPLACE_LOCALTIME.
9002         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
9003         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
9004         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
9005         nanosleep; time_h.m4 now does that.  Don't require
9006         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
9007         module handles this now.
9008         * modules/getdate (Depends-on): Remove timespec.  Add time.
9009         * modules/nanosleep (Depends-on): Likewise.
9010         * modules/stat-time (Depends-on): Likewise.
9011         * modules/nanosleep (Include): Include time.h, not timespec.h.
9012         * modules/strptime (Files): Remove lib/strptime.h.
9013         (Depends-on): Add extensions, time.
9014         (Include): Include time.h, not strptime.h.
9015         * modules/time_r (Files): Remove lib/time_r.h.
9016         (Depends-on): Add time.
9017         (Include): Include time.h, not time_r.h.
9018         * modules/timegm: Likewise.
9019         * modules/timespec (Description): Now does timespec-related decls
9020         of our own, instead of struct timespec itself.
9021         (Depends-on): Add time; remove extensions.
9022         (Maintainer): Add self.
9023         * modules/utimecmp (Depends-on): Add time; remove timespec.
9024         * modules/utimens (Depends-on): Likewise.
9025         * modules/xnanosleep (Depends-on): Likewise.
9026
9027 2007-02-11  Bruno Haible  <bruno@clisp.org>
9028
9029         * lib/c-strstr.c: Include allocsa.h.
9030         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
9031         * lib/c-strcasestr.c: Include allocsa.h.
9032         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
9033         * lib/strcasestr.c: Include allocsa.h.
9034         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
9035         * lib/mbsstr.c: Include allocsa.h.
9036         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
9037         allocsa/freesa instead of malloc/free.
9038         * lib/mbscasestr.c: Include allocsa.h.
9039         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
9040         allocsa/freesa instead of malloc/free.
9041         * modules/c-strstr (Depends-on): Add allocsa.
9042         * modules/c-strcasestr (Depends-on): Likewise.
9043         * modules/strcasestr (Depends-on): Likewise.
9044         * modules/mbsstr (Depends-on): Likewise.
9045         * modules/mbscasestr (Depends-on): Likewise.
9046
9047 2007-02-11  Bruno Haible  <bruno@clisp.org>
9048
9049         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
9050
9051         * modules/mbsspn-tests: New file.
9052         * tests/test-mbsspn.sh: New file.
9053         * tests/test-mbsspn.c: New file.
9054
9055 2007-02-11  Bruno Haible  <bruno@clisp.org>
9056
9057         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
9058
9059         * modules/mbspbrk-tests: New file.
9060         * tests/test-mbspbrk.sh: New file.
9061         * tests/test-mbspbrk.c: New file.
9062
9063 2007-02-11  Bruno Haible  <bruno@clisp.org>
9064
9065         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
9066         unneeded cast.
9067
9068         * modules/mbscspn-tests: New file.
9069         * tests/test-mbscspn.sh: New file.
9070         * tests/test-mbscspn.c: New file.
9071
9072 2007-02-11  Bruno Haible  <bruno@clisp.org>
9073
9074         * modules/mbscasecmp-tests: New file.
9075         * tests/test-mbscasecmp.sh: New file.
9076         * tests/test-mbscasecmp.c: New file.
9077
9078 2007-02-11  Bruno Haible  <bruno@clisp.org>
9079
9080         Ensure O(n) worst-case complexity of mbscasestr.
9081         * lib/mbscasestr.c: Include stdbool.h.
9082         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
9083         functions.
9084         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
9085         the bookkeeping indicates that it's worth it.
9086         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
9087
9088         * modules/mbscasestr-tests: New file.
9089         * tests/test-mbscasestr1.c: New file.
9090         * tests/test-mbscasestr2.sh: New file.
9091         * tests/test-mbscasestr2.c: New file.
9092         * tests/test-mbscasestr3.sh: New file.
9093         * tests/test-mbscasestr3.c: New file.
9094         * tests/test-mbscasestr4.sh: New file.
9095         * tests/test-mbscasestr4.c: New file.
9096         * m4/locale-tr.m4: New file.
9097
9098 2007-02-11  Bruno Haible  <bruno@clisp.org>
9099
9100         Ensure O(n) worst-case complexity of mbsstr.
9101         * lib/mbsstr.c: Include stdbool.h.
9102         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
9103         functions.
9104         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
9105         bookkeeping indicates that it's worth it.
9106         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
9107
9108         * modules/mbsstr-tests: New file.
9109         * tests/test-mbsstr1.c: New file.
9110         * tests/test-mbsstr2.sh: New file.
9111         * tests/test-mbsstr2.c: New file.
9112         * tests/test-mbsstr3.sh: New file.
9113         * tests/test-mbsstr3.c: New file.
9114         * m4/locale-fr.m4: New file.
9115
9116 2007-02-11  Bruno Haible  <bruno@clisp.org>
9117
9118         * lib/mbsrchr.c (mbsrchr): Fix bug.
9119
9120         * modules/mbsrchr-tests: New file.
9121         * tests/test-mbsrchr.sh: New file.
9122         * tests/test-mbsrchr.c: New file.
9123
9124 2007-02-11  Bruno Haible  <bruno@clisp.org>
9125
9126         * lib/mbschr.c (mbschr): Fix bug.
9127
9128         * modules/mbschr-tests: New file.
9129         * tests/test-mbschr.sh: New file.
9130         * tests/test-mbschr.c: New file.
9131         * m4/locale-zh.m4: New file.
9132
9133 2007-02-11  Bruno Haible  <bruno@clisp.org>
9134
9135         Support for copying multibyte string iterators.
9136         * lib/mbiter.h: Include <string.h>.
9137         (mbiter_multi_copy): New function.
9138         (mbi_copy): New macro.
9139         * lib/mbuiter.h: Include <string.h>.
9140         (mbuiter_multi_copy): New function.
9141         (mbui_copy): New macro.
9142
9143 2007-02-11  Bruno Haible  <bruno@clisp.org>
9144
9145         New module mbslen.
9146         * modules/mbslen: New file.
9147         * lib/mbslen.c: New file.
9148         * lib/string_.h (mbslen): New declaration.
9149         * m4/mbslen.m4: New file.
9150         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9151         GNULIB_MBSLEN.
9152         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
9153         * MODULES.html.sh (Internationalization functions): Add mbslen.
9154
9155 2007-02-11  Bruno Haible  <bruno@clisp.org>
9156
9157         Ensure O(n) worst-case complexity of strcasestr substitute.
9158         * lib/strcasestr.c: Include stdbool.h.
9159         (knuth_morris_pratt): New function.
9160         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
9161         bookkeeping indicates that it's worth it.
9162         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
9163
9164         * modules/strcasestr-tests: New file.
9165         * tests/test-strcasestr.c: New file.
9166
9167 2007-02-11  Bruno Haible  <bruno@clisp.org>
9168
9169         Ensure O(n) worst-case complexity of c_strcasestr.
9170         * lib/c-strcasestr.c: Include stdbool.h, string.h.
9171         (knuth_morris_pratt): New function.
9172         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
9173         the bookkeeping indicates that it's worth it.
9174         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
9175
9176         * modules/c-strcasestr-tests: New file.
9177         * tests/test-c-strcasestr.c: New file.
9178
9179 2007-02-11  Bruno Haible  <bruno@clisp.org>
9180
9181         Ensure O(n) worst-case complexity of c_strstr.
9182         * lib/c-strstr.c: Include stdbool.h, string.h.
9183         (knuth_morris_pratt): New function.
9184         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
9185         bookkeeping indicates that it's worth it.
9186         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
9187
9188         * lib/c-strstr.c: Complete rewrite for maintainability.
9189
9190         * modules/c-strstr-tests: New file.
9191         * tests/test-c-strstr.c: New file.
9192
9193 2007-02-11  Bruno Haible  <bruno@clisp.org>
9194
9195         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
9196         5.2.1 and earlier, whereby \055 was treated just like the range
9197         delimiter '-'.
9198         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
9199
9200 2007-02-08  Bruno Haible  <bruno@clisp.org>
9201
9202         * modules/regex (Depends-on): Add stdbool.
9203         Reported by Dalibor Topic <robilad@kaffe.org>.
9204
9205 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9206
9207         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
9208         Prefer returning from main to exiting from it.
9209         Remove unnecessary parens after sizeof.
9210
9211 2007-02-05  Bruno Haible  <bruno@clisp.org>
9212
9213         New module mbssep.
9214         * modules/mbssep: New file.
9215         * lib/mbssep.c: New file.
9216         * lib/string_.h (strsep): Add a conditional link warning.
9217         (mbssep): New declaration.
9218         * m4/mbssep.m4: New file.
9219         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9220         GNULIB_MBSSEP.
9221         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
9222         * MODULES.html.sh (Internationalization functions): Add mbssep.
9223
9224 2007-02-05  Bruno Haible  <bruno@clisp.org>
9225
9226         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
9227         Optimize search in case of 1 delimiter.
9228
9229 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
9230
9231         * lib/acl.h: Include sys/types.h before sys/acl.h.
9232
9233 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
9234
9235         Merge upstream fix for glibc bugzilla #3957:
9236
9237         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
9238
9239         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
9240         bit for RE_HAT_LISTS_NOT_NEWLINE.
9241         (build_charclass_op): Remove bogus comment.
9242
9243 2007-02-05  Simon Josefsson  <simon@josefsson.org>
9244
9245         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
9246
9247 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
9248
9249         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
9250         * lib/memmem.c [!defined _LIBC]: Include config.h.
9251
9252 2007-02-04  Bruno Haible  <bruno@clisp.org>
9253
9254         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
9255         warning message.
9256
9257 2007-02-04  Bruno Haible  <bruno@clisp.org>
9258
9259         New module mbstok_r.
9260         * modules/mbstok_r: New file.
9261         * lib/mbstok_r.c: New file.
9262         * lib/string_.h (strtok_r): Change argument names to match the
9263         comments. Add a conditional link warning.
9264         (mbstok_r): New declaration.
9265         * m4/mbstok_r.m4: New file.
9266         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9267         GNULIB_MBSTOK_R.
9268         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
9269         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
9270
9271 2007-02-04  Bruno Haible  <bruno@clisp.org>
9272
9273         New module mbsspn.
9274         * modules/mbsspn: New file.
9275         * lib/mbsspn.c: New file.
9276         * lib/string_.h (strspn): Add a conditional link warning.
9277         (mbsspn): New declaration.
9278         * m4/mbsspn.m4: New file.
9279         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9280         GNULIB_MBSSPN.
9281         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
9282         * MODULES.html.sh (Internationalization functions): Add mbsspn.
9283
9284 2007-02-04  Bruno Haible  <bruno@clisp.org>
9285
9286         New module mbspbrk.
9287         * modules/mbspbrk: New file.
9288         * lib/mbspbrk.c: New file.
9289         * lib/string_.h (strpbrk): Add a conditional link warning.
9290         (mbspbrk): New declaration.
9291         * m4/mbspbrk.m4: New file.
9292         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9293         GNULIB_MBSPBRK.
9294         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
9295         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
9296
9297 2007-02-04  Bruno Haible  <bruno@clisp.org>
9298
9299         New module mbscspn.
9300         * modules/mbscspn: New file.
9301         * lib/mbscspn.c: New file.
9302         * lib/string_.h (strcspn): Add a conditional link warning.
9303         (mbscspn): New declaration.
9304         * m4/mbscspn.m4: New file.
9305         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9306         GNULIB_MBSCSPN.
9307         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
9308         * MODULES.html.sh (Internationalization functions): Add mbscspn.
9309
9310 2007-02-04  Bruno Haible  <bruno@clisp.org>
9311
9312         New module mbscasestr, reduced goal of strcasestr.
9313         * modules/mbscasestr: New file.
9314         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
9315         (mbscasestr): Renamed from strcasestr.
9316         * lib/strcasestr.c: Don't include mbuiter.h.
9317         (strcasestr): Remove support for multibyte locales.
9318         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
9319         Change the conditional link warning.
9320         (mbscasestr): New declaration.
9321         * m4/mbscasestr.m4: New file.
9322         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
9323         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
9324         REPLACE_STRCASESTR.
9325         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
9326         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9327         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
9328         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
9329         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
9330         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
9331         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
9332         (Depends-on): Remove mbuiter.
9333         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
9334
9335 2007-02-04  Bruno Haible  <bruno@clisp.org>
9336
9337         Simplify handling of strncasecmp.
9338         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
9339         the conditional link warning.
9340         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9341         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
9342         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
9343         * modules/strcase (configure.ac): Don't invoke
9344         gl_STRING_MODULE_INDICATOR.
9345         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
9346
9347 2007-02-04  Bruno Haible  <bruno@clisp.org>
9348
9349         New module mbscasecmp, reduced goal of strcasecmp.
9350         * modules/mbscasecmp: New file.
9351         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
9352         (mbscasecmp): Renamed from strcasecmp.
9353         * lib/strcasecmp.c: Don't include mbuiter.h.
9354         (strcasecmp): Remove support for multibyte locales.
9355         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
9356         Change the conditional link warning.
9357         (mbscasecmp): New declaration.
9358         * m4/mbscasecmp.m4: New file.
9359         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
9360         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
9361         REPLACE_STRCASECMP.
9362         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
9363         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9364         GNULIB_MBSCASECMP.
9365         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
9366         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
9367         * modules/strcase (Files): Remove m4/mbrtowc.m4.
9368         (Depends-on): Remove mbuiter.
9369         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
9370
9371 2007-02-04  Bruno Haible  <bruno@clisp.org>
9372
9373         New module mbsstr. Remove module strstr.
9374         * modules/mbsstr: New file.
9375         * modules/strstr: Remove file.
9376         * lib/mbsstr.c: Renamed from lib/strstr.c.
9377         (mbsstr): Renamed from strstr.
9378         * lib/string_.h (strstr): Remove declaration. Change the conditional
9379         link warning.
9380         (mbsstr): New declaration.
9381         * m4/mbsstr.m4: New file.
9382         * m4/strstr.m4: Remove file.
9383         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
9384         REPLACE_STRSTR.
9385         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
9386         Don't initialize GNULIB_STRSTR.
9387         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
9388         substitute GNULIB_STRSTR and REPLACE_STRSTR.
9389         * MODULES.html.sh (Internationalization functions): Add mbsstr.
9390         (Support for systems lacking ANSI C 89): Remove strstr.
9391
9392 2007-02-04  Bruno Haible  <bruno@clisp.org>
9393
9394         New module mbsrchr.
9395         * modules/mbsrchr: New file.
9396         * lib/mbsrchr.c: New file.
9397         * lib/string_.h (strrchr): Add a conditional link warning.
9398         (mbsrchr): New declaration.
9399         * m4/mbsrchr.m4: New file.
9400         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9401         GNULIB_MBSRCHR.
9402         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
9403         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
9404
9405 2007-02-04  Bruno Haible  <bruno@clisp.org>
9406
9407         New module mbschr.
9408         * modules/mbschr: New file.
9409         * lib/mbschr.c: New file.
9410         * lib/string_.h (strchr): Add a conditional link warning.
9411         (mbschr): New declaration.
9412         * m4/mbschr.m4: New file.
9413         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9414         GNULIB_MBSCHR.
9415         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
9416         * MODULES.html.sh (Internationalization functions): Add mbschr.
9417
9418 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
9419
9420         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
9421
9422         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
9423
9424 2007-02-04  Bruno Haible  <bruno@clisp.org>
9425
9426         New module description section 'configure.ac-early'.
9427         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
9428         (func_get_autoconf_early_snippet): New function.
9429         (func_import, func_create_testdir): Use it. Remove special cases for
9430         modules 'extensions' and 'lock'.
9431         * modules/extensions (configure.ac-early): Require
9432         gl_USE_SYSTEM_EXTENSIONS.
9433         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
9434
9435 2007-02-04  Bruno Haible  <bruno@clisp.org>
9436
9437         Make use of gcj-4.3's -fsource and -ftarget option.
9438         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
9439         and if so try the options -fsource and -ftarget.
9440         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
9441         source_version, ftarget_option, target_version arguments.
9442         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
9443         (is_envjavac_oldgcj_14_14_usable): Renamed from
9444         is_envjavac_gcj_14_14_usable.
9445         (is_envjavac_oldgcj_14_13_usable): Renamed from
9446         is_envjavac_gcj_14_13_usable.
9447         (is_gcj_present): Update.
9448         (is_gcj_43, is_gcj43_usable): New functions.
9449         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
9450         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
9451         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
9452         try the options -fsource and -ftarget.
9453
9454 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
9455
9456         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
9457         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
9458         larger value.
9459
9460 2007-02-03  Jim Meyering  <jim@meyering.net>
9461
9462         Give tools a better chance to allocate space for very large buffers.
9463         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
9464
9465         Make pwd and readlink work also when run with an unreadable parent dir
9466         on systems with openat support.
9467         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
9468         provided getcwd function, even when we have openat support.
9469         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
9470
9471 2007-02-02  Bruno Haible  <bruno@clisp.org>
9472
9473         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
9474         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
9475         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
9476         portability problems if one of these functions is only used on specific
9477         platforms.
9478         Reported by Paul Eggert.
9479
9480 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
9481
9482         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
9483         is causing more trouble than it's curing.
9484         * lib/regex_internal.h (__mempcpy): Remove.
9485         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
9486         (and make the code a tad smaller to boot).
9487         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
9488
9489 2007-02-02  Jim Meyering  <jim@meyering.net>
9490
9491         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
9492         section, not in the Makefile.am: one.
9493
9494 2007-02-02  Eric Blake  <ebb9@byu.net>
9495
9496         * lib/strchrnul.c: Always include config.h first.
9497
9498         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
9499         gnulib strstr is not necessary here.
9500
9501 2007-02-02  Simon Josefsson  <simon@josefsson.org>
9502
9503         * m4/socklen.m4: Fix typo.
9504
9505 2007-02-02  Eric Blake  <ebb9@byu.net>
9506
9507         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
9508         * modules/netinet_in (Makefile.am): Likewise.
9509
9510 2007-02-01  Bruno Haible  <bruno@clisp.org>
9511
9512         * lib/string_.h (GL_LINK_WARNING): New macro.
9513         (strcasecmp, strstr, strcasestr): If provided by the system,
9514         conditionally define as a macro that leads to a warning instead of to
9515         an error.
9516         (strncasecmp): Conditionally define as a macro that leads to a warning.
9517
9518 2007-02-01  Karl Berry  <karl@gnu.org>
9519
9520         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
9521
9522 2007-02-01  Bruno Haible  <bruno@clisp.org>
9523
9524         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
9525         renamings.
9526
9527 2007-02-01  Eric Blake  <ebb9@byu.net>
9528
9529         * modules/regex (Depends-on): Revert dependence on mempcpy.
9530         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
9531         module's definition of mempcpy.
9532         Reported by Paul Eggert.
9533
9534 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
9535
9536         * lib/string_.h: If the gnulib module XYZ is not present, undefine
9537         the symbol XYZ before redefining it.  This fixes a problem with
9538         programs that don't use XYZ, when compiled on systems that define
9539         XYZ to something else.
9540
9541 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
9542
9543         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
9544         occurs when "mkdir -m foo" creates a setgid directory that is (1)
9545         writeable to group or other and (2) is intended to have a special
9546         mode bit that is set or cleared.  In such a case, the directory
9547         should be neither group- nor other-writeable until the special
9548         mode bits are right.
9549
9550 2007-01-31  Eric Blake  <ebb9@byu.net>
9551
9552         * modules/mountlist (Depends-on): Add strstr.
9553
9554         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
9555         bug.
9556         * modules/string (Makefile.am): Remove redundant replacement.
9557         * modules/regex (Depends-on): Add mempcpy.
9558
9559 2007-01-31  Bruno Haible  <bruno@clisp.org>
9560
9561         New module description field 'Link'.
9562         * gnulib-tool (func_usage): Document --extract-link-directive.
9563         (sed_extract_prog): Recognize 'Link' directive.
9564         (func_get_link_directive): New function.
9565         (func_import): Show summary of link directives.
9566         Handle --extract-link-directive option.
9567         * modules/acl (Link): New section.
9568         * modules/clock-time (Link): New section.
9569         * modules/euidaccess (Link): New section.
9570         * modules/gettext (Link): New section.
9571         * modules/iconv (Link): New section.
9572         * modules/lock (Link): New section.
9573         * modules/nanosleep (Link): New section.
9574         * modules/readline (Link): New section.
9575
9576 2007-01-27  Bruno Haible  <bruno@clisp.org>
9577
9578         Enforce the use of gnulib modules for unportable <string.h> functions.
9579         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
9580         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
9581         (gl_HEADER_STRING_H_BODY): Require it.
9582         * lib/string_.h: If the gnulib module XYZ is not present, redefine
9583         the symbol XYZ to one that gives a link error.
9584         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
9585         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
9586         * modules/mempcpy (configure.ac): Likewise.
9587         * modules/memrchr (configure.ac): Likewise.
9588         * modules/stpcpy (configure.ac): Likewise.
9589         * modules/stpncpy (configure.ac): Likewise.
9590         * modules/strcase (configure.ac): Likewise.
9591         * modules/strcasestr (configure.ac): Likewise.
9592         * modules/strchrnul (configure.ac): Likewise.
9593         * modules/strdup (configure.ac): Likewise.
9594         * modules/strndup (configure.ac): Likewise.
9595         * modules/strnlen (configure.ac): Likewise.
9596         * modules/strpbrk (configure.ac): Likewise.
9597         * modules/strsep (configure.ac): Likewise.
9598         * modules/strstr (configure.ac): Likewise.
9599         * modules/strtok_r (configure.ac): Likewise.
9600
9601 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
9602
9603         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
9604
9605 2007-01-30  Jim Meyering  <jim@meyering.net>
9606
9607         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
9608
9609 2007-01-29  Bruno Haible  <bruno@clisp.org>
9610
9611         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
9612         * lib/execute.c: Likewise.
9613         * lib/pipe.c: Likewise.
9614         * lib/printf-args.h: Likewise.
9615         * lib/printf-args.c: Likewise.
9616         * lib/printf-parse.c: Likewise.
9617         * lib/vasnprintf.c: Likewise.
9618
9619 2007-01-29  Eric Blake  <ebb9@byu.net>
9620
9621         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
9622         declaration.
9623
9624 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
9625
9626         * lib/strptime.h (strptime): Use 'restrict' for args where
9627         POSIX requires this.
9628         * lib/strptime.c (strptime): Likewise.
9629         Change license notice from LGPL to GPL, since gnulib-tool will
9630         change this as needed.
9631         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
9632         defined.
9633         Include "strptime.h" first, to check interface.
9634         Do not #undef _LIBC and _NL_CURRENT.
9635         Do not include <stdlib.h>; no longer needed.
9636         Include "time_r.h" and declare ptime_locale_status
9637         only if _LIBC is not defined.
9638         (__P): Remove unused macro.
9639         (match_string): Bring back glibc version, but use it only if _LIBC
9640         is defined.
9641         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
9642         Remove unnecessary assertion and abort() call.
9643         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
9644         * m4/strptime.m4: Fix serial number comment.
9645         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
9646         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
9647         (Depends-on): Add time_r.
9648
9649 2007-01-29  Bruno Haible  <bruno@clisp.org>
9650
9651         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9652         strptime.
9653         * modules/strptime (Depends-on): Add stdbool.
9654         * lib/strptime.h: Include <time.h> always. Add comments.
9655
9656 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9657
9658         * modules/strptime: New file.
9659         * lib/strptime.h: New file.
9660         * lib/strptime.c: New file.
9661         * m4/strptime.m4: New file.
9662
9663 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
9664
9665         * MODULES.html.sh: New module mpsort.
9666         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
9667
9668         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
9669         a circularity problem with HP-UX ia64 reported by Bob Proulx in
9670         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
9671         All uses changed.
9672         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
9673         All uses changed.
9674         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
9675         to _Restrict_.
9676         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
9677         the parameter matches the prototype.
9678
9679 2007-01-28  Jim Meyering  <jim@meyering.net>
9680
9681         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
9682         sys/time.h here, reverting that part of the previous patch:
9683         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
9684
9685 2007-01-28  Bruno Haible  <bruno@clisp.org>
9686
9687         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
9688         value of $(SYS_TIME_H).
9689         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
9690         remove it conditionally, too. [added by Jim Meyering]
9691         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
9692         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9693         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
9694         GETTIMEOFDAY_REPLACEMENT to 1.
9695
9696 2007-01-28  Bruno Haible  <bruno@clisp.org>
9697
9698         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
9699         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
9700         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
9701         Set UNISTD_H instead of UNISTD_H2.
9702         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
9703
9704 2007-01-28  Bruno Haible  <bruno@clisp.org>
9705
9706         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
9707         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
9708
9709 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9710
9711         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
9712         (func_create_testdir): Ensure C locale for `grep' and `tr'
9713         character ranges.
9714         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
9715         ACLOCAL_AMFLAGS parsing state machine.
9716
9717 2007-01-27  Bruno Haible  <bruno@clisp.org>
9718
9719         * modules/unistr/base: Update.
9720
9721 2007-01-27  Bruno Haible  <bruno@clisp.org>
9722
9723         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
9724         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
9725         * modules/unistr/u32-mbtouc-unsafe: Renamed from
9726         modules/unistr/u32-mbtouc.
9727         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
9728         * lib/unistr.h: Update.
9729         * lib/linebreak.c: Update.
9730         * modules/unistr/u32-mbtouc: Renamed from
9731         modules/unistr/u32-mbtouc-safe.
9732         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
9733         * lib/unistr.h: Update.
9734         * lib/unistr/u32-to-u8.c: Update.
9735         * lib/unistr/u32-to-u16.c: Update.
9736
9737 2007-01-27  Bruno Haible  <bruno@clisp.org>
9738
9739         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
9740         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
9741         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
9742         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
9743         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
9744         * modules/unistr/u16-mbtouc-unsafe: Renamed from
9745         modules/unistr/u16-mbtouc.
9746         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
9747         * lib/unistr.h: Update.
9748         * lib/linebreak.c: Update.
9749         * modules/linebreak: Update.
9750         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
9751         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
9752         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
9753         * modules/unistr/u16-mbtouc: Renamed from
9754         modules/unistr/u16-mbtouc-safe.
9755         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
9756         * lib/unistr.h: Update.
9757         * lib/unistr/u16-to-u8.c: Update.
9758         * modules/unistr/u16-to-u8: Update.
9759         * lib/unistr/u16-to-u32.c: Update.
9760         * modules/unistr/u16-to-u32: Update.
9761
9762 2007-01-27  Bruno Haible  <bruno@clisp.org>
9763
9764         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
9765         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
9766         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
9767         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
9768         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
9769         * modules/unistr/u8-mbtouc-unsafe: Renamed from
9770         modules/unistr/u8-mbtouc.
9771         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
9772         * lib/unistr.h: Update.
9773         * lib/striconveh.c: Update.
9774         * modules/striconveh: Update.
9775         * lib/linebreak.c: Update.
9776         * modules/linebreak: Update.
9777         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
9778         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
9779         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
9780         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
9781         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
9782         * lib/unistr.h: Update.
9783         * lib/striconveh.c: Update.
9784         * modules/striconveh: Update.
9785         * lib/unistr/u8-to-u16.c: Update.
9786         * modules/unistr/u8-to-u16: Update.
9787         * lib/unistr/u8-to-u32.c: Update.
9788         * modules/unistr/u8-to-u32: Update.
9789
9790 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9791
9792         Sync from Libtool.
9793         * lib/argz.c: Do not include strings.h nor memory.h, include
9794         string.h unconditionally.  Patch by Simon Josefsson.
9795
9796 2007-01-27  Bruno Haible  <bruno@clisp.org>
9797
9798         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
9799         from gl_HEADER_STRING_H_BODY.
9800         (gl_HEADER_STRING_H_BODY): Require it.
9801         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
9802         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
9803         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
9804         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
9805         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9806         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
9807         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9808         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
9809         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
9810         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9811         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
9812         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
9813         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
9814         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9815         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9816
9817 2007-01-27  Bruno Haible  <bruno@clisp.org>
9818
9819         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
9820         check_PROGRAMS into noinst_PROGRAMS.
9821         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
9822         check_PROGRAMS in this case.
9823         (func_import): Set for_test to false.
9824         (func_create_testdir): Set for_test to true.
9825
9826 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9827             Bruno Haible  <bruno@clisp.org>
9828
9829         * modules/strcasestr (Files): Remove lib/strcasestr.h.
9830         (Depends-on): Add string.
9831         (Includes): Use <string.h> instead of strcasestr.h.
9832         * modules/string (Makefile.am): Also substitute the value of
9833         REPLACE_STRCASESTR.
9834         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
9835         assume strcasestr is declared in <string.h> not <strings.h>. Also
9836         set REPLACE_STRCASESTR.
9837         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
9838         REPLACE_STRCASESTR.
9839         * lib/strcasestr.h: Remove file.
9840         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
9841         * lib/string_.h (strcasestr): New declaration.
9842
9843 2007-01-27  Bruno Haible  <bruno@clisp.org>
9844
9845         * lib/string_.h: Use 'extern'.
9846
9847 2007-01-27  Jim Meyering  <jim@meyering.net>
9848
9849         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
9850         of set-but-not-used local, "q".
9851
9852         * lib/mempcpy.c: Include <config.h> before <string.h>.
9853         This fixes a compilation error on HP-UX, due to the system's
9854         "restrict"-using mempcpy prototype.
9855
9856 2007-01-26  Bruno Haible  <bruno@clisp.org>
9857
9858         Small optimization.
9859         * lib/javacomp.c: Include c-strstr.h.
9860          (is_envjavac_gcj): Use c_strstr instead of strstr.
9861         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
9862
9863 2007-01-26  Bruno Haible  <bruno@clisp.org>
9864
9865         * MODULES.html.sh (Unicode string functions): Add the new modules.
9866
9867         * modules/uniconv/u32-strconv-to-locale: New file.
9868         * lib/uniconv/u32-strconv-to-locale.c: New file.
9869
9870         * modules/uniconv/u16-strconv-to-locale: New file.
9871         * lib/uniconv/u16-strconv-to-locale.c: New file.
9872
9873         * modules/uniconv/u8-strconv-to-locale: New file.
9874         * lib/uniconv/u8-strconv-to-locale.c: New file.
9875
9876         * modules/uniconv/u32-strconv-from-locale: New file.
9877         * lib/uniconv/u32-strconv-from-locale.c: New file.
9878
9879         * modules/uniconv/u16-strconv-from-locale: New file.
9880         * lib/uniconv/u16-strconv-from-locale.c: New file.
9881
9882         * modules/uniconv/u8-strconv-from-locale: New file.
9883         * lib/uniconv/u8-strconv-from-locale.c: New file.
9884
9885         * modules/uniconv/u32-strconv-to-enc: New file.
9886         * lib/uniconv/u32-strconv-to-enc.c: New file.
9887         * modules/uniconv/u32-strconv-to-enc-tests: New file.
9888         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
9889
9890         * modules/uniconv/u16-strconv-to-enc: New file.
9891         * lib/uniconv/u16-strconv-to-enc.c: New file.
9892         * lib/uniconv/u-strconv-to-enc.h: New file.
9893         * modules/uniconv/u16-strconv-to-enc-tests: New file.
9894         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
9895
9896         * modules/uniconv/u8-strconv-to-enc: New file.
9897         * lib/uniconv/u8-strconv-to-enc.c: New file.
9898         * modules/uniconv/u8-strconv-to-enc-tests: New file.
9899         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
9900
9901         * modules/uniconv/u32-strconv-from-enc: New file.
9902         * lib/uniconv/u32-strconv-from-enc.c: New file.
9903         * modules/uniconv/u32-strconv-from-enc-tests: New file.
9904         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
9905
9906         * modules/uniconv/u16-strconv-from-enc: New file.
9907         * lib/uniconv/u16-strconv-from-enc.c: New file.
9908         * modules/uniconv/u16-strconv-from-enc-tests: New file.
9909         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
9910
9911         * modules/uniconv/u8-strconv-from-enc: New file.
9912         * lib/uniconv/u8-strconv-from-enc.c: New file.
9913         * lib/uniconv/u-strconv-from-enc.h: New file.
9914         * modules/uniconv/u8-strconv-from-enc-tests: New file.
9915         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
9916
9917         * modules/uniconv/u32-conv-from-enc: New file.
9918         * lib/uniconv/u32-conv-from-enc.c: New file.
9919         * modules/uniconv/u32-conv-from-enc-tests: New file.
9920         * tests/uniconv/test-u32-conv-from-enc.c: New file.
9921
9922         * modules/uniconv/u16-conv-from-enc: New file.
9923         * lib/uniconv/u16-conv-from-enc.c: New file.
9924         * lib/uniconv/u-conv-from-enc.h: New file.
9925         * modules/uniconv/u16-conv-from-enc-tests: New file.
9926         * tests/uniconv/test-u16-conv-from-enc.c: New file.
9927
9928         * modules/uniconv/u8-conv-from-enc: New file.
9929         * lib/uniconv/u8-conv-from-enc.c: New file.
9930         * modules/uniconv/u8-conv-from-enc-tests: New file.
9931         * tests/uniconv/test-u8-conv-from-enc.c: New file.
9932
9933         * modules/uniconv/base: New file.
9934         * lib/uniconv.h: New file.
9935
9936 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9937
9938         * doc/gnulib-tool.texi (Initial import): Update to match current
9939         behavior with strdup module.
9940         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
9941         * lib/memmem.h: Remove; all uses removed.  This is now done
9942         by <string.h>.
9943         * lib/mempcpy.h: Likewise.
9944         * lib/memrchr.h: Likewise.
9945         * lib/stpcpy.h: Likewise.
9946         * lib/stpncpy.h: Likewise.
9947         * lib/strcase.h: Likewise.
9948         * lib/strchrnul.h: Likewise.
9949         * lib/strdup.h: Likewise.
9950         * lib/strndup.h: Likewise.
9951         * lib/strnlen.h: Likewise.
9952         * lib/strpbrk.h: Likewise.
9953         * lib/strsep.h: Likewise.
9954         * lib/strstr.h: Likewise.
9955         * lib/strtok_r.h: Likewise.
9956         * lib/string_.h: New file.
9957         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
9958         Rely on <string.h> instead.
9959         * lib/canon-host.c: Likewise.
9960         * lib/chdir-long.c: Likewise.
9961         * lib/concatpath.c: Likewise.
9962         * lib/exclude.c: Likewise.
9963         * lib/fchdir.c: Likewise.
9964         * lib/getaddrinfo.c: Likewise.
9965         * lib/getcwd.c: Likewise.
9966         * lib/getsubopt.c: Likewise.
9967         * lib/glob.c: Likewise.
9968         * lib/hard-locale.c: Likewise.
9969         * lib/iconvme.c: Likewise.
9970         * lib/javacomp.c: Likewise.
9971         * lib/mempcpy.c: Likewise.
9972         * lib/memrchr.c: Likewise.
9973         * lib/regex_internal.h: Likewise.
9974         * lib/stpncpy.c: Likewise.
9975         * lib/strcasecmp.c: Likewise.
9976         * lib/strchrnul.c: Likewise.
9977         * lib/strdup.c: Likewise.
9978         * lib/striconv.c: Likewise.
9979         * lib/striconveh.c: Likewise.
9980         * lib/striconveha.c: Likewise.
9981         * lib/strncasecmp.c: Likewise.
9982         * lib/strndup.c: Likewise.
9983         * lib/strnlen.c: Likewise.
9984         * lib/strsep.c: Likewise.
9985         * lib/strstr.c: Likewise.
9986         * lib/strtok_r.c: Likewise.
9987         * lib/userspec.c: Likewise.
9988         * lib/w32spawn.h: Likewise.
9989         * lib/xstrndup.c: Likewise.
9990         * lib/mountlist.c (strstr): Remove decl.
9991         * m4/string_h.m4: New file.
9992         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
9993         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
9994         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
9995         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
9996         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
9997         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
9998         Set REPLACE_STRCASECMP if necessary.
9999         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
10000         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
10001         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
10002         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
10003         HAVE_DECL_STRDUP if necessary.
10004         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
10005         since gl_FUNC_STRNDUP does that now.
10006         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
10007         Check for decl here...
10008         (gl_PREREQ_STRNLEN): ... not here.
10009         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
10010         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
10011         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
10012         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
10013         necessary.
10014         * modules/string: New file.
10015         * modules/memmem (Files): Remove special-purpose include file.
10016         (Depends-on): Add string.
10017         (Include): Include <string.h>, not the removed file.
10018         * modules/mempcpy: Likewise.
10019         * modules/memrchr: Likewise.
10020         * modules/stpcpy: Likewise.
10021         * modules/stpncpy: Likewise.
10022         * modules/strcase: Likewise.
10023         * modules/strchrnul: Likewise.
10024         * modules/strdup: Likewise.
10025         * modules/strndup: Likewise.
10026         * modules/strnlen: Likewise.
10027         * modules/strpbrk: Likewise.
10028         * modules/strsep: Likewise.
10029         * modules/strstr: Likewise.
10030         * modules/strtok_r: Likewise.
10031         * tests/test-dirname.c: Don't include "strdup.h", since
10032         <string.h> now suffices.
10033         * tests/test-memmem.c: Don't include "memmem.h", since
10034         <string.h> now suffices.
10035
10036 2007-01-25  Bruno Haible  <bruno@clisp.org>
10037
10038         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
10039         *resultp is 0.
10040
10041         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
10042         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
10043         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
10044         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
10045
10046         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
10047         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
10048         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
10049         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
10050         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
10051         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
10052
10053 2007-01-24  Bruno Haible  <bruno@clisp.org>
10054
10055         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
10056         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
10057         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
10058         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
10059         gl_FUNC_FTS_CORE.
10060         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
10061         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
10062         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
10063         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
10064         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
10065         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
10066         gl_FUNC_FCHOWNAT.
10067         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
10068         gl_FUNC_STRFTIME.
10069         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
10070         Reported by Ralf Wildenhues.
10071
10072 2007-01-24  Bruno Haible  <bruno@clisp.org>
10073
10074         Drop AC_REQUIRE calls that are redundant with the module dependencies.
10075         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
10076         gl_GETADDRINFO.
10077         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
10078         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
10079         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
10080
10081 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
10082
10083         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
10084         Don't use 'exit'; just return from 'main'.
10085         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
10086
10087         * lib/fnmatch_.h: Readjust white space and comments to match
10088         glibc, to avoid spurious diffs.
10089
10090 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10091
10092         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
10093         2004-12-01 change by Jakub Jelinek, since this code won't compile
10094         if !LIBC.  Problem reported by Bob Proulx.
10095
10096 2007-01-23  Bruno Haible  <bruno@clisp.org>
10097
10098         * lib/striconveh.c: Include c-strcaseeq.h.
10099         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
10100         * modules/striconveh (Depends-on): Add c-strcaseeq.
10101
10102 2007-01-23  Bruno Haible  <bruno@clisp.org>
10103
10104         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
10105
10106         * modules/c-strcaseeq: New file.
10107         * lib/c-strcaseeq.h: New file.
10108
10109         * modules/streq: New file.
10110         * lib/streq.h: New file.
10111
10112 2007-01-23  Bruno Haible  <bruno@clisp.org>
10113
10114         * modules/striconveha-tests: New file.
10115         * tests/test-striconveha.c: New file.
10116
10117         * lib/striconveha.h: Include <stdbool.h>.
10118         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
10119         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
10120         (mem_iconveha_notranslit): Renamed from mem_iconveha.
10121         (mem_iconveha): New function.
10122         (str_iconveha_notranslit): Renamed from str_iconveha.
10123         (str_iconveha): New function.
10124         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
10125         c-strcase.
10126
10127 2007-01-23  Bruno Haible  <bruno@clisp.org>
10128
10129         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
10130         encodings without forgiving before trying any encoding with handler.
10131         (str_iconveha): Try all encodings without forgiving before trying any
10132         encoding with handler.
10133
10134 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10135
10136         Import the following changes from libc.
10137
10138         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
10139
10140         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
10141
10142         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
10143
10144         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
10145         normal_bracket label.
10146
10147         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
10148
10149         [BZ #361]
10150         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
10151         to normal_bracket after fetching the next character.
10152
10153 2007-01-22  Bruno Haible  <bruno@clisp.org>
10154
10155         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
10156         argument.
10157         * lib/striconveh.c (iconv_carefully_1): New function.
10158         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
10159         argument.
10160         (str_cd_iconveh): Update.
10161         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
10162         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
10163         * tests/test-striconveh.c (MAGIC): New macro.
10164         (new_offsets): New function.
10165         (main): Test call with and without offsets.
10166
10167 2007-01-22  Bruno Haible  <bruno@clisp.org>
10168
10169         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
10170         * modules/sys_select (Makefile.am): Likewise.
10171         * modules/sys_socket (Makefile.am): Likewise.
10172         * modules/sys_time (Makefile.am): Likewise.
10173
10174 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10175
10176         * modules/gettimeofday (License): Change from GPL to LGPL, since
10177         gettimeofday is a library function.
10178
10179 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10180
10181         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
10182
10183 2007-01-21  Bruno Haible  <bruno@clisp.org>
10184
10185         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
10186
10187 2007-01-21  Bruno Haible  <bruno@clisp.org>
10188
10189         * modules/striconveha: New file.
10190         * lib/striconveha.h: New file.
10191         * lib/striconveha.c: New file.
10192         * MODULES.html.sh (Internationalization functions): Add striconveha.
10193         * lib/striconv.c (str_iconv): Optimize the case of an empty input
10194         string.
10195         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
10196
10197 2007-01-21  Bruno Haible  <bruno@clisp.org>
10198
10199         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
10200         * lib/striconveh.c (str_iconveh): Likewise.
10201
10202 2007-01-21  Bruno Haible  <bruno@clisp.org>
10203
10204         * lib/striconveh.h (mem_iconveh): New declaration.
10205         * lib/striconveh.c (mem_iconveh): New function.
10206         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
10207
10208 2007-01-21  Bruno Haible  <bruno@clisp.org>
10209
10210         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
10211
10212         * lib/striconveh.h (mem_cd_iconveh): Change specification.
10213         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
10214         original result buffer.
10215         (str_cd_iconveh): Update.
10216         * tests/test-striconveh.c (main): Update.
10217
10218         * lib/striconv.h (mem_cd_iconv): Change specification.
10219         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
10220         result buffer.
10221         (str_cd_iconv): Update.
10222         * tests/test-striconv.c (main): Update.
10223
10224 2007-01-21  Bruno Haible  <bruno@clisp.org>
10225
10226         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
10227
10228 2007-01-20  Jim Meyering  <jim@meyering.net>
10229
10230         * lib/userspec.c (parse_with_separator): If a user or group string
10231         starts with "+", skip the corresponding name-to-ID look-up, since
10232         such a look-up must fail: user and group names may not include "+".
10233
10234 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
10235
10236         * lib/poll.c: Include sys/time.h and time.h unconditionally,
10237         since we now assume the sys_time module.
10238         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
10239         check for sys/time.h; no longer needed.
10240         * modules/poll (Depends-on): Depend on sys_time.
10241
10242 2007-01-18  Bruno Haible  <bruno@clisp.org>
10243
10244         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
10245         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
10246
10247         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
10248         gettimeofday.
10249
10250         * tests/test-gettimeofday.c: Include <time.h>.
10251         (dummy): Remove variable.
10252
10253         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
10254         gl_HEADER_SYS_TIME_H.
10255         (gl_HEADER_SYS_TIME_H): New macro.
10256
10257         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
10258         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10259         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
10260         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
10261         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10262         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
10263         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
10264         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10265         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
10266         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
10267         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10268
10269         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
10270         last change; it caused a compilation error when cross-compiling to
10271         Cygwin.
10272
10273 2007-01-18  Jim Meyering  <jim@meyering.net>
10274
10275         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
10276         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
10277         than the race-prone "test -d sys || mkdir sys".
10278         (configure.ac): Use AC_PROG_MKDIR_P.
10279         * modules/sys_select: Likewise.
10280         * modules/sys_socket: Likewise.
10281         * modules/sys_time: Likewise.
10282
10283 2007-01-18  Eric Blake  <ebb9@byu.net>
10284
10285         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
10286         replace gettimeofday.
10287         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
10288         name, to avoid infinite recursion.
10289
10290 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
10291
10292         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
10293         module sys_time.
10294         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
10295         assume timespec.h defines struct timeval.
10296         * lib/settime.c: Likewise.
10297         * lib/utimens.c: Likewise.
10298         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
10299         since we now assume the gettimeofday module.
10300         * lib/tempname.c (__gen_tempname): Likewise.
10301         * lib/gettimeofday.h: Remove.
10302         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
10303         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
10304         Include <time.h>, for 'time()'.
10305         (localtime_buffer_addr): Also use this workaround if
10306         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
10307         to simplify the uses.  All uses changed.
10308         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
10309         that #undef is inside {}, and 'const' follows type name consistently.
10310         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
10311         (gettimeofday): Do not use the maximum possible value for
10312         tv->tv_usec, since that might break usages other than ls.c.
10313         Instead, we'll leave ls.c alone.  This undoes today's patch
10314         by Bruno.  Add a compile-time warning for 1s-clock resolution;
10315         we've never observed the problem but might as well keep the
10316         canary.
10317         * lib/nanosleep.c: Include timespec.h first, for interface check.
10318         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
10319         now assume the sys_time module.
10320         * lib/tempname.c: Likewise.
10321         * lib/timespec.h: Likewise.
10322         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
10323         needed.
10324         * lib/strftime.c: Likewise.
10325         * lib/timespec.h: Likewise.
10326         * lib/posixtm.c: Include posixtm.h first, for interface check.
10327         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
10328         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
10329         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
10330         * lib/sys_time_.h: New file.
10331         * lib/timespec.h (struct timespec): Use long int, not long.
10332         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
10333         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
10334         Remove obsolescent call to AC_HEADER_TIME.
10335         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
10336         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10337         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
10338         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
10339         Likewise.
10340         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
10341         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
10342         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
10343         into the sys_time module.  Check for gettimeofday just once.
10344         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
10345         for gettimeofday signature to just check the signature.  Merely
10346         compile it, since linking doesn't test signature.  Improve test for
10347         whether gettimeofday.o is actually needed.
10348         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
10349         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
10350         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
10351         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10352         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
10353         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
10354         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
10355         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
10356         than worrying about sys/time.h.
10357         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
10358         Don't bother worrying about TIME_WITH_SYS_TIME.
10359         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
10360         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
10361         * m4/sys_time_h.m4: New file.
10362         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
10363         Don't include sys/time.h.  Return from main rather than exiting.
10364         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
10365         all uses changed.
10366         * modules/gethrxtime (Depends-on): Add sys_time.
10367         * modules/gettime (Depends-on): Likewise.
10368         * modules/gettimeofday (Depends-on): Likewise.
10369         * modules/nanosleep (Depends-on): Likewise.
10370         * modules/settime (Depends-on): Likewise.
10371         * modules/tempname (Depends-on): Likewise.
10372         * modules/utimens (Depends-on): Likewise.
10373         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
10374         (Include:) Change back to <sys/time.h>.
10375         (Maintainer:) Add self.
10376         * modules/sys_time: New file.
10377         * modules/tempname (Depends-on): Add gettimeofday.
10378         * tests/test-gettimeofday.c: Include <sys/time.h>
10379         rather than gettimeofday.h.
10380
10381 2007-01-17  Bruno Haible  <bruno@clisp.org>
10382
10383         * gnulib-tool (func_get_license): Revert last patch. Instead, let
10384         the license default to GPL.
10385         (func_create_testdir): Don't complain if a module is LGPL and its
10386         tests module depends on GPLed modules.
10387
10388 2007-01-17  Bruno Haible  <bruno@clisp.org>
10389
10390         * lib/gettimeofday.c (gettimeofday): Add code for the case
10391         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
10392         maximum possible value for tv->tv_usec, rather than the minimum one.
10393
10394 2005-10-08  Martin Lambers  <marlam@marlam.de>
10395 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10396 2007-01-16  Bruno Haible  <bruno@clisp.org>
10397
10398         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
10399         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
10400         gl_FUNC_GETTIMEOFDAY.
10401         (Include): Add gettimeofday.h.
10402         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
10403         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
10404         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
10405         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
10406         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
10407         * lib/gettimeofday.h: New file.
10408         * lib/gettimeofday.c: Include <sys/timeb.h>.
10409         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
10410         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10411         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
10412         fall back on time().
10413
10414         * tests/test-gettimeofday.c: New file.
10415         * modules/gettimeofday-tests: New file.
10416
10417 2007-01-16  Eric Blake  <ebb9@byu.net>
10418
10419         * modules/fnmatch (Depends-on): Depend on wchar.
10420         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
10421         * m4/fnmatch.m4: Likewise.
10422         * modules/mbchar (Makefile.am): Assume <wchar.h>.
10423         * m4/mbchar.m4: Likewise.
10424         * modules/mbswidth (Depends-on): Depend on wchar.
10425         * lib/mbswidth.c: Assume <wchar.h>.
10426         * m4/mbswidth.m4: Likewise.
10427         * modules/quotearg (Depends-on): Depend on wchar.
10428         * lib/quotearg.c: Assume <wchar.h>.
10429         * m4/quotearg.m4: Likewise.
10430         * modules/regex (Depends-on): Depend on wchar.
10431         * lib/regex_internal.h: Assume <wchar.h>.
10432         * m4/regex.m4: Likewise.
10433         * modules/stdint (Depends-on): Depend on wchar.
10434         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
10435         * m4/stdint.m4: Likewise.
10436         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
10437         * modules/strftime (Depends-on): Depend on wchar.
10438         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
10439         * modules/strtol (Depends-on): Depend on wchar.
10440         * lib/strtol.c: Assume <wchar.h>.
10441         * modules/wcwidth (Depends-on): Depend on wchar.
10442         * lib/wcwidth.h: Assume <wchar.h>.
10443         * m4/wcwidth.m4: Likewise.
10444
10445 2007-01-16  Bruno Haible  <bruno@clisp.org>
10446
10447         * modules/csharpexec-script: New, created from...
10448         * modules/csharpexec: ... this.
10449
10450 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
10451
10452         * modules/javaexec-script: New, created from...
10453         * modules/javaexec: ... this.
10454
10455 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10456
10457         * modules/poll (Dependencies): Add sys_select.
10458
10459 2007-01-15  Jim Meyering  <jim@meyering.net>
10460
10461         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
10462         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
10463         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
10464         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
10465
10466 2007-01-15  Bruno Haible  <bruno@clisp.org>
10467
10468         * modules/striconveh: New file.
10469         * lib/striconveh.h: New file.
10470         * lib/striconveh.c: New file.
10471         * MODULES.html.sh (Internationalization functions): Add striconveh.
10472
10473         * modules/striconveh-tests: New file.
10474         * tests/test-striconveh.c: New file.
10475
10476 2007-01-15  Bruno Haible  <bruno@clisp.org>
10477
10478         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
10479         not from GNU libiconv or GNU libc.
10480
10481 2007-01-15  Bruno Haible  <bruno@clisp.org>
10482
10483         * doc/gnulib-intro.texi (Copyright): Explain the different license
10484         terms for module descriptions, autoconf macros, tests, documentation.
10485
10486 2007-01-14  Bruno Haible  <bruno@clisp.org>
10487
10488         * modules/striconv-tests: New file.
10489         * tests/test-striconv.c: New file.
10490
10491 2007-01-14  Bruno Haible  <bruno@clisp.org>
10492
10493         * modules/iconv-tests: New file.
10494         * tests/test-iconv.c: New file.
10495
10496 2007-01-14  Bruno Haible  <bruno@clisp.org>
10497
10498         * gnulib-tool (func_get_license): For test modules, use the license of
10499         the main module.
10500
10501 2007-01-14  Bruno Haible  <bruno@clisp.org>
10502
10503         * modules/iconv (Include): Clarify that <iconv.h> can only be included
10504         if iconv is found to exist.
10505
10506 2007-01-14  Bruno Haible  <bruno@clisp.org>
10507
10508         * modules/c-ctype-tests: New file.
10509         * tests/test-c-ctype.c: New file.
10510
10511 2007-01-14  Bruno Haible  <bruno@clisp.org>
10512
10513         * modules/binary-io-tests: New file.
10514         * tests/test-binary-io.sh: New file.
10515         * tests/test-binary-io.c: New file.
10516
10517 2007-01-14  Bruno Haible  <bruno@clisp.org>
10518
10519         * modules/array-oset-tests: New file.
10520         * tests/test-array_oset.c: New file.
10521
10522 2007-01-14  Bruno Haible  <bruno@clisp.org>
10523
10524         * modules/array-list-tests: New file.
10525         * tests/test-array_list.c: New file.
10526
10527 2007-01-14  Bruno Haible  <bruno@clisp.org>
10528
10529         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
10530         and make.
10531         Reported by Simon Josefsson in
10532         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
10533
10534 2007-01-14  Bruno Haible  <bruno@clisp.org>
10535
10536         * modules/allocsa-tests: New file.
10537         * tests/test-allocsa.c: New file.
10538
10539 2007-01-14  Bruno Haible  <bruno@clisp.org>
10540
10541         * modules/fchdir (Depends-on): Add absolute-header.
10542         * modules/unistd (Depends-on): Likewise.
10543
10544 2006-12-30  Bruno Haible  <bruno@clisp.org>
10545
10546         * modules/fchdir: New file.
10547         * modules/unistd (Files): Add lib/unistd_.h.
10548         (Makefile.am): Generate unistd.h from unistd_.h.
10549         * lib/fchdir.c: New file.
10550         * lib/dirent_.h: New file.
10551         * lib/unistd_.h: New file.
10552         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
10553         * m4/fchdir.m4: New file.
10554         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
10555         (gl_HEADER_UNISTD): Invoke it.
10556         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
10557         function.
10558         * lib/backupfile.c (opendir, closedir): Undefine.
10559         * lib/chown.c (open, close): Undefine.
10560         * lib/clean-temp.c (open, close): Undefine.
10561         * lib/copy-file.c (open, close): Undefine.
10562         * lib/execute.c (open, close): Undefine.
10563         * lib/fsusage.c (open, close): Undefine.
10564         * lib/gc-gnulib.c (open, close): Undefine.
10565         * lib/getcwd.c (opendir, closedir): Undefine.
10566         * lib/glob.c (opendir, closedir): Undefine.
10567         * lib/javacomp.c (open, close): Undefine.
10568         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
10569         * lib/openat-proc.c (open, close): Undefine.
10570         * lib/pagealign_alloc.c (open, close): Undefine.
10571         * lib/pipe.c (open, close): Undefine.
10572         * lib/progreloc.c (open, close): Undefine.
10573         * lib/savedir.c (opendir, closedir): Undefine.
10574         * lib/utime.c (open, close): Undefine.
10575         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
10576
10577 2007-01-10  Bruno Haible  <bruno@clisp.org>
10578
10579         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
10580
10581 2007-01-12  Eric Blake  <ebb9@byu.net>
10582
10583         Provide a robust <wchar.h>.  Further simplifications are now
10584         possible in other modules, but not included here.
10585         * modules/wchar: New module.
10586         * m4/wchar.m4: New file.
10587         * lib/wchar_.h: Likewise.
10588         * modules/mbchar (Depends-on): Depend on wchar, as the first use
10589         of the new module.
10590         * MODULES.html.sh (Extended multibyte and wide character utilities):
10591         New section.
10592
10593 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
10594
10595         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
10596         to a reasonable default for memory allocation.
10597         (xreadlink): Don't allocate a huge buffer, to work around a buggy
10598         file system that reports garbage st_size values for symlinks.
10599         Problem reported by Liyang Hu.
10600
10601 2007-01-11  Simon Josefsson  <simon@josefsson.org>
10602
10603         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
10604         Emacs .#* auto-save files).
10605
10606 2007-01-11  Bruno Haible  <bruno@clisp.org>
10607
10608         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
10609         directory.
10610
10611 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10612
10613         Use @...@ consistently in lib/wctype_.h.
10614         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
10615         on it being set to 1 or 0.
10616         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
10617         go back to AC_SUBSTing it.
10618         * modules/wctype (Makefile.am): Undo previous change.
10619
10620 2007-01-10  Eric Blake  <ebb9@byu.net>
10621
10622         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
10623         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
10624         * modules/wctype (Makefile.am): Likewise.
10625         Reported by Chris McGuire.
10626
10627 2007-01-10  Jim Meyering  <jim@meyering.net>
10628
10629         fts.c: a small readability/maintainability improvement
10630         * lib/fts.c (fts_read): Make this code slightly more readable and
10631         maintainable by hoisting the "sp->fts_cur = p" assignments to
10632         immediately follow the statements that set P.  Derived from
10633         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
10634
10635 2007-01-10  Eric Blake  <ebb9@byu.net>
10636
10637         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
10638         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
10639         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10640         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
10641         Reported by Chris McGuire.
10642
10643 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10644
10645         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
10646         in sed script.
10647
10648 2007-01-09  Bruno Haible  <bruno@clisp.org>
10649
10650         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
10651         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
10652         variables.
10653         (func_module): Use them.
10654
10655 2007-01-09  Bruno Haible  <bruno@clisp.org>
10656
10657         * modules/unistr/base: New file.
10658         * lib/unistr.h: New file.
10659
10660         * modules/unistr/u8-to-u16: New file.
10661         * lib/unistr/u8-to-u16.c: New file.
10662
10663         * modules/unistr/u8-to-u32: New file.
10664         * lib/unistr/u8-to-u32.c: New file.
10665
10666         * modules/unistr/u16-to-u8: New file.
10667         * lib/unistr/u16-to-u8.c: New file.
10668
10669         * modules/unistr/u16-to-u32: New file.
10670         * lib/unistr/u16-to-u32.c: New file.
10671
10672         * modules/unistr/u32-to-u8: New file.
10673         * lib/unistr/u32-to-u8.c: New file.
10674
10675         * modules/unistr/u32-to-u16: New file.
10676         * lib/unistr/u32-to-u16.c: New file.
10677
10678         * modules/unistr/u8-check: New file.
10679         * modules/unistr/u16-check: New file.
10680         * modules/unistr/u32-check: New file.
10681         * lib/unistr/u8-check.c: New file.
10682         * lib/unistr/u16-check.c: New file.
10683         * lib/unistr/u32-check.c: New file.
10684
10685         * modules/unistr/u8-chr: New file.
10686         * modules/unistr/u16-chr: New file.
10687         * modules/unistr/u32-chr: New file.
10688         * lib/unistr/u8-chr.c: New file.
10689         * lib/unistr/u16-chr.c: New file.
10690         * lib/unistr/u32-chr.c: New file.
10691
10692         * modules/unistr/u8-cmp: New file.
10693         * modules/unistr/u16-cmp: New file.
10694         * modules/unistr/u32-cmp: New file.
10695         * lib/unistr/u8-cmp.c: New file.
10696         * lib/unistr/u16-cmp.c: New file.
10697         * lib/unistr/u32-cmp.c: New file.
10698
10699         * modules/unistr/u8-cpy: New file.
10700         * modules/unistr/u16-cpy: New file.
10701         * modules/unistr/u32-cpy: New file.
10702         * lib/unistr/u8-cpy.c: New file.
10703         * lib/unistr/u16-cpy.c: New file.
10704         * lib/unistr/u32-cpy.c: New file.
10705         * lib/unistr/u-cpy.h: New file.
10706
10707         * modules/unistr/u8-cpy-alloc: New file.
10708         * modules/unistr/u16-cpy-alloc: New file.
10709         * modules/unistr/u32-cpy-alloc: New file.
10710         * lib/unistr/u8-cpy-alloc.c: New file.
10711         * lib/unistr/u16-cpy-alloc.c: New file.
10712         * lib/unistr/u32-cpy-alloc.c: New file.
10713         * lib/unistr/u-cpy-alloc.h: New file.
10714
10715         * modules/unistr/u8-endswith: New file.
10716         * modules/unistr/u16-endswith: New file.
10717         * modules/unistr/u32-endswith: New file.
10718         * lib/unistr/u8-endswith.c: New file.
10719         * lib/unistr/u16-endswith.c: New file.
10720         * lib/unistr/u32-endswith.c: New file.
10721         * lib/unistr/u-endswith.h: New file.
10722
10723         * modules/unistr/u8-mblen: New file.
10724         * modules/unistr/u16-mblen: New file.
10725         * modules/unistr/u32-mblen: New file.
10726         * lib/unistr/u8-mblen.c: New file.
10727         * lib/unistr/u16-mblen.c: New file.
10728         * lib/unistr/u32-mblen.c: New file.
10729
10730         * modules/unistr/u8-mbtouc: New file.
10731         * modules/unistr/u16-mbtouc: New file.
10732         * modules/unistr/u32-mbtouc: New file.
10733         * lib/unistr/u8-mbtouc.c: New file.
10734         * lib/unistr/u16-mbtouc.c: New file.
10735         * lib/unistr/u32-mbtouc.c: New file.
10736
10737         * modules/unistr/u8-mbtouc-safe: New file.
10738         * modules/unistr/u16-mbtouc-safe: New file.
10739         * modules/unistr/u32-mbtouc-safe: New file.
10740         * lib/unistr/u8-mbtouc-safe.c: New file.
10741         * lib/unistr/u16-mbtouc-safe.c: New file.
10742         * lib/unistr/u32-mbtouc-safe.c: New file.
10743
10744         * modules/unistr/u8-move: New file.
10745         * modules/unistr/u16-move: New file.
10746         * modules/unistr/u32-move: New file.
10747         * lib/unistr/u8-move.c: New file.
10748         * lib/unistr/u16-move.c: New file.
10749         * lib/unistr/u32-move.c: New file.
10750         * lib/unistr/u-move.h: New file.
10751
10752         * modules/unistr/u8-next: New file.
10753         * modules/unistr/u16-next: New file.
10754         * modules/unistr/u32-next: New file.
10755         * lib/unistr/u8-next.c: New file.
10756         * lib/unistr/u16-next.c: New file.
10757         * lib/unistr/u32-next.c: New file.
10758
10759         * modules/unistr/u8-prev: New file.
10760         * modules/unistr/u16-prev: New file.
10761         * modules/unistr/u32-prev: New file.
10762         * lib/unistr/u8-prev.c: New file.
10763         * lib/unistr/u16-prev.c: New file.
10764         * lib/unistr/u32-prev.c: New file.
10765
10766         * modules/unistr/u8-set: New file.
10767         * modules/unistr/u16-set: New file.
10768         * modules/unistr/u32-set: New file.
10769         * lib/unistr/u8-set.c: New file.
10770         * lib/unistr/u16-set.c: New file.
10771         * lib/unistr/u32-set.c: New file.
10772         * lib/unistr/u-set.h: New file.
10773
10774         * modules/unistr/u8-startswith: New file.
10775         * modules/unistr/u16-startswith: New file.
10776         * modules/unistr/u32-startswith: New file.
10777         * lib/unistr/u8-startswith.c: New file.
10778         * lib/unistr/u16-startswith.c: New file.
10779         * lib/unistr/u32-startswith.c: New file.
10780         * lib/unistr/u-startswith.h: New file.
10781
10782         * modules/unistr/u8-stpcpy: New file.
10783         * modules/unistr/u16-stpcpy: New file.
10784         * modules/unistr/u32-stpcpy: New file.
10785         * lib/unistr/u8-stpcpy.c: New file.
10786         * lib/unistr/u16-stpcpy.c: New file.
10787         * lib/unistr/u32-stpcpy.c: New file.
10788         * lib/unistr/u-stpcpy.h: New file.
10789
10790         * modules/unistr/u8-stpncpy: New file.
10791         * modules/unistr/u16-stpncpy: New file.
10792         * modules/unistr/u32-stpncpy: New file.
10793         * lib/unistr/u8-stpncpy.c: New file.
10794         * lib/unistr/u16-stpncpy.c: New file.
10795         * lib/unistr/u32-stpncpy.c: New file.
10796         * lib/unistr/u-stpncpy.h: New file.
10797
10798         * modules/unistr/u8-strcat: New file.
10799         * modules/unistr/u16-strcat: New file.
10800         * modules/unistr/u32-strcat: New file.
10801         * lib/unistr/u8-strcat.c: New file.
10802         * lib/unistr/u16-strcat.c: New file.
10803         * lib/unistr/u32-strcat.c: New file.
10804         * lib/unistr/u-strcat.h: New file.
10805
10806         * modules/unistr/u8-strchr: New file.
10807         * modules/unistr/u16-strchr: New file.
10808         * modules/unistr/u32-strchr: New file.
10809         * lib/unistr/u8-strchr.c: New file.
10810         * lib/unistr/u16-strchr.c: New file.
10811         * lib/unistr/u32-strchr.c: New file.
10812
10813         * modules/unistr/u8-strcmp: New file.
10814         * modules/unistr/u16-strcmp: New file.
10815         * modules/unistr/u32-strcmp: New file.
10816         * lib/unistr/u8-strcmp.c: New file.
10817         * lib/unistr/u16-strcmp.c: New file.
10818         * lib/unistr/u32-strcmp.c: New file.
10819
10820         * modules/unistr/u8-strcpy: New file.
10821         * modules/unistr/u16-strcpy: New file.
10822         * modules/unistr/u32-strcpy: New file.
10823         * lib/unistr/u8-strcpy.c: New file.
10824         * lib/unistr/u16-strcpy.c: New file.
10825         * lib/unistr/u32-strcpy.c: New file.
10826         * lib/unistr/u-strcpy.h: New file.
10827
10828         * modules/unistr/u8-strcspn: New file.
10829         * modules/unistr/u16-strcspn: New file.
10830         * modules/unistr/u32-strcspn: New file.
10831         * lib/unistr/u8-strcspn.c: New file.
10832         * lib/unistr/u16-strcspn.c: New file.
10833         * lib/unistr/u32-strcspn.c: New file.
10834         * lib/unistr/u-strcspn.h: New file.
10835
10836         * modules/unistr/u8-strdup: New file.
10837         * modules/unistr/u16-strdup: New file.
10838         * modules/unistr/u32-strdup: New file.
10839         * lib/unistr/u8-strdup.c: New file.
10840         * lib/unistr/u16-strdup.c: New file.
10841         * lib/unistr/u32-strdup.c: New file.
10842         * lib/unistr/u-strdup.h: New file.
10843
10844         * modules/unistr/u8-strlen: New file.
10845         * modules/unistr/u16-strlen: New file.
10846         * modules/unistr/u32-strlen: New file.
10847         * lib/unistr/u8-strlen.c: New file.
10848         * lib/unistr/u16-strlen.c: New file.
10849         * lib/unistr/u32-strlen.c: New file.
10850         * lib/unistr/u-strlen.h: New file.
10851
10852         * modules/unistr/u8-strmblen: New file.
10853         * modules/unistr/u16-strmblen: New file.
10854         * modules/unistr/u32-strmblen: New file.
10855         * lib/unistr/u8-strmblen.c: New file.
10856         * lib/unistr/u16-strmblen.c: New file.
10857         * lib/unistr/u32-strmblen.c: New file.
10858
10859         * modules/unistr/u8-strmbtouc: New file.
10860         * modules/unistr/u16-strmbtouc: New file.
10861         * modules/unistr/u32-strmbtouc: New file.
10862         * lib/unistr/u8-strmbtouc.c: New file.
10863         * lib/unistr/u16-strmbtouc.c: New file.
10864         * lib/unistr/u32-strmbtouc.c: New file.
10865
10866         * modules/unistr/u8-strncat: New file.
10867         * modules/unistr/u16-strncat: New file.
10868         * modules/unistr/u32-strncat: New file.
10869         * lib/unistr/u8-strncat.c: New file.
10870         * lib/unistr/u16-strncat.c: New file.
10871         * lib/unistr/u32-strncat.c: New file.
10872         * lib/unistr/u-strncat.h: New file.
10873
10874         * modules/unistr/u8-strncmp: New file.
10875         * modules/unistr/u16-strncmp: New file.
10876         * modules/unistr/u32-strncmp: New file.
10877         * lib/unistr/u8-strncmp.c: New file.
10878         * lib/unistr/u16-strncmp.c: New file.
10879         * lib/unistr/u32-strncmp.c: New file.
10880
10881         * modules/unistr/u8-strncpy: New file.
10882         * modules/unistr/u16-strncpy: New file.
10883         * modules/unistr/u32-strncpy: New file.
10884         * lib/unistr/u8-strncpy.c: New file.
10885         * lib/unistr/u16-strncpy.c: New file.
10886         * lib/unistr/u32-strncpy.c: New file.
10887         * lib/unistr/u-strncpy.h: New file.
10888
10889         * modules/unistr/u8-strnlen: New file.
10890         * modules/unistr/u16-strnlen: New file.
10891         * modules/unistr/u32-strnlen: New file.
10892         * lib/unistr/u8-strnlen.c: New file.
10893         * lib/unistr/u16-strnlen.c: New file.
10894         * lib/unistr/u32-strnlen.c: New file.
10895         * lib/unistr/u-strnlen.h: New file.
10896
10897         * modules/unistr/u8-strpbrk: New file.
10898         * modules/unistr/u16-strpbrk: New file.
10899         * modules/unistr/u32-strpbrk: New file.
10900         * lib/unistr/u8-strpbrk.c: New file.
10901         * lib/unistr/u16-strpbrk.c: New file.
10902         * lib/unistr/u32-strpbrk.c: New file.
10903         * lib/unistr/u-strpbrk.h: New file.
10904
10905         * modules/unistr/u8-strrchr: New file.
10906         * modules/unistr/u16-strrchr: New file.
10907         * modules/unistr/u32-strrchr: New file.
10908         * lib/unistr/u8-strrchr.c: New file.
10909         * lib/unistr/u16-strrchr.c: New file.
10910         * lib/unistr/u32-strrchr.c: New file.
10911
10912         * modules/unistr/u8-strspn: New file.
10913         * modules/unistr/u16-strspn: New file.
10914         * modules/unistr/u32-strspn: New file.
10915         * lib/unistr/u8-strspn.c: New file.
10916         * lib/unistr/u16-strspn.c: New file.
10917         * lib/unistr/u32-strspn.c: New file.
10918         * lib/unistr/u-strspn.h: New file.
10919
10920         * modules/unistr/u8-strstr: New file.
10921         * modules/unistr/u16-strstr: New file.
10922         * modules/unistr/u32-strstr: New file.
10923         * lib/unistr/u8-strstr.c: New file.
10924         * lib/unistr/u16-strstr.c: New file.
10925         * lib/unistr/u32-strstr.c: New file.
10926         * lib/unistr/u-strstr.h: New file.
10927
10928         * modules/unistr/u8-strtok: New file.
10929         * modules/unistr/u16-strtok: New file.
10930         * modules/unistr/u32-strtok: New file.
10931         * lib/unistr/u8-strtok.c: New file.
10932         * lib/unistr/u16-strtok.c: New file.
10933         * lib/unistr/u32-strtok.c: New file.
10934         * lib/unistr/u-strtok.h: New file.
10935
10936         * modules/unistr/u8-uctomb: New file.
10937         * modules/unistr/u16-uctomb: New file.
10938         * modules/unistr/u32-uctomb: New file.
10939         * lib/unistr/u8-uctomb.c: New file.
10940         * lib/unistr/u16-uctomb.c: New file.
10941         * lib/unistr/u32-uctomb.c: New file.
10942
10943         * MODULES.html.sh (Unicode string functions): Add the new modules.
10944
10945 2007-01-08  Bruno Haible  <bruno@clisp.org>
10946
10947         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
10948         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
10949         subdirectories.
10950
10951 2007-01-08  Karl Berry  <karl@gnu.org>
10952
10953         * doc/error.texi: mention that main() fns must set program_name
10954         when progname is used.
10955
10956 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
10957
10958         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
10959         WCTYPE_H is empty, for the benefit of builds from non-distclean
10960         directories.  Problem reported by Eric Blake in
10961         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
10962
10963 2007-01-08  Bruno Haible  <bruno@clisp.org>
10964
10965         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
10966         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
10967         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
10968         PROVIDE_CANONICALIZE_FILENAME_MODE.
10969         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
10970
10971 2007-01-08  Bruno Haible  <bruno@clisp.org>
10972
10973         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
10974         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
10975         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
10976         * lib/fts.c: Likewise.
10977         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
10978
10979 2006-12-25  Bruno Haible  <bruno@clisp.org>
10980
10981         * modules/utf8-ucs4-safe: New file.
10982         * lib/utf8-ucs4-safe.h: New file.
10983         * lib/unistr/utf8-ucs4-safe.c: New file.
10984
10985         * modules/utf16-ucs4-safe: New file.
10986         * lib/utf16-ucs4-safe.h: New file.
10987         * lib/unistr/utf16-ucs4-safe.c: New file.
10988
10989         * MODULES.html.sh (Unicode string functions): Add the new modules.
10990
10991 2007-01-08  Bruno Haible  <bruno@clisp.org>
10992
10993         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
10994         (Depends-on): Add unitypes.
10995         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10996         (u8_mbtouc_aux): Move out to separate file.
10997         (u8_mbtouc): Use ucs4_t, uint8_t types.
10998         * lib/unistr/utf8-ucs4.c: New file.
10999
11000         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
11001         (Depends-on): Add unitypes.
11002         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
11003         (u16_mbtouc_aux): Move out to separate file.
11004         (u16_mbtouc): Use ucs4_t, uint16_t types.
11005         * lib/unistr/utf16-ucs4.c: New file.
11006
11007         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
11008         (Depends-on): Add unitypes.
11009         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
11010         (u8_uctomb_aux): Move out to separate file.
11011         (u8_uctomb): Use ucs4_t, uint8_t types.
11012         * lib/unistr/ucs4-utf8.c: New file.
11013
11014         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
11015         (Depends-on): Add unitypes.
11016         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
11017         (u16_uctomb_aux): Move out to separate file.
11018         (u16_uctomb): Use ucs4_t, uint16_t types.
11019         * lib/unistr/ucs4-utf16.c: New file.
11020
11021 2006-12-25  Bruno Haible  <bruno@clisp.org>
11022
11023         * modules/unitypes: New file.
11024         * lib/unitypes.h: New file.
11025         * MODULES.html.sh (func_all_modules): New section "Unicode string
11026         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
11027         this section. Add unitypes.
11028
11029 2007-01-08  Bruno Haible  <bruno@clisp.org>
11030
11031         Avoid variable names that conflict with those from libtool.
11032         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
11033         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
11034         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
11035         library_names_spec to acl_library_names_spec, hardcode_* to
11036         acl_hardcode_*.
11037         Reported by Ralf Wildenhues.
11038
11039 2007-01-08  Bruno Haible  <bruno@clisp.org>
11040
11041         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
11042         definition.
11043         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
11044         definition.
11045         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
11046         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
11047         definition.
11048         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
11049         definition.
11050         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
11051         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
11052         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
11053         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
11054         definition.
11055         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
11056         definition.
11057         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
11058         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
11059         GC_USE_<algorithm>.
11060         * lib/gc-libgcrypt.c: Likewise.
11061         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
11062         * modules/gc-arctwo (configure.ac): Likewise.
11063         * modules/gc-des (configure.ac): Likewise.
11064         * modules/gc-hmac-md5 (configure.ac): Likewise.
11065         * modules/gc-hmac-sha1 (configure.ac): Likewise.
11066         * modules/gc-md2 (configure.ac): Likewise.
11067         * modules/gc-md4 (configure.ac): Likewise.
11068         * modules/gc-md5 (configure.ac): Likewise.
11069         * modules/gc-random (configure.ac): Likewise.
11070         * modules/gc-rijndael (configure.ac): Likewise.
11071         * modules/gc-sha1 (configure.ac): Likewise.
11072
11073 2007-01-08  Bruno Haible  <bruno@clisp.org>
11074
11075         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
11076         macro definition.
11077         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
11078         definition.
11079         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
11080         definition.
11081         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
11082         * modules/fcntl-safer (configure.ac): Likewise.
11083         * modules/fopen-safer (configure.ac): Likewise.
11084         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
11085         GNULIB_FWRITEERROR macro definition.
11086
11087 2007-01-08  Bruno Haible  <bruno@clisp.org>
11088
11089         * m4/gnulib-common.m4: New file.
11090         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
11091         (func_get_filelist): Add m4/gnulib-common.m4.
11092
11093 2007-01-08  Bruno Haible  <bruno@clisp.org>
11094
11095         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
11096         command.
11097
11098 2007-01-08  Jim Meyering  <jim@meyering.net>
11099
11100         Use a more robust test for a "can't happen" condition.
11101         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
11102         narrowed the st_size value.  Presuming the "can't happen" condition
11103         is true, that narrowing could conceivably convert an invalid st_size
11104         value into a valid one.  Instead, use a change based on Matthew
11105         Woehlke's original patch.
11106
11107         Slight readability improvement: use an assert-like macro
11108         in place of literal "abort ()" uses.
11109         * lib/fts.c (fts_assert): Define.
11110         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
11111         Use this macro instead of a bare 'abort'.
11112
11113 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
11114
11115         Don't worry about using IRIX 5.3's wctype.h broken definitions;
11116         simply work around them.
11117         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
11118         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
11119         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
11120         declaring.
11121         Don't bother to define as macros, since the standard doesn't require it.
11122         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
11123         longer worry about IRIX 5.3.
11124         (HAVE_WCTYPE_CTMP_BUG): Remove.
11125
11126 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11127
11128         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
11129         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
11130         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11131         Problems reported by Georg Schwarz for IRIX 5.3.
11132
11133         * gnulib-tool (autoconf_minversion): Take the maximum version number
11134         found, not the minimum.  Problem reported by James Youngman.
11135
11136 2007-01-03  Karl Berry  <karl@gnu.org>
11137
11138         * doc/error.texi: new file, explaining interaction with progname.
11139         * doc/gnulib.texi: include it.  Update copyright.
11140
11141 2007-01-03  Simon Josefsson  <simon@josefsson.org>
11142
11143         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
11144         AC_CANONICAL_HOST, to improve autobuild outputs.
11145
11146 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
11147             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
11148
11149         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
11150         sockets, server sockets, and other file descriptors.  Count errors
11151         to compute the return value.  Reorder the code a bit to be easier
11152         to follow.  Don't set event bits that were not requested (except
11153         POLLERR and POLLHUP).
11154
11155 2007-01-01  Bruno Haible  <bruno@clisp.org>
11156
11157         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
11158
11159 2007-01-03  Jim Meyering  <jim@meyering.net>
11160
11161         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
11162
11163 2007-01-02  Bruno Haible  <bruno@clisp.org>
11164
11165         * modules/settime (Include): Require timespec.h.
11166         * modules/nanosleep (Include): Likewise.
11167
11168 2007-01-01  Bruno Haible  <bruno@clisp.org>
11169
11170         * gnulib-tool (func_emit_copyright_notice): Bump year.
11171         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
11172
11173 2007-01-01  Bruno Haible  <bruno@clisp.org>
11174
11175         Improve support for OpenBSD.
11176         * build-aux/config.rpath (libname_spec): Export.
11177         (library_names_spec): New variable. Export.
11178         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
11179         library_names_spec from the config.rpath output. Locate shared library
11180         through the name pattern in library_names_spec.
11181
11182 2007-01-01  Eric Blake  <ebb9@byu.net>
11183
11184         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
11185
11186 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
11187
11188         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
11189         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
11190         assume the C locale, and avoid an "eval" that could cause trouble.
11191         Problem with SORT reported by Bob Proulx.
11192
11193         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
11194         Define.  Trivial patch from Henning Nielsen Lund, originally
11195         sent to bug-grep@gnu.org today.
11196
11197 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
11198
11199         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
11200         struct stat.  Problem reported by Henning Nielsen Lund.
11201         * lib/acl.c: Include acl.h first, to check interface.  Don't
11202         bother to include sys/types.h and sys/stat.h again.
11203
11204 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11205
11206         Import the following change from libc; problem reported by
11207         Sven Verdoolaege.
11208
11209         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
11210
11211         [BZ #1373]
11212         * lib/argp.h: Remove __NTH for __argp_usage inline function.
11213
11214 2006-12-28  Jim Meyering  <jim@meyering.net>
11215
11216         * build-aux/announce-gen: Do not assume that the package
11217         builds any of tar.gz, tar.bz2, and .xdelta files.
11218         Suggestion from Simon Josefsson.
11219
11220 2006-12-28  Simon Josefsson  <simon@josefsson.org>
11221
11222         * modules/announce-gen: New file.
11223
11224 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
11225
11226         * lib/mbchar.h: Just include <wctype.h>; the wctype module
11227         handles its gotchas now.
11228         * lib/mbswidth.c: Likewise.
11229         * lib/wcwidth.h: Likewise.
11230         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
11231         and iswcntrl; the wctype module does this stuff now.
11232         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11233         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
11234         * modules/mbchar (Depends-on): Add wctype.
11235         * modules/mbswidth (Depends-on): Likewise.
11236         * modules/wcwidth (Depends-on): Likewise.
11237
11238 2006-12-27  Eric Blake  <ebb9@byu.net>
11239
11240         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
11241         module uses more than what <wctype.h> is required to provide.
11242
11243 2006-12-26  Eric Blake  <ebb9@byu.net>
11244
11245         * gnulib-tool (sed_extract_prog): Avoid space-tab.
11246
11247 2006-12-26  Eric Blake  <ebb9@byu.net>
11248
11249         * modules/absolute-header: New module.
11250         * modules/fcntl (Depends-on): Depend on it.
11251         * modules/inttypes (Depends-on): Likewise.
11252         * modules/stdint (Depends-on): Likewise.
11253         * modules/sys_stat (Depends-on): Likewise.
11254         * modules/wctype (Depends-on): Likewise.
11255         * MODULES.html.sh (Support for building libraries and
11256         executables): Document it.
11257
11258 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
11259
11260         * gnulib-tool (SED): Remove, undoing previous change.
11261         The problem was that it broke coreutils on Solaris, because
11262         "sed --posix" leaked into a makefile.
11263         (sed): New alias, if 'alias' and GNU sed.
11264
11265 2006-12-24  Jim Meyering  <jim@meyering.net>
11266
11267         Work around an fchownat bug in glibc-2.4:
11268         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
11269         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
11270         in spite of the -P option.
11271         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
11272         New macros.
11273         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
11274         * modules/openat (Files): Add lib/fchownat.c.
11275         * lib/openat.c (fchownat): Don't define here.  Move to...
11276         * lib/fchownat.c: ...this new file.
11277
11278 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11279
11280         Fix bug reported by Bruno Haible in
11281         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
11282         where quotearg.c didn't compile on Mac OS X 10.2 because it
11283         lacks <wchar.h> and wint_t.
11284         * lib/wctype_.h (__wctype_wint_t): New type.
11285         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
11286         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
11287         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
11288         Arg is now of type __wctype_wint_t, not wint_t.
11289         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
11290         substitute HAVE_WINT_T.
11291         * modules/wctype (Files): Add m4/wint_t.m4.
11292         (wctype.h): Substitute HAVE_WINT_T.
11293
11294 2006-12-23  Bruno Haible  <bruno@clisp.org>
11295
11296         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
11297
11298 2006-12-23  Bruno Haible  <bruno@clisp.org>
11299
11300         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
11301         S_ISLNK.
11302         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
11303         mingw.
11304
11305 2006-12-22  Bruno Haible  <bruno@clisp.org>
11306
11307         * lib/copy-file.c: Include acl.h.
11308         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
11309         Close the file descriptors only after being done with copy_acl.
11310         * modules/copy-file (Depends-on): Add acl.
11311
11312 2006-12-22  Bruno Haible  <bruno@clisp.org>
11313
11314         * gnulib-tool (SED): New variable.
11315         Use $SED instead of sed everywhere.
11316
11317 2006-12-22  Bruno Haible  <bruno@clisp.org>
11318
11319         * modules/no-c++: New file.
11320         * m4/no-c++.m4: New file.
11321         * MODULES.html.sh (Support for building libraries and executables):
11322         Add no-c++.
11323
11324 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
11325
11326         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11327         Include <limits.h>, and use its INT_MAX to rewrite the
11328         j loop so that it does not overflow 'int'.  Problem reported by
11329         Ralf Wildenhues in
11330         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
11331         Play it safe by shifting left by 1 rather than multiplying by 2,
11332         as GCC is less likely to optimize this away when the value
11333         is signed (when it assumes overflow leads to undefined behavior).
11334         Also, don't assume time_t uses two's complement.
11335
11336 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
11337
11338         * MODULES.html.sh: New module wctype.
11339         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
11340         * lib/fnmatch.c: Don't bother to include <wchar.h> before
11341         <wctype.h>, since the new wctype module should fix this.
11342         * lib/quotearg.c: Include <wctype.h> unconditionally, since
11343         the wctype module should arrange for it.
11344         * lib/regex_internal.h: Likewise.
11345         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
11346         since the wctype module should handle this now.
11347         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
11348         * modules/fnmatch (Depends-on): Add wctype.
11349         * modules/quotearg (Depends-on): Likewise.
11350         * modules/regex (Depends-on): Likewise.
11351
11352 2006-12-19  Bruno Haible  <bruno@clisp.org>
11353
11354         * lib/strdup.h [C++]: Wrap definitions in extern "C".
11355         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
11356
11357 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11358
11359         * modules/savewd (Depends-on): Fix dependency on fcntl.
11360
11361 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
11362
11363         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
11364         conforms to C99, rather than relying on the user's environment
11365         setting of STDINT_H.
11366
11367 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
11368         and Eric Blake  <ebb9@byu.net>
11369
11370         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
11371         This is more consistent with the other defines here.
11372         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
11373         Port to z/OS.  Problem reported by Paul Gilmartin.
11374         Change local vars to use gl_ prefix rather than ac_.
11375         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
11376         with other defines.
11377         * modules/double-slash-root: New module.
11378         * modules/dirname (Files): Remove m4/double-slash-root.m4.
11379         (Depends-on): Add double-slash-root.
11380         * MODULES.html.sh (File system functions): Mention new module.
11381
11382 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
11383
11384         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
11385         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
11386         This is for the benefit of gzip, which doesn't do i18n.
11387
11388 2006-12-12  Jim Meyering  <jim@meyering.net>
11389
11390         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
11391         Reported by Andreas Schwab <schwab@suse.de>.
11392
11393 2006-12-12  Bruno Haible  <bruno@clisp.org>
11394
11395         Merge these changes.
11396         2006-09-05  Bruno Haible  <bruno@clisp.org>
11397         * lib/iconvme.c (iconv_string): No need to save and restore errno when
11398         iconv_alloc succeeded.
11399         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
11400         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
11401         test for " && dest " at the end - dest is always != NULL there. Call
11402         iconv with 4xNULL arguments initially, to reset the state. Call iconv
11403         with 2xNULL arguments, also to flush the state storage. Handle the
11404         IRIX iconv behaviour. Realloc the final result, to throw away unused
11405         memory.
11406
11407 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
11408
11409         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
11410         and fchmodat unconditionally, since glibc 2.4 has them.
11411         Problem reported by Arkadiusz Miskiewicz.
11412
11413 2006-12-10  Bruno Haible  <bruno@clisp.org>
11414
11415         * gnulib-tool (func_import): Show the include files only for those
11416         modules that are copied and specified.
11417         Reported by Karl Berry.
11418
11419 2006-12-08  Jim Meyering  <jim@meyering.net>
11420
11421         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
11422         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
11423
11424         * build-aux/announce-gen: Add two new options, both optional:
11425         --bootstrap-tools=TOOL_LIST
11426               a comma-separated list of tools, e.g.,
11427               autoconf,automake,bison,gnulib
11428         --gnulib-snapshot-date=DATE
11429               if gnulib is in the bootstrap tool list,
11430               then report this as the snapshot date.
11431               If not specified, use the current date/time.
11432               If you specify a date here, be sure it's UTC.
11433
11434 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11435
11436         * tests/test-argp-2.sh: Fix test to match actual output.
11437         (func_compare): Fix sed script to be portable.
11438
11439 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
11440
11441         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
11442         workaround for this case.  It is not autoconfigured now; offhand
11443         it's hard to see how to autoconfigure it.
11444
11445 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
11446
11447         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
11448         a directory that is about to be chowned.  Such a directory's
11449         initial file permissions should permit the owner only and this
11450         should not be changed until after the chown, since the group and
11451         other bits would be incorrect if they granted permission before
11452         the chown.
11453
11454         Fix porting problem for iswctype reported by Georg Schwarz in:
11455         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
11456         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
11457         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
11458         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
11459         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
11460
11461 2006-12-03  Jim Meyering  <jim@meyering.net>
11462
11463         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
11464         p->fts_statp may not yet be defined.
11465         (fts_read): Instead, set it in the caller, once p->fts_statp is
11466         sure to be defined, and corresponds to a top-level directory.
11467         This bug made du -x fail.  Here's the coreutils test case:
11468         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
11469         Reported by Mike Frysinger.
11470
11471 2006-12-01  Jim Meyering  <jim@meyering.net>
11472
11473         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
11474         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
11475         Reported by Simon Josefsson.
11476
11477 2006-11-30  Jim Meyering  <jim@meyering.net>
11478
11479         * m4/warning.m4: Use the all-permissive copyright notice
11480         recommended by RMS (rather than LGPL).
11481         * m4/vararrays.m4: Likewise.
11482         * m4/flexmember.m4: Likewise.
11483
11484 2006-11-29  Bruno Haible  <bruno@clisp.org>
11485
11486         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11487         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
11488         using +=.
11489         Reported by Simon Josefsson <simon@josefsson.org>.
11490
11491 2006-11-28  James Youngman <jay@gnu.org>
11492
11493         * README: Advise users that they might find the bug-gnulib@gnu.org
11494         and autotools-announce@gnu.org mailing lists useful.
11495
11496 2006-11-28  Bruno Haible  <bruno@clisp.org>
11497
11498         * m4/ptrdiff_max.m4: Remove file.
11499
11500 2006-11-21  Bruno Haible  <bruno@clisp.org>
11501
11502         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
11503         _AC_COMPUTE_INT.
11504         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11505         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
11506         _AC_COMPUTE_INT.
11507         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11508         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
11509         _AC_COMPUTE_INT.
11510         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11511
11512 2006-11-28  Jim Meyering  <jim@meyering.net>
11513
11514         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
11515         warning from "gcc -Wshadow" about shadowing the builtin.
11516
11517 2006-11-27  Bruno Haible  <bruno@clisp.org>
11518
11519         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
11520         _AC_COMPUTE_INT.
11521         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11522
11523 2006-11-27  Bruno Haible  <bruno@clisp.org>
11524             Paul Eggert  <eggert@cs.ucla.edu>
11525
11526         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
11527
11528 2006-11-26  Bruno Haible  <bruno@clisp.org>
11529
11530         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11531         noinst_LTLIBRARIES.
11532
11533 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
11534             Bruno Haible  <bruno@clisp.org>
11535
11536         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
11537         if compiling with "gcc -ansi".
11538
11539 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11540
11541         Fix some incompatibilities with gcc -ansi -pedantic.
11542         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
11543         if compiling pedantically with GCC, unless it's C99 or later.
11544         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
11545         it mishandles gcc -ansi -pedantic as well.
11546         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
11547         if gcc -pedantic.
11548         * lib/regexec.c (check_node_accept_bytes): Don't use auto
11549         initializers for struct if -pedantic, unless it's C99 or later.
11550
11551 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
11552
11553         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
11554         Don't close an fd more than once. Identical atimes indicate
11555         success, not failure.
11556
11557 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
11558
11559         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
11560
11561 2006-11-23  Jim Meyering  <jim@meyering.net>
11562
11563         * build-aux/announce-gen: New file.  From coreutils.
11564
11565 2006-11-22  Jim Meyering  <jim@meyering.net>
11566
11567         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
11568         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
11569         (fts_read): Use a temporary to narrow the overused st_size member
11570         before using it in a switch statement.  Reported by Matthew Woehlke.
11571
11572         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
11573         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
11574
11575 2006-11-20  Bruno Haible  <bruno@clisp.org>
11576
11577         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
11578         changequote instead of pairs of brackets.
11579         Reported by Andreas Schwab <schwab@suse.de>.
11580
11581 2006-11-21  Jim Meyering  <jim@meyering.net>
11582
11583         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
11584         so as to remain compatible with older compilers.
11585         Patch from Michael Deutschmann.
11586
11587 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11588
11589         * MODULES.html.sh (File system functions): Add openat.
11590
11591         * lib/openat.h (rpl_fstatat): New macro, if
11592         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
11593         (fstatat): Define to rpl_fstatat under the same conditions,
11594         unless COMPILING_FSTATAT.
11595         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
11596         seems to have the bug.
11597         * lib/fstatat.c: New file.
11598         * modules/openat (Files): Add it.
11599
11600 2006-11-20  Bruno Haible  <bruno@clisp.org>
11601
11602         * Makefile: New file.
11603
11604 2006-11-20  Jim Meyering  <jim@meyering.net>
11605
11606         The beginnings of syntax-related checks for gnulib.
11607         * lib/Makefile: New file.
11608         * lib/t-idcache: New script.  Ensure that the two halves of
11609         idcache.c stay in sync.
11610
11611         * lib/idcache.c: Adjust comments in user- and group- portions to
11612         be more accurate, and to be consistent with one another.
11613
11614 2006-11-20  Jim Meyering  <jim@meyering.net>
11615
11616         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
11617         continue using the flexible array member (thus, this module performs
11618         half as many malloc calls), with the addition that...
11619         (getgroup, getuser): Consistently record a non-match via an empty
11620         "name" string, and map an empty string match to a NULL return value.
11621         * modules/idcache (Depends-on): Re-add flexmember.
11622
11623         * lib/idcache.c (getuser): Remove all uses of the register keyword.
11624         (getuidbyname, getgroup, getgidbyname): Likewise.
11625
11626         Use cleaner syntax: NULL rather than 0.
11627         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
11628
11629 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11630
11631         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
11632         It mishandled the case where the group was missing.
11633         Problem reported by Greg Schafer.
11634         * modules/idcache: Likewise.
11635
11636 2006-11-18  Jim Meyering  <jim@meyering.net>
11637
11638         * check-module (%exempt_header): Add exception for some
11639         conditionally-included headers.
11640
11641         * modules/i-ring (Depends-on): Add verify.
11642         (License): Change to LGPL.
11643
11644 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11645
11646         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
11647         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
11648         and inttostr.h.  Use snprintf rather than uinttostr, so that
11649         LGPLed code doesn't depend on GPLed.
11650
11651 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
11652
11653         * modules/inline (License): Change from GPL to LGPL.
11654
11655 2006-11-17  Jim Meyering  <jim@meyering.net>
11656
11657         * modules/d-type (License): Switch to LGPL.
11658
11659 2006-11-15  Bruno Haible  <bruno@clisp.org>
11660
11661         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
11662
11663 2006-11-15  Eric Blake  <ebb9@byu.net>
11664
11665         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
11666         the module dependency.
11667
11668 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11669             Bruno Haible  <bruno@clisp.org>
11670
11671         * gnulib-tool (func_create_testdir): Add license consistency check.
11672
11673 2006-11-15  Eric Blake  <ebb9@byu.net>
11674
11675         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
11676         random "(cached)" in configure output.
11677
11678 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11679
11680         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
11681         test for conforming inttypes.h is both announced and cached.
11682
11683         * MODULES.html.sh (seen_modules, seen_files): New variables.
11684         (func_module): Rewrite to use a few less gnulib-tool and sed
11685         invocations.  Avoid a couple of quadratic algorithms for ...
11686         (missed_modules, missed_files): ... these, with ...
11687         (func_append, func_tmpdir): ... these new functions, from
11688         gnulib-tool.  Analogously, install traps for cleanup.
11689
11690         * tests/test-gc.c (main): Remove unused variables.
11691         * tests/test-read-file.c: Include stdlib.h, for 'free'.
11692
11693 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
11694
11695         * modules/inttostr (License): Change to LGPL.
11696
11697 2006-11-14  Eric Blake  <ebb9@byu.net>
11698
11699         * modules/tempname (License): Change to LGPL.
11700
11701 2006-11-14  Eric Blake  <ebb9@byu.net>
11702
11703         * doc/functions.texi (Function Portability): *printf functions on
11704         Cygwin now understand all POSIX size specifiers.
11705
11706 2006-11-14  Bruno Haible  <bruno@clisp.org>
11707
11708         * modules/c-ctype (License): Change to LGPL.
11709
11710 2006-11-12  Bruno Haible  <bruno@clisp.org>
11711
11712         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11713         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
11714         for GNOME libraries, for which the include files are installed in
11715         subdirectories of $prefix/include.
11716
11717 2006-11-12  Bruno Haible  <bruno@clisp.org>
11718
11719         * m4/lib-link.m4: Require at least autoconf-2.54.
11720         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
11721         name to underscores for the --with option.
11722
11723 2006-11-13  Bruno Haible  <bruno@clisp.org>
11724
11725         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
11726         the tests directory.
11727         Reported by Ralf Wildenhues.
11728
11729 2006-11-13  Bruno Haible  <bruno@clisp.org>
11730
11731         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
11732         (func_emit_initmacro_end): Undo the override here.
11733         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
11734         Works around the famous automake error in coreutils.
11735
11736 2006-11-13  Eric Blake  <ebb9@byu.net>
11737
11738         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
11739         element, not its node.
11740
11741 2006-11-12  Bruno Haible  <bruno@clisp.org>
11742
11743         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
11744         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
11745
11746 2006-11-12  Bruno Haible  <bruno@clisp.org>
11747
11748         * gnulib-tool: New option --local-symlink.
11749         (func_usage): Document it.
11750         (lsymbolic): New variable.
11751         (func_import, func_create_testdir): If --symlink was not specified,
11752         test whether --local-symlink was specified and the file comes from
11753         the local_gnulib_dir.
11754
11755 2006-11-12  Bruno Haible  <bruno@clisp.org>
11756
11757         * gnulib-tool (func_ln): New function.
11758         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
11759
11760 2006-11-12  Bruno Haible  <bruno@clisp.org>
11761
11762         Finish support for source files in subdirectories.
11763         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
11764         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
11765         AUTOMAKE_OPTIONS.
11766         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
11767
11768 2006-11-12  Bruno Haible  <bruno@clisp.org>
11769
11770         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11771         EXTRA_lib_SOURCES augmentation.
11772         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
11773
11774 2006-11-12  Jim Meyering  <jim@meyering.net>
11775
11776         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
11777         file descriptors.  This also averts a failure on systems with
11778         native openat support when a traversed directory lacks "x" access.
11779         * lib/fts_.h: Include "i-ring.h"
11780         (struct FTS) [fts_fd_ring]: New member.
11781         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
11782         (FCHDIR): Add parentheses.
11783         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
11784         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
11785         When descending, rather than simply closing the previous
11786         fts_cwd_fd value, push that file descriptor onto the ring.
11787         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
11788         (fts_open): Initialize the new fd_ring member.
11789         (fts_close): Clear the ring.
11790         (fts_safe_changedir): When possible, use our new fd_ring to skip
11791         the diropen and fstat and dev/ino comparison that would normally
11792         accompany a virtual `chdir ("..")'.
11793
11794         * modules/fts (Depends-on): Add i-ring.
11795         * modules/i-ring: New module.
11796         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
11797         * m4/i-ring.m4: New file.
11798
11799 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11800
11801         * gnulib-tool (func_create_testdir): Fix replacement of
11802         `build-aux' in configure.ac.  Run autotools in gltests
11803         subdirectory.
11804         (func_create_testdir, func_create_megatestdir, test): There is
11805         no need for '--force' in most autotool invocations in a new
11806         tree.  Actually fail the whole test if any of the tools, or the
11807         configure or make stages fail.
11808
11809         Sync from Automake.
11810         * build-aux/gnupload: Revert last change.  Add pointer to upload
11811         instructions of the GNU Maintenance Instructions.
11812         Suggestion by Karl Berry.
11813
11814 2006-11-10  Jim Meyering  <jim@meyering.net>
11815
11816         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
11817
11818 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11819
11820         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
11821         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
11822         (bind_textdomain_codeset) [! ENABLE_NLS]:
11823         Evaluate all the arguments.  That way, callers get compatible behavior
11824         if the arguments have side effects.  Also, it avoids some GCC
11825         diagnostics in some cases; Joel E. Denny reported problems when Bison
11826         was configured with --enable-gcc-warnigs.
11827
11828 2006-11-10  Jim Meyering  <jim@meyering.net>
11829
11830         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
11831         relevant options in CFLAGS (like -O, -fno-inline) are taken into
11832         account.
11833
11834 2006-11-10  Jim Meyering  <jim@meyering.net>
11835
11836         * modules/inline: New file/module.
11837         * modules/xalloc (Files): Remove m4/inline.m4.
11838         (Depends-on): Add inline, instead.
11839         * modules/oset: Likewise.
11840         * modules/list: Likewise.
11841
11842 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11843
11844         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
11845         Problem reported by Matthew Woehlke.
11846
11847 2006-11-09  Bruno Haible  <bruno@clisp.org>
11848
11849         * lib/tempname.c (gen_tempname): Remove variant that invokes
11850         __gen_tempname.
11851         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
11852         __gen_tempname.
11853
11854 2006-11-08  Bruno Haible  <bruno@clisp.org>
11855
11856         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
11857         to 'yes' instead of 'cross-compiling'.
11858
11859 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
11860
11861         * lib/quotearg.h (quotearg_free): New decl.
11862         * lib/quotearg.c (quotearg_free): New function.
11863         (slot0, nslots, slotvec0, slotvec):
11864         Now file-scope so that quotearg_free can get at them.
11865
11866 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11867
11868         Sync from Automake.
11869         * build-aux/gnupload: Add missing 'gnu' to example URL.
11870         Report by Karl Berry.
11871
11872 2006-11-08  Bruno Haible  <bruno@clisp.org>
11873
11874         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
11875         Suggested by Paul Eggert.
11876
11877 2006-11-08  Jim Meyering  <jim@meyering.net>
11878
11879         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
11880         It's already included if !_LIBC.
11881         (fts_safe_changedir): Add a comment.
11882
11883 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11884
11885         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
11886         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
11887         Matthew Woehlke.
11888
11889         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
11890         definitions up, to avoid colliding with change below.
11891         (static_inline) [HAVE_INLINE]: New macro.
11892         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
11893         Provide extern decls when !HAVE_INLINE.  Do not define unless
11894         static_inline is defined, either by us or by xmalloc.c.  Use
11895         static_inline rather than static inline.
11896         (XCALLOC): Optimize sizeof(T) = 1 case.
11897         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
11898
11899 2006-11-07  Bruno Haible  <bruno@clisp.org>
11900
11901         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
11902         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
11903         AC_C_INLINE.
11904         * modules/xalloc (Files): Add m4/inline.m4.
11905
11906 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11907
11908         * README: Fix typo.
11909         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
11910         (Miscellanous Notes): ...from this.
11911
11912 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11913
11914         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
11915         Mention that offsetof should be used instead of sizeof.
11916         From Bruno Haible.
11917
11918 2006-11-07  Bruno Haible  <bruno@clisp.org>
11919
11920         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
11921
11922 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11923
11924         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11925         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
11926         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11927         (gl_tree_add_before, gl_tree_add_after):
11928         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
11929         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
11930         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11931         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
11932         (gl_linked_add_after, gl_linked_add_at): Likewise.
11933         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
11934         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11935         (gl_tree_add_before, gl_tree_add_after): Likewise.
11936         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
11937         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
11938         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
11939
11940 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11941
11942         * lib/gl_oset.h: Use C comment style, not C++ comment style.
11943
11944 2006-11-06  Bruno Haible  <bruno@clisp.org>
11945
11946         * m4/inline.m4: New file.
11947         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
11948         * modules/list (Files): Add m4/inline.m4.
11949         * modules/oset (Files): Likewise.
11950
11951 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11952
11953         * lib/idcache.c: Include <stddef.h>, for offsetof.
11954         (struct userid.name): Change from char * to a flexible array member.
11955         All uses changed.
11956         * modules/idcache (Depends-on): Add flexmember.
11957
11958         * MODULES.html.sh (Core language properties): New module flexmember.
11959         * modules/flexmember, m4/flexmember.m4: New files.
11960
11961         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
11962         inline functions that are identical with the old xnmalloc_inline,
11963         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
11964         that we can avoid some unnecessary integer multiplications and
11965         divisions in the common case where the element size is known at
11966         compile time.
11967         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
11968         needed.
11969         (xnboundedmalloc): Remove.
11970         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
11971         arguments, for consistency with rest of this header.
11972         (xcharalloc): Rewrite using XNMALLOC.
11973         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
11974         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
11975         versions have been moved to lib/xalloc.h and renamed to be the
11976         non-*_inline versions.
11977         (xmalloc, xrealloc): Implement without reference to the xnmalloc
11978         and xnrealloc functions, since those functions are now inline and
11979         now call us.
11980         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
11981         renaming described above.
11982         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
11983         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
11984         captures the dependency in AC_C_INLINE.
11985
11986         New module canonicalize-lgpl, proposed by Charles Wilson in
11987         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
11988         with a few small changes afterwards.
11989         * MODULES.html.sh (File system functions): New module
11990         canonicalize-lgpl.
11991         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
11992         and canonicalize_file_name.
11993         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
11994         * modules/canonicalize-lgpl: New files.
11995
11996 2006-11-05  Bruno Haible  <bruno@clisp.org>
11997
11998         * gnulib-tool (func_import, func_create_testdir): Create directories
11999         also for files in subdirectories of lib/.
12000
12001 2006-11-05  Bruno Haible  <bruno@clisp.org>
12002
12003         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
12004         ANSI C compliant.
12005
12006 2006-11-03  Bruno Haible  <bruno@clisp.org>
12007
12008         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
12009         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
12010         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
12011         (xnboundedmalloc): New inline function.
12012         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
12013         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
12014         xmalloc.
12015         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
12016         xmalloc.
12017         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
12018         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
12019         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
12020         xmalloc.
12021         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
12022         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
12023         xmalloc.
12024         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
12025         gl_tree_add_after): Use XMALLOC instead of xmalloc.
12026         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
12027         xmalloc.
12028         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
12029         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
12030         gl_tree_add_after): Use XMALLOC instead of xmalloc.
12031         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
12032         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
12033         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
12034         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
12035
12036 2006-11-03  Bruno Haible  <bruno@clisp.org>
12037
12038         * lib/c-ctype.h [C++]: Define functions without name mangling.
12039         * lib/fwriteerror.h [C++]: Likewise.
12040         * lib/gcd.h [C++]: Likewise.
12041         * lib/linebreak.h [C++]: Likewise.
12042
12043 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
12044
12045         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
12046         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
12047         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
12048         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12049         Check for functions and headers just once.
12050         Check for declaration of canonicalize_file_name.
12051         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
12052
12053 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12054
12055         * gnulib-tool (func_import): Fix typo in actioncmd.
12056
12057 2006-11-02  Bruno Haible  <bruno@clisp.org>
12058
12059         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
12060         newline sequence in the Makefile.am snippet as a space, like "make"
12061         does.
12062         Reported by Roger Persson <perrog@gmail.com>.
12063
12064 2006-11-01  Bruno Haible  <bruno@clisp.org>
12065
12066         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
12067         already declared in <string.h>.
12068         * lib/strcase.h (strncasecmp): Don't declare it if yes.
12069
12070 2006-11-01  Bruno Haible  <bruno@clisp.org>
12071
12072         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
12073         * lib/strcase.h: Include <string.h>.
12074         (strcasecmp): Define to rpl_strcasecmp here.
12075
12076 2006-11-01  Bruno Haible  <bruno@clisp.org>
12077
12078         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
12079
12080 2006-11-01  Eric Blake  <ebb9@byu.net>
12081
12082         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
12083
12084         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
12085
12086 2006-10-29  Bruno Haible  <bruno@clisp.org>
12087
12088         Make it compile in C++ mode.
12089         * lib/full-write.c (full_rw): Add a cast.
12090
12091 2006-11-01  Bruno Haible  <bruno@clisp.org>
12092
12093         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
12094         be POSIX compliant.
12095         Reported by Roger Persson <perrog@gmail.com>.
12096
12097 2006-11-01  Eric Blake  <ebb9@byu.net>
12098
12099         * lib/getopt_.h: Fix comments.
12100
12101 2006-10-31  Eric Blake  <ebb9@byu.net>
12102
12103         * modules/tmpdir (Depends-on): Add sys_stat.
12104         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
12105         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
12106         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
12107         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
12108         tempname.
12109
12110 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
12111
12112         Avoid some C++ diagnostics reported by Bruno Haible.
12113         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
12114         xmalloc.
12115         (quotearg_alloc): Use xcharalloc rather than xmalloc.
12116         (struct slotvec): Move to top level.
12117         (quotearg_n_options): Rewrite to avoid xmalloc.
12118         * lib/xalloc.h (xcharalloc): New function.
12119         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
12120         [defined __cplusplus]: Add function template that provides result
12121         type propagation.  This part of the change is from Bruno Haible.
12122
12123 2006-10-29  Bruno Haible  <bruno@clisp.org>
12124
12125         Make it compile in C++ mode.
12126         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
12127         * lib/strnlen1.c (strnlen1): Cast memchr result.
12128         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
12129         * lib/clean-temp.c (string_equals, string_hash): Add casts.
12130         (create_temp_dir): Rename local variable 'template'.
12131         (compile_csharp_using_sscli): Add cast.
12132         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
12133         * lib/findprog.c (find_in_path): Likewise.
12134         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
12135         * lib/wait-process.c (register_slave_subprocess): Likewise.
12136
12137 2006-10-22  Bruno Haible  <bruno@clisp.org>
12138
12139         * modules/tsearch: New file.
12140         * lib/tsearch.h: New file.
12141         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
12142         * m4/tsearch.m4: New file.
12143         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
12144
12145 2006-10-29  Eric Blake  <ebb9@byu.net>
12146
12147         * lib/arcfour.c: Assume config.h.
12148         * lib/arctwo.c: Likewise.
12149         * lib/base64.c: Likewise.
12150         * lib/check-version.c: Likewise.
12151         * lib/crc.c: Likewise.
12152         * lib/des.c: Likewise.
12153         * lib/gc-gnulib.c: Likewise.
12154         * lib/gc-libgcrypt.c: Likewise.
12155         * lib/gc-pbkdf2-sha1.c: Likewise.
12156         * lib/getaddrinfo.c: Likewise.
12157         * lib/getdelim.c: Likewise.
12158         * lib/getline.c: Likewise.
12159         * lib/hmac-md5.c: Likewise.
12160         * lib/hmac-sha1.c: Likewise.
12161         * lib/iconvme.c: Likewise.
12162         * lib/md2.c: Likewise.
12163         * lib/md4.c: Likewise.
12164         * lib/memxor.c: Likewise.
12165         * lib/read-file.c: Likewise.
12166         * lib/readline.c: Likewise.
12167         * lib/rijndael-alg-fst.c: Likewise.
12168         * lib/rijndael-api-fst.c: Likewise.
12169         * lib/xgetdomainname.c: Likewise.
12170
12171 2006-10-28  Eric Blake  <ebb9@byu.net>
12172
12173         * lib/xstrndup.c: Assume config.h.
12174
12175 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12176
12177         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
12178         stat-macros.h is now for our own macros, whereas stat_h is for
12179         macros in the <sys/stat.h> name space.
12180         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
12181         (STAT_MACROS_H): Remove.
12182         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
12183         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
12184         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
12185         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
12186         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
12187         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
12188         Move these macros to ...
12189         * lib/stat_.h: here.  Don't include stat-macros.h.
12190         * lib/canonicalize.c: Don't include stat-macros.h.
12191         * lib/chown.c: Likewise.
12192         * lib/euidaccess.c: Likewise.
12193         * lib/file-type.c: Likewise.
12194         * lib/filemode.c: Likewise.
12195         * lib/glob.c: Likewise.
12196         * lib/isapipe.c: Likewise.
12197         * lib/lchown.c: Likewise.
12198         * lib/lstat.c: Likewise.
12199         * lib/mkdir-p.c: Likewise.
12200         * lib/rmdir.c: Likewise.
12201         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
12202         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
12203         unless mkdir isn't declared, to speed up 'configure'.
12204         Always create sys/stat.h, since it's unlikely any real sys/stat.h
12205         would define all the S_* symbols.
12206         * modules/canonicalize (Depends-on):
12207         Depend on sys_stat, not stat-macros.
12208         * modules/chown: Likewise.
12209         * modules/euidaccess: Likewise.
12210         * modules/filemode: Likewise.
12211         * modules/file-type: Likewise.
12212         * modules/glob: Likewise.
12213         * modules/isapipe: Likewise.
12214         * modules/lchown: Likewise.
12215         * modules/lstat: Likewise.
12216         * modules/mkancesdirs: Likewise.
12217         * modules/rmdir: Likewise.
12218         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
12219         * modules/modechange: Likewise.
12220         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
12221         (configure.ac): Remove gl_STAT_MACROS.
12222         * modules/sys_stat (Depends-on): Remove stat-macros.
12223
12224 2006-10-27  Bruno Haible  <bruno@clisp.org>
12225
12226         * m4/signed.m4: Remove file.
12227         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
12228         invocation.
12229         * modules/vasnprintf (Files): Remove m4/signed.m4.
12230
12231 2006-10-27  Bruno Haible  <bruno@clisp.org>
12232
12233         Update to GNU gettext 0.16.
12234         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
12235         m4/inttypes-h.m4, m4/signed.m4.
12236         * m4/gettext.m4: Update to GNU gettext 0.16.
12237         * m4/intl.m4: New file, from GNU gettext.
12238         * m4/intldir.m4: New file, from GNU gettext.
12239         * config/srclist.txt: Update
12240
12241 2006-10-27  Eric Blake  <ebb9@byu.net>
12242
12243         * MODULES.html.sh: Document tempname.
12244         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
12245         dependencies.
12246         (Files): Move lib/tempname.c...
12247         * modules/tempname: ...to this new module.
12248         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
12249         (gl_PREREQ_TEMPNAME): Move...
12250         * m4/tempname.m4: ...to this new file.
12251         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
12252         * modules/sys_stat (Depends-on): Add stat-macros.
12253         * lib/stat_.h (includes): Pick up stat macros.
12254         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
12255         if stat macros are broken.
12256         * lib/tempname.c (includes): No need to include "stat-macros.h".
12257         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
12258         (direxists, __path_search) [!_LIBC]: Don't compile these in
12259         gnulib; the tmpdir module covers that.
12260         * lib/tempname.h: New file.
12261
12262 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
12263
12264         * COPYING: Explain how gnulib-tool converts licence headers.
12265         Almost all wording by Eric Blake.
12266
12267 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
12268
12269         * lib/mbchar.h (is_basic_table): Make read-only.
12270         * lib/mbchar.c (is_basic_table): Likewise.
12271         Reported by John Darrington.
12272
12273 2006-10-25  Bruno Haible  <bruno@clisp.org>
12274
12275         * lib/progname.h (set_program_name): Undefine before defining.
12276
12277 2006-10-25  Bruno Haible  <bruno@clisp.org>
12278
12279         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
12280         false for non-gcc C++ compilers.
12281         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
12282
12283 2006-10-24  Bruno Haible  <bruno@clisp.org>
12284
12285         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
12286         iconv implementations like Irix iconv.
12287
12288 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12289
12290         * modules/vararrays: New file.
12291         * m4/vararrays.m4: New file, taken from diffutils.
12292         * MODULES.html.sh: New module vararrays.
12293
12294 2006-10-24  Karl Berry  <karl@gnu.org>
12295
12296         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
12297         Don't call GNU Unix.
12298
12299 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12300
12301         * users.txt: Add Libtool.
12302
12303         Sync from Libtool:
12304
12305         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12306
12307         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
12308         to gnulib's policy of including config.h unconditionally.
12309
12310 2006-10-24  Bruno Haible  <bruno@clisp.org>
12311
12312         * modules/wcwidth (Files): Add m4/wint_t.m4.
12313         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
12314         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
12315
12316 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12317
12318         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
12319         to pacify GCC with some -W flags enabled.  Problem reported by
12320         Bruno Haible.
12321
12322 2006-10-24  Jim Meyering  <jim@meyering.net>
12323
12324         * MODULES.html.sh: Remove uinttostr.  It's not a module.
12325         Reported by Karl Berry.
12326
12327 2006-10-23  Bruno Haible  <bruno@clisp.org>
12328
12329         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
12330
12331 2006-10-24  Bruno Haible  <bruno@clisp.org>
12332
12333         * lib/gl_list.h: Use C comment style, not C++ comment style.
12334
12335 2006-10-23  Eric Blake  <ebb9@byu.net>
12336
12337         * lib/getaddrinfo.c (includes): Add missing include.
12338
12339 2006-10-23  Bruno Haible  <bruno@clisp.org>
12340             Paul Eggert  <eggert@cs.ucla.edu>
12341
12342         Ability to rename obstack_free.
12343         * lib/obstack.h (__obstack_free): New macro. Declare instead of
12344         obstack_free.
12345         (obstack_free): Invoke the __obstack_free macro.
12346         * lib/obstack.c (obstack_free): Use __obstack_free macro.
12347
12348 2006-10-23  Bruno Haible  <bruno@clisp.org>
12349             Paul Eggert  <eggert@cs.ucla.edu>
12350
12351         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
12352         __argc, __argv from the declaration. (They are defined as macros on
12353         mingw.)
12354
12355 2006-10-22  Bruno Haible  <bruno@clisp.org>
12356
12357         * doc/gnulib-intro.texi: New file.
12358         * doc/gnulib.texi: Include it.
12359
12360 2006-10-21  Bruno Haible  <bruno@clisp.org>
12361
12362         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
12363         "Introduction", "Miscellanous Notes", "Particular Modules".
12364
12365 2006-10-21  Bruno Haible  <bruno@clisp.org>
12366
12367         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12368         Change mostlyclean-local rule to avoid sh syntax error from bash
12369         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
12370
12371 2006-10-23  Jim Meyering  <jim@meyering.net>
12372
12373         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
12374         in place of snprintf.
12375
12376         * modules/inttostr (Files): Add lib/uinttostr.c.
12377         * lib/uinttostr.c (inttostr): New file/function.
12378         * lib/inttostr.h (uinttostr): Declare.
12379         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
12380         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12381         Add uinttostr.
12382         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
12383
12384 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
12385
12386         * lib/canonicalize.c (ELOOP): Define if not already defined.
12387         Problem reported by Bruno Haible in
12388         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
12389
12390 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
12391
12392         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
12393         Problem reported by Perry Smith and Ville Laurikari.
12394
12395         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
12396         uses.
12397
12398 2006-10-19  Bruno Haible  <bruno@clisp.org>
12399
12400         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
12401         for mingw.
12402
12403 2006-10-19  Bruno Haible  <bruno@clisp.org>
12404
12405         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
12406         Needed for mingw.
12407
12408 2006-10-19  Bruno Haible  <bruno@clisp.org>
12409
12410         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
12411
12412 2006-10-19  Bruno Haible  <bruno@clisp.org>
12413
12414         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
12415         it.
12416
12417 2006-10-19  Bruno Haible  <bruno@clisp.org>
12418
12419         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
12420         invocation.
12421
12422 2006-10-19  Bruno Haible  <bruno@clisp.org>
12423
12424         * gnulib-tool (func_create_testdir): Don't include ftruncate and
12425         mountlist by default.
12426
12427 2006-10-16  Bruno Haible  <bruno@clisp.org>
12428
12429         * lib/c-strstr.c: Include c-strstr.h.
12430
12431 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12432
12433         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
12434         in a slash.
12435
12436 2006-10-18  Bruno Haible  <bruno@clisp.org>
12437
12438         * lib/lock.h [C++]: Wrap definitions in extern "C".
12439
12440 2006-10-18  Bruno Haible  <bruno@clisp.org>
12441
12442         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
12443         gl_LIBOBJS list.
12444
12445 2006-10-18  Bruno Haible  <bruno@clisp.org>
12446
12447         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
12448
12449 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
12450
12451         * lib/xstrtol.h: Include gettext.h.
12452         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
12453         Problem reported by Eric Blake.
12454         * modules/xstrtol (Depends-on): Add gettext-h.
12455
12456 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
12457
12458         * lib/strftime.c (advance): New macro.
12459         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
12460         incomplete type, so you can't add 0 to it.  Problem and patch
12461         reported by Eelco Dolstra for dietlibc.
12462
12463 2006-10-18  Jim Meyering  <jim@meyering.net>
12464
12465         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
12466         type for a local, and rename it: s/up/user_proc/.
12467
12468 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
12469
12470         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
12471         READ_UTMP_USER_PROCESS.
12472         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
12473
12474 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
12475
12476         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
12477         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
12478
12479 2006-10-17  Eric Blake  <ebb9@byu.net>
12480
12481         * lib/sigprocmask.c (sigprocmask): Fix typo.
12482
12483         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
12484
12485         * modules/clean-temp (Makefile.am): Don't add to make output...
12486         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
12487         config.h.
12488
12489 2006-10-17  Bruno Haible  <bruno@clisp.org>
12490
12491         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
12492         differently if DEFAULT_TEXT_DOMAIN is set.
12493
12494 2006-10-16  Bruno Haible  <bruno@clisp.org>
12495
12496         * lib/clean-temp.c: Include fwriteerror.h.
12497
12498 2006-10-16  Bruno Haible  <bruno@clisp.org>
12499
12500         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
12501
12502 2006-10-16  Bruno Haible  <bruno@clisp.org>
12503
12504         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
12505         * lib/sigprocmask.h: Include <sys/types.h>.
12506         (sigset_t): Use the system's definition if present.
12507
12508 2006-10-17  Eric Blake  <ebb9@byu.net>
12509
12510         * lib/xvasprintf.c (includes): Assume config.h.
12511         * lib/xasprintf.c (includes): Likewise.
12512
12513 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12514
12515         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
12516         at least as wide as intmax_t.
12517
12518 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
12519
12520         (Imported from Automake.)
12521         * build-aux/gnupload: Update to version 1.1 of directive file.
12522
12523 2006-10-16  Eric Blake  <ebb9@byu.net>
12524
12525         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
12526         match Automake 1.10a.
12527
12528 2006-10-14  Bruno Haible  <bruno@clisp.org>
12529
12530         * modules/sigprocmask: New file.
12531         * lib/sigprocmask.h: New file.
12532         * lib/sigprocmask.c: New file.
12533         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
12534         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
12535         request sigprocmask.o.
12536         (gl_PREREQ_SIGPROCMASK): New macro.
12537         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
12538         (Depends-on): Add sigprocmask.
12539         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
12540         gt_SIGNALBLOCKING. Test for 'raise' only once.
12541         * lib/fatal-signal.c: Include sigprocmask.h.
12542         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
12543         unblock_fatal_signals): Define always.
12544         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12545         sigprocmask.
12546
12547 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12548
12549         Sync from Automake.
12550         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
12551         which incorrectly sets the mode of an existing destination
12552         directory.  In some cases the unpatched install-sh could do the
12553         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
12554         system.  We hope this is rare in practice, but it's clearly worth
12555         fixing.  Problem reported by Alex Unleashed in
12556         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
12557         Also, don't bother to check for -m bugs unless we're using -m;
12558         suggested by Stepan Kasal.
12559
12560 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12561
12562         Sync from Automake.
12563         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
12564         `-c' flag, so they appear at the same position as in %FASTDEP%
12565         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
12566         which ignores unknown options only after the first non-option.
12567         Bug report against M4 by Nelson H. F. Beebe.
12568
12569 2006-10-13  Jim Meyering  <jim@meyering.net>
12570
12571         Fix a bug in yesterday's change.
12572         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
12573         p->fts_statp->st_dev would be used uninitialized.
12574         Ensures that we always call fts_stat on the very first entry.
12575         Miklos Szeredi reported that find -xdev stopped working.
12576
12577 2006-10-12  Bruno Haible  <bruno@clisp.org>
12578
12579         * gnulib-tool (func_get_automake_snippet): Append an automatically
12580         computed EXTRA_DIST augmentation.
12581         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
12582         * modules/alloca-opt (Makefile.am): Likewise.
12583         * modules/allocsa (Makefile.am): Likewise.
12584         * modules/arcfour (Makefile.am): Likewise.
12585         * modules/arctwo (Makefile.am): Likewise.
12586         * modules/argmatch (Makefile.am): Likewise.
12587         * modules/argz (Makefile.am): Likewise.
12588         * modules/atexit (Makefile.am): Likewise.
12589         * modules/backupfile (Makefile.am): Likewise.
12590         * modules/byteswap (Makefile.am): Likewise.
12591         * modules/c-strtod (Makefile.am): Likewise.
12592         * modules/c-strtold (Makefile.am): Likewise.
12593         * modules/calloc (Makefile.am): Likewise.
12594         * modules/canon-host (Makefile.am): Likewise.
12595         * modules/canonicalize (Makefile.am): Likewise.
12596         * modules/chdir-long (Makefile.am): Likewise.
12597         * modules/chdir-safer (Makefile.am): Likewise.
12598         * modules/check-version (Makefile.am): Likewise.
12599         * modules/chown (Makefile.am): Likewise.
12600         * modules/cloexec (Makefile.am): Likewise.
12601         * modules/close-stream (Makefile.am): Likewise.
12602         * modules/closeout (Makefile.am): Likewise.
12603         * modules/crc (Makefile.am): Likewise.
12604         * modules/csharpexec (Makefile.am): Likewise.
12605         * modules/cycle-check (Makefile.am): Likewise.
12606         * modules/des (Makefile.am): Likewise.
12607         * modules/dev-ino (Makefile.am): Likewise.
12608         * modules/dirfd (Makefile.am): Likewise.
12609         * modules/dirname (Makefile.am): Likewise.
12610         * modules/dup2 (Makefile.am): Likewise.
12611         * modules/eealloc (Makefile.am): Likewise.
12612         * modules/error (Makefile.am): Likewise.
12613         * modules/euidaccess (Makefile.am): Likewise.
12614         * modules/exclude (Makefile.am): Likewise.
12615         * modules/exitfail (Makefile.am): Likewise.
12616         * modules/fcntl-safer (Makefile.am): Likewise.
12617         * modules/fcntl (Makefile.am): Likewise.
12618         * modules/file-type (Makefile.am): Likewise.
12619         * modules/fileblocks (Makefile.am): Likewise.
12620         * modules/filemode (Makefile.am): Likewise.
12621         * modules/filenamecat (Makefile.am): Likewise.
12622         * modules/fnmatch (Makefile.am): Likewise.
12623         * modules/fopen-safer (Makefile.am): Likewise.
12624         * modules/fpending (Makefile.am): Likewise.
12625         * modules/fprintftime (Makefile.am): Likewise.
12626         * modules/free (Makefile.am): Likewise.
12627         * modules/fsusage (Makefile.am): Likewise.
12628         * modules/ftruncate (Makefile.am): Likewise.
12629         * modules/fts (Makefile.am): Likewise.
12630         * modules/gc-arcfour (Makefile.am): Likewise.
12631         * modules/gc-des (Makefile.am): Likewise.
12632         * modules/gc-hmac-md5 (Makefile.am): Likewise.
12633         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
12634         * modules/gc-md4 (Makefile.am): Likewise.
12635         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12636         * modules/gc-sha1 (Makefile.am): Likewise.
12637         * modules/gc (Makefile.am): Likewise.
12638         * modules/getaddrinfo (Makefile.am): Likewise.
12639         * modules/getcwd (Makefile.am): Likewise.
12640         * modules/getdelim (Makefile.am): Likewise.
12641         * modules/getdomainname (Makefile.am): Likewise.
12642         * modules/getgroups (Makefile.am): Likewise.
12643         * modules/gethostname (Makefile.am): Likewise.
12644         * modules/gethrxtime (Makefile.am): Likewise.
12645         * modules/getline (Makefile.am): Likewise.
12646         * modules/getloadavg (Makefile.am): Likewise.
12647         * modules/getlogin_r (Makefile.am): Likewise.
12648         * modules/getndelim2 (Makefile.am): Likewise.
12649         * modules/getopt (Makefile.am): Likewise.
12650         * modules/getpagesize (Makefile.am): Likewise.
12651         * modules/getpass-gnu (Makefile.am): Likewise.
12652         * modules/getpass (Makefile.am): Likewise.
12653         * modules/getsubopt (Makefile.am): Likewise.
12654         * modules/gettime (Makefile.am): Likewise.
12655         * modules/gettimeofday (Makefile.am): Likewise.
12656         * modules/getugroups (Makefile.am): Likewise.
12657         * modules/getusershell (Makefile.am): Likewise.
12658         * modules/glob (Makefile.am): Likewise.
12659         * modules/group-member (Makefile.am): Likewise.
12660         * modules/hard-locale (Makefile.am): Likewise.
12661         * modules/hash (Makefile.am): Likewise.
12662         * modules/hmac-md5 (Makefile.am): Likewise.
12663         * modules/hmac-sha1 (Makefile.am): Likewise.
12664         * modules/human (Makefile.am): Likewise.
12665         * modules/idcache (Makefile.am): Likewise.
12666         * modules/imaxabs (Makefile.am): Likewise.
12667         * modules/imaxdiv (Makefile.am): Likewise.
12668         * modules/inet_ntop (Makefile.am): Likewise.
12669         * modules/inet_pton (Makefile.am): Likewise.
12670         * modules/intprops (Makefile.am): Likewise.
12671         * modules/inttostr (Makefile.am): Likewise.
12672         * modules/inttypes (Makefile.am): Likewise.
12673         * modules/isapipe (Makefile.am): Likewise.
12674         * modules/javaversion (Makefile.am): Likewise.
12675         * modules/lchmod (Makefile.am): Likewise.
12676         * modules/lchown (Makefile.am): Likewise.
12677         * modules/localcharset (Makefile.am): Likewise.
12678         * modules/long-options (Makefile.am): Likewise.
12679         * modules/lstat (Makefile.am): Likewise.
12680         * modules/malloc (Makefile.am): Likewise.
12681         * modules/mathl (Makefile.am): Likewise.
12682         * modules/mbchar (Makefile.am): Likewise.
12683         * modules/md2 (Makefile.am): Likewise.
12684         * modules/md4 (Makefile.am): Likewise.
12685         * modules/md5 (Makefile.am): Likewise.
12686         * modules/memcasecmp (Makefile.am): Likewise.
12687         * modules/memchr (Makefile.am): Likewise.
12688         * modules/memcmp (Makefile.am): Likewise.
12689         * modules/memcoll (Makefile.am): Likewise.
12690         * modules/memcpy (Makefile.am): Likewise.
12691         * modules/memmem (Makefile.am): Likewise.
12692         * modules/memmove (Makefile.am): Likewise.
12693         * modules/mempcpy (Makefile.am): Likewise.
12694         * modules/memrchr (Makefile.am): Likewise.
12695         * modules/memset (Makefile.am): Likewise.
12696         * modules/memxor (Makefile.am): Likewise.
12697         * modules/mkancesdirs (Makefile.am): Likewise.
12698         * modules/mkdir-p (Makefile.am): Likewise.
12699         * modules/mkdir (Makefile.am): Likewise.
12700         * modules/mkdtemp (Makefile.am): Likewise.
12701         * modules/mkstemp (Makefile.am): Likewise.
12702         * modules/mktime (Makefile.am): Likewise.
12703         * modules/modechange (Makefile.am): Likewise.
12704         * modules/mountlist (Makefile.am): Likewise.
12705         * modules/nanosleep (Makefile.am): Likewise.
12706         * modules/obstack (Makefile.am): Likewise.
12707         * modules/openat (Makefile.am): Likewise.
12708         * modules/pagealign_alloc (Makefile.am): Likewise.
12709         * modules/pathmax (Makefile.am): Likewise.
12710         * modules/physmem (Makefile.am): Likewise.
12711         * modules/poll (Makefile.am): Likewise.
12712         * modules/posixtm (Makefile.am): Likewise.
12713         * modules/posixver (Makefile.am): Likewise.
12714         * modules/putenv (Makefile.am): Likewise.
12715         * modules/quote (Makefile.am): Likewise.
12716         * modules/quotearg (Makefile.am): Likewise.
12717         * modules/raise (Makefile.am): Likewise.
12718         * modules/read-file (Makefile.am): Likewise.
12719         * modules/readline (Makefile.am): Likewise.
12720         * modules/readlink (Makefile.am): Likewise.
12721         * modules/readtokens (Makefile.am): Likewise.
12722         * modules/readutmp (Makefile.am): Likewise.
12723         * modules/realloc (Makefile.am): Likewise.
12724         * modules/regex (Makefile.am): Likewise.
12725         * modules/rename-dest-slash (Makefile.am): Likewise.
12726         * modules/rename (Makefile.am): Likewise.
12727         * modules/rijndael (Makefile.am): Likewise.
12728         * modules/rmdir (Makefile.am): Likewise.
12729         * modules/rpmatch (Makefile.am): Likewise.
12730         * modules/safe-read (Makefile.am): Likewise.
12731         * modules/safe-write (Makefile.am): Likewise.
12732         * modules/same-inode (Makefile.am): Likewise.
12733         * modules/same (Makefile.am): Likewise.
12734         * modules/save-cwd (Makefile.am): Likewise.
12735         * modules/savedir (Makefile.am): Likewise.
12736         * modules/setenv (Makefile.am): Likewise.
12737         * modules/settime (Makefile.am): Likewise.
12738         * modules/sha1 (Makefile.am): Likewise.
12739         * modules/sig2str (Makefile.am): Likewise.
12740         * modules/snprintf (Makefile.am): Likewise.
12741         * modules/stat-macros (Makefile.am): Likewise.
12742         * modules/stat-time (Makefile.am): Likewise.
12743         * modules/stdbool (Makefile.am): Likewise.
12744         * modules/stdint (Makefile.am): Likewise.
12745         * modules/stdlib-safer (Makefile.am): Likewise.
12746         * modules/stpcpy (Makefile.am): Likewise.
12747         * modules/stpncpy (Makefile.am): Likewise.
12748         * modules/strcase (Makefile.am): Likewise.
12749         * modules/strcasestr (Makefile.am): Likewise.
12750         * modules/strchrnul (Makefile.am): Likewise.
12751         * modules/strcspn (Makefile.am): Likewise.
12752         * modules/strdup (Makefile.am): Likewise.
12753         * modules/strerror (Makefile.am): Likewise.
12754         * modules/strftime (Makefile.am): Likewise.
12755         * modules/strndup (Makefile.am): Likewise.
12756         * modules/strnlen (Makefile.am): Likewise.
12757         * modules/strpbrk (Makefile.am): Likewise.
12758         * modules/strsep (Makefile.am): Likewise.
12759         * modules/strstr (Makefile.am): Likewise.
12760         * modules/strtod (Makefile.am): Likewise.
12761         * modules/strtoimax (Makefile.am): Likewise.
12762         * modules/strtok_r (Makefile.am): Likewise.
12763         * modules/strtol (Makefile.am): Likewise.
12764         * modules/strtoll (Makefile.am): Likewise.
12765         * modules/strtoul (Makefile.am): Likewise.
12766         * modules/strtoull (Makefile.am): Likewise.
12767         * modules/strtoumax (Makefile.am): Likewise.
12768         * modules/strverscmp (Makefile.am): Likewise.
12769         * modules/sys_socket (Makefile.am): Likewise.
12770         * modules/sys_stat (Makefile.am): Likewise.
12771         * modules/sysexits (Makefile.am): Likewise.
12772         * modules/time_r (Makefile.am): Likewise.
12773         * modules/timegm (Makefile.am): Likewise.
12774         * modules/timespec (Makefile.am): Likewise.
12775         * modules/tmpfile-safer (Makefile.am): Likewise.
12776         * modules/trim (Makefile.am): Likewise.
12777         * modules/unistd-safer (Makefile.am): Likewise.
12778         * modules/unlinkdir (Makefile.am): Likewise.
12779         * modules/unlocked-io (Makefile.am): Likewise.
12780         * modules/userspec (Makefile.am): Likewise.
12781         * modules/utime (Makefile.am): Likewise.
12782         * modules/utimecmp (Makefile.am): Likewise.
12783         * modules/utimens (Makefile.am): Likewise.
12784         * modules/vasnprintf (Makefile.am): Likewise.
12785         * modules/vasprintf (Makefile.am): Likewise.
12786         * modules/vsnprintf (Makefile.am): Likewise.
12787         * modules/xalloc (Makefile.am): Likewise.
12788         * modules/xgetcwd (Makefile.am): Likewise.
12789         * modules/xnanosleep (Makefile.am): Likewise.
12790         * modules/xreadlink (Makefile.am): Likewise.
12791         * modules/xstrtod (Makefile.am): Likewise.
12792         * modules/xstrtol (Makefile.am): Likewise.
12793         * modules/xstrtold (Makefile.am): Likewise.
12794         * modules/yesno (Makefile.am): Likewise.
12795         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
12796
12797 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12798
12799         * modules/error (Makefile.am): Distribute files through
12800         EXTRA_DIST, not lib_SOURCES.
12801
12802 2006-10-12  Eric Blake  <ebb9@byu.net>
12803
12804         * modules/error (Makefile.am): Distribute files in /lib.
12805         * modules/obstack (Makefile.am): Likewise.
12806
12807 2006-10-12  Bruno Haible  <bruno@clisp.org>
12808
12809         * modules/acl (Makefile.am): Distribute all files in lib/ through
12810         EXTRA_DIST.
12811         * modules/arcfour (Makefile.am): Likewise.
12812         * modules/arctwo (Makefile.am): Likewise.
12813         * modules/argmatch (Makefile.am): Likewise.
12814         * modules/argz (Makefile.am): Likewise.
12815         * modules/atexit (Makefile.am): Likewise.
12816         * modules/backupfile (Makefile.am): Likewise.
12817         * modules/c-strtod (Makefile.am): Likewise.
12818         * modules/c-strtold (Makefile.am): Likewise.
12819         * modules/calloc (Makefile.am): Likewise.
12820         * modules/canon-host (Makefile.am): Likewise.
12821         * modules/canonicalize (Makefile.am): Likewise.
12822         * modules/chdir-long (Makefile.am): Likewise.
12823         * modules/chdir-safer (Makefile.am): Likewise.
12824         * modules/check-version (Makefile.am): Likewise.
12825         * modules/chown (Makefile.am): Likewise.
12826         * modules/cloexec (Makefile.am): Likewise.
12827         * modules/close-stream (Makefile.am): Likewise.
12828         * modules/closeout (Makefile.am): Likewise.
12829         * modules/crc (Makefile.am): Likewise.
12830         * modules/cycle-check (Makefile.am): Likewise.
12831         * modules/des (Makefile.am): Likewise.
12832         * modules/dirfd (Makefile.am): Likewise.
12833         * modules/dirname (Makefile.am): Likewise.
12834         * modules/dup2 (Makefile.am): Likewise.
12835         * modules/euidaccess (Makefile.am): Likewise.
12836         * modules/exclude (Makefile.am): Likewise.
12837         * modules/exitfail (Makefile.am): Likewise.
12838         * modules/fcntl-safer (Makefile.am): Likewise.
12839         * modules/file-type (Makefile.am): Likewise.
12840         * modules/fileblocks (Makefile.am): Likewise.
12841         * modules/filemode (Makefile.am): Likewise.
12842         * modules/filenamecat (Makefile.am): Likewise.
12843         * modules/fnmatch (Makefile.am): Likewise.
12844         * modules/fopen-safer (Makefile.am): Likewise.
12845         * modules/fpending (Makefile.am): Likewise.
12846         * modules/fprintftime (Makefile.am): Likewise.
12847         * modules/free (Makefile.am): Likewise.
12848         * modules/fsusage (Makefile.am): Likewise.
12849         * modules/ftruncate (Makefile.am): Likewise.
12850         * modules/fts (Makefile.am): Likewise.
12851         * modules/gc (Makefile.am): Likewise.
12852         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12853         * modules/getaddrinfo (Makefile.am): Likewise.
12854         * modules/getcwd (Makefile.am): Likewise.
12855         * modules/getdelim (Makefile.am): Likewise.
12856         * modules/getdomainname (Makefile.am): Likewise.
12857         * modules/getgroups (Makefile.am): Likewise.
12858         * modules/gethostname (Makefile.am): Likewise.
12859         * modules/gethrxtime (Makefile.am): Likewise.
12860         * modules/getline (Makefile.am): Likewise.
12861         * modules/getloadavg (Makefile.am): Likewise.
12862         * modules/getlogin_r (Makefile.am): Likewise.
12863         * modules/getopt (Makefile.am): Likewise.
12864         * modules/getpass (Makefile.am): Likewise.
12865         * modules/getpass-gnu (Makefile.am): Likewise.
12866         * modules/getsubopt (Makefile.am): Likewise.
12867         * modules/gettime (Makefile.am): Likewise.
12868         * modules/gettimeofday (Makefile.am): Likewise.
12869         * modules/getugroups (Makefile.am): Likewise.
12870         * modules/getusershell (Makefile.am): Likewise.
12871         * modules/glob (Makefile.am): Likewise.
12872         * modules/group-member (Makefile.am): Likewise.
12873         * modules/hard-locale (Makefile.am): Likewise.
12874         * modules/hash (Makefile.am): Likewise.
12875         * modules/hmac-md5 (Makefile.am): Likewise.
12876         * modules/hmac-sha1 (Makefile.am): Likewise.
12877         * modules/human (Makefile.am): Likewise.
12878         * modules/idcache (Makefile.am): Likewise.
12879         * modules/imaxabs (Makefile.am): Likewise.
12880         * modules/imaxdiv (Makefile.am): Likewise.
12881         * modules/inet_ntop (Makefile.am): Likewise.
12882         * modules/inet_pton (Makefile.am): Likewise.
12883         * modules/inttostr (Makefile.am): Likewise.
12884         * modules/isapipe (Makefile.am): Likewise.
12885         * modules/lchown (Makefile.am): Likewise.
12886         * modules/long-options (Makefile.am): Likewise.
12887         * modules/lstat (Makefile.am): Likewise.
12888         * modules/malloc (Makefile.am): Likewise.
12889         * modules/mathl (Makefile.am): Likewise.
12890         * modules/mbchar (Makefile.am): Likewise.
12891         * modules/md2 (Makefile.am): Likewise.
12892         * modules/md4 (Makefile.am): Likewise.
12893         * modules/md5 (Makefile.am): Likewise.
12894         * modules/memcasecmp (Makefile.am): Likewise.
12895         * modules/memchr (Makefile.am): Likewise.
12896         * modules/memcmp (Makefile.am): Likewise.
12897         * modules/memcoll (Makefile.am): Likewise.
12898         * modules/memcpy (Makefile.am): Likewise.
12899         * modules/memmem (Makefile.am): Likewise.
12900         * modules/memmove (Makefile.am): Likewise.
12901         * modules/mempcpy (Makefile.am): Likewise.
12902         * modules/memrchr (Makefile.am): Likewise.
12903         * modules/memset (Makefile.am): Likewise.
12904         * modules/memxor (Makefile.am): Likewise.
12905         * modules/mkancesdirs (Makefile.am): Likewise.
12906         * modules/mkdir (Makefile.am): Likewise.
12907         * modules/mkdir-p (Makefile.am): Likewise.
12908         * modules/mkdtemp (Makefile.am): Likewise.
12909         * modules/mkstemp (Makefile.am): Likewise.
12910         * modules/mktime (Makefile.am): Likewise.
12911         * modules/modechange (Makefile.am): Likewise.
12912         * modules/mountlist (Makefile.am): Likewise.
12913         * modules/nanosleep (Makefile.am): Likewise.
12914         * modules/openat (Makefile.am): Likewise.
12915         * modules/pagealign_alloc (Makefile.am): Likewise.
12916         * modules/physmem (Makefile.am): Likewise.
12917         * modules/poll (Makefile.am): Likewise.
12918         * modules/posixtm (Makefile.am): Likewise.
12919         * modules/posixver (Makefile.am): Likewise.
12920         * modules/putenv (Makefile.am): Likewise.
12921         * modules/quote (Makefile.am): Likewise.
12922         * modules/quotearg (Makefile.am): Likewise.
12923         * modules/raise (Makefile.am): Likewise.
12924         * modules/read-file (Makefile.am): Likewise.
12925         * modules/readline (Makefile.am): Likewise.
12926         * modules/readlink (Makefile.am): Likewise.
12927         * modules/readtokens (Makefile.am): Likewise.
12928         * modules/readutmp (Makefile.am): Likewise.
12929         * modules/realloc (Makefile.am): Likewise.
12930         * modules/regex (Makefile.am): Likewise.
12931         * modules/rename (Makefile.am): Likewise.
12932         * modules/rename-dest-slash (Makefile.am): Likewise.
12933         * modules/rijndael (Makefile.am): Likewise.
12934         * modules/rmdir (Makefile.am): Likewise.
12935         * modules/rpmatch (Makefile.am): Likewise.
12936         * modules/safe-read (Makefile.am): Likewise.
12937         * modules/safe-write (Makefile.am): Likewise.
12938         * modules/same (Makefile.am): Likewise.
12939         * modules/save-cwd (Makefile.am): Likewise.
12940         * modules/savedir (Makefile.am): Likewise.
12941         * modules/setenv (Makefile.am): Likewise.
12942         * modules/settime (Makefile.am): Likewise.
12943         * modules/sha1 (Makefile.am): Likewise.
12944         * modules/sig2str (Makefile.am): Likewise.
12945         * modules/snprintf (Makefile.am): Likewise.
12946         * modules/stdlib-safer (Makefile.am): Likewise.
12947         * modules/stpcpy (Makefile.am): Likewise.
12948         * modules/stpncpy (Makefile.am): Likewise.
12949         * modules/strcase (Makefile.am): Likewise.
12950         * modules/strcasestr (Makefile.am): Likewise.
12951         * modules/strchrnul (Makefile.am): Likewise.
12952         * modules/strcspn (Makefile.am): Likewise.
12953         * modules/strdup (Makefile.am): Likewise.
12954         * modules/strerror (Makefile.am): Likewise.
12955         * modules/strftime (Makefile.am): Likewise.
12956         * modules/strndup (Makefile.am): Likewise.
12957         * modules/strnlen (Makefile.am): Likewise.
12958         * modules/strpbrk (Makefile.am): Likewise.
12959         * modules/strsep (Makefile.am): Likewise.
12960         * modules/strstr (Makefile.am): Likewise.
12961         * modules/strtod (Makefile.am): Likewise.
12962         * modules/strtoimax (Makefile.am): Likewise.
12963         * modules/strtok_r (Makefile.am): Likewise.
12964         * modules/strtol (Makefile.am): Likewise.
12965         * modules/strtoll (Makefile.am): Likewise.
12966         * modules/strtoul (Makefile.am): Likewise.
12967         * modules/strtoull (Makefile.am): Likewise.
12968         * modules/strtoumax (Makefile.am): Likewise.
12969         * modules/strverscmp (Makefile.am): Likewise.
12970         * modules/time_r (Makefile.am): Likewise.
12971         * modules/timegm (Makefile.am): Likewise.
12972         * modules/tmpfile-safer (Makefile.am): Likewise.
12973         * modules/unistd-safer (Makefile.am): Likewise.
12974         * modules/unlinkdir (Makefile.am): Likewise.
12975         * modules/userspec (Makefile.am): Likewise.
12976         * modules/utime (Makefile.am): Likewise.
12977         * modules/utimecmp (Makefile.am): Likewise.
12978         * modules/utimens (Makefile.am): Likewise.
12979         * modules/vasnprintf (Makefile.am): Likewise.
12980         * modules/vasprintf (Makefile.am): Likewise.
12981         * modules/vsnprintf (Makefile.am): Likewise.
12982         * modules/xalloc (Makefile.am): Likewise.
12983         * modules/xgetcwd (Makefile.am): Likewise.
12984         * modules/xnanosleep (Makefile.am): Likewise.
12985         * modules/xreadlink (Makefile.am): Likewise.
12986         * modules/xstrtod (Makefile.am): Likewise.
12987         * modules/xstrtol (Makefile.am): Likewise.
12988         * modules/xstrtold (Makefile.am): Likewise.
12989         * modules/yesno (Makefile.am): Likewise.
12990
12991 2006-10-12  Jim Meyering  <jim@meyering.net>
12992
12993         * m4/getloadavg.m4: Revert the change below.
12994
12995         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
12996         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
12997         fail with a symlink, which is what coreutils' ./bootstrap now
12998         creates by default.
12999
13000 2006-10-12  Bruno Haible  <bruno@clisp.org>
13001
13002         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
13003         mingw.
13004         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
13005         MSVC and mingw explicitly.
13006
13007 2006-10-11  Simon Josefsson  <jas@extundo.com>
13008             Bruno Haible  <bruno@clisp.org>
13009
13010         Add support for multiple gnulib-tool invocations in the scope of a
13011         single configure.ac file.
13012         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
13013         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
13014         with the same contents as the _LIBADD variable.
13015         (func_emit_initmacro_start, func_emit_initmacro_end,
13016         func_emit_initmacro_done): New functions.
13017         (func_import, func_create_testdir): Invoke them. Allow the identifiers
13018         gl_LIBOBJS and gl_LTLIBOBJS.
13019
13020 2006-10-11  Bruno Haible  <bruno@clisp.org>
13021
13022         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
13023         (func_create_testdir): Don't create po/Makefile.am, don't invoke
13024         autoreconf. Instead, invoke autopoint explicitly but move back the
13025         *.m4 files from gnulib.
13026
13027 2006-10-11  Bruno Haible  <bruno@clisp.org>
13028
13029         * gnulib-tool (func_usage): Make module names after --create-testdir
13030         optional.
13031         (func_create_testdir): If no module was specified, use nearly all
13032         modules.
13033
13034 2006-10-12  Jim Meyering  <jim@meyering.net>
13035
13036         Big performance improvement for fts-based tools that use FTS_NOSTAT.
13037         Avoid spurious inode-mismatch problems on non-POSIX file systems.
13038         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
13039         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
13040         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
13041         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
13042         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
13043         (fts_set_stat_required): New function.
13044         (fts_open): Defer the calls to fts_stat, if possible or requested.
13045         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
13046         into fts_stat itself.
13047         (fts_read): Perform any required (deferred) fts_stat call.
13048         (fts_build): Likewise, for the directory we're about to open and read.
13049         In the readdir loop, carefully decide whether each entry will require
13050         an eventual call to fts_stat, using dirent.d_type info if available.
13051         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
13052         a command line argument into this function.  Update all callers.
13053         Map a return value of FTS_DOT to FTS_D for a command line argument.
13054         * modules/fts (Depends-on): Add d-type.  Alphabetize.
13055         Thanks to Miklos Szeredi for his tenacity and for the initial
13056         bug report about "find" failing on a FUSE-based file system.
13057
13058         * lib/fts.c (fts_open): Use consistent indentation.
13059
13060 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
13061
13062         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
13063         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
13064         reported by Jim Meyering.  All uses of cache variables renamed
13065         to match Autoconf's.
13066         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
13067         the other one.
13068
13069         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
13070         Fix misspelling in diagnostic.
13071
13072 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
13073
13074         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
13075         defined.  Problem reported by Matthew Woehlke.
13076
13077         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
13078         Add support for Tandem NonStop R series.
13079         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
13080         Use new macro.
13081
13082         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
13083         (has_trailing_slash): Omit size arg; all callers changed.
13084         Omit 'inline', since it doesn't help performance and we'd
13085         need to configure it.
13086         Don't count //, ///, etc. as having a trailing slash.
13087         As a side effect, this removes a C99ism reported by Matthew Woehlke.
13088         (rpl_rename_dest_slash): On failure, use rename's errno rather
13089         than (in some cases) an incorrect or junk errno.
13090         Simplify code by removing need to compute length; this does
13091         cause it to make two passes instead of one over the file name,
13092         but it's worth it.
13093
13094         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
13095         change, since Autoconf's version may no longer be appropriate now
13096         that we are using CVS Autoconf's version.  Add support for Tandem.
13097
13098 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
13099             Bruno Haible  <bruno@clisp.org>
13100
13101         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
13102         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
13103         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
13104         gl_AC_TYPE_LONG_LONG.
13105
13106         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
13107         instead of HAVE_LONG_LONG.
13108         * lib/printf-args.c (printf_fetchargs): Likewise.
13109         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
13110         * lib/vasnprintf.c (VASNPRINTF): Likewise.
13111         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
13112         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
13113         gl_AC_TYPE_LONG_LONG.
13114
13115 2006-10-11  Bruno Haible  <bruno@clisp.org>
13116
13117         * m4/longlong.m4: Add comments.
13118         * m4/ulonglong.m4: Likewise.
13119
13120 2006-10-10  Bruno Haible  <bruno@clisp.org>
13121
13122         Make it possible to #define stpcpy, strdup to aliases.
13123         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
13124         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
13125
13126 2006-10-10  Bruno Haible  <bruno@clisp.org>
13127
13128         Make it possible to #define gcd to an alias.
13129         * lib/gcd.c: Include config.h.
13130
13131 2006-10-10  Bruno Haible  <bruno@clisp.org>
13132
13133         Make it possible to #define c_isascii to an alias.
13134         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
13135         defined. Undefine the macros before defining them, to avoid gcc
13136         warnings.
13137         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
13138         define NO_C_CTYPE_MACROS early.
13139
13140 2006-10-10  Bruno Haible  <bruno@clisp.org>
13141
13142         Make it possible to #define set_program_name to an alias.
13143         * lib/progname.c: Don't undefine set_program_name; instead, undefine
13144         ENABLE_RELOCATABLE early.
13145
13146 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13147
13148         Port to Tandem NSK OSS, which has 64-bit signed int but at most
13149         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
13150         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
13151         More generally, don't assume that 64-bit signed int is available
13152         if unsigned int is, and vice versa.
13153         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
13154         unsigned symbols, not on their signed counterparts.
13155         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
13156         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
13157         (UINT64_C, UINTMAX_C):
13158         Likewise.
13159         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
13160         unsigned counterparts.
13161         (Have_long_long, Unsigned): New macros.
13162         (Int): Renamed from INT.
13163         (strtoimax): Use the new macros.
13164         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
13165         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
13166         * modules/inttypes (inttypes.h): Substitute
13167         HAVE_UNSIGNED_LONG_LONG_INT.
13168         * modules/stdint (stdint.h): Likewise.
13169         (Files): Add m4/ulonglong.m4.
13170
13171 2006-10-10  Bruno Haible  <bruno@clisp.org>
13172
13173         Fix a gcc -Wshadow warning.
13174         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
13175         to 'bucket'.
13176         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
13177         gl_linked_indexof_from_to): Likewise.
13178         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
13179         Likewise.
13180         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
13181         Likewise.
13182         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
13183         Reported by Eric Blake.
13184
13185 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
13186
13187         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
13188         for NetBSD.  Problem reported by Bruno Haible.
13189
13190 2006-10-09  Jim Meyering  <jim@meyering.net>
13191
13192         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
13193         Patch from Bruno Haible.
13194
13195 2006-10-09  Jim Meyering  <jim@meyering.net>
13196
13197         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
13198         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
13199         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
13200
13201 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
13202
13203         Don't include <config.h> twice; this doesn't work in some cases,
13204         e.g., when config.h has "#define intmax_t long long int" and
13205         we include <config.h>, <inttypes.h>, <config.h> in that order.
13206         Problem reported by Matthew Woehlke in:
13207         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
13208         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
13209         * lib/fts-cycle.c: Don't include config.h.
13210         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
13211         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
13212         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
13213         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
13214         inttypes.h.
13215         * lib/xstrtoumax.c: Likewise.
13216         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
13217         __strtol and the like, so that this module is more like its siblings.
13218         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
13219         Remove; no longer needed now that we assume gnulib inttypes.h.
13220
13221 2006-10-08  Bruno Haible  <bruno@clisp.org>
13222
13223         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
13224         option.
13225
13226 2006-10-07  Jim Meyering  <jim@meyering.net>
13227
13228         * modules/inttypes (inttypes.h): Revert what seems to have been
13229         an inadvertent part of today's change: use "|", not "/" in the
13230         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
13231
13232 2006-10-07  Bruno Haible  <bruno@clisp.org>
13233
13234         * modules/sublist: New file.
13235
13236 2006-10-07  Bruno Haible  <bruno@clisp.org>
13237
13238         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
13239         * modules/argz (argz.h): Likewise.
13240         * modules/arpa_inet (arpa/inet.h): Likewise.
13241         * modules/byteswap (byteswap.h): Likewise.
13242         * modules/configmake (configmake.h): Likewise.
13243         * modules/fcntl (fcntl.h): Likewise.
13244         * modules/fnmatch (fnmatch.h): Likewise.
13245         * modules/getopt (getopt.h): Likewise.
13246         * modules/glob (glob.h): Likewise.
13247         * modules/inttypes (inttypes.h): Likewise.
13248         * modules/netinet_in (netinet/in.h): Likewise.
13249         * modules/poll (poll.h): Likewise.
13250         * modules/stdbool (stdbool.h): Likewise.
13251         * modules/stdint (stdint.h): Likewise.
13252         * modules/sys_select (sys/select.h): Likewise.
13253         * modules/sys_socket (sys/socket.h): Likewise.
13254         * modules/sys_stat (sys/stat.h): Likewise.
13255         * modules/sysexits (sysexits.h): Likewise.
13256         * modules/unistd (unistd.h): Likewise.
13257         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13258         Add a "DO NOT EDIT" comment to the generated file.
13259         (func_import): Likewise for gnulib-comp.m4.
13260
13261 2006-10-07  Bruno Haible  <bruno@clisp.org>
13262
13263         * lib/gl_sublist.h: New file.
13264         * lib/gl_sublist.c: New file.
13265
13266 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13267
13268         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
13269         name (relative to the original working directory) and the file
13270         name component (relative to the temporary working directory).  All
13271         callers changed.
13272         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
13273         * lib/mkdir-p.c (make_dir_parents): Likewise.
13274         * lib/mkdir-p.h (make_dir_parents): Likewise.
13275
13276 2006-10-06  Eric Blake  <ebb9@byu.net>
13277
13278         Define several macros for use by the clean-temp module.
13279         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
13280         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
13281         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
13282
13283         * lib/clean-temp.h (close_stream_temp): New declaration.
13284         * lib/clean-temp.c (includes): Pull in headers according to what
13285         other modules are in use.
13286         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
13287
13288 2006-10-06  Bruno Haible  <bruno@clisp.org>
13289
13290         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
13291         instead of fopen, fwriteerror.
13292
13293 2006-10-06  Bruno Haible  <bruno@clisp.org>
13294
13295         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
13296         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
13297         int.
13298         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
13299         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
13300         Return an error indicator.
13301         Suggested by Eric Blake.
13302
13303 2006-10-06  Bruno Haible  <bruno@clisp.org>
13304
13305         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
13306         Reported by Eric Blake.
13307
13308 2006-10-06  Bruno Haible  <bruno@clisp.org>
13309
13310         * modules/closeout (Description): Mention stderr too.
13311
13312 2006-10-06  Bruno Haible  <bruno@clisp.org>
13313         and Paul Eggert  <eggert@cs.ucla.edu>
13314
13315         * lib/closeout.c (close_stdout): Also close stderr.
13316         * lib/closeout.h: Update comment.
13317
13318 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13319
13320         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
13321         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
13322         * lib/dirchownmod.c: Include lchown.h.
13323         * lib/lchown.c: Don't include files that lchown.h now includes.
13324         Don't declare chown, since lchown.h now does that.
13325         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
13326         (lchown): Define to rpl_chown if lchown is declared but
13327         does not exist.  Declare using a prototype if lchown is not
13328         declared.  Add a copyright notice.
13329         * lib/mkstemp.h: Include <unistd.h>.
13330         * lib/openat.c: Include lchown.h.
13331
13332         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
13333         we now test for that separately.
13334         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
13335         rather than O_NOFOLLOW, when testing whether it's possible to
13336         avoid a race condition reliably.
13337         * lib/savewd.c (savewd_chdir): Likewise.
13338
13339         Remove macros that are no longer needed now that stdint.h is
13340         reliable.
13341         * lib/fsusage.c (UINTMAX_MAX): Remove.
13342         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
13343         * lib/utimecmp.c (SIZE_MAX): Remove.
13344
13345         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
13346
13347         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
13348         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
13349         O_NOATIME works.
13350
13351 2006-10-05  Bruno Haible  <bruno@clisp.org>
13352
13353         * lib/gl_list.h (gl_sortedlist_search_from_to,
13354         gl_sortedlist_indexof_from_to): New declarations.
13355         (gl_list_implementation): New fields sortedlist_search_from_to,
13356         sortedlist_indexof_from_to.
13357         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
13358         inline functions.
13359         * lib/gl_list.c (gl_sortedlist_search_from_to,
13360         gl_sortedlist_indexof_from_to): New functions.
13361         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
13362         function.
13363         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
13364         (gl_array_sortedlist_search_from_to): New function.
13365         (gl_array_list_implementation): Update.
13366         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
13367         function.
13368         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
13369         (gl_carray_sortedlist_search_from_to): New function.
13370         (gl_carray_list_implementation): Update.
13371         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
13372         gl_linked_sortedlist_indexof_from_to): New functions.
13373         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
13374         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
13375         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
13376         gl_tree_sortedlist_indexof_from_to): New functions.
13377         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
13378         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
13379         Update.
13380         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
13381         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
13382         Update.
13383
13384 2006-10-05  Bruno Haible  <bruno@clisp.org>
13385
13386         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
13387         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
13388         (struct gl_list_implementation): Add fields search_from_to,
13389         indexof_from_to. Remove fields search, indexof.
13390         (gl_list_search): Use the search_from_to method.
13391         (gl_list_search_from, gl_list_search_from_to): New functions.
13392         (gl_list_indexof): Use the indexof_from_to method.
13393         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
13394         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
13395         (gl_list_search_from, gl_list_search_from_to): New functions.
13396         (gl_list_indexof): Use the indexof_from_to method.
13397         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
13398         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
13399         gl_array_indexof. Add start_index, end_index arguments.
13400         (gl_array_search_from_to): Renamed from gl_array_search. Add
13401         start_index, end_index arguments.
13402         (gl_array_remove, gl_array_list_implementation): Update.
13403         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
13404         gl_carray_indexof. Add start_index, end_index arguments.
13405         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
13406         start_index, end_index arguments.
13407         (gl_carray_remove, gl_carray_list_implementation): Update.
13408         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
13409         gl_linked_search. Add start_index, end_index arguments.
13410         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
13411         start_index, end_index arguments.
13412         (gl_linked_remove): Update.
13413         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
13414         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
13415         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
13416         field to 'size_t'.
13417         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
13418         gl_tree_search. Add start_index, end_index arguments.
13419         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
13420         start_index, end_index arguments.
13421         (gl_tree_remove): Update.
13422         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
13423         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
13424         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
13425         function.
13426         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
13427         gl_tree_search. Add start_index, end_index arguments.
13428         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
13429         start_index, end_index arguments.
13430         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
13431         Update.
13432         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
13433
13434 2006-10-05  Bruno Haible  <bruno@clisp.org>
13435
13436         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
13437
13438         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
13439         fwriteerror_temp): New declarations.
13440         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
13441         (descriptors): New variable.
13442         (cleanup): First, close the descriptors.
13443         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
13444         fclose_temp, fwriteerror_temp): New functions.
13445
13446 2006-10-04  Jim Meyering  <jim@meyering.net>
13447
13448         * lib/fts.c (fts_open): Tiny comment change.
13449
13450 2006-10-04  Bruno Haible  <bruno@clisp.org>
13451
13452         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
13453         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
13454         gl_LOCK_BODY.
13455         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
13456         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
13457         gl_LOCK_EARLY_BODY.
13458         (gl_LOCK): Require gl_LOCK_BODY.
13459
13460 2006-10-04  Bruno Haible  <bruno@clisp.org>
13461
13462         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
13463         (gl_oset_search_atleast): New declaration.
13464         (struct gl_oset_implementation): Add field 'search_atleast'.
13465         (gl_oset_search_atleast): New inline function.
13466         * lib/gl_oset.c (gl_oset_search_atleast): New function.
13467         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
13468         (gl_array_oset_implementation): Update.
13469         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
13470         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
13471         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
13472
13473 2006-10-04  Bruno Haible  <bruno@clisp.org>
13474
13475         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
13476
13477 2006-10-03  Bruno Haible  <bruno@clisp.org>
13478
13479         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
13480         from gl_avltreehash_list_implementation.
13481
13482 2006-10-03  Bruno Haible  <bruno@clisp.org>
13483
13484         * lib/gl_oset.c (gl_oset_add): Fix return type.
13485
13486 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
13487
13488         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
13489
13490 2006-10-02  Eric Blake  <ebb9@byu.net>
13491
13492         * modules/strnlen (Depends-on): Add extensions.
13493
13494 2006-10-02  Eric Blake  <ebb9@byu.net>
13495
13496         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
13497         definition in 2.60+.
13498
13499 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13500
13501         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
13502         checks.
13503
13504 2006-10-02  Bruno Haible  <bruno@clisp.org>
13505
13506         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
13507         to the AUTOMAKE_OPTIONS.
13508         Reported by Jim Meyering.
13509
13510 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13511
13512         Work around bug in Solaris 10 /proc file system:
13513         /proc/self/fd/NNN/.. isn't the parent directory of
13514         the directory whose file descriptor is NNN.  This needs to
13515         be worked around at run time, not compile time, since a
13516         program might be built on Solaris 8, where things work, and
13517         run on Solaris 10.
13518         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
13519         to use the following interface instead:
13520         (OPENAT_BUFFER_SIZE): New macro.
13521         (openat_proc_name): New function.
13522         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
13523         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
13524         Likewise.
13525         * lib/openat-proc.c: New file.
13526         * modules/openat (Files): Add lib/openat-proc.c.
13527         (Depends-on): Add same-inode, stdbool.
13528         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
13529
13530 2006-09-29  Bruno Haible  <bruno@clisp.org>
13531
13532         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
13533         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
13534         argument. Set stdout_closed before testing for ferror, not after.
13535         (fwriteerror, fwriteerror_no_ebadf): New functions.
13536
13537 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13538
13539         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
13540
13541 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
13542
13543         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
13544         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
13545
13546 2006-09-28  Jim Meyering  <jim@meyering.net>
13547
13548         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
13549         Include <unistd.h>.
13550
13551 2006-09-28  Bruno Haible  <bruno@clisp.org>
13552
13553         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
13554         * modules/linkedhash-list (Depends-on): Likewise.
13555         * modules/rbtreehash-list (Depends-on): Likewise.
13556
13557 2006-09-28  Bruno Haible  <bruno@clisp.org>
13558
13559         * lib/strndup.h: Simplify the redefinition of strndup.
13560         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
13561         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
13562
13563 2006-09-28  Bruno Haible  <bruno@clisp.org>
13564
13565         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
13566         * lib/gl_linkedhash_list.c: Likewise.
13567         * lib/gl_rbtreehash_list.c: Likewise.
13568
13569 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13570
13571         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
13572         getaddrinfo.
13573
13574         * lib/__fpending.h: Don't include <stdio_ext.h> unless
13575         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
13576         it causes <stdio_ext.h> to cause a compile-time error.
13577         Problem reported by Nelson H. F. Beebe.
13578         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
13579         of HAVE_DECL___PENDING.
13580
13581         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
13582         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
13583         declaration.
13584
13585 2006-09-27  Jim Meyering  <jim@meyering.net>
13586
13587         This file could end up with a definition for a function
13588         named __strndup, rather than rpl_strndup on a system with
13589         incomplete weak_alias support.
13590         * lib/strndup.c (strndup): Rename from __strndup.
13591         Remove #defines that used to map __strndup to strndup.
13592         Don't use K&R prototypes.
13593         Remove LIBC-related code, since this file is not sync'd with glibc.
13594         * lib/strndup.h: Revamp, accordingly.
13595         * m4/strndup.m4: Modernize.
13596
13597 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13598
13599         * modules/savewd (Depends-on): Add 'raise'.
13600         * lib/savewd.c: Include <signal.h>, for 'raise'.
13601
13602 2006-09-26  Jim Meyering  <jim@meyering.net>
13603
13604         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
13605         when we detect Darwin 8.7.0's acl_get_file bug.
13606         Rearrange to perform the new (below) run-test while $LIBS
13607         contains any acl-related library.  Set USE_ACL at the end.
13608         (gl_ACL_GET_FILE): New function.
13609
13610 2006-09-26  Eric Blake  <ebb9@byu.net>
13611
13612         * lib/verror.c: Include <config.h> unconditionally.
13613
13614 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
13615
13616         * modules/clock-time (Maintainer): Add self.
13617         * modules/getlogin_r (Depends-on): Add extensions.
13618
13619 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13620
13621         * modules/clock-time: New module.
13622         * modules/nanosleep (Depends-on): Add clock-time.
13623         * modules/gethrxtime (Depends-on): Likewise.
13624         * modules/gettime (Depends-on): Likewise.
13625         * modules/settime (Depends-on): Likewise.
13626
13627         * modules/fts-lgpl: Depend on openat.
13628         * modules/mkancesdirs: Depend on savewd.
13629         * modules/mkdir-p: Likewise.
13630
13631 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13632
13633         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
13634
13635         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
13636         `gl_have_arbitrary_file_name_length_limit' to
13637         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
13638         actually works between configure runs.
13639
13640 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13641             Bruno Haible  <bruno@clisp.org>
13642
13643         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
13644
13645 2006-09-25  Jim Meyering  <jim@meyering.net>
13646
13647         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
13648         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
13649
13650 2006-09-25  Eric Blake  <ebb9@byu.net>
13651
13652         * gnulib-tool (func_import, func_create_testdir): Fix typos in
13653         exec's in 2006-09-18 patch when shuffling fds.
13654
13655 2006-09-25  Bruno Haible  <bruno@clisp.org>
13656
13657         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
13658         Reported by Jim Meyering.
13659
13660 2006-09-24  Jim Meyering  <jim@meyering.net>
13661
13662         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
13663         compare a pointer against a literal "0".  That caused failures with
13664         at least HP-UX's hpcc.
13665
13666 2006-09-22  Simon Josefsson  <jas@extundo.com>
13667
13668         * modules/gc-sha1:
13669         * modules/gc-md4:
13670         * modules/gc-hmac-sha1:
13671         * modules/gc-hmac-md5:
13672         * modules/gc-des:
13673         * modules/gc-arcfour: Distribute more files.
13674
13675 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13676
13677         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
13678         (gl_linked_iterator_from_to): Initialize struct completely.
13679         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
13680         (gl_tree_iterator_from_to): Likewise
13681         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
13682         * lib/gl_array_list.c [lint] (gl_array_iterator)
13683         (gl_array_iterator_from_to): Likewise.
13684         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
13685         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
13686         (gl_carray_iterator_from_to): Likewise.
13687
13688         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
13689         * lib/md4.c (md4_process_block): Remove unused variable.
13690         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
13691         parentheses for clarity.
13692
13693 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13694
13695         * modules/bison-i18n (Depends-on): Add gettext.
13696
13697 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13698
13699         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
13700         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
13701         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
13702         also add missing comma that caused broken test.
13703         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
13704         stdlib.h, for `abort'.
13705         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
13706         variables.
13707         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
13708         include unistd.h if present, for `rmdir'.
13709         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
13710         variables.
13711         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
13712         in the process include standard headers for prototypes.
13713         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
13714         gets declared on GNU/Linux.
13715         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
13716         unistd.h, for `rmdir'.
13717         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
13718
13719         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
13720         always true.
13721         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
13722
13723         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
13724
13725 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13726
13727         * gnulib-tool (func_version): Create output all at once.  This
13728         may help avoid triggering unnecessary SIGPIPEs, and at any
13729         rate it doesn't hurt.
13730
13731 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13732             Bruno Haible  <bruno@clisp.org>
13733
13734         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
13735         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13736         * m4/signed.m4 (bh_C_SIGNED): Likewise.
13737
13738         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
13739         (gl_FUNC_VASPRINTF): Invoke it.
13740
13741 2006-09-22  Bruno Haible  <bruno@clisp.org>
13742
13743         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
13744         getloadavg.c as first argument.
13745
13746 2006-09-22  Bruno Haible  <bruno@clisp.org>
13747
13748         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
13749         at the beginning of the gl_INIT macro.
13750         * modules/getloadavg (configure.ac): Pass $gl_source_base to
13751         gl_GETLOADAVG.
13752
13753 2006-09-22  Bruno Haible  <bruno@clisp.org>
13754
13755         * gnulib-tool (func_create_megatestdir): Don't include the config-h
13756         module.
13757         Suggested by Ralf Wildenhues.
13758
13759 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13760
13761         Import this patch from libc:
13762
13763         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13764
13765         * lib/regex_internal.c (re_string_reconstruct): Handle
13766         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13767         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13768         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13769         re_string_context_at.
13770
13771         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
13772         now requires it.
13773         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
13774         gl_REGEX now does it for us.
13775         (gl_REGEX): Add test taken from
13776         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
13777
13778         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
13779         Check that large offsets work.  Modernize Autoconf usages.
13780         Prefer "yes" to mean a good thing rather than a bad.
13781         Don't put "#define mkstemp" in config.h, as this might interfere
13782         with standard system headers that "#define mkstemp mkstemp64".
13783
13784         * modules/mkstemp (Depends-on): Add extensions, so that
13785         mkstemp is visible on some platforms.
13786         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
13787         (Include): Change to "mkstemp.h" from <stdlib.h>.
13788         (Files): Add mkstemp.h.
13789
13790         * lib/mkstemp.h: New file, since some standard headers
13791         #define mkstemp.
13792         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
13793         Include "mkstemp.h".
13794         Make the _LIBC code resemble glibc original more,
13795         e.g., use K&R style.
13796         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
13797         (mkstemp): Remove, since mkstemp.h does this for us.
13798         * lib/stdlib--.h: Include mkstemp.h.
13799
13800         Import this patch from libc:
13801
13802         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13803
13804         * lib/tempname.c (__gen_tempname): Change attempts_min
13805         into a macro.  Use preprocessor to decide how to initialize
13806         attempts [Coverity CID 67].
13807
13808 2006-09-20  Bruno Haible  <bruno@clisp.org>
13809
13810         * lib/mkdtemp.c: Import from libc.
13811         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13812                 * sysdeps/posix/tempname.c (__gen_tempname): Change
13813                 attempts_min into a macro.  Use preprocessor to decide how to
13814                 initialize attempts [Coverity CID 67].
13815         2001-11-27  Paul Eggert  <eggert@twinsun.com>
13816                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
13817                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
13818
13819 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13820
13821         * gnulib-tool (func_exit): New function, to allow to pass the
13822         exit status portably through the trap.  Use everywhere.
13823         (--help, --version): Signal a write error.
13824         (trap): catch SIGPIPE, for write errors.
13825         Exit at the end of the trap, with the correct exit status.
13826
13827 2006-09-19  Karl Berry  <karl@gnu.org>
13828
13829         * doc/gnulib.texi: note about the license texinfo files.
13830
13831 2006-09-19  Eric Blake  <ebb9@byu.net>
13832
13833         * gnulib-tool: Avoid space-tab.
13834
13835 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13836
13837         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
13838         that prevented coreutils 6.1 from building.  Problem reported
13839         by Petter Reinholdtsen.
13840
13841 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13842
13843         * gnulib-tool (avoidlist): Fix typo that broke options like
13844         --avoid=lock that are used by coreutils bootstrap.
13845
13846 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
13847
13848         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
13849         more systematically.
13850
13851 2006-09-18  Jim Meyering  <jim@meyering.net>
13852
13853         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
13854
13855 2006-09-18  Bruno Haible  <bruno@clisp.org>
13856
13857         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
13858
13859 2006-09-18  Bruno Haible  <bruno@clisp.org>
13860
13861         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
13862         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
13863         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
13864         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
13865         * m4/gettext.m4: Require autoconf >= 2.52.
13866         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
13867         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
13868         of gl_cv_header_inttypes_h.
13869
13870 2006-09-18  Bruno Haible  <bruno@clisp.org>
13871
13872         * lib/javaversion.c: Include configmake.h.
13873
13874 2006-09-18  Bruno Haible  <bruno@clisp.org>
13875
13876         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
13877         avoid that the while loops be executed in a subshell.
13878
13879 2006-09-18  Bruno Haible  <bruno@clisp.org>
13880
13881         * MODULES.html.sh (func_module): Break long lines.
13882         Suggested by Bruce Korb <bkorb@gnu.org>.
13883
13884 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13885
13886         Speed up by a factor of 1.12.
13887         * gnulib-tool (nl): New variable.
13888         (func_import): Rewrite include directive extraction to only read each
13889         directive once.
13890
13891 2006-09-17  Bruno Haible  <bruno@clisp.org>
13892
13893         * modules/javaversion (Makefile.am): Remove DEFS setting.
13894         (Depends-on): Add configmake, for PKGDATADIR definition.
13895
13896 2006-09-17  Bruno Haible  <bruno@clisp.org>
13897
13898         * gnulib-tool (func_create_testdir): Rewrite all files at once.
13899
13900 2006-09-17  Bruno Haible  <bruno@clisp.org>
13901
13902         * gnulib-tool (func_append): New function, stolen from libtool.m4.
13903         (func_modules_transitive_closure, func_modules_add_dummy,
13904         func_modules_to_filelist, func_import, func_create_testdir,
13905         func_create_megatestdir, ...): Use it wherever possible.
13906         Suggested by Ralf Wildenhues.
13907
13908 2006-09-16  Karl Berry  <karl@gnu.org>
13909
13910         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
13911         to avoid sectioning errors.
13912         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
13913         [ifinfo]: blank line after @center-ed titles.
13914         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
13915         Spell FSF address consistently with others.
13916         (These changes approved by rms.)
13917
13918 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13919
13920         Speed up by a factor of 1.61.
13921         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
13922         already checked module names again.
13923
13924 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13925
13926         Speed up by a factor of 1.13.
13927         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
13928         for new_files, and the input to func_add_or_update.
13929
13930 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13931
13932         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
13933         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
13934
13935 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13936
13937         * modules/mkancesdirs (Depends-on): Add fcntl.
13938         * modules/savewd: New file.
13939         * MODULES.html.sh (File system functions): Add savewd.
13940
13941         * modules/configmake (Makefile.am): Add support for the
13942         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
13943
13944 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13945
13946         * m4/savewd.m4: New file.
13947
13948 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13949
13950         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
13951         (dirchownmod): New arg FD.  All callers changed.
13952         Use FD rather than opening the directory ourself, as opening is
13953         now the caller's responsibility.
13954         * lib/dirchownmod.h: Likewise.
13955         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
13956         hosts that require <sys/types.h> before <sys/stat.h>.  Include
13957         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
13958         (test_dir): Remove.
13959         (mkancesdirs): Return length of prefix of FILE that has already
13960         been made, or -2 if there is a child doing the work.  Redo
13961         algorithm so that it is O(N) rather than O(N**2).  Optimize away
13962         ".", and treat ".." specially since it might stray back into
13963         already-created areas.  Use a subprocess if necessary.  New arg
13964         WD; all users changed.  MAKE_DIR function should now return 1
13965         if it creates a directory that is not readable.  Return -2 if
13966         a child process is spun off.
13967         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
13968         Adjust signature to match code.
13969         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
13970         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
13971         all users changed.
13972         * lib/savewd.c, lib/savewd.h: New files.
13973
13974 2006-09-15  Jim Meyering  <jim@meyering.net>
13975
13976         * modules/rename-dest-slash: New module.
13977         * MODULES.html.sh (posix_compat): Add it here.
13978
13979         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
13980
13981 2006-09-15  Jim Meyering  <jim@meyering.net>
13982
13983         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
13984         file.
13985
13986         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
13987
13988 2006-09-15  Jim Meyering  <jim@meyering.net>
13989
13990         * lib/rename-dest-slash.c (has_trailing_slash): Use
13991         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
13992         (rpl_rename_dest_slash): Perform the cheaper trailing slash
13993         test before testing whether SRC is a directory.
13994         Suggestions from Bruno Haible.
13995
13996         Avoid a warning about an unused variable.
13997         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
13998         into the #ifdef block where it's used.
13999
14000         * lib/rename-dest-slash.c: New file.
14001
14002 2006-09-14  Bruno Haible  <bruno@clisp.org>
14003
14004         * lib/allocsa.c: Include <config.h> unconditionally.
14005         * lib/asnprintf.c: Likewise.
14006         * lib/asprintf.c: Likewise.
14007         * lib/c-strcasecmp.c: Likewise.
14008         * lib/c-strcasestr.c: Likewise.
14009         * lib/c-strncasecmp.c: Likewise.
14010         * lib/c-strstr.c: Likewise.
14011         * lib/classpath.c: Likewise.
14012         * lib/clean-temp.c: Likewise.
14013         * lib/concatpath.c: Likewise.
14014         * lib/copy-file.c: Likewise.
14015         * lib/csharpcomp.c: Likewise.
14016         * lib/csharpexec.c: Likewise.
14017         * lib/execute.c: Likewise.
14018         * lib/fatal-signal.c: Likewise.
14019         * lib/findprog.c: Likewise.
14020         * lib/fwriteerror.c: Likewise.
14021         * lib/gl_array_list.c: Likewise.
14022         * lib/gl_array_oset.c: Likewise.
14023         * lib/gl_avltree_list.c: Likewise.
14024         * lib/gl_avltree_oset.c: Likewise.
14025         * lib/gl_avltreehash_list.c: Likewise.
14026         * lib/gl_carray_list.c: Likewise.
14027         * lib/gl_linked_list.c: Likewise.
14028         * lib/gl_linkedhash_list.c: Likewise.
14029         * lib/gl_list.c: Likewise.
14030         * lib/gl_oset.c: Likewise.
14031         * lib/gl_rbtree_list.c: Likewise.
14032         * lib/gl_rbtree_oset.c: Likewise.
14033         * lib/gl_rbtreehash_list.c: Likewise.
14034         * lib/imaxabs.c: Likewise.
14035         * lib/imaxdiv.c: Likewise.
14036         * lib/javacomp.c: Likewise.
14037         * lib/javaexec.c: Likewise.
14038         * lib/javaversion.c: Likewise.
14039         * lib/linebreak.c: Likewise.
14040         * lib/localcharset.c: Likewise.
14041         * lib/lock.c: Likewise.
14042         * lib/mbchar.c: Likewise.
14043         * lib/mbswidth.c: Likewise.
14044         * lib/mkdtemp.c: Likewise.
14045         * lib/pipe.c: Likewise.
14046         * lib/printf-args.c: Likewise.
14047         * lib/printf-parse.c: Likewise.
14048         * lib/progname.c: Likewise.
14049         * lib/progreloc.c: Likewise.
14050         * lib/readlink.c: Likewise.
14051         * lib/sh-quote.c: Likewise.
14052         * lib/stpcpy.c: Likewise.
14053         * lib/stpncpy.c: Likewise.
14054         * lib/strcasecmp.c: Likewise.
14055         * lib/strcasestr.c: Likewise.
14056         * lib/strcspn.c: Likewise.
14057         * lib/striconv.c: Likewise.
14058         * lib/strncasecmp.c: Likewise.
14059         * lib/strnlen1.c: Likewise.
14060         * lib/strstr.c: Likewise.
14061         * lib/strtok_r.c: Likewise.
14062         * lib/tls.c: Likewise.
14063         * lib/tmpdir.c: Likewise.
14064         * lib/unicodeio.c: Likewise.
14065         * lib/unsetenv.c: Likewise.
14066         * lib/vasnprintf.c: Likewise.
14067         * lib/vasprintf.c: Likewise.
14068         * lib/wait-process.c: Likewise.
14069         * lib/xallocsa.c: Likewise.
14070         * lib/xsetenv.c: Likewise.
14071         * lib/xstriconv.c: Likewise.
14072
14073 2006-09-13  Simon Josefsson  <jas@extundo.com>
14074
14075         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
14076         that internally, suggested by Ralf Wildenhues
14077         <Ralf.Wildenhues@gmx.de>.
14078
14079 2006-09-13  Simon Josefsson  <jas@extundo.com>
14080
14081         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
14082         @LIBOBJS@.
14083         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14084
14085 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14086
14087         * lib/_fpending.c: Include <config.h> unconditionally, since we no
14088         longer worry about uses that don't define HAVE_CONFIG_H.
14089         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
14090         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
14091         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
14092         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
14093         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
14094         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
14095         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
14096         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
14097         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
14098         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
14099         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
14100         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
14101         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
14102         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
14103         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
14104         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
14105         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
14106         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
14107         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
14108         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
14109         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
14110         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
14111         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
14112         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
14113         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
14114         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
14115         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
14116         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
14117         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
14118         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
14119         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
14120         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
14121         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
14122         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
14123         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
14124         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
14125         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
14126         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
14127         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
14128         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
14129         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
14130         Likewise.
14131
14132 2006-09-13  Eric Blake  <ebb9@byu.net>
14133
14134         * lib/getopt.c: Fix typo in last commit.
14135
14136 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
14137
14138         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
14139         dgettext.
14140
14141 2006-09-12  Jim Meyering  <jim@meyering.net>
14142
14143         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
14144         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
14145         Reported by Nelson H. F. Beebe.
14146
14147 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14148
14149         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
14150         program_invocation_name and program_invocation_short_name are
14151         initialized.
14152         * lib/argp-namefrob.h: Move declarations of program_invocation_name
14153         and program_invocation_short_name to argp.h, so they are visible
14154         to user programs.
14155         * lib/argp.h: Likewise
14156
14157 2006-09-10  Bruno Haible  <bruno@clisp.org>
14158
14159         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14160         m4/inttypes_h.m4, m4/uintmax_t.m4.
14161
14162 2006-09-10  Bruno Haible  <bruno@clisp.org>
14163
14164         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
14165         gl_AC_TYPE_UINTMAX_T.
14166
14167 2006-09-10  Bruno Haible  <bruno@clisp.org>
14168
14169         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
14170
14171 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14172
14173         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
14174         convention.  Text proposed by Bruno Haible.
14175         (struct argp_option): Document the use of N_() wrappers.
14176
14177         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
14178         '\v', and translate the two parts separately, instead of feeding
14179         the whole string to gettext.  This allows to exclude
14180         '\v' from the strings visible to the translator by writing doc
14181         strings as N_("..") "\v" N_("..").
14182
14183 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
14184
14185         * config/srclist.txt: Undo latest change; the bug was fixed.
14186
14187 2006-09-09  Bruno Haible  <bruno@clisp.org>
14188
14189         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
14190         assignments if building a library without libtool.
14191         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
14192         in func_emit_lib_Makefile_am.
14193         (func_import): When building a static library libfoo.a, arrange to
14194         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
14195         (func_create_testdir): Likewise.
14196         * modules/gc (configure.ac, Makefile.am): If building statically,
14197         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
14198         * modules/iconvme (configure.ac, Makefile.am): Likewise.
14199         * modules/striconv (configure.ac, Makefile.am): Likewise.
14200         Based on a suggestion by Ralf Wildenhues.
14201
14202 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14203
14204         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
14205         Check for unistd.h too, since Autoconf doesn't assume POSIX.
14206         Also:
14207
14208         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14209         Add year_2050_test to catch glibc bug 2821
14210         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
14211
14212         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14213         Prefer #ifdef to #if.
14214
14215         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
14216         Return from 'main' instead of calling 'exit'.
14217
14218 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14219
14220         * lib/mktime.c (guess_time_tm): Fix bug where mktime
14221         returned the maximum time_t value rather than (time_t) -1.
14222         Problem originally reported by William Bardwell
14223         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
14224
14225         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
14226         Moved to here ...
14227         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
14228         ... from here.
14229
14230 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14231
14232         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
14233         2821 is fixed.
14234
14235 2006-09-08  Jim Meyering  <jim@meyering.net>
14236
14237         Don't make generated files read-only.  That would bother too many
14238         people.  However, do retain the ability to work when targets are
14239         read-only: remove the destination and temporary files before writing
14240         them (when generated via sed or echo), or by using the -f option for
14241         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
14242         * modules/alloca-opt, modules/argz, modules/arpa_inet:
14243         * modules/byteswap, modules/configmake, modules/fcntl:
14244         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
14245         * modules/localcharset, modules/netinet_in, modules/poll:
14246         * modules/stdbool, modules/stdint, modules/sys_select:
14247         * modules/sys_socket, modules/sys_stat, modules/sysexits:
14248
14249 2006-09-08  Jim Meyering  <jim@meyering.net>
14250
14251         Avoid new build failure on FreeBSD 6.0.
14252         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
14253         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
14254         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
14255
14256 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14257
14258         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
14259
14260 2006-09-07  Jim Meyering  <jim@meyering.net>
14261
14262         Fix global typo in last change: use chmod u-w, not chmod u-x.
14263         Spotted by Paul Eggert and Bruce Korb.
14264         * modules/alloca-opt, modules/argz, modules/arpa_inet:
14265         * modules/byteswap, modules/configmake, modules/fcntl:
14266         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
14267         * modules/localcharset, modules/netinet_in, modules/poll:
14268         * modules/stdbool, modules/stdint, modules/sys_select:
14269         * modules/sys_socket, modules/sys_stat, modules/sysexits:
14270
14271 2006-09-06  Jim Meyering  <jim@meyering.net>
14272
14273         Make generated files be read-only.
14274         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
14275         Ensure that each generated file is now read-only.
14276         * modules/argz: Likewise.
14277         * modules/arpa_inet: Likewise.
14278         * modules/byteswap: Likewise.
14279         * modules/configmake: Likewise.
14280         * modules/fcntl: Likewise.
14281         * modules/fnmatch: Likewise.
14282         * modules/getopt: Likewise.
14283         * modules/glob: Likewise.
14284         * modules/inttypes: Likewise.
14285         * modules/netinet_in: Likewise.
14286         * modules/poll: Likewise.
14287         * modules/stdbool: Likewise.
14288         * modules/stdint: Likewise.
14289         * modules/sys_select: Likewise.
14290         * modules/sys_socket: Likewise.
14291         * modules/sys_stat: Likewise.
14292         * modules/sysexits: Likewise.
14293         * modules/localcharset: Same as above, but continue using temporary
14294         file named "t-$@" (why different?) rather than the "$@-t" used
14295         everywhere else.
14296
14297         * modules/sysexits (Makefile.am): Replace literal occurrences
14298         of "sysexit.h" more readable, and more consistent, "$@".
14299
14300 2006-09-06  Bruno Haible  <bruno@clisp.org>
14301
14302         * modules/striconv: New file.
14303         * modules/xstriconv: New file.
14304         * MODULES.html.sh (Internationalization functions): Add striconv,
14305         xstriconv.
14306
14307 2006-09-06  Bruno Haible  <bruno@clisp.org>
14308
14309         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
14310         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
14311         not using libtool correctly.
14312
14313 2006-09-06  Bruno Haible  <bruno@clisp.org>
14314
14315         * lib/striconv.h: New file.
14316         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
14317         iconvstring.c.
14318         * lib/xstriconv.h: New file.
14319         * lib/xstriconv.c: New file.
14320
14321 2006-09-06  Bruno Haible  <bruno@clisp.org>
14322
14323         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
14324         lib_..._LDFLAGS.
14325
14326 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14327
14328         * lib/argz_.h: Sync from Libtool.
14329
14330         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
14331                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14332
14333         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
14334
14335 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
14336
14337         * modules/trim: New file.
14338
14339 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
14340
14341         * lib/trim.h: New file.
14342         * lib/trim.c: New file.
14343
14344 2006-09-05  Bruno Haible  <bruno@clisp.org>
14345
14346         * MODULES.html.sh (String handling): Add trim.
14347
14348 2006-09-04  Karl Berry  <karl@gnu.org>
14349
14350         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
14351         until next release.
14352
14353 2006-09-03  Bruno Haible  <bruno@clisp.org>
14354
14355         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
14356         correctly.
14357
14358 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14359
14360         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
14361         not gl_GETLOADAVG.  Omit unneeded semicolons.
14362         Problems reported by Ralf Wildenhues in
14363         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
14364         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
14365         at the end, which is the usual gnulib style.
14366
14367         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
14368         of doing all the work ourselves.
14369         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
14370         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
14371
14372 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14373
14374         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
14375         Problem reported by Ralf Wildenhues in
14376         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
14377
14378         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
14379         HAVE_STRUCT_STATFS_F_FSTYPENAME.
14380
14381 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14382
14383         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
14384         yesterday's patch by changing test -n to test -z.
14385
14386 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14387
14388         * modules/getloadavg (Files): Add m4/getloadavg.m4.
14389         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
14390         the former is now obsolescent.
14391
14392         * modules/chdir-long (Depends-on): Add fcntl.
14393
14394 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14395
14396         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
14397         obsolescent, and programs should use gnulib instead.
14398         * m4/getloadavg.m4: New file, with contents taken from Autoconf
14399         but with prefixes changed.
14400
14401 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14402
14403         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
14404         or stdbool.h, because they might not exist while configuring.
14405
14406         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
14407         Don't include unistd.h or limits.h; not needed, since chdir-long.h
14408         does that for us.
14409         (O_DIRECTORY): Remove.
14410
14411 2006-08-31  Eric Blake  <ebb9@byu.net>
14412
14413         * gnulib-tool: Don't let emacs change spaces to TAB.
14414
14415 2006-08-31  Bruno Haible  <bruno@clisp.org>
14416
14417         * gnulib-tool: When calling func_import more than once, do it in a
14418         subshell.
14419         Reported by Eric Blake <ebb9@byu.net>.
14420
14421 2006-08-31  Bruno Haible  <bruno@clisp.org>
14422
14423         * gnulib-tool (nl): Remove variable.
14424         (sed_transform_lib_file): Use more robust test for config-h module.
14425         (func_import): Fix typo in 2006-08-25 patch.
14426
14427 2006-08-31  Bruno Haible  <bruno@clisp.org>
14428
14429         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
14430         specified, augment Makefile.am variables instead of assigning them.
14431
14432 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14433
14434         Work around a bug in both the Linux and SunOS 64-bit kernels:
14435         nanosleep mishandles sleeps for longer than 2**31 seconds.
14436         Problem reported by Frank v Waveren in
14437         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
14438         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
14439         Check for nanosleep bug.
14440         (LIB_NANOSLEEP): Append clock_gettime library if needed.
14441
14442 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14443
14444         Work around a bug in both the Linux and SunOS 64-bit kernels:
14445         nanosleep mishandles sleeps for longer than 2**31 seconds.
14446         Problem reported by Frank v Waveren in
14447         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
14448         * lib/nanosleep.c (BILLION): New constant.
14449         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
14450         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
14451         implementation.
14452
14453 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14454
14455         * modules/nanosleep (Depends-on): Add gettime.
14456
14457 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14458         and Simon Josefsson  <jas@extundo.com>
14459         and Oskar Liljeblad  <oskar@osk.mine.nu>
14460
14461         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
14462         * gnulib-tool (func_import): New license type 'unmodifiable license
14463         text'.
14464         * modules/fdl: Use it.  Longer description.
14465         * module/gpl, module/lgpl: New files.
14466
14467 2006-08-30  Jim Meyering  <jim@meyering.net>
14468
14469         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
14470         shadowing the parameter.
14471
14472 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14473
14474         Sync from Libtool:
14475
14476         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14477
14478         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
14479         sharing with gnulib.  Report by Eric Blake.
14480
14481 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14482
14483         * modules/isapipe: New file.
14484         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
14485
14486 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14487
14488         * modules/configmake (Makefile.am): Add a comment, and omit
14489         the CONFIGMAKE_ prefix from generated macro names.  Suggested
14490         by Bruno Haible.
14491
14492 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14493
14494         * m4/isapipe.m4: New file.
14495
14496 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14497
14498         * lib/isapipe.c, lib/isapipe.h: New files.
14499
14500 2006-08-29  Jim Meyering  <jim@meyering.net>
14501
14502         * modules/configmake (Makefile.am): Make configmake.h depend on
14503         Makefile.  Otherwise, a stale configmake.h could hang around.
14504
14505 2006-08-29  Eric Blake  <ebb9@byu.net>
14506
14507         * lib/error.c (error_at_line, print_errno_message): Match libc, after
14508         resolution of upstream bug 3044.
14509
14510 2006-08-29  Bruno Haible  <bruno@clisp.org>
14511
14512         * modules/localcharset (Depends-on): Add configmake.
14513         (Makefile.am): Remove setting of LIBDIR through DEFS.
14514
14515 2006-08-29  Bruno Haible  <bruno@clisp.org>
14516
14517         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
14518         defined.
14519
14520 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14521
14522         * modules/fcntl: New file.
14523         * modules/chdir-safer (Depends-on): Add fcntl.
14524         * modules/fts: Likewise.
14525         * modules/mkdir-p: Likewise.
14526
14527         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
14528         This undoes the most recent change, since we're now addressing the
14529         problem in a different way.
14530
14531         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
14532         into output, since the output might be called Makefile.am even
14533         if $makefile_name is something different.
14534         (func_import): Use $makefile_am rather than
14535         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
14536         empty.
14537
14538         * modules/inttypes (Files): Add m4/inttypes-h.m4.
14539
14540 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14541
14542         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
14543         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
14544         recent change to stdint.m4, since we're now addressing the problem in a
14545         different way.
14546
14547 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14548
14549         * m4/fcntl_h.m4: New file.
14550
14551 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14552
14553         * lib/fcntl_.h: New file.
14554         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
14555         the fcntl module.
14556         * lib/dirchownmod.c: Likewise.
14557         * lib/fts.c: Likewise.
14558
14559         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
14560         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
14561         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
14562         just before including <inttypes.h>, to avoid circular inclusion.
14563
14564 2006-08-28  Jim Meyering  <jim@meyering.net>
14565
14566         * doc/visibility.texi: Actually read and correct the grammar of the
14567         sentence affected by yesterday's change.
14568
14569 2006-08-28  Eric Blake  <ebb9@byu.net>
14570
14571         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
14572         needs wrapper.
14573
14574 2006-08-28  Eric Blake  <ebb9@byu.net>
14575
14576         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
14577
14578 2006-08-28  Eric Blake  <ebb9@byu.net>
14579
14580         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
14581
14582 2006-08-28  Bruno Haible  <bruno@clisp.org>
14583
14584         * modules/c-strstr: New file, from GNU gettext.
14585         * MODULES.html.sh (String handling): Add c-strstr.
14586
14587 2006-08-28  Bruno Haible  <bruno@clisp.org>
14588
14589         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
14590         macros.
14591         Reported by Eric Blake.
14592
14593 2006-08-28  Bruno Haible  <bruno@clisp.org>
14594
14595         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
14596         (VASNPRINTF): Return a string of length > INT_MAX without failing.
14597         * lib/vasprintf.c: Include errno.h, limits.h.
14598         (EOVERFLOW): New fallback definition.
14599         (vasprintf): Test here whether the string length is > INT_MAX.
14600         * lib/vsnprintf.c: Include errno.h, limits.h.
14601         (EOVERFLOW): New fallback definition.
14602         (vsnprintf): Fix bug when generated string was too long for the buffer.
14603         Test here whether the string length is > INT_MAX.
14604
14605 2006-08-28  Bruno Haible  <bruno@clisp.org>
14606
14607         * lib/inttypes_.h (SCNX*): Remove definitions.
14608         Reported by Eric Blake.
14609
14610 2006-08-28  Bruno Haible  <bruno@clisp.org>
14611
14612         * lib/c-strstr.h: New file, from GNU gettext.
14613         * lib/c-strstr.c: New file, from GNU gettext.
14614
14615 2006-08-28  Bruno Haible  <bruno@clisp.org>
14616
14617         * gnulib-tool: Reorder some statements.
14618
14619 2006-08-28  Bruno Haible  <bruno@clisp.org>
14620
14621         * gnulib-tool: New option --makefile-name.
14622         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
14623         $makefile_name.
14624         (func_import): Write $makefile_name to the cache file, and read it from
14625         there unless explicitly specified. Use $makefile_name as file name
14626         instead of Makefile.am. Adjust the recommendations accordingly.
14627
14628 2006-08-28  Bruno Haible  <bruno@clisp.org>
14629
14630         * gnulib-tool (func_verify_module): Check against misapplying patch.
14631
14632 2006-08-28  Bruno Haible  <bruno@clisp.org>
14633
14634         * gnulib-tool (func_relativize, func_relconcat): New functions.
14635         Give an error if --local-dir is given with --update.
14636         Remove trailing slashes from $local_gnulib_dir.
14637         (func_import): Store the relativized $local_gnulib_dir in
14638         gnulib-cache.m4, and read it from there if not specified explicitly.
14639
14640 2006-08-28  Bruno Haible  <bruno@clisp.org>
14641
14642         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
14643         is the current directory. Respect also $local_gnulib_dir.
14644
14645 2006-08-28  Bruno Haible  <bruno@clisp.org>
14646             Simon Josefsson  <jas@extundo.com>
14647
14648         BeOS portability.
14649         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
14650
14651 2006-08-27  Jim Meyering  <jim@meyering.net>
14652
14653         * doc/visibility.texi: Remove duplicate word: "pointer".
14654
14655 2006-08-26  Bruno Haible  <bruno@clisp.org>
14656
14657         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
14658         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
14659         (Makefile.am): Create inttypes.h from inttypes_.h.
14660         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
14661
14662         * modules/imaxabs: New file.
14663
14664         * modules/imaxdiv: New file.
14665
14666 2006-08-26  Bruno Haible  <bruno@clisp.org>
14667
14668         * m4/inttypes.m4: New file.
14669         * m4/_inttypes_h.m4: Remove file.
14670         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
14671         PRI_MACROS_BROKEN.
14672         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
14673
14674         * m4/imaxabs.m4: New file.
14675
14676         * m4/imaxdiv.m4: New file.
14677
14678 2006-08-26  Bruno Haible  <bruno@clisp.org>
14679
14680         * lib/inttypes_.h: New file.
14681         * lib/inttypes.h: Remove file.
14682         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
14683
14684         * lib/imaxabs.c: New file.
14685
14686         * lib/imaxdiv.c: New file.
14687
14688 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14689
14690         New config-h module, so that "make" output needn't be cluttered
14691         by -DHAVE_CONFIG_H.
14692         * MODULES.html.sh (Support for building libraries and executables):
14693         Add config-h.
14694         * modules/config-h: New file.
14695         * gnulib-tool (nl, sed_transform_lib_file): New vars.
14696         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
14697         the config-h module is used.
14698
14699         New configmake module, so that "make" output needn't be cluttered
14700         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
14701         * MODULES.html.sh (Support for building libraries and executables):
14702         Add configmake.
14703         * modules/configmake: New file.
14704
14705 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14706
14707         * m4/config-h.m4: New file.
14708
14709 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14710
14711         * config/srclist.txt: Add elisp-comp.
14712
14713 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14714
14715         * MODULES.html.sh (Support for building libraries and executables):
14716         Add elisp-comp.
14717         * build-aux/elisp-comp: New file.
14718         * modules/elisp-comp: New file.
14719
14720 2006-08-24  Bruno Haible  <bruno@clisp.org>
14721
14722         * gnulib-tool (func_create_testdir): Use non-default values of
14723         sourcebase and m4base.
14724
14725 2006-08-24  Bruno Haible  <bruno@clisp.org>
14726
14727         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
14728         HTML structure.
14729
14730 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14731
14732         * modules/openat (Depends-on): Add lchown.
14733
14734 2006-08-23  Bruno Haible  <bruno@clisp.org>
14735
14736         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
14737         of gl_LOCK_EARLY instead of gl_LOCK.
14738
14739 2006-08-23  Bruno Haible  <bruno@clisp.org>
14740
14741         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
14742         on OSF/1 to no.
14743         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
14744
14745 2006-08-23  Bruno Haible  <bruno@clisp.org>
14746
14747         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
14748         as unusable.
14749
14750         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
14751         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
14752         (gl_LOCK): New macro.
14753
14754 2006-08-22  Simon Josefsson  <jas@extundo.com>
14755
14756         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
14757         to md5 module.
14758
14759 2006-08-22  Simon Josefsson  <jas@extundo.com>
14760
14761         * MODULES.html.sh: Add "Support for maintaining and release
14762         projects".
14763
14764         * build-aux/gnupload: New file, from coreutils.
14765
14766 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14767
14768         Avoid the need for AC_LIBSOURCES in m4 macros.
14769         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
14770         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
14771         * modules/check-version (EXTRA_DIST): Add check-version.h.
14772         * modules/crc (EXTRA_DIST): Add crc.h.
14773         * modules/des (EXTRA_DIST): Add des.h.
14774         * modules/gc (EXTRA_DIST): Add gc.h.
14775         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
14776         * modules/getline (EXTRA_DIST): Add getline.h.
14777         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
14778         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
14779         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
14780         * modules/md2 (EXTRA_DIST): Add md2.h.
14781         * modules/md4 (EXTRA_DIST): Add md4.h.
14782         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
14783         * modules/read-file (EXTRA_DIST): Add read-file.h.
14784         * modules/readline (EXTRA_DIST): Add readline.h.
14785         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
14786         rijndael-api-fst.h.
14787
14788 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14789
14790         * m4/rijndael.m4 (gl_ARCFOUR):
14791         * m4/arctwo.m4 (gl_ARCTWO):
14792         * m4/check-version.m4 (gl_CHECK_VERSION):
14793         * m4/crc.m4 (gl_CRC):
14794         * m4/des.m4 (gl_DES):
14795         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
14796         * m4/gc.m4 (gl_GC):
14797         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
14798         * m4/getline.m4 (gl_FUNC_GETLINE):
14799         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
14800         * m4/hmac-md5.m4 (gl_HMAC_MD5):
14801         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
14802         * m4/md2.m4 (gl_MD2):
14803         * m4/md4.m4 (gl_MD4):
14804         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
14805         * m4/read-file.m4 (gl_FUNC_READ_FILE):
14806         * m4/readline.m4 (gl_FUNC_READLINE):
14807         * m4/rijndael.m4 (gl_RIJNDAEL):
14808         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14809         to get the necessary .h files and whatnot.
14810
14811 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14812
14813         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
14814         gnulib rather than the other way around.
14815         * config/srclistvars.sh (COREUTILS): Remove.
14816
14817 2006-08-22  Jim Meyering  <jim@meyering.net>
14818
14819         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
14820
14821         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
14822
14823 2006-08-22  Eric Blake  <ebb9@byu.net>
14824
14825         * modules/regexprops-generic: New file.
14826         * MODULES.html.sh (Support for building documentation): List it.
14827
14828 2006-08-22  Eric Blake  <ebb9@byu.net>
14829
14830         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
14831         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14832         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
14833         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
14834
14835 2006-08-22  Bruno Haible  <bruno@clisp.org>
14836
14837         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
14838         and lib_LTLIBRARIES like the other lib_* variables.
14839
14840 2006-08-22  Bruno Haible  <bruno@clisp.org>
14841
14842         * build-aux/x-to-1.in: New file, from GNU gettext.
14843
14844 2006-08-22  Bruno Haible  <bruno@clisp.org>
14845
14846         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
14847         <utmpx.h> exists.
14848
14849 2006-08-22  Bruno Haible  <bruno@clisp.org>
14850
14851         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
14852         <utmpx.h> exists.
14853
14854 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14855
14856         BeOS portability.
14857         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
14858         exist.
14859         Problem reported by Bruno Haible.
14860
14861 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14862
14863         Avoid the need for AC_LIBSOURCES in m4 macros.
14864         * modules/acl (EXTRA_DIST): Add acl.h.
14865         * modules/argmatch (Files): Add m4/argmatch.m4.
14866         (configure.ac): Add gl_ARGMATCH.
14867         (EXTRA_DIST): Renamed from lib_SOURCES, for
14868         consistency with the other modules.  Remove argmatch.c.
14869         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
14870         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
14871         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
14872         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
14873         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
14874         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
14875         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
14876         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
14877         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
14878         * modules/closeout (EXTRA_DIST): Add closeout.h.
14879         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
14880         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
14881         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
14882         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
14883         dirname.h; remove basename.c and stripslash.c.
14884         * modules/exclude (EXTRA_DIST): Add exclude.h.
14885         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
14886         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
14887         * modules/file-type (EXTRA_DIST): Add file-type.h.
14888         * modules/filemode (EXTRA_DIST): Add filemode.h.
14889         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
14890         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14891         * modules/fpending (EXTRA_DIST): Add __fpending.h.
14892         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
14893         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
14894         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
14895         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
14896         * modules/getdate (EXTRA_DIST): Add getdate.c.
14897         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
14898         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
14899         * modules/getpass (EXTRA_DIST): Add getpass.h.
14900         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
14901         * modules/group-member (EXTRA_DIST): Add group-member.h.
14902         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
14903         * modules/hash (EXTRA_DIST): Add hash.h.
14904         * modules/human (EXTRA_DIST): Add human.h.
14905         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
14906         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
14907         * modules/lchown (EXTRA_DIST): Add lchown.h.
14908         * modules/long-options (EXTRA_DIST): Add long-options.h.
14909         * modules/lstat (EXTRA_DIST): Add lstat.h.
14910         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
14911         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
14912         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
14913         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
14914         * modules/memxor (EXTRA_DIST): Add memxor.h.
14915         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
14916         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
14917         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
14918         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
14919         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
14920         * modules/physmem (EXTRA_DIST): Add physmem.h.
14921         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
14922         * modules/posixver (EXTRA_DIST): Add posixver.h.
14923         * modules/quote (EXTRA_DIST): Add quote.h.
14924         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
14925         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
14926         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
14927         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
14928         regex_internal.h regexec.c.
14929         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
14930         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
14931         * modules/same (EXTRA_DIST): Add same.h.
14932         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
14933         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
14934         * modules/savedir (EXTRA_DIST): Add savedir.h.
14935         * modules/sha1 (EXTRA_DIST): Add sha1.h.
14936         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
14937         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
14938         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
14939         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
14940         * modules/strdup (EXTRA_DIST): Add strdup.h.
14941         * modules/strftime (EXTRA_DIST): Add strftime.h.
14942         * modules/strndup (EXTRA_DIST): Add strndup.h.
14943         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
14944         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
14945         * modules/time_r (EXTRA_DIST): Add time_r.h.
14946         * modules/timespec (EXTRA_DIST): Add timespec.h.
14947         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14948         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
14949         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
14950         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
14951         * modules/userspec (EXTRA_DIST): Add userspec.h.
14952         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
14953         * modules/utimens (EXTRA_DIST): Add utimens.h.
14954         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
14955         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
14956         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
14957         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
14958         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
14959         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
14960         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
14961         * modules/yesno (EXTRA_DIST): Add yesno.h.
14962
14963 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14964
14965         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
14966
14967         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
14968         * m4/dev-ino.m4, same-inode.m4: Remove.
14969
14970         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
14971         * m4/acl.m4 (AC_FUNC_ACL):
14972         * m4/backupfile.m4 (gl_BACKUPFILE):
14973         * m4/c-strtod.m4 (gl_C99_STRTOLD):
14974         * m4/canon-host.m4 (gl_CANON_HOST):
14975         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14976         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
14977         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
14978         * m4/cloexec.m4 (gl_CLOEXEC):
14979         * m4/close-stream.m4 (gl_CLOSE_STREAM):
14980         * m4/closeout.m4 (gl_CLOSEOUT):
14981         * m4/dirfd.m4 (gl_FUNC_DIRFD):
14982         * m4/dirname.m4 (gl_DIRNAME):
14983         * m4/exclude.m4 (gl_EXCLUDE):
14984         * m4/exitfail.m4 (gl_EXITFAIL):
14985         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
14986         * m4/file-type.m4 (gl_FILE_TYPE):
14987         * m4/filemode.m4 (gl_FILEMODE):
14988         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
14989         * m4/fpending.m4 (gl_FUNC_FPENDING):
14990         * m4/fprintftime.m4 (gl_FPRINTFTIME):
14991         * m4/fts.m4 (gl_FUNC_FTS):
14992         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
14993         * m4/getdate.m4 (gl_GETDATE):
14994         * m4/gethrxtime.m4 (gl_GETHRXTIME):
14995         * m4/getpagesize.m4 (gl_GETPAGESIZE):
14996         * m4/getpass.m4 (gl_FUNC_GETPASS):
14997         * m4/gettime.m4 (gl_GETTIME):
14998         * m4/getugroups.m4 (gl_GETUGROUPS):
14999         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
15000         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
15001         * m4/hard-locale.m4 (gl_HARD_LOCALE):
15002         * m4/hash.m4 (gl_HASH):
15003         * m4/idcache.m4 (gl_IDCACHE):
15004         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
15005         * m4/lchown.m4 (gl_FUNC_LCHOWN):
15006         * m4/long-options.m4 (gl_LONG_OPTIONS):
15007         * m4/lstat.m4 (gl_FUNC_LSTAT):
15008         * m4/md5.m4 (gl_MD5):
15009         * m4/memcasecmp.m4 (gl_MEMCASECMP):
15010         * m4/memcoll.m4 (gl_MEMCOLL):
15011         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
15012         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
15013         * m4/memxor.m4 (gl_MEMXOR):
15014         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
15015         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
15016         * m4/modechange.m4 (gl_MODECHANGE):
15017         * m4/mountlist.m4 (gl_MOUNTLIST):
15018         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
15019         * m4/openat.m4 (gl_FUNC_OPENAT):
15020         * m4/pathmax.m4 (gl_PATHMAX):
15021         * m4/physmem.m4 (gl_PHYSMEM):
15022         * m4/posixtm.m4 (gl_POSIXTM):
15023         * m4/posixver.m4 (gl_POSIXVER):
15024         * m4/quote.m4 (gl_QUOTE):
15025         * m4/quotearg.m4 (gl_QUOTEARG):
15026         * m4/readtokens.m4 (gl_READTOKENS):
15027         * m4/readutmp.m4 (gl_READUTMP):
15028         * m4/regex.m4 (gl_REGEX):
15029         * m4/safe-read.m4 (gl_SAFE_READ):
15030         * m4/safe-write.m4 (gl_SAFE_WRITE):
15031         * m4/same.m4 (gl_SAME):
15032         * m4/save-cwd.m4 (gl_SAVE_CWD):
15033         * m4/savedir.m4 (gl_SAVEDIR):
15034         * m4/settime.m4 (gl_SETTIME):
15035         * m4/sha1.m4 (gl_SHA1):
15036         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
15037         * m4/stat-macros.m4 (gl_STAT_MACROS):
15038         * m4/stat-time.m4 (gl_STAT_TIME):
15039         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
15040         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
15041         * m4/strdup.m4 (gl_FUNC_STRDUP):
15042         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
15043         * m4/strndup.m4 (gl_FUNC_STRNDUP):
15044         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
15045         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
15046         * m4/time_r.m4 (gl_TIME_R):
15047         * m4/timespec.m4 (gl_TIMESPEC):
15048         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
15049         * m4/unlinkdir.m4 (gl_UNLINKDIR):
15050         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
15051         * m4/userspec.m4 (gl_USERSPEC):
15052         * m4/utimecmp.m4 (gl_UTIMECMP):
15053         * m4/utimens.m4 (gl_UTIMENS):
15054         * m4/xalloc.m4 (gl_XALLOC):
15055         * m4/xgetcwd.m4 (gl_XGETCWD):
15056         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
15057         * m4/xreadlink.m4 (gl_XREADLINK):
15058         * m4/xstrtod.m4 (gl_XSTRTOD):
15059         * m4/yesno.m4 (gl_YESNO):
15060         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
15061         to get the necessary .h files and whatnot.
15062
15063 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
15064             Bruno Haible  <bruno@clisp.org>
15065
15066         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
15067         /bin/sh understanding of '!' conditional negation.
15068
15069 2006-08-21  Jim Meyering  <jim@meyering.net>
15070
15071         * modules/openat (Depends-on): Really alphabetize.
15072
15073         * modules/acl (Depends-on): Add error and quote.
15074
15075         * check-module (find_included_lib_files): Add at-func.c to the
15076         ok-to-include-more-than-once white list.
15077
15078         * modules/openat (Depends-on): Add lstat.  Alphabetize.
15079
15080 2006-08-21  Bruno Haible  <bruno@clisp.org>
15081
15082         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15083         Emit a pkgdata_DATA variable only if some snippets add contents to it.
15084         Reported by Martin Lambers <marlam@marlam.de>.
15085
15086 2006-08-21  Bruno Haible  <bruno@clisp.org>
15087
15088         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
15089         specify an installation location, don't emit a noinst_LIBRARIES or
15090         noinst_LTLIBRARIES assignment.
15091
15092 2006-08-21  Bruno Haible  <bruno@clisp.org>
15093
15094         BeOS portability.
15095         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
15096         BeOS has mbrtowc() but no <wctype.h>.
15097
15098 2006-08-21  Bruno Haible  <bruno@clisp.org>
15099
15100         BeOS portability.
15101         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
15102         exist.
15103
15104 2006-08-21  Bruno Haible  <bruno@clisp.org>
15105
15106         BeOS portability.
15107         * lib/mbchar.h: Include <wctype.h> only if it exists.
15108
15109 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15110
15111         Remove files that are no longer needed by their respective modules.
15112         * m4/obstack.m4: Remove.
15113         * m4/strerror_r.m4: Remove.
15114         * m4/uint32_t.m4: Remove.
15115         * m4/uintptr_t.m4: Remove.
15116         * m4/ullong_max.m4: Remove.
15117         * m4/xstrtoimax.m4: Remove.
15118         * m4/xstrtoumax.m4: Remove.
15119
15120         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
15121         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
15122         dependencies now capture this.
15123
15124         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
15125         Do not use AC_LIBSOURCES, since gnulib modules now do this.
15126         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
15127         * m4/human.m4 (gl_HUMAN): Likewise.
15128         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
15129         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
15130
15131         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
15132
15133         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
15134         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
15135         stdint.
15136         * m4/human.m4 (gl_HUMAN): Likewise.
15137         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
15138         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
15139         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
15140         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
15141         * m4/xstrtol (gl_XSTRTOL): Likewise.
15142
15143         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
15144         AC_TYPE_LONG_LONG_INT.
15145         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
15146         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
15147         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
15148         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
15149
15150         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
15151         on stdbool.
15152
15153         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
15154         (gl_PREREQ_XSTRTOUL): Remove.
15155
15156         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
15157
15158         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
15159         mode.
15160
15161 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15162
15163         Add and change modules to make it easier for coreutils to use
15164         gnulib-tool.
15165         * modules/backupfile (Files): Remove m4/d-ino.m4.
15166         (Depends-on): Add d-ino.
15167         * modules/cycle-check (Depends-on): Add stdint.
15168         (lib_SOURCES): Add cycle-check.h.
15169         * modules/d-ino: New module.
15170         * modules/d-type: New module.
15171         * modules/error (Files): Remove m4/strerror_r.m4.
15172         * modules/filemode (Files): Add m4/st_dm_mode.m4.
15173         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
15174         m4/inttypes_h.m4, m4/uintmax_t.m4.
15175         (Depends-on): Add stdint.
15176         (lib_SOURCES): Add fsusage.h.
15177         * modules/getcwd (Files): Remove d-ino.m4.
15178         (Depends-on): Add d-ino.
15179         * modules/getndelim2 (Depends-on): Add stdint.
15180         * modules/glob (Files): Remove m4/d-type.m4.
15181         (Depends-on): Add d-type.
15182         * modules/host-os: New module.
15183         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
15184         m4/inttypes_h.m4, m4/uintmax_t.m4.
15185         * Depends-on: Add stdint.
15186         (lib_SOURCES): Add human.h.
15187         * modules/inttostr (Files): Remove m4/intmax_t.m4,
15188         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
15189         m4/uintmax_t.m4, m4/ulonglong.m4.
15190         (Depends-on): Add stdint.
15191         (EXTRA_DIST): Add inttostr.h.
15192         * modules/lchmod: New module.
15193         * modules/link-follow: New module.
15194         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
15195         (Depends-on): Add lchmod.
15196         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
15197         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
15198         (Depends-on): Add stdint.
15199         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
15200         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
15201         (Depends-on): Add stdint.
15202         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
15203         * modules/perl: New module.
15204         * modules/regex (Depends-on): Add stdint.
15205         * modules/rmdir-errno: New module.
15206         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
15207         m4/intmax_t.m4.
15208         (Depends-on): Add stdint.
15209         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
15210         m4/uintmax_t.m4.
15211         (Depends-on): Add stdint.
15212         * modules/unlink-busy: New module.
15213         * modules/utimecmp (Depends-on): Add stdint.
15214         * modules/uptime: New module.
15215         * modules/winsz-ioctl: New module.
15216         * modules/winsz-termios: New module.
15217         * modules/xnanosleep (Depends-on): Add nanosleep.
15218         * modules/ullong_max: Remove.
15219         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
15220         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
15221         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
15222         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
15223         (Depends-on): Add inttypes.
15224         (lib_SOURCES): Add xstrtol.h.
15225         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
15226         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
15227         * MODULES.html.sh: Move 'assert' into the assert section.
15228         Move 'dummy' into the linking section.
15229         Remove ullong_max.
15230         Add section for compatibility checks for POSIX:2001 functions,
15231         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
15232         winsz-ioctl, and winsz-termios into it.
15233         Add lchmod.
15234         Add top-level Misc section and put host-os, perl, and uptime
15235         into it.
15236
15237 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15238
15239         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
15240         now assume the stdint module.  Do not include inttypes.h.
15241         * lib/fsusage.h: Likewise.
15242         * lib/getndelim2.c: Likewise.
15243         * lib/human.h: Likewise.
15244         * lib/inttostr.h: Likewise.
15245         * lib/obstack.c: Likewise.
15246         * lib/regex_internal.h: Likewise.
15247         * lib/tempname.c: Likewise.
15248         * lib/utimecmp.c: Likewise.
15249         * lib/xstrtol.h: Likewise.
15250
15251         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
15252
15253         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
15254         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
15255         * lib/xtime.h: Likewise.
15256
15257 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15258
15259         * modules/openat (Files): Add lib/fchmodat.c.
15260         Fixes problem reported by Jay Youngman.
15261
15262 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15263
15264         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
15265         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
15266
15267 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
15268             Bruno Haible  <bruno@clisp.org>
15269
15270         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
15271         and is a script that invokes bison. Tighten the code. Add comments.
15272
15273 2006-08-18  Jim Meyering  <jim@meyering.net>
15274
15275         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
15276         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
15277         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
15278         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
15279
15280 2006-08-18  Bruno Haible  <bruno@clisp.org>
15281
15282         * modules/bison-i18n: New file.
15283         * MODULES.html.sh (Internationalization functions): Add it.
15284
15285 2006-08-18  Bruno Haible  <bruno@clisp.org>
15286
15287         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
15288         sys/statvfs.h. When getmntinfo was found, check its declaration and
15289         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
15290
15291 2006-08-18  Bruno Haible  <bruno@clisp.org>
15292
15293         * m4/bison-i18n.m4: New file, from bison.
15294
15295 2006-08-18  Bruno Haible  <bruno@clisp.org>
15296
15297         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
15298         (ME_DUMMY): Treat "kernfs" as a dummy.
15299         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
15300
15301 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15302
15303         Update from coreutils.
15304
15305         2006-08-15  Jim Meyering  <jim@meyering.net>
15306
15307         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
15308
15309         2006-01-17  Jim Meyering  <jim@meyering.net>
15310
15311         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
15312
15313         2006-01-11  Jim Meyering  <jim@meyering.net>
15314
15315         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
15316         Check for the lchmod function.
15317
15318 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15319
15320         Update from coreutils.
15321
15322         * lib/__fpending.h: Add copyright notice.
15323         * lib/fprintftime.h: Likewise.
15324         * lib/savedir.c: Use (C) in copyright notice.
15325         * lib/savedir.h: Likewise.
15326
15327         2006-08-15  Jim Meyering  <jim@meyering.net>
15328
15329         * lib/at-func.c: New file, with the logic of all emulated at-functions.
15330         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
15331         in support of the EXPECTED_ERRNO macro.
15332         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
15333         definitions.  Instead, define the appropriate symbols and include
15334         "at-func.c".
15335         * lib/mkdirat.c (mkdirat): Likewise.
15336         * lib/fchmodat.c (fchmodat): Likewise.
15337         (ENOSYS): Remove definition.
15338         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
15339         it.  Don't include "unistd--.h" -- it wasn't ever used.
15340
15341         2006-01-17  Jim Meyering  <jim@meyering.net>
15342
15343         Rewrite fts.c not to change the current working directory,
15344         by using openat, fstatat, fdopendir, etc..
15345
15346         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
15347         (HAVE_OPENAT_SUPPORT): Define.
15348         [_LIBC] (fchdir): Don't undef or define; no longer used.
15349         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
15350         Now, this `function' always succeeds, and consumes its file descriptor
15351         parameter -- so callers must not close such FDs.  Update callers.
15352         (diropen_fd, opendirat, cwd_advance_fd): New functions.
15353         (diropen): Add parameter, SP.  Adjust all callers.
15354         Implement using diropen_fd, rather than open.
15355         (fts_open): Initialize new member, fts_cwd_fd.
15356         Remove fts_rft-setting code.
15357         (fts_close): Close fts_cwd_fd, if necessary.
15358         (__opendir2): Define in terms of opendir or opendirat,
15359         depending on whether the FST_NOCHDIR flag is set.
15360         (fts_build): Since fts_safe_changedir consumes its FD, and since
15361         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
15362         and close the dup'd file descriptor upon failure.
15363         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
15364         (fts_safe_changedir): Tweak semantics to reflect that this function
15365         now calls cwd_advance_fd and hence consumes its FD argument.
15366         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
15367         [struct FTS] (fts_rft): Remove now-unused member.
15368         [struct FTS] (fts_cycle.state): Improve comment.
15369
15370         * lib/openat.c (openat_needs_fchdir): New function.
15371         * lib/openat.h (openat_needs_fchdir): Declare it.
15372
15373 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15374
15375         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
15376         Problem and fix reported by Pádraig Brady in
15377         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
15378
15379 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15380
15381         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
15382
15383 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15384
15385         * lib/memcoll.c (memcoll): Optimize for the common case where the
15386         arguments are bytewise equal.
15387
15388 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15389
15390         * doc/regexprops-generic.texi: Add a copyright notice.
15391
15392 2006-08-15  Bruno Haible  <bruno@clisp.org>
15393
15394         * modules/tmpdir (License): Change to LGPL.
15395
15396 2006-08-15  Bruno Haible  <bruno@clisp.org>
15397
15398         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
15399         module.
15400
15401 2006-08-14  Simon Josefsson  <jas@extundo.com>
15402
15403         * config/srclist.txt: Add gnupload.
15404
15405 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15406
15407         Change copyright notice from LGPL 2 to GPL 2, since that's the
15408         standard form used in the gnulib repository.
15409         * tests/test-lock.c: Likewise.
15410         * tests/test-stdint.c: Likewise.
15411         * tests/test-tls.c: Likewise.
15412
15413         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
15414         prelude-manager.  User shorter URLs for GNU projects, without '?'.
15415         Add copyright notice.
15416
15417         * check-module: Add copyright notice.  Output a copyright
15418         notice if "--version" is specified.
15419         * modules/COPYING: New file.
15420         * tests/test-getaddrinfo.c: Add copyright notice.
15421         * tests/test-verify.c: Likewise.
15422
15423 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15424
15425         Change copyright notice from LGPL 2 to GPL 2, since that's the
15426         standard form used in the gnulib repository.
15427         * lib/lock.c: LGPL -> GPL.
15428         * lib/lock.h: Likewise.
15429         * lib/strnlen1.c: Likewise.
15430         * lib/strnlen1.h: Likewise.
15431         * lib/tls.c: Likewise.
15432         * lib/tls.h: Likewise.
15433         * lib/tmpdir.c: Likewise.
15434
15435         * lib/TODO: Remove; this belongs only in coreutils.
15436
15437 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15438
15439         Add copyright notices to long-enough files that lack them, since
15440         otherwise the files aren't clearly free.  Use the same notice that
15441         getdate.texi already uses.
15442         * doc/alloca-opt.texi: Add copyright notice.
15443         * doc/alloca.texi: Likewise.
15444         * doc/ctime.texi: Likewise.
15445         * doc/functions.texi: Likewise.
15446         * doc/gcd.texi: Likewise.
15447         * doc/gnulib-tool.texi: Likewise.
15448         * doc/inet_ntoa.texi: Likewise.
15449         * doc/visibility.texi: Likewise.
15450
15451         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
15452         * doc/quote.texi: Add copyright notice.
15453
15454         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
15455         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
15456         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
15457         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
15458         is now obsolete, and give a pointer to the Sun list.
15459         Add copyright notice.
15460
15461 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15462
15463         * config/srclistvars.sh: Add copyright notice.
15464
15465 2006-08-14  Eric Blake  <ebb9@byu.net>
15466
15467         Import the following change from libc:
15468
15469         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
15470
15471         Upstream bug 2997.
15472         * lib/misc/error.c: Add space between program name and message if file
15473         name is missing.
15474
15475 2006-08-12  Karl Berry  <karl@gnu.org>
15476
15477         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
15478         remove, these originate in gnulib now.
15479
15480 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15481
15482         * doc/Makefile (standards.info standards.html standards.dvi):
15483         Also depend on make-stds.texi.
15484
15485 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15486
15487         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
15488         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
15489
15490         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
15491         in wchar_t.  Problem reported by Eric Blake.
15492
15493         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
15494         LEN is smaller than SIZE.  Suggested by Bruno Haible.
15495         Also, help the compiler to keep LEN in a register.
15496
15497 2006-08-11  Eric Blake  <ebb9@byu.net>
15498
15499         * users.txt: Sort.  Add tar.
15500
15501 2006-08-11  Bruno Haible  <bruno@clisp.org>
15502
15503         * users.txt: New file.
15504
15505 2006-08-11  Bruno Haible  <bruno@clisp.org>
15506
15507         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
15508         before <wchar.h>. Needed for OSF/1 and BSD/OS.
15509
15510 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15511
15512         * modules/snprintf (Depends-on): Remove minmax.
15513         (Maintainer): Add self and Bruno.
15514
15515 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15516
15517         * lib/.cppi-disable: Add snprintf.h, socket_.h.
15518         * lib/snprintf.c: Include <errno.h> and <limits.h>.
15519         (EOVERFLOW): Define if the system does not.
15520         Do not include "minmax.h"; it wasn't used.
15521         (snprintf): Don't assume size_t promotes to an unsigned type.
15522         Fix bug when generated string was too long for the buffer: the
15523         buffer's contents are supposed to be the initial prefix of the
15524         output.  Don't assume vasnprintf returns EOVERFLOW if the size
15525         exceeds INT_MAX; do the check ourselves.
15526
15527         Import the following changes from libc:
15528
15529         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
15530
15531         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
15532         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
15533         set wc to the byte which couldn't be converted.
15534         (re_string_reconstruct): Don't clear valid_raw_len before calling
15535         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
15536         tip_context using re_string_context_at.
15537
15538         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
15539
15540         * lib/posix/regex.h: g++ still cannot handled [restrict].
15541
15542         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
15543
15544         * lib/posix/regex.h: Remove special handling for VMS.
15545
15546 2006-08-10  Jim Meyering  <jim@meyering.net>
15547
15548         * modules/same-inode: New module.
15549         * modules/dev-ino: New module.
15550         * modules/cycle-check: Depend on these modules, rather than simply
15551         including their .h files.
15552         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
15553         required via m4/cycle-check.m4.
15554         * modules/same: Depend on new same-inode module, rather than
15555         including same-inode.h.
15556         * modules/chdir-safer: New file.
15557
15558         * modules/chown (Depends-on): Add stat-macros.
15559
15560 2006-08-10  Jim Meyering  <jim@meyering.net>
15561
15562         * m4/cycle-check.m4: New file.
15563         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
15564         * m4/dev-ino.m4, m4/same-inode.m4: New files.
15565
15566 2006-08-10  Eric Blake  <ebb9@byu.net>
15567
15568         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
15569         in from original proposal.
15570
15571 2006-08-10  Eric Blake  <ebb9@byu.net>
15572         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15573
15574         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
15575         namespace.
15576
15577 2006-08-10  Bruno Haible  <bruno@clisp.org>
15578
15579         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
15580         as well.
15581
15582 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15583
15584         Sync from coreutils.
15585
15586         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
15587
15588         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
15589         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
15590
15591 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15592
15593         * modules/restrict: Remove; no longer needed now that we assume
15594         Autoconf 2.59 or later.
15595         * MODULES.html.sh: Remove 'restrict'.
15596         * modules/argp (Depends-on): Remove 'restrict'.
15597         * modules/base64 (Depends-on): Likewise.
15598         * modules/gc (Depends-on): Likewise.
15599         * modules/getaddrinfo (Depends-on): Likewise.
15600         * modules/glob (Depends-on): Likewise.
15601         * modules/inet_ntop (Depends-on): Likewise.
15602         * modules/inet_pton (Depends-on): Likewise.
15603         * modules/memxor (Depends-on): Likewise.
15604         * modules/regex (Depends-on): Likewise.
15605         * modules/strtok_r (Depends-on): Likewise.
15606         * modules/time_r (Depends-on): Likewise.
15607
15608 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15609
15610         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
15611         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
15612         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15613         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
15614         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
15615         * m4/memxor.m4 (gl_MEMXOR): Likewise.
15616         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
15617         gl_C_RESTRICT replaced by AC_C_RESTRICT.
15618
15619         Merge from coreutils.
15620         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
15621         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
15622         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15623         * m4/time_r.m4 (gl_TIME_R): Likewise.
15624
15625 2006-08-09  Karl Berry  <karl@gnu.org>
15626
15627         * config/srclist.txt: no more gettext-tools, per Bruno.
15628
15629 2006-08-08  Eric Blake  <ebb9@byu.net>
15630
15631         * modules/verror: New module.
15632         * MODULES.html.sh: Document it.
15633
15634 2006-08-08  Eric Blake  <ebb9@byu.net>
15635
15636         * lib/verror.h, lib/verror.c: New files.
15637
15638 2006-08-08  Eric Blake  <ebb9@byu.net>
15639
15640         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
15641         verror_at_line output complies with GNU Coding Standards even when
15642         file is NULL.
15643
15644 2006-08-07  Bruno Haible  <bruno@clisp.org>
15645
15646         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
15647         versions of AIX.
15648         Reported by Ralf Wildenhues.
15649
15650 2006-08-07  Bruno Haible  <bruno@clisp.org>
15651
15652         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
15653         in an AC_DEFUN. Needed so that the autoconf snippets can use
15654         AC_REQUIRE.
15655
15656 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15657
15658         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15659         Initialize pkgdata_DATA.
15660         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
15661         overriding it.
15662
15663 2006-08-06  Eric Blake  <ebb9@byu.net>
15664
15665         * lib/error.h: Fold in some upstream changes from glibc.
15666         * lib/error.c: Likewise.
15667
15668 2006-08-04  Bruno Haible  <bruno@clisp.org>
15669
15670         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15671         Make the mostlyclean-local rule depend on mostlyclean-generic.
15672         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
15673
15674 2006-07-31  Bruno Haible  <bruno@clisp.org>
15675
15676         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
15677         <stdlib.h>, <string.h>.
15678
15679 2006-07-30  Bruno Haible  <bruno@clisp.org>
15680
15681         * modules/readlink (License): Change to LGPL.
15682
15683 2006-07-30  Bruno Haible  <bruno@clisp.org>
15684
15685         * modules/javaversion (Makefile.am): Distribute javaversion.java and
15686         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
15687         set PKGDATADIR to point to it.
15688
15689 2006-07-30  Bruno Haible  <bruno@clisp.org>
15690
15691         * modules/csharpexec (configure.ac): Comment out macro invocation.
15692         * modules/javaexec (configure.ac): Likewise.
15693         * modules/javacomp-script (configure.ac): Likewise.
15694
15695         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
15696
15697 2006-07-30  Bruno Haible  <bruno@clisp.org>
15698
15699         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
15700         linked-list.
15701
15702 2006-07-30  Bruno Haible  <bruno@clisp.org>
15703
15704         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
15705
15706 2006-07-30  Bruno Haible  <bruno@clisp.org>
15707
15708         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15709         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
15710         get removed.
15711
15712 2006-07-29  Bruno Haible  <bruno@clisp.org>
15713
15714         Make it possible for gnulib-tool to work with locally modified or
15715         augmented gnulib repositories.
15716         * gnulib-tool (func_usage): Document --local-dir option.
15717         (local_gnulib_dir): New variable.
15718         Handle --local-dir option.
15719         (func_lookup_file): New function.
15720         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
15721         (func_get_description, func_get_filelist, func_get_description,
15722         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
15723         func_get_automake_snippet, func_get_include_directive,
15724         func_get_license, func_get_maintainer): Use func_lookup_file.
15725         (func_import, func_create_testdir): Use func_lookup_file.
15726
15727 2006-07-29  Bruno Haible  <bruno@clisp.org>
15728
15729         * modules/setenv (Depends-on): Add unistd.
15730
15731 2006-07-29  Bruno Haible  <bruno@clisp.org>
15732
15733         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
15734
15735 2006-07-29  Bruno Haible  <bruno@clisp.org>
15736
15737         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
15738
15739 2006-07-29  Bruno Haible  <bruno@clisp.org>
15740
15741         * gnulib-tool (import, update): If there is no Makefile.am, look at
15742         aclocal.m4, instead of bailing out.
15743
15744 2006-07-29  Bruno Haible  <bruno@clisp.org>
15745
15746         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
15747         Categorize the options by when they are useful.
15748
15749 2006-07-29  Bruno Haible  <bruno@clisp.org>
15750
15751         * gnulib-tool (func_usage): Document option --no-libtool.
15752         Handle option --no-libtool.
15753         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
15754         for changed semantics of $libtool variable.
15755         (func_import): Likewise. If libtool is not used, show this through
15756         an option --no-libtool.
15757         (func_create_testdir): Update.
15758
15759 2006-07-29  Bruno Haible  <bruno@clisp.org>
15760
15761         * gnulib-tool (func_import): Extend error message about missing
15762         --doc-base.
15763
15764 2006-07-29  Bruno Haible  <bruno@clisp.org>
15765
15766         * gnulib-tool (func_import): Don't create the $docbase directory if
15767         there is no file to store there.
15768
15769 2006-07-29  Bruno Haible  <bruno@clisp.org>
15770
15771         * gnulib-tool (autoconf_minversion): If a --dir option is given and
15772         relevant, look for configure.ac there, not in the current directory.
15773         Also use a simple search for AC_PREREQ, not "autoconf --trace".
15774
15775 2006-07-29  Bruno Haible  <bruno@clisp.org>
15776
15777         * gnulib-tool (SORT): New variable.
15778         (func_usage): Undocument --assume-autoconf option.
15779         Remove --assume-autoconf option handling.
15780         (autoconf_minversion): Determine from the contents of configure.ac.
15781         (func_import): Remove autoconf_minversion handling.
15782         Suggested by Eric Blake.
15783
15784 2006-07-29  Bruno Haible  <bruno@clisp.org>
15785
15786         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
15787
15788 2006-07-29  Bruno Haible  <bruno@clisp.org>
15789
15790         * config/srclist.txt (*setenv.[ch]): Remove rules.
15791
15792 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15793
15794         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
15795
15796 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15797
15798         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
15799         arpa/inet.h.
15800
15801 2006-07-28  Simon Josefsson  <jas@extundo.com>
15802
15803         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
15804         * modules/inet_pton (Depends-on): Likewise.
15805
15806 2006-07-28  Simon Josefsson  <jas@extundo.com>
15807
15808         * m4/netinet_in_h.m4: New file.
15809
15810 2006-07-28  Simon Josefsson  <jas@extundo.com>
15811
15812         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
15813         #include's.
15814
15815 2006-07-28  Simon Josefsson  <jas@extundo.com>
15816
15817         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
15818         #include's.
15819
15820 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15821
15822         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
15823         setgid on directories only if they set these bits.
15824         * lib/modechange.h: Remove obsolete comment about masks.
15825
15826 2006-07-28  Eric Blake  <ebb9@byu.net>
15827
15828         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
15829         macro expansion.
15830
15831 2006-07-28  Bruno Haible  <bruno@clisp.org>
15832
15833         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
15834
15835 2006-07-28  Bruno Haible  <bruno@clisp.org>
15836
15837         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
15838
15839 2006-07-28  Bruno Haible  <bruno@clisp.org>
15840
15841         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
15842         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
15843         Define fallbacks.
15844         Avoids link error on FreeBSD 4.x.
15845         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15846
15847         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
15848         encoding.
15849         * lib/mbswidth.c (iswcntrl): Likewise.
15850
15851 2006-07-27  Bruno Haible  <bruno@clisp.org>
15852
15853         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
15854         test.
15855
15856 2006-07-27  Bruno Haible  <bruno@clisp.org>
15857
15858         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
15859         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
15860         defined.
15861
15862 2006-07-26  Eric Blake  <ebb9@byu.net>
15863
15864         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
15865
15866 2006-07-26  Eric Blake  <ebb9@byu.net>
15867
15868         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
15869         like mingw that lack mkstemp.
15870         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
15871         avoid compilation warning on mingw.
15872
15873 2006-07-26  Bruno Haible  <bruno@clisp.org>
15874
15875         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
15876         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
15877         INT_FAST*_MIN, INTPTR_MIN.
15878
15879 2006-07-25  Bruno Haible  <bruno@clisp.org>
15880
15881         * modules/version-etc (Depends-on): Add stdarg.
15882
15883 2006-07-25  Bruno Haible  <bruno@clisp.org>
15884
15885         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
15886         complex commands.
15887
15888 2006-07-25  Bruno Haible  <bruno@clisp.org>
15889
15890         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
15891         defined in <stdarg.h> or config.h.
15892
15893 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15894
15895         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
15896         (gl_STDIO_SAFER): Remove.
15897
15898 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15899
15900         * MODULES.html.sh (File stream based Input/Output):
15901         Add fopen-safer, tmpfile-safer; remove stdio-safer.
15902         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
15903         * modules/fopen-safer, modules/tmpfile-safer: New files.
15904         * modules/stdio-safer: Remove.
15905
15906 2006-07-24  Bruno Haible  <bruno@clisp.org>
15907
15908         * modules/tmpdir: New file.
15909         * MODULES.html.sh (File system functions): Add it.
15910
15911 2006-07-24  Bruno Haible  <bruno@clisp.org>
15912
15913         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
15914         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
15915
15916 2006-07-24  Bruno Haible  <bruno@clisp.org>
15917
15918         * modules/clean-temp: New file.
15919
15920 2006-07-24  Bruno Haible  <bruno@clisp.org>
15921
15922         * m4/tmpdir.m4: New file, from GNU gettext.
15923
15924 2006-07-24  Bruno Haible  <bruno@clisp.org>
15925
15926         * lib/tmpdir.h: New file, from GNU gettext.
15927         * lib/tmpdir.c: New file, from GNU gettext.
15928
15929 2006-07-24  Bruno Haible  <bruno@clisp.org>
15930
15931         * lib/clean-temp.h: New file, from GNU gettext.
15932         * lib/clean-temp.c: New file, from GNU gettext.
15933
15934 2006-07-23  Eric Blake  <ebb9@byu.net>
15935
15936         * modules/stdio-safer (Files): Add tmpfile-safer.c.
15937         (Depends-on): Add binary-io.
15938
15939 2006-07-23  Eric Blake  <ebb9@byu.net>
15940
15941         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
15942
15943 2006-07-23  Eric Blake  <ebb9@byu.net>
15944
15945         * lib/tmpfile-safer.c: New file.
15946         * lib/stdio-safer.h (fopen_safer): Add prototype.
15947         * lib/stdio--.h (tmpfile): Make safer.
15948
15949 2006-07-23  Bruno Haible  <bruno@clisp.org>
15950
15951         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
15952         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
15953         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
15954         gl_linked_remove_at): Use it.
15955
15956 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15957         and Simon Josefsson <jas@extundo.com>
15958
15959         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
15960
15961         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
15962
15963 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15964
15965         * modules/close-stream: New file.
15966         * modules/closeout (Description): Make it clear that it exits
15967         with a diagnostic on error.
15968         (Depends-on): Add close-stream.  Remove fpending, stdbool.
15969         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
15970
15971 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15972
15973         * m4/close-stream.m4: New file.
15974
15975 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15976
15977         * lib/close-stream.c, lib/close-stream.h: New files.
15978
15979 2006-07-22  Bruno Haible  <bruno@clisp.org>
15980
15981         Merge from GNU gettext 0.15.
15982
15983         2006-05-01  Bruno Haible  <bruno@clisp.org>
15984
15985                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
15986
15987         2006-07-22  Bruno Haible  <bruno@clisp.org>
15988
15989                 * modules/javaversion: New file.
15990                 * MODULES.html.sh (Java): Add javaversion.
15991
15992         2006-03-12  Bruno Haible  <bruno@clisp.org>
15993
15994                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
15995
15996         2005-12-04  Bruno Haible  <bruno@clisp.org>
15997
15998                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
15999                 (untested).
16000
16001         2006-06-21  Bruno Haible  <bruno@clisp.org>
16002
16003                 Avoid warnings from recent versions of mcs.
16004                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
16005                 -o, -L, -r any more. Use options documented since mcs-1.0
16006                 instead. Similarly for -g.
16007
16008         2005-12-04  Bruno Haible  <bruno@clisp.org>
16009
16010                 * build-aux/csharpcomp.sh.in: Suffix for resources is
16011                 .resources, not .resource.
16012
16013         2005-07-09  Bruno Haible  <bruno@clisp.org>
16014
16015                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
16016                 add a .dll suffix.
16017                 Reported by Mark Junker <mjscod@gmx.de>.
16018
16019         2006-07-22  Bruno Haible  <bruno@clisp.org>
16020
16021                 * modules/gettext: Upgrade to gettext-0.15.
16022                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
16023                 m4/visibility.m4.
16024                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
16025
16026 2006-07-22  Bruno Haible  <bruno@clisp.org>
16027
16028         Merge from GNU gettext 0.15.
16029
16030         2006-03-25  Bruno Haible  <bruno@clisp.org>
16031
16032                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
16033
16034         2006-07-21  Bruno Haible  <bruno@clisp.org>
16035
16036                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
16037                 "1.1".
16038
16039         2006-05-09  Bruno Haible  <bruno@clisp.org>
16040
16041                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
16042                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
16043                 for the conftestver execution.
16044
16045         2006-05-01  Bruno Haible  <bruno@clisp.org>
16046
16047                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
16048                 optional target-version argument. Verify that the compiler
16049                 groks source of the specified source-version, or add -source
16050                 option as necessary. Verify that the compiler produces
16051                 bytecode in the specified target-version, or add -target and
16052                 -source options as necessary. Make the result of the test
16053                 available as variable CONF_JAVAC. Also log error output in
16054                 config.log.
16055
16056         2006-03-11  Bruno Haible  <bruno@clisp.org>
16057
16058                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
16059
16060         2006-05-09  Bruno Haible  <bruno@clisp.org>
16061
16062                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
16063                 CLASSPATH_SEPARATOR to a semicolon.
16064
16065         2006-03-12  Bruno Haible  <bruno@clisp.org>
16066
16067                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
16068                 available as variable CONF_JAVA, for subsequent autoconf
16069                 tests. Also log error output in config.log.
16070
16071         2006-07-19  Bruno Haible  <bruno@clisp.org>
16072
16073                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
16074                 that getline works on glibc2 systems. Needed to avoid trouble
16075                 in relocatable.c.
16076                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
16077
16078         2005-12-04  Bruno Haible  <bruno@clisp.org>
16079
16080                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
16081                 launcher (untested).
16082
16083         2005-12-04  Bruno Haible  <bruno@clisp.org>
16084
16085                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
16086
16087         2006-07-22  Bruno Haible  <bruno@clisp.org>
16088
16089                 * gettext.m4: Update from GNU gettext-0.15.
16090                 * nls.m4: Likewise.
16091                 * po.m4: Likewise.
16092                 * inttypes-pri.m4: Likewise.
16093                 * inttypes-h.m4: Renamed from inttypes.m4.
16094                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
16095
16096 2006-07-22  Bruno Haible  <bruno@clisp.org>
16097
16098         Merge from GNU gettext 0.15.
16099
16100         2005-07-05  Bruno Haible  <bruno@clisp.org>
16101
16102                 * printf-args.c (printf_fetchargs): Work around broken
16103                 definition of wint_t on mingw.
16104
16105         2005-02-12  Bruno Haible  <bruno@clisp.org>
16106
16107                 * xallocsa.h: Add extern "C" for C++.
16108
16109         2006-05-17  Bruno Haible  <bruno@clisp.org>
16110
16111                 Cygwin portability.
16112                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
16113
16114         2006-04-30  Bruno Haible  <bruno@clisp.org>
16115
16116                 * progreloc.c: Include <mach-o/dyld.h> if available.
16117                 (find_executable): Use _NSGetExecutablePath when possible.
16118
16119         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
16120
16121                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
16122                 function.
16123
16124         2005-12-29  Bruno Haible  <bruno@clisp.org>
16125
16126                 * progreloc.c (set_program_name_and_installdir): Fix
16127                 compilation error.
16128
16129         2005-12-04  Bruno Haible  <bruno@clisp.org>
16130
16131                 Cygwin portability.
16132                 * progreloc.c: Include <windows.h> also on Cygwin.
16133                 (find_executable): Add support for Cygwin.
16134                 (set_program_name_and_installdir): Handle also platforms with
16135                 nonempty EXEEXT.
16136
16137         2006-07-11  Bruno Haible  <bruno@clisp.org>
16138
16139                 * javacomp.c: Fix a comment.
16140                 Reported by Jim Meyering.
16141
16142         2006-04-30  Bruno Haible  <bruno@clisp.org>
16143
16144                 * javacomp.h (compile_java_class): Add source_version,
16145                 target_version arguments.
16146                 * javacomp.c: Rewritten to choose only a compiler that
16147                 respects the specified source_version and target_version.
16148
16149         2006-06-27  Bruno Haible  <bruno@clisp.org>
16150
16151                 Assume correct S_ISDIR macro.
16152                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
16153
16154         2006-07-22  Bruno Haible  <bruno@clisp.org>
16155
16156                 * javaversion.h: New file, from GNU gettext.
16157                 * javaversion.c: New file, from GNU gettext.
16158                 * javaversion.java: New file, from GNU gettext.
16159                 * javaversion.class: New file, from GNU gettext.
16160
16161         2006-05-17  Bruno Haible  <bruno@clisp.org>
16162
16163                 Cygwin portability.
16164                 * javaexec.c (execute_java_class): Test for jview program
16165                 also on Cygwin.
16166
16167         2006-04-09  Bruno Haible  <bruno@clisp.org>
16168
16169                 * fatal-signal.c: Don't include string.h.
16170                 (at_fatal_signal): Use a copying loop instead of memcpy.
16171
16172         2005-12-04  Bruno Haible  <bruno@clisp.org>
16173
16174                 * csharpexec.c: Add support for 'clix' launcher (untested).
16175                 (execute_csharp_using_sscli): New function.
16176                 (execute_csharp_program): Call it.
16177
16178         2006-06-21  Bruno Haible  <bruno@clisp.org>
16179
16180                 Avoid warnings from recent versions of mcs.
16181                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
16182                 -o, -L, -r any more. Use options documented since mcs-1.0
16183                 instead. Similarly for -g.
16184
16185         2005-07-09  Bruno Haible  <bruno@clisp.org>
16186
16187                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
16188                 add a .dll suffix.
16189                 Reported by Mark Junker <mjscod@gmx.de>.
16190
16191         2006-06-17  Bruno Haible  <bruno@clisp.org>
16192
16193                 * config.charset: Update for NetBSD 3.0.
16194
16195         2006-05-17  Bruno Haible  <bruno@clisp.org>
16196
16197                 Cygwin portability.
16198                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
16199
16200         2006-05-16  Bruno Haible  <bruno@clisp.org>
16201
16202                 * localcharset.c [CYGWIN]: Include <windows.h>.
16203                 (get_charset_aliases): For Cygwin, return the same CPxxx
16204                 aliases list as under WIN32.
16205                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
16206                 the environment variables. Fall back to GetACP().
16207
16208         2006-04-05  Bruno Haible  <bruno@clisp.org>
16209
16210                 * config.charset: Update Juan Manuel Guerrero's address.
16211
16212         2005-02-12  Bruno Haible  <bruno@clisp.org>
16213
16214                 * allocsa.h: Add extern "C" for C++.
16215
16216         2005-02-10  Bruno Haible  <bruno@clisp.org>
16217
16218                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
16219                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
16220
16221         2006-07-22  Bruno Haible  <bruno@clisp.org>
16222
16223                 * gettext.h: Update to GNU gettext-0.15.
16224
16225 2006-07-22  Bruno Haible  <bruno@clisp.org>
16226
16227         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
16228         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
16229         lib-prefix.m4, longdouble.m4, ssize_t.m4.
16230
16231 2006-07-21  Eric Blake  <ebb9@byu.net>
16232
16233         * modules/stdlib-safer: New file.
16234         * MODULES.html.sh (File stream based Input/Output): Add
16235         stdlib-safer.
16236
16237 2006-07-21  Eric Blake  <ebb9@byu.net>
16238
16239         * lib/stdlib-safer.h: New file from coreutils, required by
16240         stdlib--.h.
16241
16242 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
16243
16244         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
16245
16246 2006-07-20  Bruno Haible  <bruno@clisp.org>
16247
16248         * gnulib-tool: Recognize new option --assume-autoconf.
16249         (autoconf_minversion): New variable.
16250         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
16251
16252 2006-07-20  Bruno Haible  <bruno@clisp.org>
16253
16254         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
16255
16256 2006-07-19  Derek R. Price  <derek@ximbiot.com>
16257
16258         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
16259         Reindent and repaginate.
16260
16261 2006-07-19  Derek Price  <derek@ximbiot.com>
16262
16263         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
16264         Correct grammar.
16265
16266 2006-07-17  Bruno Haible  <bruno@clisp.org>
16267
16268         * modules/list: New file.
16269         * modules/array-list: New file.
16270         * modules/carray-list, modules/carray-list-tests: New files.
16271         * modules/linked-list, modules/linked-list-tests: New files.
16272         * modules/avltree-list, modules/avltree-list-tests: New files.
16273         * modules/rbtree-list, modules/rbtree-list-tests: New files.
16274         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
16275         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
16276         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
16277         * modules/oset: New file.
16278         * modules/array-oset: New file.
16279         * modules/avltree-oset, modules/avltree-oset-tests: New files.
16280         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
16281         * tests/test-carray_list.c: New file.
16282         * tests/test-linked_list.c: New file.
16283         * tests/test-avltree_list.c: New file.
16284         * tests/test-rbtree_list.c: New file.
16285         * tests/test-linkedhash_list.c: New file.
16286         * tests/test-avltreehash_list.c: New file.
16287         * tests/test-rbtreehash_list.c: New file.
16288         * tests/test-avltree_oset.c: New file.
16289         * tests/test-rbtree_oset.c: New file.
16290         * MODULES.html.sh (Container data structures): New section.
16291
16292 2006-07-17  Bruno Haible  <bruno@clisp.org>
16293
16294         * m4/gl_list.m4: New file.
16295
16296 2006-07-17  Bruno Haible  <bruno@clisp.org>
16297
16298         * lib/gl_list.h: New file.
16299         * lib/gl_list.c: New file.
16300         * lib/gl_array_list.h: New file.
16301         * lib/gl_array_list.c: New file.
16302         * lib/gl_carray_list.h: New file.
16303         * lib/gl_carray_list.c: New file.
16304         * lib/gl_linked_list.h: New file.
16305         * lib/gl_linked_list.c: New file.
16306         * lib/gl_anylinked_list1.h: New file.
16307         * lib/gl_anylinked_list2.h: New file.
16308         * lib/gl_avltree_list.h: New file.
16309         * lib/gl_avltree_list.c: New file.
16310         * lib/gl_anyavltree_list1.h: New file.
16311         * lib/gl_anyavltree_list2.h: New file.
16312         * lib/gl_rbtree_list.h: New file.
16313         * lib/gl_rbtree_list.c: New file.
16314         * lib/gl_anyrbtree_list1.h: New file.
16315         * lib/gl_anyrbtree_list2.h: New file.
16316         * lib/gl_anytree_list1.h: New file.
16317         * lib/gl_anytree_list2.h: New file.
16318         * lib/gl_linkedhash_list.h: New file.
16319         * lib/gl_linkedhash_list.c: New file.
16320         * lib/gl_anyhash_list1.h: New file.
16321         * lib/gl_anyhash_list2.h: New file.
16322         * lib/gl_avltreehash_list.h: New file.
16323         * lib/gl_avltreehash_list.c: New file.
16324         * lib/gl_rbtreehash_list.h: New file.
16325         * lib/gl_rbtreehash_list.c: New file.
16326         * lib/gl_anytreehash_list1.h: New file.
16327         * lib/gl_anytreehash_list2.h: New file.
16328
16329         * lib/gl_oset.h: New file.
16330         * lib/gl_oset.c: New file.
16331         * lib/gl_array_oset.h: New file.
16332         * lib/gl_array_oset.c: New file.
16333         * lib/gl_avltree_oset.h: New file.
16334         * lib/gl_avltree_oset.c: New file.
16335         * lib/gl_rbtree_oset.h: New file.
16336         * lib/gl_rbtree_oset.c: New file.
16337         * lib/gl_anytree_oset.h: New file.
16338
16339 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16340
16341         * m4/mkancesdirs.m4: New file.
16342         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
16343         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
16344         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
16345         it.
16346
16347 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16348
16349         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
16350         * lib/mkancesdirs.h: New files.
16351         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
16352         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
16353         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
16354         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
16355         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
16356         callers changed.  Revamp internals significantly, by not
16357         attempting to create directories that are temporarily more
16358         permissive than the final results.  Do not attempt to use
16359         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
16360         This removes some race conditions, fixes some bugs, and simplifies
16361         things.  Use new dirchownmod function to do owner and mode changes.
16362         * lib/mkdir-p.h: Likewise.
16363         * lib/modechange.c (octal_to_mode): New function.
16364         (struct mode_change): New member mentioned.
16365         (make_node_op_equals): New arg mentioned.  All callers changed.
16366         (mode_compile): Keep track of which mode bits the user has explicitly
16367         mentioned.
16368         (mode_adjust): New arg DIR, so that we implement the X op correctly.
16369         New arg PMODE_BITS, to keep track of which mode bits the user
16370         mentioned; it treats S_ISUID and S_ISGID speciall.
16371         All callers changed.
16372         * lib/modechange.h: Likewise.
16373
16374 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16375
16376         * MODULES.html.sh: Add mkancestors.
16377         * modules/mkancesdirs: New module.
16378         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
16379         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
16380         The chdir-safer and afs files are now orphans; I'll remove them
16381         unless someone speaks up.
16382         Add lib/dirchownmod.c, lib/dirchownmod.h.
16383         (Depends-on): Remove alloca, chown, save-cwd, dirname.
16384         Add lchown, mkancesdirs.
16385         (Maintainer): Add self.
16386
16387 2006-07-15  Karl Berry  <karl@gnu.org>
16388
16389         * gnulib-tool: help message wording/arrangement.
16390
16391 2006-07-14  Simon Josefsson  <jas@extundo.com>
16392
16393         * doc/gnulib.texi (Libtool and Windows): New section.
16394
16395 2006-07-12  Simon Josefsson  <jas@extundo.com>
16396
16397         * modules/gendocs (License): Fix license, approved by Karl.
16398
16399 2006-07-12  Eric Blake  <ebb9@byu.net>
16400
16401         * MODULES.html.sh: Add gendocs.
16402
16403 2006-07-11  Eric Blake  <ebb9@byu.net>
16404
16405         * modules/fdl: New module, to install doc/fdl.texi.
16406         * MODULES.html.sh: Add new section for documentation modules.
16407         * gnulib-tool: Avoid space-tab.
16408         (--doc-base): New option, to manage files from doc.
16409
16410 2006-07-11  Eric Blake  <ebb9@byu.net>
16411
16412         * m4/absolute-header.m4: Fix comments to match recent change.
16413
16414 2006-07-11  Eric Blake  <ebb9@byu.net>
16415
16416         * gnulib-tool: List --doc-base before --tests-base.
16417
16418 2006-07-11  Derek R. Price  <derek@ximbiot.com>
16419
16420         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
16421
16422 2006-07-11  Bruno Haible  <bruno@clisp.org>
16423
16424         * README: Mention where to put documentation.
16425
16426 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16427
16428         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
16429
16430 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
16431
16432         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
16433         to stdint.m4.
16434
16435 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
16436
16437         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
16438         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
16439         "no/such/file/stdint.h" when there is no such file, so that
16440         the resulting C code can be parsed by dodgy compilers.
16441         Problems reported by Bob Proulx.
16442
16443 2006-07-10  Derek R. Price  <derek@ximbiot.com>
16444
16445         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
16446         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
16447         macros into the GNU _D_EXACT_NAMLEN.
16448         * lib/savedir.c:  Likewise.
16449         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
16450
16451 2006-07-10  Derek R. Price  <derek@ximbiot.com>
16452         and Paul Eggert  <eggert@cs.ucla.edu>
16453
16454         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
16455         * m4/savedir.m4:
16456         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
16457         macros into the GNU _D_EXACT_NAMLEN.
16458
16459 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16460
16461         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
16462         around the absolute name, to work around a problem with the HP-UX
16463         11.23 native C compiler, reported by Bob Proulx.
16464
16465 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16466
16467         * doc/maintain.texi, make-stds.texi: Sync from
16468         <http://savannah.gnu.org/projects/gnustandards>.
16469
16470 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16471
16472         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
16473
16474 2006-07-09  Jim Meyering  <jim@meyering.net>
16475
16476         * m4/glob.m4: Remove a doubled word in a comment.
16477
16478 2006-07-09  Jim Meyering  <jim@meyering.net>
16479
16480         * lib/argp-pv.c: Remove a doubled word in a comment.
16481         * lib/check-version.c (check_version): Likewise.
16482         * lib/javacomp.c (compile_java_class): Likewise.
16483
16484 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16485
16486         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
16487         for the benefit of people using Autoconf 2.60.  If you want to
16488         support older Autoconf versions you can copy m4/onceonly_2_57.m4
16489         (or m4/onceonly.m4, if pre-2.57) manually.
16490
16491 2006-07-08  Jim Meyering  <jim@meyering.net>
16492
16493         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
16494         comment.
16495         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
16496         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
16497         comment.
16498
16499 2006-07-08  Jim Meyering  <jim@meyering.net>
16500
16501         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
16502
16503 2006-07-07  Simon Josefsson  <jas@extundo.com>
16504
16505         * tests/test-crc.c: Change expected crc value, the test vector
16506         were probably computed using the old broken crc.c?
16507
16508 2006-07-06  Simon Josefsson  <jas@extundo.com>
16509
16510         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
16511         now the canonical place for the M4 file).
16512
16513         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
16514         from the sys_socket dependency now.
16515
16516         * modules/inet_pton (Files): Ditto.
16517
16518         * modules/inet_ntop (Files): Ditto.
16519
16520 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16521
16522         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
16523         not gl_PREREQ_GETUSERSHELL.
16524
16525 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16526
16527         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
16528         with only one argument, for Autoconf 2.60.
16529         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
16530         expand to nothing, so add a shell command to avoid syntax error.
16531         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
16532
16533 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16534
16535         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
16536
16537 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16538
16539         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
16540         no longer needed.  Check for isblank decl.
16541         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
16542         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
16543         of existence.
16544
16545 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16546
16547         * lib/getloadavg.c: Use __VMS, not VMS.
16548         * lib/getopt.c: Likewise.
16549         * lib/getpagesize.h: Likewise.
16550         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
16551         and probably does not work.
16552
16553 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16554
16555         * lib/.cppi-disable: Add wcwidth.
16556         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
16557         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
16558         (ISGRAPH): Remove.  All uses changed to isgraph.
16559         (FOLD) [!defined _LIBC]: Remove special case.
16560         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
16561         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
16562         HAVE_ISBLANK.
16563         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
16564         case.
16565
16566 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16567
16568         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
16569         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
16570         brackets.  Other minor changes to suppress some compiler
16571         warnings.
16572
16573 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16574         and Paul Eggert  <eggert@cs.ucla.edu>
16575
16576         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
16577         of invoking obsolescent AC_HEADER_DIRENT macro.
16578         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
16579         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
16580         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
16581         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
16582         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
16583         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16584         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
16585         * m4/readdir.m4: Remove; no longer needed.
16586
16587 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16588         and Paul Eggert  <eggert@cs.ucla.edu>
16589
16590         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
16591         Don't worry about this obsolete case any more.
16592         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
16593         directories.
16594         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
16595         worry about this obsolete case any more.
16596         * lib/fts.c: Likewise.
16597         * lib/getcwd.c: Likewise.
16598         * lib/glob.h: Likewise.
16599         * lib/savedir.c: Likewise.
16600
16601 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16602
16603         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
16604         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
16605         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
16606         needed.
16607         All uses removed.
16608         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16609         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16610         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
16611         needed.
16612         * m4/getdate.m4 (gl_GETDATE): Likewise.
16613         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16614         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16615         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16616         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16617         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16618         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16619         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
16620         needed.
16621
16622 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         * lib/memcasecmp.c: Include <limits.h>.
16625         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
16626         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
16627         Don't assume isdigit succeeds only on '0' through '9'.
16628
16629 2006-07-05  Eric Blake  <ebb9@byu.net>
16630
16631         * modules/getaddrinfo (Depends-on): Add snprintf.
16632
16633 2006-07-05  Eric Blake  <ebb9@byu.net>
16634
16635         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
16636         to avoid 'header present but could not be compiled' on cygwin.
16637
16638 2006-07-05  Eric Blake  <ebb9@byu.net>
16639
16640         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
16641         missing from netdb.h.
16642         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
16643
16644 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16645
16646         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
16647         no longer needed.
16648         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
16649         * m4/getdate.m4 (gl_GETDATE): Likewise.
16650         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16651         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16652         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16653         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16654         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16655
16656 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16657
16658         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
16659         All uses of is_space replaced by isspace.
16660         * lib/exit.h: Don't talk about STDC_HEADERS.
16661         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
16662         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
16663         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
16664         replaced by isprint etc.
16665         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
16666         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16667         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
16668         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
16669         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
16670         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16671
16672 2006-07-05  Bruno Haible  <bruno@clisp.org>
16673
16674         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
16675         the function exists, before testing against AIX.
16676         Reported by Martin Lambers <marlam@marlam.de>.
16677
16678 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16679
16680         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
16681         From Mark D. Baushke.
16682
16683 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16684
16685         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
16686         to the absolute name, not just one, to bypass Sun C 5.8's
16687         "warning: #include of /usr/include/... may be non-portable".
16688
16689 2006-07-04  Eric Blake  <ebb9@byu.net>
16690
16691         * modules/dirname-tests: New test module.
16692         * tests/test-dirname.c: New file, replacing dirname.c
16693         TEST_DIRNAME section that was recently deleted.
16694
16695 2006-07-04  Bruno Haible  <bruno@clisp.org>
16696
16697         Assume ANSI C header files and <ctype.h> functions.
16698         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
16699         (mbsnwidth): Use isprint, iscntrl instead.
16700
16701 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16702
16703         Merge from coreutils.
16704         * MODULES.html.sh: Add xstrtold.
16705         * modules/xstrtold: New file.
16706         * modules/cycle-check (Files): Add lib/same-inode.h.
16707         * modules/dirname (Files): Add m4/double-slash-root.m4.
16708         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
16709         * modules/mkdir-p (Files): Add lib/same-inode.h.
16710         * modules/same (Files): Add lib/same-inode.h.
16711
16712 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16713
16714         * m4/absolute-header.m4: Renamed from full-header-path.m4.
16715         This is to keep the terminology clean; POSIX talks about
16716         "absolute pathnames", not "full pathnames", but the GNU
16717         Coding Standards say to use "path" for something else;
16718         so use "absolute" to keep both sides happy.
16719         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
16720         Set gl_absolute_header, not gl_full_header_path.
16721         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
16722         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
16723         All uses changed.
16724
16725         Merge from coreutils.
16726
16727         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16728
16729         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
16730         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
16731         want to require the building of c-strtod.o.
16732         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
16733         needs -lm directly.
16734         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
16735
16736         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16737
16738         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
16739         --as-needed option if available.  Problem reported by Albert Chin in
16740         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
16741         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
16742         cc merely issues a bunch of annoying warnings for --as-needed
16743         (this problem was reported by Bob Proulx).  Also, try linking with
16744         -lm to detect a bug in binutils 2.16 (this problem was reported
16745         by Ralf Wildenhues).
16746
16747         2006-06-18  Jim Meyering  <jim@meyering.net>
16748
16749         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
16750         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
16751         macro.
16752         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
16753         also check for glibc-2.4's abort-inducing bug.
16754
16755         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
16756         Low-probability clean-up should be to use rmdir to get rid of
16757         the just-created directory, not unlink.
16758
16759         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
16760         configure fail, and request a bug report to inform us about it.
16761         Add a comment that, barring reports to the contrary, in 2007 we'll
16762         assume ftruncate is universally available.
16763
16764         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16765
16766         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
16767
16768         2006-03-12  Jim Meyering  <jim@meyering.net>
16769
16770         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
16771         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
16772         * m4/same.m4 (gl_SAME): Likewise.
16773         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
16774
16775         2006-03-11  Eric Blake  <ebb9@byu.net>
16776
16777         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
16778         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
16779         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
16780         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
16781
16782 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16783
16784         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
16785         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
16786         reported by Mark D. Baushke, one in
16787         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
16788
16789         Merge from coreutils.
16790
16791         * lib/.cppi-disable: Add stdint_.h.
16792         * lib/.cvsignore: Add stdint.h.
16793
16794         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16795
16796         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
16797         both double and long double versions.
16798         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
16799         * lib/xstrtold.c: New file.
16800         * lib/xstrtod.h (xstrtold): New decl.
16801
16802         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16803
16804         * lib/filemode.c (setst): Remove.
16805         (strmode): Rewrite to avoid setst.  This makes the code shorter,
16806         (arguably) clearer, and the generated code is a bit smaller on my
16807         Debian GNU/Linux stable x86 host.
16808
16809         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16810
16811         * lib/filemode.c: Include "filemode.h" first, to test the interface.
16812         Assume that filemode.h includes sys/types.h and sys/stat.h.
16813         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
16814         (ftypelet): Reorder to put common cases first, for efficiency.
16815         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
16816         to do 'M'.
16817         (strmode): Renamed from mode_string, and now stores 12 bytes instead
16818         of 10, for compatibility with FreeBSD.  All callers changed.
16819         (filemodestring): Now stores 12 bytes instead of 10, and sets file
16820         types that can't be deduced solely from st_mode.  First arg is now a
16821         const pointer.
16822         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
16823         (strmode): Renamed from mode_string.
16824         (filemodestring): New decl.
16825         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
16826         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
16827         needed.
16828         (S_ISPORT, S_ISWHT): New macros, if not already defined.
16829
16830         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16831
16832         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
16833         fsusage.h now does that.  Include fsusage.h first, to test interface.
16834         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
16835         at most one method (the old code could have generated decls that
16836         didn't conform to C89, not that this was ever exercised).
16837         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
16838
16839         2006-03-19  Jim Meyering  <jim@meyering.net>
16840
16841         Work even in a chroot where d_ino values for entries in "/"
16842         don't match the stat.st_ino values for the same names.
16843         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
16844         number, iterate through all entries again, using lstat instead.
16845         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
16846         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
16847
16848         * lib/getcwd.c (__getcwd): Clarify a comment.
16849         Use memcpy in place of a call to strcpy.
16850
16851         2006-03-12  Jim Meyering  <jim@meyering.net>
16852
16853         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
16854         matches that of the current directory (which we're about to chdir ".."
16855         out of), then save the dev-ino of the parent, instead.
16856
16857         * lib/same-inode.h (SAME_INODE): New file/macro.
16858         * lib/chdir-safer.c (SAME_INODE): Remove definition.
16859         Include "same-inode.h", instead.
16860         * lib/same.c: Likewise.
16861         * lib/cycle-check.h: Include "same-inode.h".
16862         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
16863         * lib/cycle-check.c (SAME_INODE): Remove definition.
16864         * lib/root-dev-ino.h: Include "same-inode.h".
16865
16866         2006-03-11  Eric Blake  <ebb9@byu.net>
16867
16868         * lib/same.c (same_name): s/base_name/last_component/
16869         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
16870         * lib/filenamecat.c (file_name_concat): Likewise.
16871
16872         2006-03-11  Eric Blake  <ebb9@byu.net>,
16873                     Paul Eggert  <eggert@cs.ucla.edu>
16874
16875         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
16876         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
16877         drive prefix.
16878         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
16879         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
16880         (last_component): New method.
16881         * lib/dirname.c (dir_len): Determine when drive letters need a
16882         subsequent slash.  Preserve // when it is special.
16883         (dir_name): Don't append dot when drive letter is absolute.
16884         [TEST_DIRNAME]: Move into a full-blown gnulib test.
16885         * lib/basename.c (base_name): New semantics - malloc the result.
16886         Preserve // when it is special.  Preserve relative files that look
16887         like drive letters.
16888         (base_len): Preserve // when it is special.
16889         (last_component): New method, similar to old base_name semantics.
16890         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
16891         base_name.  Strip redundant slashes from ///.
16892
16893 2006-07-03  Jim Meyering  <jim@meyering.net>
16894
16895         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
16896         macro is used before the first cycle_check call.
16897
16898 2006-07-03  Eric Blake  <ebb9@byu.net>
16899
16900         * modules/dirname (Depends-on): Add xstrndup.
16901
16902 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16903
16904         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
16905         test cases, so that config.log is a bit easier to follow.
16906
16907 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16908
16909         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
16910         both are 64 bits, since this seems to be the tradition, and this
16911         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
16912         we ever run into a host that prefers long long to long in this
16913         case, we'll need another configure-time test.  Problem reported by
16914         Jim Meyering.
16915
16916 2006-07-02  Eric Blake  <ebb9@byu.net>
16917
16918         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
16919
16920 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16921
16922         * modules/inttypes (Depends-on): No longer depends on stdint.
16923         * modules/stdint (Description): Say more about assumptions.
16924         Say that the fast types might differ.  Say macros are used.
16925         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
16926         (Makefile.am): Revise list of substituted symbols to match
16927         new stdint.m4.
16928         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
16929         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
16930         * tests/test-stdint.c (verify_same_types)
16931         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
16932         the code conforms to C99/C89.
16933         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
16934         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
16935
16936 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16937
16938         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
16939         but fix a bug, by requiring at least 64 bits.
16940         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
16941         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
16942         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
16943         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
16944
16945         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
16946         changes.  Make 2.59 a prerequisite.  Check and substitute for
16947         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
16948         inttypes.h.  Do not use special include files; just use the
16949         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
16950         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
16951         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
16952         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
16953         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
16954         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
16955         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
16956         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
16957         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
16958         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
16959         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
16960         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
16961         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
16962         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
16963         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
16964         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
16965         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
16966         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
16967         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
16968         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
16969         WINT_MAX.  Check for C99 conformance more strictly, by detecting
16970         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
16971         not check for things that C99 does not require, e.g., int8_t.  If
16972         a test isn't needed unless <stdint.h> isn't working, and is
16973         unlikely to be needed for any other reason, then don't do it
16974         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
16975         size_t, since we assume C89 freestanding at least.  Do not check
16976         for sig_atomic_t, wchar_t, or wint_t, since the code now does
16977         the right thing even if the types are not defined.  Instead use:
16978         (gl_STDINT_TYPE_PROPERTIES): New macro.
16979         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
16980         testing whether <sys/types.h> clashes, as Autoconf does this for
16981         us now.  All uses removed.
16982         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
16983         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
16984         (gl_CHECK_TYPE_SAME):
16985         Remove; no longer needed.
16986         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
16987         exists, since we'll return 0 anyway in that case.
16988         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
16989
16990 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16991
16992         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
16993         possible collision with system files.
16994         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
16995         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
16996         WCHAR_MIN and WCHAR_MAX in this case.
16997         (<stddef.h>): Do not include; no longer needed.
16998         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
16999         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
17000         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
17001         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
17002         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
17003         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
17004         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
17005         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
17006         !defined(__c99))]: Include in this case too, since it's harmless
17007         now.
17008         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
17009         dangerous to do so.
17010         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
17011         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
17012         (_STDINT_MIN, _STDINT_MAX): New macros.
17013         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
17014         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
17015         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
17016         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
17017         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
17018         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
17019         macros, not typedefs; this simplifies things quite a bit.
17020         Use long int for all types narrower than int64_t.
17021         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
17022         Define in terms of long long int or int64_t or long int,
17023         not int64_t or int32_t.  This saves some compile-time testing.
17024         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
17025         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
17026         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
17027         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
17028         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
17029         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
17030         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
17031         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
17032         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
17033         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
17034         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
17035         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
17036         undef any previous version and define our own version, for
17037         simplicity and consistency with the new macros for types.
17038         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
17039         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
17040         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
17041         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
17042         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
17043         @WINT_T_SUFFIX@ to keep things simple here.
17044         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
17045         Simplify by assuming typical 8/16/32/64 host, since we're
17046         already doing that elsewhere anyway.
17047         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
17048         and assume long long int is 64 bits if available.  This
17049         speeds up 'configure'.
17050
17051 2006-07-01  Eric Blake  <ebb9@byu.net>
17052
17053         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
17054         Reported by Andreas Buening.
17055
17056 2006-07-01  Eric Blake  <ebb9@byu.net>
17057
17058         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
17059
17060 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
17061
17062         * lib/getaddrinfo.c: fixed typo
17063
17064 2006-06-29  Jim Meyering  <jim@meyering.net>
17065
17066         * modules/strftime (Maintainer): Add my name, since with the
17067         FPRINTFTIME changes strftime.c has forked from glibc.
17068
17069 2006-06-29  Eric Blake  <ebb9@byu.net>
17070
17071         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
17072
17073 2006-06-29  Eric Blake  <ebb9@byu.net>
17074
17075         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
17076
17077 2006-06-29  Eric Blake  <ebb9@byu.net>
17078
17079         * lib/stat_.h: New file.
17080
17081 2006-06-29  Eric Blake  <ebb9@byu.net>
17082
17083         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
17084         unused static function.
17085
17086 2006-06-29  Eric Blake  <ebb9@byu.net>
17087
17088         * doc/functions.texi (Function Portability): Document missing lstat
17089         on mingw.
17090
17091 2006-06-29  Eric Blake  <ebb9@byu.net>
17092
17093         * MODULES.html.sh: Add sys_stat.
17094         * modules/sys_stat: New module.
17095         * modules/mkstemp (Depends-on): Add sys_stat.
17096
17097 2006-06-29  Derek R. Price  <derek@ximbiot.com>
17098
17099         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
17100
17101 2006-06-29  Derek R. Price  <derek@ximbiot.com>
17102
17103         * m4/c-bs-a.m4: Removed.
17104
17105 2006-06-29  Derek R. Price  <derek@ximbiot.com>
17106
17107         * lib/strftime.c: Assume strftime() exists.
17108
17109 2006-06-29  Derek Price  <derek@ximbiot.com>
17110
17111         * modules/c-bs-a: Removed - \a is C89.
17112         * MODULES.html.sh: Remove c-bs-a.
17113
17114 2006-06-29  Bruno Haible  <bruno@clisp.org>
17115
17116         * modules/wcwidth (License): Change to LGPL.
17117
17118 2006-06-28  Simon Josefsson  <jas@extundo.com>
17119
17120         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
17121         on _WIN32.
17122
17123         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
17124         getnameinfo.
17125
17126 2006-06-28  Simon Josefsson  <jas@extundo.com>
17127
17128         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
17129
17130 2006-06-28  Simon Josefsson  <jas@extundo.com>
17131
17132         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
17133         functions there.  It will succeed on Windows XP, but on Windows
17134         2000 and (presumably) earlier, it will fail, and use the internal
17135         re-implementation.
17136         (use_win32_p): New function.
17137         (getaddrinfo): Use strtoul on servname, to support numeric ports.
17138         Support AI_NUMERICSERV to disable getservbyname.
17139         (getnameinfo): New function, only supports
17140         NI_NUMERICHOST|NI_NUMERICSERV for now.
17141
17142         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
17143         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
17144         getnameinfo.
17145
17146 2006-06-28  Eric Blake  <ebb9@byu.net>
17147
17148         * modules/wcwidth: New file.
17149         * modules/mbchar (Depends-on): Add wcwidth.
17150         * modules/mbswidth (Depends-on): Add wcwidth.
17151         * MODULES.html.sh: Add wcwidth.
17152
17153 2006-06-28  Eric Blake  <ebb9@byu.net>
17154
17155         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
17156         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
17157
17158 2006-06-28  Eric Blake  <ebb9@byu.net>
17159
17160         * lib/xvasprintf.h: Fix comments.
17161
17162 2006-06-28  Eric Blake  <ebb9@byu.net>
17163
17164         * lib/mbchar.h (wcwidth): Include wcwidth.h.
17165         * lib/mbswidth.c (wcwidth): Move from here...
17166         * lib/wcwidth.h: ...to this new file.
17167
17168 2006-06-28  Derek R. Price  <derek@ximbiot.com>
17169
17170         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
17171
17172         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
17173         it's obsolete.
17174         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
17175
17176 2006-06-28  Derek R. Price  <derek@ximbiot.com>
17177
17178         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
17179         Autoconf 2.60 says this stuff was obsolete.
17180
17181 2006-06-28  Bruno Haible  <bruno@clisp.org>
17182
17183         * modules/wcwidth (Files): Add m4/wchar_t.m4.
17184
17185 2006-06-28  Bruno Haible  <bruno@clisp.org>
17186
17187         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
17188         gt_TYPE_WCHAR_T.
17189
17190 2006-06-28  Bruno Haible  <bruno@clisp.org>
17191
17192         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
17193         declaration for wcwidth.
17194         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
17195
17196 2006-06-28  Bruno Haible  <bruno@clisp.org>
17197
17198         * lib/mkdtemp.c [MINGW]: Include <io.h>.
17199         (mkdir): Define using _mkdir.
17200
17201 2006-06-28  Bruno Haible  <bruno@clisp.org>
17202
17203         * lib/getaddrinfo.h: Fix POSIX URL.
17204         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
17205         _WIN32.
17206         (use_win32_p): Make static.
17207         (getaddrinfo): Reject service name if it is empty or does not consist
17208         solely of decimal digits, or if its value is > 65535.
17209         (getnameinfo): Remove useless casts.
17210
17211 2006-06-27  Simon Josefsson  <jas@extundo.com>
17212
17213         * modules/sys_select: New file, suggested by Bruno Haible, Paul
17214         Eggert and Martin Lambers.
17215
17216 2006-06-27  Simon Josefsson  <jas@extundo.com>
17217
17218         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
17219         Eggert and Martin Lambers.
17220
17221 2006-06-27  Bruno Haible  <bruno@clisp.org>
17222
17223         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
17224         result to 0, not to empty.
17225         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
17226
17227 2006-06-27  Bruno Haible  <bruno@clisp.org>
17228
17229         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
17230
17231 2006-06-26  Simon Josefsson  <jas@extundo.com>
17232
17233         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
17234         present.
17235
17236 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
17237
17238         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
17239         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
17240         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
17241
17242 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
17243
17244         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
17245
17246 2006-06-26  Bruno Haible  <bruno@clisp.org>
17247
17248         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
17249
17250 2006-06-26  Bruno Haible  <bruno@clisp.org>
17251
17252         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
17253
17254 2006-06-26  Bruno Haible  <bruno@clisp.org>
17255
17256         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
17257         SGI C compiler in pre-C99 mode.
17258         Suggested by Mark D. Baushke and Larry Jones.
17259
17260 2006-06-26  Bruno Haible  <bruno@clisp.org>
17261
17262         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
17263         WCHAR_MAX.
17264         Reported by Mark D. Baushke and Larry Jones.
17265
17266 2006-06-26  Bruno Haible  <bruno@clisp.org>
17267
17268         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
17269         in pre-C99 mode.
17270         Suggested by Mark D. Baushke and Larry Jones.
17271
17272 2006-06-23  Simon Josefsson  <jas@extundo.com>
17273             Bruno Haible  <bruno@clisp.org>
17274
17275         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
17276         Emit mostlyclean-local rule.
17277         (func_emit_tests_Makefile_am): Likewise.
17278         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
17279
17280 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
17281
17282         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
17283
17284 2006-06-23  Bruno Haible  <bruno@clisp.org>
17285
17286         * tests/test-stdint.c: Update to match ISO C 99 Technical
17287         Corrigendum 1.
17288
17289 2006-06-23  Bruno Haible  <bruno@clisp.org>
17290
17291         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
17292
17293 2006-06-23  Bruno Haible  <bruno@clisp.org>
17294
17295         * lib/stdint_.h: Treat IRIX like OpenBSD.
17296
17297 2006-06-23  Bruno Haible  <bruno@clisp.org>
17298
17299         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
17300         ISO C 99 Technical Corrigendum 1.
17301
17302 2006-06-22  Simon Josefsson  <jas@extundo.com>
17303
17304         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
17305         MinGW.
17306
17307 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17308
17309         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
17310         needed.  Some compiler complained about some of them.  Problem reported
17311         by Larry Jones in
17312         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
17313
17314 2006-06-21  Simon Josefsson  <jas@extundo.com>
17315
17316         * tests/test-getaddrinfo.c: New file.
17317
17318         * modules/getaddrinfo-tests: New file.
17319
17320         * MODULES.html.sh: Add inet_pton.
17321
17322         * modules/inet_pton: New file.
17323
17324 2006-06-21  Simon Josefsson  <jas@extundo.com>
17325
17326         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
17327         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
17328         of using the (limited) gnulib implementation on Windows XP.
17329
17330         * m4/inet_pton.m4: New file.
17331
17332 2006-06-21  Simon Josefsson  <jas@extundo.com>
17333
17334         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
17335         variable.
17336
17337         * lib/socket_.h: Don't define WINVER.
17338
17339         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
17340         slightly modified to work in gnulib.
17341
17342 2006-06-21  Simon Josefsson  <jas@extundo.com>
17343
17344         * doc/gnulib.texi (Windows sockets): Add.
17345
17346 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
17347
17348         * lib/read-file.c (fread_file): Start with buffer allocation of
17349         0 bytes rather than 1 byte; this simplifies the code.
17350         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
17351         code to free buffer and save/restore errno.
17352         (internal_read_file): Remove unused local.
17353
17354 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
17355
17356         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
17357         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
17358         Problem reported by Denis Excoffier in
17359         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
17360
17361 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17362
17363         * modules/sys_socket, modules/socklen: Include sys/types since
17364         FreeBSD 4.x's sys/socket.h needs it.
17365
17366 2006-06-19  Simon Josefsson  <jas@extundo.com>
17367
17368         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
17369
17370 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
17371
17372         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
17373
17374 2006-06-19  Bruno Haible  <bruno@clisp.org>
17375
17376         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
17377         and FULL_PATH_INTTYPES_H in angle brackets.
17378         Reported by Mark D. Baushke <mdb@gnu.org>.
17379
17380 2006-06-17  Eric Blake  <ebb9@byu.net>
17381
17382         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
17383         errno.
17384
17385 2006-06-17  Bruno Haible  <bruno@clisp.org>
17386
17387         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
17388         <sys/inttypes.h>.
17389
17390 2006-06-17  Bruno Haible  <bruno@clisp.org>
17391
17392         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
17393         whether errno is declared. Assume <errno.h> declares errno.
17394
17395 2006-06-17  Bruno Haible  <bruno@clisp.org>
17396
17397         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
17398
17399 2006-06-17  Bruno Haible  <bruno@clisp.org>
17400
17401         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
17402         problem on Solaris 2.5.1.
17403
17404 2006-06-16  Eric Blake  <ebb9@byu.net>
17405
17406         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
17407         * lib/unicodeio.c [!defined errno]: Likewise.
17408         * lib/strtol.c [!defined errno]: Likewise.
17409         * lib/strtod.c [!defined errno]: Likewise.
17410
17411 2006-06-15  Eric Blake  <ebb9@byu.net>
17412
17413         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
17414
17415 2006-06-15  Eric Blake  <ebb9@byu.net>
17416
17417         * config/srclist.txt (ssize_t.m4): Lose sync.
17418
17419 2006-06-15  Bruno Haible  <bruno@clisp.org>
17420
17421         * modules/stdint (Files): Include m4/full-header-path.m4,
17422         m4/size_max.m4, m4/wchar_t.m4.
17423         (Makefile.am): Many more substitutions.
17424         * modules/stdint-tests: New file.
17425         * tests/test-stdint.c: New file.
17426
17427 2006-06-15  Bruno Haible  <bruno@clisp.org>
17428
17429         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
17430         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
17431         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
17432         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
17433         gl_CHECK_TYPE_SAME): New macros.
17434
17435 2006-06-15  Bruno Haible  <bruno@clisp.org>
17436
17437         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
17438
17439 2006-06-15  Bruno Haible  <bruno@clisp.org>
17440
17441         * lib/stdint_.h: Rewritten to be fully auto-configured.
17442         Fixes bug on HP-UX/IA64.
17443
17444 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
17445
17446         * lib/getdate.y (__attribute__): Don't define if already defined.
17447         Problem reported by Larry Jones.
17448         * lib/utimens.c (__attribute__): Likewise.
17449
17450 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
17451
17452         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
17453         reported by Andreas Schwab.
17454
17455 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17456             Bruno Haible  <bruno@clisp.org>
17457
17458         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
17459         check for the declaration of strnlen and a run test that exposes the
17460         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
17461         rpl_strndup.
17462
17463 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17464             Bruno Haible  <bruno@clisp.org>
17465
17466         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
17467
17468 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17469
17470         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
17471         compile test, for Tru64 4.0D.
17472
17473 2006-05-28  Karl Berry  <karl@gnu.org>
17474
17475         * config/srclist.txt (printf-args.c): lose sync.
17476
17477 2006-05-26  Martin Lambers  <marlam@marlam.de>
17478
17479         * lib/getpass.c: Updates the test for the native W32 API, and adds
17480         missing includes, thus fixing compilation warnings.
17481
17482 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17483
17484         * lib/exclude.c (exclude_fnmatch): New function.
17485         (excluded_file_name): Call exclude_fnmatch.
17486         * lib/exclude.h (excluded_file_name): New prototype
17487
17488 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
17489
17490         * lib/tempname.c (small_open, large_open): New macros.
17491         (__open, __open64) [!_LIBC]: Remove.
17492         (__gen_tempname): Use small_open and large_open instead of __open
17493         and __open64.  This fixes a portability bug on HP-UX 11.11i
17494         reported by Simon Wing-Tang in
17495         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
17496
17497 2006-05-24  Bruno Haible  <bruno@clisp.org>
17498
17499         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
17500         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
17501         Reported by Thorsten Maerz <torte@netztorte.de> via
17502         Aaron Stone <aaron@serendipity.cx>.
17503
17504 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17505
17506         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
17507         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
17508         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
17509         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
17510         not really conditional on the cache.
17511         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
17512
17513 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17514
17515         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
17516         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
17517         (my_usleep): Don't mishandle maximum value.
17518
17519 2006-05-19  Jim Meyering  <jim@meyering.net>
17520
17521         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
17522
17523 2006-05-17  Bruno Haible  <bruno@clisp.org>
17524
17525         Cygwin portability.
17526         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
17527
17528 2006-05-17  Bruno Haible  <bruno@clisp.org>
17529
17530         * lib/stdint_.h: Fix recognition of Cygwin.
17531
17532 2006-05-15  Bruno Haible  <bruno@clisp.org>
17533
17534         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
17535         on libtool patch by Ralf Wildenhues.
17536
17537 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17538
17539         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
17540         test for C99 conformance; (bool) 0.5 is an integer constant
17541         expression, but (bool) -0.5 is not.  Problem reported by Fedor
17542         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
17543
17544 2006-05-11  Simon Josefsson  <jas@extundo.com>
17545
17546         * m4/xvasprintf.m4: Fix obvious typo.
17547
17548 2006-05-11  Jim Meyering  <jim@meyering.net>
17549
17550         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
17551         James Lemley.
17552
17553 2006-05-10  Simon Josefsson  <jas@extundo.com>
17554
17555         * lib/md4.c: Typo fix, update copyright years.
17556         (K1, K2): Don't use L because it turn computations into 64-bit on
17557         64-bit platforms.
17558
17559 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
17560
17561         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
17562         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
17563         unwanted sign propagation, e.g., on hosts with 64-bit int.
17564         There still are some problems with reeelly weird theoretical hosts
17565         (e.g., 33-bit int) but it's not worth worrying about now.
17566         * lib/sha1.c (rol): Likewise.
17567         (K1, K2, K3, K4): Remove unnecessary L suffix.
17568
17569 2006-05-10  Bruno Haible  <bruno@clisp.org>
17570
17571         * lib/des.c: Cast to avoid warnings.
17572
17573 2006-05-09  Bruno Haible  <bruno@clisp.org>
17574
17575         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
17576         (Depends-on): Depend also on xsize, stdarg.
17577         (configure.ac): Add gl_XVASPRINTF.
17578
17579 2006-05-09  Bruno Haible  <bruno@clisp.org>
17580
17581         * m4/xvasprintf.m4: New file.
17582
17583 2006-05-09  Bruno Haible  <bruno@clisp.org>
17584
17585         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
17586         (EOVERFLOW): Define fallback value.
17587         (xstrcat): New function.
17588         (xvasprintf): Recognize the special case of a string concatenation.
17589
17590 2006-05-08  Eric Blake  <ebb9@byu.net>
17591
17592         * gnulib-tool (func_version): Base copyright year on CVS date.
17593         (func_emit_copyright_notice): New function.
17594         (func_emit_lib_Makefile_am): Use it.
17595         (func_emit_tests_Makefile_am): Likewise.
17596         (func_import): Likewise.
17597
17598 2006-05-08  Bruno Haible  <bruno@clisp.org>
17599
17600         * modules/stdarg: New file.
17601         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
17602
17603 2006-05-08  Bruno Haible  <bruno@clisp.org>
17604
17605         * m4/stdarg.m4: New file, from GNU gettext.
17606
17607 2006-05-08  Bruno Haible  <bruno@clisp.org>
17608
17609         * config/srclist.txt (build-aux/config.rpath): different from latest
17610         release.
17611
17612 2006-05-08  Bruno Haible  <bruno@clisp.org>
17613
17614         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
17615
17616 2006-05-05  Jim Meyering  <jim@meyering.net>
17617
17618         * m4/warning.m4: New file, derived from bison's file by the same name.
17619
17620 2006-05-03  Bruno Haible  <bruno@clisp.org>
17621
17622         * lib/stdint_.h: Shorter URL.
17623         * lib/inttypes.h: Likewise.
17624
17625 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17626
17627         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
17628
17629 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17630
17631         * lib/verify.h: Document the internals better.  Most of this change
17632         was written by Bruno Haible.
17633
17634 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17635
17636         * doc/verify.texi: New file, partly based on a proposal by
17637         Bruno Haible.
17638
17639 2006-05-02  Bruno Haible  <bruno@clisp.org>
17640
17641         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
17642         test from here...
17643         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
17644
17645 2006-04-29  Bruno Haible  <bruno@clisp.org>
17646
17647         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
17648         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
17649
17650 2006-04-29  Bruno Haible  <bruno@clisp.org>
17651
17652         * gnulib-tool: Make --update option actually work.
17653
17654 2006-04-29  Bruno Haible  <bruno@clisp.org>
17655
17656         * doc/gcd.texi: New file.
17657         * doc/gnulib.texi: Include it.
17658
17659 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
17660
17661         * lib/getdate.y (get_date): When adding relative date, start with the
17662         initial time, not with the result of the first mktime call.
17663
17664 2006-04-25  Bruno Haible  <bruno@clisp.org>
17665
17666         * gnulib-tool (func_import): Output the include directives in three
17667         blocks, sorted separately.
17668         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17669
17670 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17671
17672         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
17673         to define main with arguments, for C++.  Reported by Eric Blake.
17674         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
17675         Prefer 'int main ()' to 'int main (void)', for C++.
17676         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
17677         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
17678         for 'main', for C99 and C++.
17679
17680 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17681
17682         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
17683         Don't assume that exit status -1 is valid.
17684         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17685         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
17686         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
17687         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
17688         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
17689         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
17690         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
17691         functions can be used without declaring them, or that you can
17692         exit with status -1.
17693         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
17694
17695 2006-04-24  Karl Berry  <karl@gnu.org>
17696
17697         * config/srclist.txt (longdouble.m4): sync lost.
17698
17699 2006-04-24  Eric Blake  <ebb9@byu.net>
17700
17701         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
17702
17703 2006-04-24  Bruno Haible  <bruno@clisp.org>
17704
17705         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
17706         poll() implementation in AIX.
17707         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17708
17709 2006-04-24  Bruno Haible  <bruno@clisp.org>
17710
17711         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
17712         assigned exactly once.
17713
17714 2006-04-23  Claudio Fontana  <claudio@gnu.org>
17715             Bruno Haible  <bruno@clisp.org>
17716
17717         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
17718         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
17719         for AM_CPPFLAGS.
17720
17721 2006-04-23  Bruno Haible  <bruno@clisp.org>
17722
17723         * modules/copy-file: Depend on unistd.
17724         * modules/execute: Likewise.
17725         * modules/fatal-signal: Likewise.
17726         * modules/findprog: Likewise.
17727         * modules/mkdtemp : Likewise.
17728         * modules/pipe: Likewise.
17729         * modules/wait-process: Likewise.
17730
17731 2006-04-23  Bruno Haible  <bruno@clisp.org>
17732
17733         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
17734         condition was already detected.
17735         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17736
17737 2006-04-23  Bruno Haible  <bruno@clisp.org>
17738
17739         * lib/copy-file.c: Include <unistd.h> unconditionally.
17740         * lib/execute.c: Likewise.
17741         * lib/fatal-signal.c: Likewise.
17742         * lib/findprog.c: Likewise.
17743         * lib/mkdtemp.c: Likewise.
17744         * lib/pipe.h: Likewise.
17745         * lib/pipe.c: Likewise.
17746         * lib/wait-process.h: Likewise.
17747
17748 2006-04-23  Bruno Haible  <bruno@clisp.org>
17749
17750         * gnulib-tool (func_usage): Fix --import description. Document
17751         --update.
17752         (func_import): Create temporary file in a temporary directory, if
17753         --dry-run is specified. Silence errors from 'grep' when there are no
17754         m4 files in $m4dir.
17755         (func_create_testdir): Silence errors from 'grep' when there are no
17756         m4 files in $m4dir.
17757         Reported by Karl Berry <karl@freefriends.org>.
17758
17759 2006-04-20  Bruno Haible  <bruno@clisp.org>
17760
17761         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
17762         one argument, so that the code will be portable to Autoconf 2.60.
17763         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
17764         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17765         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
17766
17767 2006-04-19  Derek Price  <derek@ximbiot.com>
17768             Eric Blake  <ebb9@byu.net>
17769
17770         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
17771         rather than "/full/path.h".  Update comment to match.  Shorten &
17772         generalize m4_translit call via AS_TR_CPP.
17773
17774 2006-04-19  Derek Price  <derek@ximbiot.com>
17775             Eric Blake  <ebb9@byu.net>
17776
17777         * lib/inttypes.h: Correct grammar in comment.
17778
17779 2006-04-18  Derek Price  <derek@ximbiot.com>
17780             Paul Eggert  <eggert@cs.ucla.edu>
17781
17782         * modules/inttypes: New file.
17783         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
17784
17785 2006-04-18  Derek Price  <derek@ximbiot.com>
17786             Paul Eggert  <eggert@cs.ucla.edu>
17787
17788         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
17789         New files.
17790
17791 2006-04-18  Derek Price  <derek@ximbiot.com>
17792             Paul Eggert  <eggert@cs.ucla.edu>
17793
17794         * lib/inttypes.h: New file.
17795         * lib/strtoimax.c: Assume <inttypes.h>.
17796
17797 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
17798
17799         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
17800         isn't mounted.  Problem reported by Kir Kolyshkin.
17801
17802 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17803
17804         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
17805         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
17806         Derek R. Price.
17807         * lib/regex.h (RE_DUP_MAX): Update comment to match current
17808         implementation.
17809
17810 2006-04-12  Eric Blake  <ebb9@byu.net>
17811
17812         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
17813         is now done automatically by the corresponding Autoconf macro.
17814
17815 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
17816
17817         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
17818         time_r.h.
17819
17820 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17821
17822         Merge regex changes from libc, removing some of our
17823         POSIX-conformance changes that were rejected and redoing them in a
17824         less-intrusive way.
17825
17826         * lib/regcomp.c (re_compile_internal, init_dfa):
17827         Length arg is now size_t, not Idx.  All uses changed.
17828         (peek_token): Forward decl now says internal_function.
17829         (__re_error_msgid, __re_error_msgid_idx):
17830         Now static rather than extern with attribute_hidden.
17831         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
17832         For some reason libc prefers K&R style defns for external functions.
17833         (regerror) [!defined _LIBC]: Likewise.
17834         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
17835         (seek_collating_symbol_entry, lookup_collation_sequence_value):
17836         (build_range_exp, build_collating_symbol):
17837         Use K&R-style defn.
17838         (re_compile_fastmap): Use '\0' to memset, not 0.
17839         (utf8_sb_map): Make the calculations more obvious.
17840         (init_dfa, parse_bracket_exp, build_charclass_op):
17841         Call calloc and cast result, as glibc does.
17842         (init_word_char, fetch_token, peek_token, peek_token_bracket):
17843         (build_range_exp, build_collating_symbol):
17844         Now internal functions.
17845
17846         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
17847
17848         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
17849         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
17850         Don't depend on VMS; depend on __VMS instead, for POSIX
17851         namespace cleanness.
17852         (regoff_t): Define to ssize_t, not long int.
17853
17854         Remove the REG_ macros named below.  Instead, make the old names
17855         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
17856         __USE_GNU_REGEX.
17857         (REG_BACKSLASH_ESCAPE_IN_LISTS):
17858         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
17859         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
17860         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
17861         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
17862         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
17863         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
17864         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
17865         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
17866         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
17867         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
17868         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
17869         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
17870         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
17871         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
17872         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
17873         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
17874         (REG_NREGS):
17875         Remove.  All uses replaced by the old RE_* names.
17876         (RE_BACKSLASH_ESCAPE_IN_LISTS):
17877         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
17878         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
17879         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
17880         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
17881         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
17882         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
17883         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
17884         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
17885         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
17886         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
17887         Don't bother having these macros be independent of each others'
17888         values, since they no longer exist in the POSIX name space.
17889
17890         Rename the following member names back to their old names,
17891         unless !__USE_GNU_REGEX.  All uses changed back.
17892         (buffer): Renamed from re_buffer.
17893         (allocated): Renamed from re_allocated.
17894         (used): Renamed from re_used.
17895         (syntax): Renamed from re_syntax.
17896         (fastmap): Renamed from re_fastmap.
17897         (translate): Renamed from re_translate.
17898         (can_be_null): Renamed from re_can_be_null.
17899         (regs_allocated): Renamed from re_regs_allocated.
17900         (fastmap_accurate): Renamed from re_fastmap_accurate.
17901         (no_sub): Renamed from re_no_sub.
17902         (not_bol): Renamed from re_not_bol.
17903         (not_eol): Renamed from re_not_eol.
17904         (newline_anchor): Renamed from re_newline_anchor.
17905         (num_regs): Renamed from rm_num_regs.
17906         (start): Renamed from rm_start.
17907         (end): Renamed from rm_end.
17908
17909         (free_state): Move up a bit.
17910
17911         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
17912         #define to be empty.
17913         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
17914         when that is what is intended.
17915         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
17916         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
17917         (MAX): New macro.
17918         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
17919         All uses changed back to re_malloc, etc.  It's now the caller's
17920         responsibility to check for overflow; all callers changed.
17921         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
17922         (re_x2nrealloc): Remove.
17923         (free_state): Remove decl.
17924
17925         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
17926         (re_set_registers, re_exec):
17927         Use K&R-style defn.
17928
17929         2006-01-31  Roland McGrath  <roland@redhat.com>
17930
17931         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
17932         Reported by Mike Frysinger <vapier@gentoo.org>.
17933
17934         2006-01-15  Andreas Jaeger  <aj@suse.de>
17935
17936         [BZ #1950]
17937         * lib/regex_internal.c (re_string_reconstruct): Adjust for
17938         build_wcs_upper_buffer change.
17939         (build_wcs_upper_buffer): Change return type.
17940
17941         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
17942
17943         * lib/regex_internal.h: Include <stdint.h> if available.
17944
17945         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
17946
17947         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
17948
17949         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17950
17951         * lib/regcomp.c: Adjust for changed secondary hash function.
17952
17953         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
17954
17955         * lib/regex.h: Pretty printing.
17956         Clean up namespace a bit.
17957
17958         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
17959
17960         * lib/regexec.c (update_cur_sifted_state, check_arrival,
17961         check_arrival_add_next_nodes): Avoid using uninitialized variable.
17962
17963         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17964                     Ulrich Drepper  <drepper@redhat.com>
17965
17966         [BZ #1302]
17967         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
17968         changed.
17969         (bitset_word_t): Renamed from bitset_word.  All uses changed.
17970
17971         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
17972
17973         [BZ #281]
17974         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
17975         * lib/regcomp.c: Remove unnecessary uses of
17976         unsigned RE_TRANSLATE_TYPE.
17977         * lib/regex_internal.h: Likewise.
17978         * lib/regex_internal.c: Likewise.
17979         * lib/regexec.c: Likewise.
17980         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
17981
17982         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
17983
17984         * lib/regexec.c (find_recover_state): Remove unnecessary
17985         initialization.
17986         (transit_state_bkref): Make DFA a const pointer.
17987         (get_subexp): Likewise.
17988         (check_arrival): Likewise.
17989         (update_cur_sifted_state): Likewise.
17990         (re_search_internal): Likewise.
17991         (prune_impossible_nodes): Likewise.
17992         (acquire_init_state_context): Likewise.
17993         (proceed_next_node): Likewise.
17994         (set_regs): Likewise.
17995         (free_fail_stack_return): Likewise.
17996         (check_arrival_expand_ecl): Mark DFA parameter as const.
17997         (check_arrival_expand_ecl_sub): Likewise.
17998         (check_subexp_limits): Likewise.
17999         (sub_epsilon_src_nodes):  Likewise.
18000         (add_epsilon_src_nodes):  Likewise.
18001         (merge_state_array): Likewise.
18002         (update_regs): Likewise.
18003         (build_trtable): Likewise.
18004         (sift_states_backward): Mark MCTX parameter as const.
18005         (build_sifted_states): Likewise.
18006         (update_cur_sifted_state): Likewise.
18007         (sift_states_mkref): Likewise.
18008         (check_arrival_expand_ecl): Mark eclosure as const.
18009         (check_dst_limits_calc_pos_1): Likewise.
18010         * lib/regex_internal.h (re_match_context_t): Make dfa a const
18011         pointer.
18012
18013         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
18014
18015         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
18016         (transit_state_sb): Likewise.
18017         (transit_state_mb): Likewise.
18018         (sift_states_iter_mb): Likewise.
18019         (check_arrival_add_next_nodes): Likewise.
18020         (check_node_accept_bytes): Change first parameter to pointer-to-const.
18021         [_LIBC] (re_search_2_stub): Use mempcpy.
18022
18023         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
18024         mbrtowc for very simple UTF-8 case.
18025
18026         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
18027         a pointer-to-const.
18028         (re_acquire_state_context): Likewise.
18029         * lib/regex_internal.h: Adjust prototypes.
18030
18031         * lib/regex.c: Prevent using C++ compilers.
18032
18033         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
18034         (re_acquire_state_context): Likewise.
18035
18036 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
18037
18038         * modules/regex (Depends-on): Add ssize_t.
18039
18040 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
18041
18042         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
18043         translation table.
18044
18045 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
18046
18047         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
18048
18049 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
18050             Bruno Haible  <bruno@clisp.org>
18051
18052         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
18053         <sys/types.h> and <inttypes.h>.
18054
18055 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18056
18057         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
18058         `__error_t_defined', so argp.h will not typedef the former.
18059
18060 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
18061
18062         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
18063         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
18064         glibc names.  Even if glibc is changed to conform to POSIX, the
18065         traditional names will be available anyway, since regex depends on
18066         the extensions module.  Also, fix a longstanding typo in the
18067         implementation of Spencer ERE test #75 from grep 2.3.  Problems
18068         reported by Emanuele Giaquinta.  Also, change sense of cached
18069         variable, so that the message makes sense.
18070
18071 2006-03-24  Simon Josefsson  <jas@extundo.com>
18072
18073         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
18074         including some doc fixes.
18075         (base64_encode_alloc): Fix +1 bug on allocation failures.
18076
18077 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18078
18079         * lib/base64.c (base64_encode): Do not read past end of array with
18080         unsanitized input on systems with CHAR_BIT > 8.
18081
18082 2006-03-24  Eric Blake  <ebb9@byu.net>
18083
18084         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
18085
18086 2006-03-22  Karl Berry  <karl@gnu.org>
18087
18088         * config/srclist.txt (*setenv.[ch]): get from coreutils.
18089         * config/srclistvars.sh (COREUTILS): new var.
18090
18091 2006-03-17  Jim Meyering  <jim@meyering.net>
18092
18093         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
18094         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
18095
18096 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
18097
18098         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
18099         no longer needs it.  Instead, check that regoff_t is as least
18100         as wide as ptrdiff_t.
18101
18102         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
18103         so that our regex.h stays compatible with the installed regex.
18104         This is helpful for installers who configure --without-included-regex.
18105         Problem reported by Emanuele Giaquinta.
18106
18107 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
18108
18109         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
18110         Typedef to long int, not to off_, as POSIX will likely change
18111         in that direction.
18112
18113 2006-03-15  Eric Blake  <ebb9@byu.net>
18114
18115         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
18116
18117 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
18118
18119         * lib/argp-help.c (validate_uparams): Fix typo
18120         * lib/argp-parse.c (argp_default_options): Consistently begin help
18121         messages with a lowercase letter.
18122
18123 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
18124
18125         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
18126         overrun buffers and shouldn't be used (much as gets shouldn't be
18127         used).
18128         * lib/time_r.c (asctime_r, ctime_r): Likewise.
18129
18130 2006-03-08  Simon Josefsson  <jas@extundo.com>
18131
18132         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
18133         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18134
18135 2006-03-08  Simon Josefsson  <jas@extundo.com>
18136
18137         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
18138         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18139
18140 2006-03-08  Simon Josefsson  <jas@extundo.com>
18141
18142         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
18143         signal that configure disabled the device.
18144
18145 2006-03-08  Simon Josefsson  <jas@extundo.com>
18146
18147         * build-aux/maint.mk: Fix refresh-po, to handle no translated
18148         languages.
18149
18150 2006-03-07  Simon Josefsson  <jas@extundo.com>
18151
18152         * modules/getopt (Depends-on): Add unistd.
18153
18154         * modules/unistd: New file.
18155
18156 2006-03-07  Simon Josefsson  <jas@extundo.com>
18157
18158         * modules/gc-random: New file.
18159
18160 2006-03-07  Simon Josefsson  <jas@extundo.com>
18161
18162         * m4/unistd_h.m4: New file.
18163
18164 2006-03-07  Simon Josefsson  <jas@extundo.com>
18165
18166         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
18167         test to be side-effect free by storing the result in the cache
18168         variable gl_cv_lib_readline, and moving the assignment of
18169         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
18170         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18171
18172 2006-03-07  Simon Josefsson  <jas@extundo.com>
18173
18174         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
18175         error on missing devices (the functions will return an error).
18176
18177         * m4/gc.m4: Move random stuff to gc-random.m4
18178
18179 2006-03-07  Simon Josefsson  <jas@extundo.com>
18180
18181         * lib/unistd_.h: New file.
18182
18183 2006-03-07  Simon Josefsson  <jas@extundo.com>
18184
18185         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
18186
18187 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
18188
18189         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
18190         Problem reported by Juan Manuel Guerrero.
18191
18192 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
18193
18194         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
18195         the unistd module.
18196         * lib/getlogin_r.c: Likewise.
18197         * lib/getlogin_r.h: Likewise.
18198         * lib/glob.c: Likewise.
18199         * lib/pagealign_alloc.c: Likewise.
18200         * lib/unistd_.h: Remove; no longer needed.
18201
18202 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
18203
18204         * MODULES.html.sh (Support for systems lacking POSIX:2001):
18205         Add unistd.
18206         * modules/c-stack (Depends-on): Add unistd.
18207         * modules/getlogin_r: Likewise.
18208         * modules/glob: Likewise.
18209         * modules/pagealign_alloc: Likewise.
18210         * modules/unistd (Files): Remove lib/unistd_.h.
18211         (EXTRA_DIST): Remove.
18212         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
18213         need unistd_.h.
18214         (MOSTLYCLEANFILES): Remove unistd.h-t.
18215
18216 2006-03-03  Simon Josefsson  <jas@extundo.com>
18217
18218         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
18219
18220 2006-03-03  Simon Josefsson  <jas@extundo.com>
18221
18222         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
18223         libidn and bison.
18224
18225 2006-03-03  Simon Josefsson  <jas@extundo.com>
18226
18227         * build-aux/maint.mk: Add indent target.
18228
18229 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
18230
18231         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
18232         our replacement poll.h in any case, to avoid a differing
18233         declaration from a system header.  Seen on AIX.
18234
18235 2006-03-01  Simon Josefsson  <jas@extundo.com>
18236
18237         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
18238         <kasal@ucw.cz>.
18239
18240 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18241
18242         * modules/gettime (Depends-on): Add extensions module.
18243         * modules/nanosleep (Depends-on): Likewise.
18244         * modules/settime (Depends-on): Likewise.
18245
18246 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18247
18248         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
18249         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
18250         pedantically.
18251         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
18252         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
18253
18254         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
18255         not "==".  Reported by Ralf Wildenhues.
18256
18257 2006-03-01  Karl Berry  <karl@gnu.org>
18258
18259         * doc/Copyright/request-*: new files, synced from gnuorg.
18260
18261 2006-03-01  Karl Berry  <karl@gnu.org>
18262
18263         * config/srclist.txt (Copyright/*): new entries.
18264
18265 2006-02-28  Simon Josefsson  <jas@extundo.com>
18266
18267         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
18268
18269 2006-02-27  Simon Josefsson  <jas@extundo.com>
18270
18271         * lib/base64.h: Indent #define's.  From Jim Meyering
18272         <jim@meyering.net>.
18273
18274 2006-02-27  Jim Meyering  <jim@meyering.net>
18275
18276         Revert the change of 2006-02-24, so these files can continue
18277         to be sync'd from gettext.
18278         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
18279         of `config.h'.
18280
18281 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
18282
18283         * modules/intprops: New file.
18284         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
18285         Add intprops.
18286         * modules/getloadavg (Files): Remove lib/intprops.h.
18287         (Depends-on): Add intprops.
18288         * modules/human: Likewise.
18289         * modules/inttostr: Likewise.
18290         * modules/openat: Likewise.
18291         * modules/sig2str: Likewise.
18292         * modules/userspec: Likewise.
18293         * modules/utimecmp: Likewise.
18294         * modules/xnanosleep: Likewise.
18295         * modules/xstrtol: Likewise.
18296
18297 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
18298
18299         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
18300         * modules/lock-tests (TESTS): Use $(EXEEXT).
18301         * modules/tls-tests: Likewise.
18302         * modules/argp-tests: Likewise.
18303         (check_PROGRAMS): New var, replacing...
18304         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
18305
18306 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18307
18308         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
18309         `config.h'.
18310
18311 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
18312
18313         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
18314
18315 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18316
18317         Sync from coreutils.
18318         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
18319         gl_CHDIR_SAFER.
18320
18321 2006-02-22  Jim Meyering  <jim@meyering.net>
18322
18323         Sync from coreutils.
18324         * m4/chdir-safer.m4: New file.
18325
18326 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
18327
18328         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
18329         AT_FDCWD exceeds INT_MAX.
18330         * lib/openat.h (AT_FDCWD): Likewise.
18331
18332 2006-02-17  Eric Blake  <address@hidden>
18333
18334         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
18335
18336 2006-02-16  Simon Josefsson  <jas@extundo.com>
18337
18338         * modules/getaddrinfo (Depends-on): Add sys_socket.
18339
18340 2006-02-15  Simon Josefsson  <jas@extundo.com>
18341
18342         * build-aux/maint.mk: Add dsyntax-check rule.
18343
18344 2006-02-15  Eric Blake  <ebb9@byu.net>
18345
18346         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
18347         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
18348         'present but cannot compile' warnings on cygwin.
18349         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
18350         use ws2tcpip.h if sys/socket.h works.
18351         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
18352         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
18353
18354 2006-02-14  Simon Josefsson  <jas@extundo.com>
18355
18356         * modules/maintainer-makefile (Files): Rename.
18357
18358         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
18359         and (the local) Makefile.cfg to maint-cfg.mk.
18360
18361         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
18362         to the latter.
18363
18364         * modules/maintainer-makefile: New module.
18365
18366         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
18367         severaly stripped to make it possible to build it up from scratch
18368         with reliable tests.
18369
18370         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
18371         fixes to permit overriding the default actions when configure and
18372         makefile are not available.
18373
18374 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
18375
18376         Sync from coreutils.
18377         * modules/lstat (Depends-on): Don't depend on xalloc.
18378         (License): Change from GPL to LGPL, since this is now simply a
18379         replacement for a libc function.
18380
18381 2006-02-14  Jim Meyering  <jim@meyering.net>
18382
18383         Sync from coreutils.
18384
18385         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
18386         failure on deficient systems, and simplify gnulib lgpl dependencies.
18387         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
18388         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
18389
18390         * lib/xalloc-die.c: Remove unused definition of N_.
18391
18392 2006-02-14  Jim Meyering  <jim@meyering.net>
18393
18394         Sync from coreutils.
18395         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
18396         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
18397         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
18398         double-quote uses of that variable, to accommodate the rare case in
18399         which getmntent is available in none of the libraries checked.  This
18400         happens at least on FreeBSD 5.0.
18401
18402 2006-02-13  Simon Josefsson  <jas@extundo.com>
18403
18404         * gnulib-tool (Usage): Fix --import, from
18405         karl@freefriends.org (Karl Berry).
18406
18407 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
18408
18409         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
18410
18411 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
18412
18413         * lib/argp-namefrob.h: Restore changes accidentally lost during the
18414         "autoupdate" on 2005-12-12.
18415
18416 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
18417
18418         * modules/closeout (Depends-on): Remove atexit.
18419
18420 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
18421
18422         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
18423         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
18424
18425 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
18426
18427         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
18428         __EXTENSIONS__ if this causes compilation to fail.  Problem
18429         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
18430         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
18431
18432 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
18433
18434         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
18435         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
18436         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
18437         All uses changed.
18438
18439 2006-01-26  Simon Josefsson  <jas@extundo.com>
18440
18441         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
18442         prototype is visible on mingw32.
18443
18444         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
18445         for mingw32.
18446
18447         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
18448         mingw32).
18449
18450 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
18451
18452         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
18453         attempt to open for write; this always fails, at least on POSIX
18454         hosts.  This reinstates the 2006-01-09 change, which was
18455         inadvertently removed.
18456
18457 2006-01-26  Bruno Haible  <bruno@clisp.org>
18458
18459         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
18460         Reported by Paul Eggert.
18461
18462 2006-01-26  Bruno Haible  <bruno@clisp.org>
18463             Paul Eggert  <eggert@cs.ucla.edu>
18464
18465         * lib/stdbool_.h (_Bool)
18466         [(! (defined __cplusplus || defined __BEOS__)
18467           && !defined __GNUC__
18468           && !(defined __HP_cc || defined __xlc__
18469                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
18470                || defined __sgi))]:
18471         #define to signed char in these cases too; this simplifies
18472         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
18473         etc., separately) and makes it more conservative.
18474
18475 2006-01-25  Simon Josefsson  <jas@extundo.com>
18476
18477         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
18478         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
18479         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
18480
18481 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
18482
18483         * lib/argp-namefrob.h: Bugfix. Remove stray #
18484
18485 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
18486
18487         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
18488         so that we test the test.
18489         Check for yet another HP-UX cc bug involving *bool |= bool.
18490
18491 2006-01-25  Karl Berry  <karl@gnu.org>
18492
18493         * config/srclist.txt (vasnprintf.c): sync lost.
18494
18495 2006-01-25  Jim Meyering  <jim@meyering.net>
18496
18497         Sync from the stable (b5) branch of coreutils:
18498
18499         * lib/fts.c (fts_children): Don't let close() clobber errno from
18500         failed fchdir().
18501
18502         * lib/fts.c (fts_stat): When following a symlink-to-directory,
18503         don't necessarily interpret stat-fails+lstat-succeeds as indicating
18504         a dangling symlink.  That can also happen at least for ELOOP.
18505         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
18506         FYI, this bug predates the inclusion of fts.c in coreutils.
18507
18508         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
18509         in their own block, so pre-c99 compilers don't object.
18510
18511         Avoid the double-free (first in fts_read, second in fts_close) that
18512         would occur when an `active' directory is made inaccessible (e.g.,
18513         via chmod a-x) during a traversal.
18514         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18515         before returning.  Reproduce this failure by
18516         mkdir -p a/b; cd a; chmod a-x . b
18517         Reported by Stavros Passas.
18518
18519 2006-01-25  Jim Meyering  <jim@meyering.net>
18520
18521         * lib/fileblocks.c: Remove more useless parentheses.
18522         * lib/readutmp.h: Likewise.
18523
18524 2006-01-25  Bruno Haible  <bruno@clisp.org>
18525
18526         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
18527         warnings.
18528         Reported by Paul Eggert.
18529
18530 2006-01-25  Bruno Haible  <bruno@clisp.org>
18531
18532         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
18533         rid of a trap command. For Solaris sh.
18534         Reported by Mark D. Baushke <mdb@gnu.org>.
18535
18536 2006-01-24  Simon Josefsson  <jas@extundo.com>
18537
18538         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
18539         Bruno.
18540
18541 2006-01-24  Karl Berry  <karl@gnu.org>
18542
18543         * config/srclist.txt (argp-namefrob.h): sync lost.
18544
18545 2006-01-24  Jim Meyering  <jim@meyering.net>
18546
18547         * modules/openat (Files): Add lib/intprops.h.
18548         From Mark D. Baushke.
18549
18550 2006-01-24  Jim Meyering  <jim@meyering.net>
18551
18552         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
18553         Reported by Mark D. Baushke.
18554
18555 2006-01-24  Jim Meyering  <jim@meyering.net>
18556
18557         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
18558
18559 2006-01-24  Bruno Haible  <bruno@clisp.org>
18560
18561         * modules/strnlen (Maintainer): Change from glibc to all.
18562
18563 2006-01-24  Bruno Haible  <bruno@clisp.org>
18564
18565         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
18566         Patch by Paul Eggert.
18567
18568 2006-01-24  Bruno Haible  <bruno@clisp.org>
18569
18570         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
18571         already has it.
18572         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
18573         2005-11-26.
18574
18575         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
18576         'signed char' to avoid problems with the built-in _Bool type.
18577         Reported by Paul Eggert on 2005-11-26.
18578
18579 2006-01-24  Bruno Haible  <bruno@clisp.org>
18580
18581         * gnulib-tool (func_import): Avoid constructing complicated sed
18582         expressions inside backquote.
18583         Report and solution by Mark D. Baushke <mdb@gnu.org>.
18584
18585 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
18586
18587         These changes imported from libc.
18588         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
18589         test and two separate function calls.
18590         * lib/strndup.c (__strndup): Add libc_hidden_def.
18591
18592 2006-01-23  Simon Josefsson  <jas@extundo.com>
18593
18594         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
18595         Remove the test_*_SOURCES variable: automake infers it by default.
18596         * modules/tls-tests: Likewise.
18597
18598 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18599
18600         Work around porting bugs reported by Dieter in
18601         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
18602         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
18603         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
18604         Include "getopt.h" first, to check interface.
18605         (getenv): Declare only if defined HAVE_DECL_GETENV &&
18606         !HAVE_DECL_GETENV.
18607         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
18608         (__strndup): Revert to K&R-style function dfns, the glibc style.
18609         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
18610         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
18611         Include strnlen.h first, to get prototype properly.
18612         (strnlen): Renamed from __strnlen.
18613         Remove weak alias.
18614
18615 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18616
18617         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
18618
18619 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18620
18621         * config/srclist.txt: Adjust to reflect glibc reorganization.
18622         This affects only comments.
18623
18624 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18625
18626          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
18627          Reported by Bruce Korb <bkorb@gnu.org>.
18628
18629 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
18630
18631         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
18632         to pacify gcc -Wswitch-default.
18633
18634 2006-01-22  Bruno Haible  <bruno@clisp.org>
18635
18636         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
18637         temporary buffer for sprintf, take into account the precision also
18638         for 'd', 'i', 'u', 'o', 'x', 'X'.
18639
18640 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18641
18642         * modules/argp-tests: New module
18643         * tests/test-argp.c: New file
18644         * tests/test-argp-2.sh: New file
18645
18646 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18647
18648         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
18649         (__argp_base_name): Removed
18650         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
18651         typo.
18652         (__argp_base_name): Provide macro definition or extern declaration
18653         depending on the configuration
18654
18655 2006-01-20  Simon Josefsson  <jas@extundo.com>
18656
18657         * modules/inet_ntop (Depends-on): Depend on sys_socket.
18658
18659 2006-01-20  Simon Josefsson  <jas@extundo.com>
18660
18661         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
18662
18663 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18664
18665         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
18666         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
18667         Suggested by Bruno Haible.
18668
18669 2006-01-20  Karl Berry  <karl@gnu.org>
18670
18671         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
18672         until changes propagate, I guess.
18673
18674 2006-01-19  Simon Josefsson  <jas@extundo.com>
18675
18676         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
18677
18678 2006-01-19  Simon Josefsson  <jas@extundo.com>
18679
18680         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
18681
18682 2006-01-19  Simon Josefsson  <jas@extundo.com>
18683
18684         * gnulib-tool: Set check_PROGRAMS.
18685
18686         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18687         modules/des-tests, modules/gc-arcfour-tests,
18688         modules/gc-arctwo-tests, modules/gc-des-tests,
18689         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18690         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18691         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18692         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18693         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18694         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
18695         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
18696         test_*_SOURCES.
18697
18698 2006-01-18  Simon Josefsson  <jas@extundo.com>
18699
18700         * modules/socklen (Depends-on): Depend on sys_socket.
18701
18702 2006-01-18  Simon Josefsson  <jas@extundo.com>
18703
18704         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18705         modules/des-tests, modules/gc-arcfour-tests,
18706         modules/gc-arctwo-tests, modules/gc-des-tests,
18707         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18708         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18709         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18710         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18711         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18712         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
18713         $(EXEEXT) to automake TESTS variable, for mingw32.
18714
18715 2006-01-17  Simon Josefsson  <jas@extundo.com>
18716
18717         * modules/socklen (Include): Need sys/socket.h.
18718
18719 2006-01-17  Bruno Haible  <bruno@clisp.org>
18720
18721         * modules/ssize_t (Include): Add <sys/types.h>.
18722
18723 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
18724
18725         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
18726         it's not portable and it doesn't work with cross-compiles.
18727         Problem reported by Bruno Haible.  Fix missing-$ typo in
18728         'test "gl_cv_ignore_unused_libraries" ...' that prevented
18729         -zignore from being used with Sun's C compiler.
18730
18731 2006-01-12  Simon Josefsson  <jas@extundo.com>
18732
18733         * lib/base64.c: Fix warning, reported by Bruno Haible
18734         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
18735
18736 2006-01-12  Bruno Haible  <bruno@clisp.org>
18737
18738         * modules/ldd: New file.
18739         * build-aux/ldd.sh.in: New file.
18740         * MODULES.html.sh (Support for building libraries and executables): Add
18741         ldd.
18742
18743 2006-01-12  Bruno Haible  <bruno@clisp.org>
18744
18745         * m4/ldd.m4: New file.
18746
18747 2006-01-12  Bruno Haible  <bruno@clisp.org>
18748
18749         * gnulib-tool (func_import, func_create_testdir): Don't go into an
18750         endless loop while replacing $auxdir with build-aux.
18751
18752 2006-01-11  Simon Josefsson  <jas@extundo.com>
18753
18754         * lib/stdint_.h (SIZE_MAX): Add missing (.
18755
18756 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
18757
18758         Sync from coreutils.
18759         * lib/md5.c: Fix commentary typos.
18760         (alignof, UNALIGNED_P): No need for a GCC-specific version.
18761         * lib/md5.h (__attribute__): Remove; unused.
18762         * lib/sha1.c: Fix commentary to match md5 better.
18763         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
18764         so that we don't need to worry about alignment.  All uses changed.
18765         This merges the 2005-10-28 md5 change into sha1.
18766
18767 2006-01-11  Jim Meyering  <jim@meyering.net>
18768
18769         Sync from coreutils.
18770         * lib/md5.c (OP): Fix spacing.
18771
18772 2006-01-11  Bruno Haible  <bruno@clisp.org>
18773
18774         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18775         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
18776         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
18777
18778 2006-01-11  Bruno Haible  <bruno@clisp.org>
18779
18780         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18781         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
18782         the "early" section as well.
18783
18784 2006-01-11  Bruno Haible  <bruno@clisp.org>
18785
18786         Avoid "ar: no archive members specified" error on MacOS X.
18787         * gnulib-tool (func_modules_add_dummy): New function.
18788         (func_import, func_create_testdir): Invoke it.
18789
18790 2006-01-11  Bruno Haible  <bruno@clisp.org>
18791
18792         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
18793         with $auxdir in AC_CONFIG_FILES statements.
18794
18795 2006-01-11  Bruno Haible  <bruno@clisp.org>
18796
18797         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18798         Initialize also noinst_HEADERS to empty.
18799
18800 2006-01-11  Bruno Haible  <bruno@clisp.org>
18801
18802         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
18803         variables.
18804         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
18805         autoreconf.
18806
18807 2006-01-11  Bruno Haible  <bruno@clisp.org>
18808
18809         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
18810         overridable by the user.
18811         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18812
18813 2006-01-10  Simon Josefsson  <jas@extundo.com>
18814
18815         * modules/sys_socket: New file.
18816
18817 2006-01-10  Simon Josefsson  <jas@extundo.com>
18818
18819         * m4/sys_socket_h.m4: New file.
18820
18821 2006-01-10  Simon Josefsson  <jas@extundo.com>
18822
18823         * lib/socket_.h: New file.
18824
18825 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18826
18827         * modules/readutmp (Maintainer): Add myself.
18828
18829 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18830
18831         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
18832         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
18833         People who are still concerned with buggy memcmp implementations
18834         can invoke gl_FUNC_MEMCMP themselves.
18835
18836 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18837
18838         * lib/regex_internal.h (BITSET_WORD_BITS):
18839         Work around a bug in 64-bit PGC (before version 6.1-2), where the
18840         preprocessor mishandles large unsigned values as if they were signed.
18841         Problem reported by Claudio Fontana in
18842         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
18843
18844 2006-01-10  Jim Meyering  <jim@meyering.net>
18845
18846         Avoid the double-free (first in fts_read, second in fts_close) that
18847         would occur when an `active' directory is made inaccessible (e.g.,
18848         via chmod a-x) during a traversal.
18849         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18850         before returning.  Reproduce this failure by
18851         mkdir -p a/b; cd a; chmod a-x . b
18852         Reported by Stavros Passas.
18853
18854         Sync from coreutils.
18855         * lib/sha1.c: Tweak grammar in a comment.
18856
18857 2006-01-10  Jim Meyering  <jim@meyering.net>
18858
18859         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
18860         Patch by Joerg Sonnenberger.
18861
18862 2006-01-10  Bruno Haible  <bruno@clisp.org>
18863
18864         * modules/readutmp: Depend on module free.
18865         * modules/strtok_r: Depend on module restrict.
18866
18867 2006-01-10  Bruno Haible  <bruno@clisp.org>
18868
18869         * modules/gettext (configure.ac): Add an invocation of
18870         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
18871
18872 2006-01-10  Bruno Haible  <bruno@clisp.org>
18873
18874         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
18875         Reported by Werner Lemberg <wl@gnu.org>.
18876
18877 2006-01-10  Bruno Haible  <bruno@clisp.org>
18878
18879         * lib/localcharset.c: Update from GNU gettext.
18880
18881 2006-01-10  Bruno Haible  <bruno@clisp.org>
18882
18883         * lib/argp.h (__const): Remove macro. Use const instead.
18884         * lib/argp-fmtstream.h (__const): Likewise.
18885         * lib/glob_.h (__const): Remove macro.
18886         * lib/glob-libc.h: Use const instead of __const.
18887
18888 2006-01-10  Bruno Haible  <bruno@clisp.org>
18889
18890         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
18891         variable.
18892         Needed to avoid an automake error regarding the 'gettext' module.
18893
18894 2006-01-09  Simon Josefsson  <jas@extundo.com>
18895
18896         * modules/inet_ntop (Depends-on): Add restrict.
18897
18898 2006-01-09  Simon Josefsson  <jas@extundo.com>
18899
18900         * modules/gc-rijndael-tests (License): Put under LGPL.
18901
18902         * modules/gc-des-tests (License): Likewise.
18903
18904         * modules/gc-arcfour-tests (License): Likewise.
18905
18906         * modules/gc-arctwo-tests (License): Likewise.
18907
18908         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
18909
18910         * modules/gc-hmac-sha1-tests (Files): Likewise.
18911
18912         * modules/gc-hmac-md5-tests (License): Likewise.
18913
18914         * modules/gc-sha1-tests (License): Likewise.
18915
18916         * modules/gc-md5-tests (License): Likewise.
18917
18918         * modules/gc-md4-tests (License): Likewise.
18919
18920         * modules/gc-md2-tests (License): Likewise.
18921
18922         * modules/gc-tests (License): Likewise.
18923
18924         * modules/des-tests (License): Likewise.
18925
18926         * modules/md4-tests (License): Likewise.
18927
18928         * modules/md2-tests (License): Likewise.
18929
18930 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18931
18932         Sync from coreutils:
18933
18934         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
18935         * modules/lib-ignore: New file.
18936         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
18937         chdir-safer.m4, lchmod.m4.
18938         * modules/openat: Add mkdirat.c, openat-priv.h.
18939
18940 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18941
18942         Sync from coreutils.
18943         * m4/lib-ignore.m4: New file.
18944         * m4/lchmod.m4: New file.
18945
18946 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18947
18948         Sync from coreutils.
18949         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
18950         for write access: POSIX says that must fail.
18951         * lib/fts.c (diropen): Likewise.
18952         * lib/save-cwd.c (save_cwd): Likewise.
18953         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
18954         well, for minor improvements on hosts that lack O_DIRECTORY.
18955         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
18956         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
18957         Fall back on chown if open failed with EACCES.
18958
18959         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
18960         Report an error at compile-time if only a 1-second nominal clock
18961         resolution is found.
18962
18963         * lib/lchmod.h: New file.
18964         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
18965         (make_dir_parents): Use lchown rather than chown, and
18966         lchmod rather than chmod.
18967
18968         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
18969         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
18970         "proc" reported by n0dalus.
18971
18972         * lib/mountlist.c: Include <limits.h>.
18973         (dev_from_mount_options)
18974         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
18975         New function.  It no longer assumes "dev=" has the System V meaning
18976         on Linux (since it doesn't).  It also parses "dev=" more carefully.
18977         (read_file_system_list)
18978         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
18979         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
18980         dev= in that case.
18981
18982         * lib/posixtm.h (PDS_PRE_2000): New macro.
18983         * lib/posixtm.c (year): Arg is now syntax_bits rather than
18984         allow_century.  All usages changed.  Reject dates outside the range
18985         1969-1999 if PDS_PRE_2000 is used.
18986
18987 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18988
18989         Sync from coreutils.
18990         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
18991         (Time of day items): Mention the possibility of leap seconds.
18992         Problem reported by Dr. David Alan Gilbert.
18993
18994 2006-01-09  Jim Meyering  <jim@meyering.net>
18995
18996         Sync from coreutils.
18997
18998         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
18999
19000         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
19001
19002         * lib/modechange.c (mode_compile): Reject an invalid mode string
19003         that starts with an octal digit.  From Andreas Gruenbacher.
19004
19005         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
19006         and dup to open_safer and dup_safer, respectively.
19007         (openat_permissive): Fix typo in comment.
19008
19009         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
19010         "gettext.h"; either no longer needed or are guaranteed by openat.h.
19011         (_): Remove; no longer needed.
19012         (openat): Renamed from rpl_openat; no need for rpl_openat
19013         since openat.h renames openat for us.
19014         Replace most of the body with a call to openat_permissive,
19015         to avoid duplicate code.
19016         Port to (probably hypothetical) environments were mode_t is
19017         wider than int.
19018         (openat_permissive): Require mode arg, so that we can check
19019         types better.  Put it just after flags.  Change cwd failure
19020         indicator from pointer-to-bool to pointer-to-errno-value.
19021         All callers changed.
19022         Invoke openat_save_fail and/or openat_restore_fail if
19023         cwd_errno is null, so that openat can call us.
19024         (openat_permissive, fdopendir, fstatat, unlinkat):
19025         Simplify errno handling to avoid some duplicate code,
19026         as it's OK to set errno on success.
19027         * lib/openat.h: Revamp code so that function macros depend on
19028         __OPENAT_PREFIX only, not also on AT_FDCWD.
19029         (openat_ro): Remove.  Caller changed to use openat_permissive.
19030         (openat_permissive): Now a macro, if not a function.
19031         (openat_restore_fail, openat_save_fail): Now always functions,
19032         since mkdirat needs them even if __OPENAT_PREFIX is defined.
19033
19034         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
19035         and openat.c.
19036         * lib/mkdirat.c: Include openat-priv.h.
19037         Remove definitions of macros defined therein.
19038         * lib/openat.c: Likewise.
19039
19040         * lib/mkdirat.c (mkdirat): New file and function.
19041         * lib/openat.h (mkdirat): Declare.
19042
19043         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
19044
19045         * lib/openat.h (openat_permissive): Declare.
19046         (openat_ro): Define.
19047
19048         * lib/openat.c (EXPECTED_ERRNO): New macro.
19049         (openat_permissive): New function -- used in remove.c rewrite.
19050         (all functions): Set errno just before returning, only if there
19051         was an actual failure.
19052         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
19053
19054         Emulate openat-family functions using Linux's procfs, if possible.
19055         Idea and some code based on Ulrich Drepper's glibc changes.
19056
19057         * lib/openat.c: (BUILD_PROC_NAME): New macro.
19058         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
19059         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
19060         before falling back on save_cwd and restore_cwd.
19061         (fdopendir, fstatat, unlinkat): Likewise.
19062
19063         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
19064         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
19065
19066         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
19067         as second argument to va_arg.  Otherwise, some versions of gcc
19068         warn that `if this code is reached, the program will abort'.
19069
19070 2006-01-09  Jim Meyering  <jim@meyering.net>
19071
19072         Sync from coreutils.
19073         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
19074         Require openat-priv.h.
19075
19076 2006-01-09  Bruno Haible  <bruno@clisp.org>
19077
19078         * modules/strnlen (Include): Use strnlen.h.
19079
19080 2006-01-09  Bruno Haible  <bruno@clisp.org>
19081
19082         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
19083
19084 2006-01-09  Bruno Haible  <bruno@clisp.org>
19085
19086         * lib/sysexit_.h (EX_OK): New macro.
19087         Suggested by Martin Lambers <marlam@marlam.de>.
19088
19089 2006-01-09  Bruno Haible  <bruno@clisp.org>
19090
19091         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
19092         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
19093
19094 2006-01-09  Bruno Haible  <bruno@clisp.org>
19095
19096         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
19097         numbers.
19098
19099 2006-01-09  Bruno Haible  <bruno@clisp.org>
19100
19101         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
19102         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
19103         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
19104         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
19105
19106 2006-01-09  Bruno Haible  <bruno@clisp.org>
19107
19108         * build-aux/javacomp.sh.in: New file, moved from lib/.
19109         * modules/javacomp-script (Files): Update.
19110         (configure.ac): Add AC_CONFIG_FILES invocation.
19111         (EXTRA_DIST): Remove variable.
19112
19113         * build-aux/javaexec.sh.in: New file, moved from lib/.
19114         * modules/javaexec (Files): Update.
19115         (configure.ac): Add AC_CONFIG_FILES invocation.
19116         (EXTRA_DIST): Remove javaexec.sh.in.
19117
19118         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
19119         * modules/csharpcomp-script (Files): Update.
19120         (configure.ac): Add AC_CONFIG_FILES invocation.
19121         (EXTRA_DIST): Remove variable.
19122
19123         * build-aux/csharpexec.sh.in: New file, moved from lib/.
19124         * modules/csharpexec (Files): Update.
19125         (configure.ac): Add AC_CONFIG_FILES invocation.
19126         (EXTRA_DIST): Remove csharpexec.sh.in.
19127
19128 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
19129
19130         Sync from coreutils.
19131
19132         Add POSIX ACL support
19133         * lib/acl.h (copy_acl, set_acl): Add declarations.
19134         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
19135         systems other than Linux.
19136         (chmod_or_fchmod): New function: use fchmod when possible,
19137         and chmod otherwise.
19138         (file_has_acl): Add a POSIX ACL implementation, with a
19139         Linux-specific subcase.
19140         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
19141         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
19142         acls are unsupported.
19143         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
19144         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
19145         are unsupported.
19146
19147 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
19148
19149         Sync from coreutils.
19150         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
19151
19152 2006-01-07  Bruno Haible  <bruno@clisp.org>
19153
19154         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
19155         gl_EARLY.
19156
19157 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
19158
19159         * lib/strftime.c (tzname): Don't declare if it is already #defined.
19160         Problem reported for Mingw by Mark Junker.
19161
19162 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
19163
19164         * README: Gnulib normally doesn't generate a tarball.
19165
19166 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
19167
19168         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
19169         long int, not int, for nanosecond counts, so that people who are
19170         used to POSIX struct timespec won't be surprised.  Reported by Jim
19171         Meyering.
19172
19173 2005-12-28  Bruno Haible  <bruno@clisp.org>
19174
19175         * build-aux/config.rpath: Update from GNU gettext.
19176
19177 2005-12-16  Jim Meyering  <jim@meyering.net>
19178
19179         * modules/fprintftime: New module.
19180         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
19181
19182 2005-12-16  Jim Meyering  <jim@meyering.net>
19183
19184         * m4/fprintftime.m4: New file.
19185
19186 2005-12-16  Jim Meyering  <jim@meyering.net>
19187
19188         * lib/fprintftime.c, lib/fprintftime.h: New files.
19189
19190 2005-12-15  Simon Josefsson  <jas@extundo.com>
19191
19192         * modules/socklen (configure.ac): Fix M4 macro name, to align with
19193         new m4/socklen.m4.
19194
19195 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19196
19197         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
19198         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
19199
19200 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19201
19202         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
19203         * lib/argp-help.c (fill_in_uparams): Check if the constructed
19204         struct uparams is valid. Fall back to the default values if it is
19205         not.
19206
19207 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19208
19209         * modules/argp (Files): Add argp-pin.c
19210         (Depends-on): dirname
19211         (lib_SOURCES): Add argp-pin.c
19212
19213 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19214
19215         * m4/argp.m4:  Check if program_invocation_name and
19216         program_invocation_short_name are declared and define appropriate
19217         macros if they are not.
19218
19219 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19220
19221         * lib/argp-help.c (__argp_base_name): New function
19222         (__argp_short_program_name): Rewrite using __argp_base_name
19223         * lib/argp-namefrob.h: Define program_invocation_name and
19224         program_invocation_short_name if requested
19225         (__argp_base_name): Add prototype
19226         * lib/argp-parse.c (argp_def): Use gettext wrappers
19227         (argp_default_parser): Use __argp_base_name
19228         * lib/argp-pin.c: New file. Defines program_invocation_name and
19229         program_invocation_short_name on systems that lack them.
19230
19231 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
19232
19233         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
19234         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
19235         porting problem reported by Georg Schwarz in
19236         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
19237
19238 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
19239
19240         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
19241         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
19242         porting problem reported by Georg Schwarz in
19243         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
19244
19245 2005-12-05  Bruno Haible  <bruno@clisp.org>
19246
19247         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
19248         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
19249         Reported by Mark Junker <mjscod@gmx.de>.
19250
19251 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
19252
19253         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
19254         Use implementation from Albert Chin, with some
19255         comments/corrections by Stepan Kasal and myself.
19256
19257 2005-12-02  Bruno Haible  <bruno@clisp.org>
19258
19259         * gnulib-tool (func_import): Accept GPLed build tool modules when
19260         --lgpl is given.
19261         * modules/csharpcomp-script: New file.
19262         * modules/csharpcomp: Depend on it.
19263         * modules/javacomp-script: New file.
19264         * modules/javacomp: Depend on it.
19265         Suggested by Simon Josefsson.
19266
19267 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
19268
19269         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
19270         statement, to work around an HP-UX 10.20 compiler bug reported by
19271         Peter O'Gorman.
19272
19273 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
19274
19275         * modules/savedir (Depends-on): Add openat.
19276
19277 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
19278
19279         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
19280         (uintmax_t) [defined uintmax_t]: Do not declare.
19281         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
19282         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
19283         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
19284         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
19285         sake of portability to weird hosts that C allows (though we don't
19286         know of any practical examples).
19287
19288         * lib/savedir.h (fdsavedir): New decl.
19289         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
19290         contains most of the former guts of savedir.
19291         (savedir): Use savedirstream.
19292         Include "openat.h".
19293
19294 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
19295
19296         * modules/obstack (Files): Add m4/ulonglong.m4.
19297         Problem reported by Davide Angelocola.
19298
19299 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
19300
19301         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
19302         coreutils no longer futzes with rounding modes.
19303
19304 2005-11-14  Jim Meyering  <jim@meyering.net>
19305
19306         * lib/mkstemp-safer.c: Include <config.h>, required for possible
19307         replacement of mkstemp.
19308
19309 2005-11-10  Simon Josefsson  <jas@extundo.com>
19310
19311         * lib/readline.c: Remove EOL.
19312
19313 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19314
19315         * modules/gethrxtime (Depends-on): Add gettime.
19316
19317 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19318
19319         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
19320         or gettimeofday; no longer needed.
19321
19322 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19323
19324         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
19325         time business.
19326         (gethrxtime) [! (HAVE_NANOUPTIME
19327         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
19328         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
19329         our own approximation.
19330
19331 2005-11-08  Eric Blake  <ebb9@byu.net>
19332
19333         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
19334
19335 2005-11-08  Eric Blake  <ebb9@byu.net>
19336
19337         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
19338
19339 2005-11-04  Bruno Haible  <bruno@clisp.org>
19340
19341         * gnulib-tool: Implement --update mode.
19342
19343 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19344
19345         Fix porting problem reported by Theodoros V. Kalamatianos.
19346         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
19347         Don't assume that futimes failing means we must fail.
19348
19349 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19350
19351         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
19352         variables to suggest the intended function of the PATH_MAX check.
19353
19354 2005-10-30  Kean Johnston  <jkj@sco.com>
19355
19356         Trivial changes to support SCO systems.
19357         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
19358         as PATH_MAX.
19359         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
19360         where __ptr is null when no I/O is pending.
19361
19362 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19363
19364         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
19365         leave errno alone.  Problem reported by Dmitry V. Levin.
19366
19367 2005-10-28  Simon Josefsson  <jas@extundo.com>
19368
19369         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
19370         Test more.
19371
19372         * tests/test-gc-md2.c, tests/test-md2.c: New files.
19373
19374         * modules/md2, modules/md2-tests: New files.
19375
19376 2005-10-28  Simon Josefsson  <jas@extundo.com>
19377
19378         * m4/inet_ntop.m4: More tests.
19379
19380         * m4/gc-md2.m4, md2.m4: New file.
19381
19382 2005-10-28  Simon Josefsson  <jas@extundo.com>
19383
19384         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
19385         "restrict" keywords, as per POSIX.  Protect the function
19386         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
19387         Don't use K&R prototypes.  Check the sprintf return values.
19388         Re-define EAFNOSUPPORT if not present.  Indent.
19389
19390         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
19391         suggested by Bruno Haible <bruno@clisp.org>.
19392
19393         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
19394
19395         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
19396
19397         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
19398         libgcrypt).
19399
19400         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
19401
19402         * lib/md2.h, lib/md2.c: New files.
19403
19404 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
19405
19406         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
19407         errno alone.  Problem reported by Frederic Jolliton.
19408
19409 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
19410
19411         * modules/verify (License): Change from GPL to LGPL.  This is a
19412         tiny module and there are apparently near-equivalents that are
19413         under the BSD license.
19414
19415 2005-10-24  Simon Josefsson  <jas@extundo.com>
19416
19417         * modules/sha1: Relicense to LGPL.
19418
19419 2005-10-24  Simon Josefsson  <jas@extundo.com>
19420
19421         * lib/md4.h: Shrink buffer size, now that we changed the type.
19422
19423 2005-10-23  Simon Josefsson  <jas@extundo.com>
19424
19425         * gnulib-tool (func_import): Fix --tests-base.
19426
19427 2005-10-22  Simon Josefsson  <jas@extundo.com>
19428
19429         * modules/arcfour (Depends-on): Need stdint.
19430
19431 2005-10-22  Simon Josefsson  <jas@extundo.com>
19432
19433         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
19434         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
19435
19436 2005-10-22  Simon Josefsson  <jas@extundo.com>
19437
19438         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
19439         suggested by Bruno Haible <bruno@clisp.org>.
19440
19441 2005-10-22  Simon Josefsson  <jas@extundo.com>
19442
19443         * lib/crc.h: Include stddef.h, for size_t.
19444
19445 2005-10-22  Simon Josefsson  <jas@extundo.com>
19446
19447         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
19448         arcfour_context struct (simplify test vector testing in GNU
19449         Shishi).
19450
19451 2005-10-21  Simon Josefsson  <jas@extundo.com>
19452
19453         * modules/des, modules/des-tests: New files.
19454
19455         * modules/gc-des, modules/gc-des-tests: New files.
19456
19457         * tests/test-des.c, tests/test-gc-des.c: New file.
19458
19459 2005-10-21  Simon Josefsson  <jas@extundo.com>
19460
19461         * modules/arctwo, modules/arctwo-tests: New files.
19462
19463         * tests/test-arctwo.c: New file.
19464
19465         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
19466
19467         * tests/test-gc-arctwo.c: New file.
19468
19469 2005-10-21  Simon Josefsson  <jas@extundo.com>
19470
19471         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
19472         Bruno Haible <bruno@clisp.org>.
19473
19474         * m4/gc-des.m4: New file.
19475
19476 2005-10-21  Simon Josefsson  <jas@extundo.com>
19477
19478         * m4/arctwo.m4: New file.
19479
19480         * m4/gc-arctwo.m4: New file.
19481
19482 2005-10-21  Simon Josefsson  <jas@extundo.com>
19483
19484         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
19485         block.
19486
19487 2005-10-21  Simon Josefsson  <jas@extundo.com>
19488
19489         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
19490         <bruno@clisp.org>.
19491
19492         * lib/hmac-sha1.c (hmac_sha1): Likewise.
19493
19494         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
19495         Bruno Haible <bruno@clisp.org>.
19496
19497         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
19498         <bruno@clisp.org>.
19499
19500 2005-10-21  Simon Josefsson  <jas@extundo.com>
19501
19502         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
19503
19504 2005-10-21  Simon Josefsson  <jas@extundo.com>
19505
19506         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
19507
19508 2005-10-21  Simon Josefsson  <jas@extundo.com>
19509
19510         * lib/des.h, lib/des.c: New files.
19511
19512         * lib/gc-gnulib.c: Support DES.c
19513
19514 2005-10-21  Simon Josefsson  <jas@extundo.com>
19515
19516         * lib/arctwo.h, lib/arctwo.c: New files.
19517
19518         * lib/gc-gnulib.c: Support ARCTWO.
19519
19520 2005-10-21  Simon Josefsson  <jas@extundo.com>
19521
19522         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
19523         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19524
19525 2005-10-21  Simon Josefsson  <jas@extundo.com>
19526
19527         * gnulib-tool (func_import, func_create_testdir): Define automake
19528         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
19529         Makefile.am snippet),
19530         suggested by Bruno Haible <bruno@clisp.org>.
19531
19532         * modules/gc (Makefile.am): Use it.
19533
19534 2005-10-21  Bruno Haible  <bruno@clisp.org>
19535
19536         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
19537         patch.
19538
19539 2005-10-19  Simon Josefsson  <jas@extundo.com>
19540
19541         * tests/test-gc-rijndael.c: New file.
19542
19543         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
19544
19545 2005-10-19  Simon Josefsson  <jas@extundo.com>
19546
19547         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
19548         interface too.
19549
19550 2005-10-19  Simon Josefsson  <jas@extundo.com>
19551
19552         * tests/test-gc-arcfour.c: New file.
19553
19554         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
19555
19556 2005-10-19  Simon Josefsson  <jas@extundo.com>
19557
19558         * modules/gc-md4, modules/gc-md4-tests: New file.
19559
19560         * tests/test-gc-md4.c: New file.
19561
19562 2005-10-19  Simon Josefsson  <jas@extundo.com>
19563
19564         * m4/gc-md4.m4: New file.
19565
19566 2005-10-19  Simon Josefsson  <jas@extundo.com>
19567
19568         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
19569         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
19570         <kasal@ucw.cz>.
19571
19572 2005-10-19  Simon Josefsson  <jas@extundo.com>
19573
19574         * m4/gc-arcfour.m4: New file.
19575
19576         * m4/gc-rijndael.m4: New file.
19577
19578 2005-10-19  Simon Josefsson  <jas@extundo.com>
19579
19580         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
19581
19582 2005-10-19  Simon Josefsson  <jas@extundo.com>
19583
19584         * lib/gc-gnulib.c: Support ARCFOUR.
19585
19586 2005-10-19  Simon Josefsson  <jas@extundo.com>
19587
19588         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
19589         support.
19590
19591         * lib/gc.h: Add ECB enum type.
19592
19593         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
19594
19595 2005-10-18  Simon Josefsson  <jas@extundo.com>
19596
19597         * tests/test-md5.c: New file.
19598
19599         * modules/md5-tests: New file.
19600
19601 2005-10-18  Simon Josefsson  <jas@extundo.com>
19602
19603         * tests/test-md4.c: New file.
19604
19605         * modules/md4, modules/md4-tests: New files.
19606
19607 2005-10-18  Simon Josefsson  <jas@extundo.com>
19608
19609         * m4/md4.m4: New file.
19610
19611 2005-10-18  Simon Josefsson  <jas@extundo.com>
19612
19613         * lib/md4.h, lib/md4.c: New files, based on md5.?.
19614
19615 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
19616
19617         * gnulib-tool (func_create_testdir): Omit the second check whether
19618         BUILT_SOURCES in nonempty.
19619
19620 2005-10-17  Simon Josefsson  <jas@extundo.com>
19621
19622         * tests/test-rijndael.c: New file.
19623
19624 2005-10-17  Simon Josefsson  <jas@extundo.com>
19625
19626         * modules/sha1: Depend on stdint instead of md5.
19627
19628         * modules/md5: Depend on stdint, remove uint32_t.
19629
19630 2005-10-17  Simon Josefsson  <jas@extundo.com>
19631
19632         * modules/gc-sha1-tests: New file.
19633
19634         * tests/test-gc-sha1.c: New file.
19635
19636 2005-10-17  Simon Josefsson  <jas@extundo.com>
19637
19638         * m4/md5.m4: Remove call to uint32_t.m4.
19639
19640 2005-10-17  Simon Josefsson  <jas@extundo.com>
19641
19642         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
19643
19644         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
19645         md5.h.
19646
19647         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
19648
19649         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
19650
19651 2005-10-17  Simon Josefsson  <jas@extundo.com>
19652
19653         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
19654
19655 2005-10-17  Simon Josefsson  <jas@extundo.com>
19656
19657         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
19658
19659 2005-10-17  Simon Josefsson  <jas@extundo.com>
19660
19661         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
19662
19663         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
19664
19665 2005-10-17  Bruno Haible  <bruno@clisp.org>
19666
19667         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
19668         that it can also be used in a test.
19669
19670 2005-10-16  Bruno Haible  <bruno@clisp.org>
19671
19672         * gnulib-tool (func_emit_tests_Makefile_am): Also define
19673         TESTS_ENVIRONMENT, so that individual tests can augment it.
19674
19675         * gnulib-tool (func_create_testdir): Use an intermediate target for
19676         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
19677         macros, like $(ALLOCA_H), which cannot be passed through the command
19678         line.
19679
19680 2005-10-15  Simon Josefsson  <jas@extundo.com>
19681
19682         * modules/rijndael-tests: New file.
19683
19684         * modules/rijndael: New file.
19685
19686 2005-10-15  Simon Josefsson  <jas@extundo.com>
19687
19688         * m4/rijndael.m4: New file.
19689
19690 2005-10-15  Simon Josefsson  <jas@extundo.com>
19691
19692         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
19693
19694         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
19695
19696 2005-10-14  Simon Josefsson  <jas@extundo.com>
19697
19698         * tests/test-arcfour.c: New file.
19699
19700         * modules/arcfour, modules/arcfour-tests: New files.
19701
19702 2005-10-14  Simon Josefsson  <jas@extundo.com>
19703
19704         * m4/arcfour.m4: New file.
19705
19706 2005-10-14  Simon Josefsson  <jas@extundo.com>
19707
19708         * lib/arcfour.h, lib/arcfour.c: New files.
19709
19710 2005-10-14  Roland McGrath  <roland@redhat.com>
19711
19712         Import from libc.  [BZ #1331]
19713         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
19714         macro argument.
19715         Reported by Matej Vela <vela@debian.org>.
19716
19717 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19718
19719         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
19720         include <wchar.h>; no longer needed.
19721
19722 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19723
19724         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
19725
19726 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
19727         and  Ulrich Drepper  <drepper@redhat.com>
19728
19729         Import from libc.
19730         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
19731         instead of inline stream orientation test and two separate
19732         function calls.  Pay no attention to USE_IN_LIBIO.
19733
19734 2005-10-13  Simon Josefsson  <jas@extundo.com>
19735
19736         * modules/gc-hmac-md5-tests: New file.
19737
19738         * tests/test-gc-hmac-sha1.c: New file.
19739
19740         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
19741
19742         * modules/gc-hmac-md5-tests: New file.
19743
19744         * tests/test-gc-md5.c: New file.
19745
19746         * modules/gc-md5-tests: New file.
19747
19748 2005-10-13  Simon Josefsson  <jas@extundo.com>
19749
19750         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
19751         Move memory allocation outside of loop.
19752
19753 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
19754
19755         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
19756         intermediate directory is in a read-only file system.  Problem
19757         reported by Eric Blake.
19758
19759 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
19760
19761         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
19762
19763 2005-10-12  Simon Josefsson  <jas@extundo.com>
19764
19765         * tests/test-hmac-sha1.c: New file.
19766
19767         * modules/hmac-sha1-tests: New file.
19768
19769         * modules/hmac-sha1: New file.
19770
19771 2005-10-12  Simon Josefsson  <jas@extundo.com>
19772
19773         * modules/gc-sha1: New file.
19774
19775 2005-10-12  Simon Josefsson  <jas@extundo.com>
19776
19777         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
19778
19779         * tests/test-gc-pbkdf2-sha1.c: New file.
19780
19781 2005-10-12  Simon Josefsson  <jas@extundo.com>
19782
19783         * modules/gc-md5, modules/gc-hmac-md5: New files.
19784
19785         * modules/gc (Files): Remove md5, memxor and hmac files.
19786
19787 2005-10-12  Simon Josefsson  <jas@extundo.com>
19788
19789         * m4/gc-pbkdf2-sha1.m4: New file.
19790
19791         * m4/gc-hmac-sha1.m4: New file.
19792
19793         * m4/gc-sha1: New file.
19794
19795         * m4/hmac-sha1.m4: New file.
19796
19797 2005-10-12  Simon Josefsson  <jas@extundo.com>
19798
19799         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
19800
19801         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
19802
19803 2005-10-12  Simon Josefsson  <jas@extundo.com>
19804
19805         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
19806         suggested by Bruno Haible <bruno@clisp.org>.
19807
19808 2005-10-12  Simon Josefsson  <jas@extundo.com>
19809
19810         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
19811
19812 2005-10-12  Simon Josefsson  <jas@extundo.com>
19813
19814         * lib/gc-pbkdf2-sha1.c: New file.
19815
19816         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
19817
19818 2005-10-12  Simon Josefsson  <jas@extundo.com>
19819
19820         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
19821
19822         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
19823
19824 2005-10-12  Simon Josefsson  <jas@extundo.com>
19825
19826         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
19827         GC_USE_HMAC_MD5, respectively.
19828
19829         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
19830         (gc_md5): Fix typo.
19831
19832         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
19833
19834         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
19835
19836         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
19837
19838 2005-10-12  Bruno Haible  <bruno@clisp.org>
19839
19840         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
19841         Reported by Stepan Kasal <kasal@ucw.cz>.
19842
19843 2005-10-11  Simon Josefsson  <jas@extundo.com>
19844
19845         * tests/test-crc.c: New file.
19846
19847         * modules/crc, modules/crc-tests: New files.
19848
19849 2005-10-11  Simon Josefsson  <jas@extundo.com>
19850
19851         * m4/crc.m4: New file.
19852
19853 2005-10-11  Simon Josefsson  <jas@extundo.com>
19854
19855         * lib/gc.h: Add gc_hash and gc_hash_buffer.
19856
19857         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
19858
19859         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
19860
19861 2005-10-11  Simon Josefsson  <jas@extundo.com>
19862
19863         * lib/crc.h, lib/crc.c: New files.
19864
19865         * lib/gc.h (gc_hash_buffer): Add doc.
19866
19867 2005-10-11  Bruno Haible  <bruno@clisp.org>
19868
19869         * modules/c-strcasestr: New file.
19870         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
19871
19872 2005-10-11  Bruno Haible  <bruno@clisp.org>
19873
19874         * modules/c-strcase: New file.
19875         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
19876
19877 2005-10-11  Bruno Haible  <bruno@clisp.org>
19878
19879         * lib/strcasecmp.c: Include limits.h.
19880         (strcasecmp): Avoid integer overflow on exotic platforms.
19881         * lib/strncasecmp.c: Include limits.h.
19882         (strncasecmp): Avoid integer overflow on exotic platforms.
19883         Reported by Paul Eggert.
19884
19885 2005-10-11  Bruno Haible  <bruno@clisp.org>
19886
19887         * lib/c-strcasestr.h: New file, from GNU gettext.
19888         * lib/c-strcasestr.c: New file, from GNU gettext.
19889
19890 2005-10-11  Bruno Haible  <bruno@clisp.org>
19891
19892         * lib/c-strcase.h: New file, from GNU gettext.
19893         * lib/c-strcasecmp.c: New file, from GNU gettext.
19894         * lib/c-strncasecmp.c: New file, from GNU gettext.
19895
19896 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19897
19898         * modules/mempcpy (License): GPL -> LGPL.
19899         * modules/strchrnul (License): Likewise.
19900         * modules/sysexits (License): Likewise.
19901
19902 2005-10-08  Simon Josefsson  <jas@extundo.com>
19903
19904         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
19905
19906 2005-10-07  Simon Josefsson  <jas@extundo.com>
19907
19908         * m4/memxor.m4: Remove gl_C_RESTRICT call.
19909
19910 2005-10-06  Simon Josefsson  <jas@extundo.com>
19911
19912         * tests/test-hmac-md5.c: New file.
19913
19914         * modules/hmac-md5-tests: New file.
19915
19916         * modules/hmac-md5: New file.
19917
19918 2005-10-06  Simon Josefsson  <jas@extundo.com>
19919
19920         * m4/hmac-md5.m4: New file.
19921
19922         * m4/memxor.m4: Require gl_C_RESTRICT.
19923
19924 2005-10-06  Simon Josefsson  <jas@extundo.com>
19925
19926         * lib/memxor.c (memxor): Avoid casts and warnings.
19927
19928 2005-10-06  Simon Josefsson  <jas@extundo.com>
19929
19930         * lib/hmac-md5.c: New file.
19931
19932         * lib/hmac.h: New file.
19933
19934 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19935
19936         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
19937         promotes to int, not unsigned int, to catch the AIX 5.3
19938         compiler bug.
19939
19940 2005-10-05  Simon Josefsson  <jas@extundo.com>
19941
19942         * modules/memxor: New file.
19943
19944         * modules/iconv (Files): Move config.rpath to havelib, it is used
19945         there.
19946
19947         * modules/havelib (Files): Add config.rpath.
19948
19949 2005-10-05  Simon Josefsson  <jas@extundo.com>
19950
19951         * m4/memxor.m4: New file.
19952
19953 2005-10-05  Simon Josefsson  <jas@extundo.com>
19954
19955         * lib/memxor.c (memxor): Fix compiler error.
19956
19957         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
19958         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
19959
19960         * lib/memxor.h, lib/memxor.c: New files.
19961
19962         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
19963         we assume all systems have it, suggested by Jim Meyering
19964         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
19965         any systems lack sys/socket.h; mingw32 is known to lack it, but we
19966         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
19967         same reasons.
19968
19969 2005-10-05  Simon Josefsson  <jas@extundo.com>
19970
19971         * config/srclist.txt: Add glibc bug 1423 for md5.h.
19972
19973 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19974
19975         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
19976         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
19977         needed, since the source code now assumes these .h files.
19978
19979 2005-10-05  Derek Price  <derek@ximbiot.com>
19980
19981         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
19982
19983 2005-10-05  Bruno Haible  <bruno@clisp.org>
19984
19985         * modules/stdint (License): Change to LGPL.
19986
19987 2005-10-04  Simon Josefsson  <jas@extundo.com>
19988
19989         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
19990         D. Baushke" <mdb@gnu.org>.
19991
19992 2005-10-04  Bruno Haible  <bruno@clisp.org>
19993
19994         * lib/verify.h (verify_true): Provide alternative definition for C++.
19995
19996 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
19997
19998         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
19999         (SSIZE_MAX): New macro, if not already defined.
20000         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
20001         than 2 GiB.
20002
20003 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
20004
20005         Sync from coreutils.
20006         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
20007         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
20008         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
20009         ULLONG_MAX doesn't work with 2.7.2.1.
20010
20011 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
20012
20013         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
20014         From Ben Pfaff.
20015
20016         * modules/exclude (Depends-on): Depend on verify.
20017         * modules/strtoimax (Depends-on): Likewise.
20018         * modules/utimecmp (Depends-on): Likewise.
20019
20020 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
20021
20022         * lib/exclude.c: Include verify.h.
20023         (verify): Remove.  All callers changed to use verify.h's version.
20024         * lib/strtoimax.c: Likewise.
20025         * lib/utimecmp.c: Likewis.e
20026
20027         Sync from coreutils.
20028         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
20029         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
20030         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
20031         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
20032         bother returning ENOSYS if settimeofday or stime fails; just let
20033         them return whatever errno they want to return.
20034         * lib/utimens.c: Include unistd.h, for dup2.
20035         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
20036         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
20037
20038 2005-10-02  Jim Meyering  <jim@meyering.net>
20039
20040         Sync from coreutils.
20041         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
20042         from glibc-2.2.5 that fails for read-only files.
20043
20044 2005-10-02  Jim Meyering  <jim@meyering.net>
20045
20046         Sync from coreutils.
20047         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
20048         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
20049         `#if HAVE_CONFIG_H'.
20050         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
20051         Remove AT_FDCWD test.
20052         Do not consume the fd unless successful.
20053         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
20054         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
20055         block, so that we don't even try to compile it if settimeofday is
20056         available.  This works around a compilation failure on OSF1 V5.1,
20057         due to stime requiring a `long int*' while tv_sec is `int'.
20058
20059 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
20060
20061         Sync from coreutils.
20062         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
20063         against `yes', rather than just testing for nonempty.
20064
20065 2005-10-01  Simon Josefsson  <jas@extundo.com>
20066
20067         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
20068         and Darwin.
20069
20070         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
20071         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
20072         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
20073         freeaddrinfo and gai_strerror are declared by the POSIX headers.
20074         Check if struct addrinfo is declared.
20075
20076 2005-10-01  Simon Josefsson  <jas@extundo.com>
20077
20078         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
20079         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
20080         AI_* and EAI_* definitions.  Protect function declarations.
20081
20082 2005-10-01  Jim Meyering  <jim@meyering.net>
20083
20084         Sync from coreutils.
20085
20086         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
20087         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
20088         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
20089         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
20090         in the inet and nsl libraries.  Required on Solaris 5.7.
20091
20092 2005-10-01  Jim Meyering  <jim@meyering.net>
20093
20094         Sync from coreutils.
20095         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
20096         in the inet and nsl libraries.  Required on Solaris 5.7.
20097
20098 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
20099
20100         * lib/getdelim.c (getdelim): Remove unused variables.
20101
20102 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
20103
20104         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
20105         so that the code works even with ancient cpp.  Portability problem
20106         with GCC 2.7.2.1 reported by Thomas M.Ott.
20107
20108 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
20109
20110         * modules/regex (Depends-on): Add strcase.
20111
20112         * modules/gethostname (Licence): Change from GPL to LGPL, since
20113         gethostname.c is a trivial implementation of a standard library
20114         function.
20115         * modules/poll (License): Change from GPL to LGPL, since it's
20116         derived from LGPL code.
20117
20118 2005-09-27  Jim Meyering  <jim@meyering.net>
20119
20120         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
20121         HAVE_CONFIG_H.
20122
20123         * lib/intprops.h (signed_type_or_expr__): Define.
20124         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
20125         for unsigned types.
20126
20127 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
20128
20129         * lib/verify.h (verify_expr): Remove, replacing with:
20130         (verify_true): New macro that returns true instead of void.
20131         (verify_type__): Remove.
20132         (verify): Use verify_true rather than verify_type__.
20133
20134 2005-09-26  Bruno Haible  <bruno@clisp.org>
20135
20136         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
20137         is necessary.
20138         (lib_SOURCES): Remove mbchar.c.
20139         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
20140         (Files): Add m4/mbrtowc.m4.
20141         * modules/mbiter: Likewise.
20142         * modules/mbuiter: Likewise.
20143
20144 2005-09-26  Bruno Haible  <bruno@clisp.org>
20145
20146         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
20147         compile mbchar.c if they are not both present.
20148         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
20149         * m4/mbiter.m4 (gl_MBITER): Likewise.
20150         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
20151         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
20152         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
20153
20154 2005-09-25  Jim Meyering  <jim@meyering.net>
20155
20156         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
20157         also uses socklen_t.
20158
20159 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
20160
20161         * lib/utimens.c (ENOSYS): Define if not already defined.
20162         (futimens): Support having a null PATH if the file descriptor
20163         is nonnegative.
20164
20165         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
20166         Remove.
20167         (__attribute): Define to empty unless GCC 3.1 or later.
20168         This works around a core dump on OpenBSD 3.4, which has GCC
20169         2.95.3, which dumps core when given __attribute__(()).  It also
20170         simplifies other tests, since we really don't want to bother with
20171         worrying about which ancient version of GCC supported what.
20172         Original problem reported by Yoann Vandoorselaere, with part of
20173         the fix suggested by Derek Price.
20174
20175 2005-09-24  Jim Meyering  <jim@meyering.net>
20176
20177         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
20178         so we can once again use a positive bitfield width of 1 -- now we
20179         don't have to explain why we were using a bitfield width of 2.
20180
20181 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
20182
20183         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
20184         and similarly for the other external symbols.  Problem reported
20185         by James Gallager.
20186
20187         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
20188         bug reported by Jim Meyering.
20189
20190         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
20191         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
20192         not needed, since socklen is a prerequisite module.
20193
20194 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
20195
20196         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
20197         Problem reported by Eric Blake.
20198         (getaddrinfo): Initialize se so that it's not garbage.
20199         Redo internal storage allocation so that it doesn't make unportable
20200         assumptions about alignment.
20201         Fix a memory leak.
20202
20203         * lib/utimens.c (futimens): Use futimesat if available.
20204         Prefer it to futimes since it doesn't have the futimes bug.
20205
20206         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
20207         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
20208         Instead, declare a function that returns a pointer to an array,
20209         and use verify_type__ to declare the size of the array.
20210         Problem and germ of a solution reported by Bruno Haible.
20211         (verify_type__): Use 2, not 1, for bitfield size, to avoid
20212         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
20213
20214 2005-09-23  Jim Meyering  <jim@meyering.net>
20215
20216         Sync from coreutils.
20217         Correct build failure (socklen_t not defined) on at least
20218         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
20219         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
20220
20221 2005-09-23  Jim Meyering  <jim@meyering.net>
20222
20223         * modules/getaddrinfo (Depends-on): Add socklen.
20224
20225 2005-09-23  Bruno Haible  <bruno@clisp.org>
20226
20227         * tests/test-verify.c: New file.
20228
20229 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
20230
20231         Sync from coreutils.
20232
20233         * modules/argmatch (Depends-on): Add verify.
20234         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
20235         unistd-safer.
20236         * modules/save-cwd (Depends-on): Likewise.
20237
20238         * modules/openat (Files): Add lib/openat-die.c.
20239         (Depends-on): Remove error, exitfail.
20240         Add dirname.
20241
20242         * modules/verify: New file.
20243         * MODULES.html.sh (Diagnostics <assert.h>): New section,
20244         with "verify" module.
20245
20246 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
20247
20248         Sync from coreutils.
20249
20250         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
20251         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
20252         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
20253         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
20254         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
20255         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
20256         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
20257         Don't bother checking for string.h, stdlib.h, unistd.h.
20258         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
20259         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
20260         module's job.
20261         * m4/jm-macros.m4 (gl_MACROS): Likewise.
20262         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
20263
20264         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
20265         (gl_GETDATE): Use it.
20266
20267         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
20268
20269 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
20270
20271         Sync from coreutils.
20272
20273         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
20274         stat-time.h.
20275         * lib/argmatch.h: Include verify.h
20276         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
20277         (ARGMATCH_ASSERT): Remove; unused.
20278         * lib/canonicalize.c: Assume STDC_HEADERS.
20279         * lib/exclude.c: Include "strcase.h".
20280         * lib/regex_internal.h [!defined _LIBC]: Likewise.
20281         * lib/getusershell.c: Include stdio--.h rather than stdio.h
20282         and stdio-safer.h.
20283         (getusershell): Call fopen, not fopen_safer.
20284         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
20285         Do not include unistd-safer.h.
20286         (save_cwd): Don't call fd_safer; no longer needed
20287         now that we include fcntl--.h.
20288
20289         * lib/getdate.y (relative_time): New type.
20290         (RELATIVE_TIME_0): New constant.
20291         (parser_control): Use relative_time instead of doing it ourselves.
20292         (%union): Add new relative_time rel member.
20293         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
20294         Now typeless.
20295         (relunit, relunit_snumber): Now of type rel.
20296         (zone, rel, relunit, get_date): Adjust to above changes.
20297
20298         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
20299         Do not include unistd-safer.h.
20300         (getloadavg): Don't call fd_safer; no longer needed
20301         now that we include fcntl--.h.
20302
20303         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
20304         (make_dir_parents): Treat ENOSYS like EEXIST.
20305
20306         Improve quality of diagnostics on restore_cwd failure.
20307         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
20308         (make_dir_parents): Last arg is now int * (for errno), not bool *.
20309         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
20310         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
20311         each time through the loop.  Do not diagnose restore_cwd failure;
20312         that is the caller's job (and perhaps the caller does not care).
20313
20314         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
20315         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
20316         If the file already exists but is not a directory, don't bother
20317         to try to make its parents.
20318         Close potential file descriptor leak if we can't chdir("/") (!).
20319         Don't always return true if chdir($PWD) fails; return true only
20320         if the requested action was done successfully (except for the
20321         chdir($PWD)).
20322         Don't log final directory unless we actually made it.
20323         Refactor to avoid duplicate code to fix up permissions.
20324         Don't attempt to fix up parent permissions if chdir($PWD) fails.
20325
20326         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
20327         to make it a bit faster and (I hope) clearer.
20328         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
20329         Fix bug in formats like %2N.
20330
20331         * lib/verify.h: New file.
20332
20333 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
20334
20335         Sync from coreutils.
20336         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
20337
20338 2005-09-22  Jim Meyering  <jim@meyering.net>
20339
20340         Sync from coreutils.
20341
20342         * m4/lstat.m4 (gl_FUNC_LSTAT):
20343         Use AC_LIBSOURCES to require lstat.c and lstat.h.
20344         Remove obsolete comment.
20345         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
20346         * m4/xstrtod.m4: Likewise.
20347
20348         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
20349
20350 2005-09-22  Jim Meyering  <jim@meyering.net>
20351
20352         Sync from coreutils.
20353
20354         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
20355
20356         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
20357         the .tm_year member, since otherwise gcc-4.0 would now warn about
20358         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
20359
20360         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
20361         order to avoid an unsuppressible warning from gcc on 64-bit systems.
20362
20363         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
20364         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
20365         when run in a time zone for which daylight savings time is in effect
20366         for the starting date.
20367
20368         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
20369         stop us from restricting permissions of just-created absolute-named
20370         directories.
20371         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
20372         to restore initial working directory.
20373         * lib/mkdir-p.c (make_dir_parents): New parameter:
20374         different_working_dir, to tell caller if/when we change the working
20375         directory and are unable to return to the initial one.
20376         * lib/mkdir-p.h (make_dir_parents): Update prototype.
20377         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
20378         `return false'.  This fixes a bug introduced on 2004-07-30.
20379
20380         * lib/openat.c (fdopendir): Be sure to close the supplied
20381         file descriptor before returning.  This makes our replacement
20382         implementation a little closer to Solaris's, where fdopendir
20383         ties the file descriptor to the returned DIR* pointer.
20384         * lib/openat.c (unlinkat): New function.
20385         * lib/openat.h (unlinkat): Add prototype.
20386         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
20387         (openat_restore_fail): Rename from openat_restore_die.
20388         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
20389
20390         Provide an alternative to exiting immediately upon save_cwd or
20391         restore_cwd failure.  Now, an application can arrange e.g.,
20392         to perform a longjump in that case.
20393         * lib/openat.c: Include dirname.h.
20394         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
20395         (rpl_openat, fdopendir, fstatat): Call openat_save_die
20396         and openat_restore_die rather than calling error directly.
20397         Don't include "error.h" or "exitfail.h"; they're no longer needed.
20398
20399         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
20400         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
20401         define.
20402
20403         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
20404         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
20405                             int utc, int nanoseconds);
20406         Background:
20407         date should not have to allocate a megabyte of virtual memory to
20408         handle a format argument like +%1048575T.  When implemented with
20409         strftime, it must allocate such a buffer, use strftime to fill it
20410         in, print it, then free it.
20411         With fprintftime, it simply prints everything and exits.
20412         With no need for memory allocation, that's one fewer way to fail.
20413         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
20414         optional field width, not before, so we accept %9:z, not %:9z.
20415         (my_strftime): Be sure to use L_('x') for literals.
20416
20417         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
20418         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
20419         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
20420         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
20421         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
20422         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
20423         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
20424         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
20425         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
20426         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
20427         * lib/xgethostname.c, lib/xreadlink.c:
20428         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
20429
20430         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
20431         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
20432         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
20433         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
20434         and don't include <sys/file.h>).
20435
20436 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
20437
20438         Sync from coreutils.
20439
20440         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
20441         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
20442         [!LDAV_DONE]: Avoid unused variable warning.
20443
20444 2005-09-21  Bruno Haible  <bruno@clisp.org>
20445
20446         * lib/unicodeio.h (unicode_to_mb): New declaration.
20447
20448 2005-09-20  Derek Price  <derek@ximbiot.com>
20449
20450         * lib/getaddrinfo.c: Don't include <netdb.h> included from
20451         getaddrinfo.h.
20452
20453 2005-09-20  Bruno Haible  <bruno@clisp.org>
20454
20455         * gnulib-tool: Remove trailing slashes from the values specified for
20456         --source-base, --m4-base, --tests-base, --aux-dir.
20457         Suggested by Simon Josefsson <jas@extundo.com>.
20458
20459 2005-09-20  Bruno Haible  <bruno@clisp.org>
20460
20461         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
20462         func_modules_to_filelist, func_import, func_create_testdir): Make all
20463         sorting results locale-independent, so that gnulib-cache.m4 doesn't
20464         change when gnulib-tool is invoked in a different locale.
20465
20466 2005-09-19  Simon Josefsson  <jas@extundo.com>
20467
20468         * m4/socklen.m4: Fix typo.
20469
20470 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20471
20472         Use a consistent style for including <config.h>.
20473         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
20474         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
20475         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
20476         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
20477         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
20478         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
20479         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
20480         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
20481         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
20482         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
20483         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
20484         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
20485         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
20486         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
20487         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
20488         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
20489         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
20490         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
20491         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
20492         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
20493         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
20494         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
20495         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
20496         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
20497         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
20498         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
20499         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
20500         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
20501         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
20502         lib/xstrtoumax.c, lib/yesno.c:
20503         Standardize inclusion of config.h.
20504         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
20505         lib/inttostr.h:  Removed inclusion of config.h from header files.
20506         * lib/inttostr.c:  Adjusted in-tree users.
20507         * lib/timespec.h: Remove superfluous warning to include config.h.
20508         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
20509         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
20510         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
20511         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
20512         config.h with HAVE_CONFIG_H.
20513
20514 2005-09-19  Jim Meyering  <jim@meyering.net>
20515
20516         * modules/pathmax (License): Change to LGPL.
20517
20518 2005-09-19  Derek Price  <derek@ximbiot.com>
20519
20520         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
20521
20522 2005-09-19  Bruno Haible  <bruno@clisp.org>
20523
20524         * gnulib-tool (import): Provide default for --tests-base.
20525
20526 2005-09-19  Bruno Haible  <bruno@clisp.org>
20527
20528         * doc/quote.texi: New file, extracted from gnulib.texi.
20529         * doc/ctime.texi: New file, extracted from gnulib.texi.
20530         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
20531         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
20532         * doc/gnulib.texi: Include them.
20533
20534 2005-09-18  Bruno Haible  <bruno@clisp.org>
20535
20536         Portability fix.
20537         * gnulib-tool (func_readlink): New function.
20538         (func_ln_if_changed): Use it.
20539
20540 2005-09-18  Bruno Haible  <bruno@clisp.org>
20541
20542         * gnulib-tool: Support --with-tests also with --import.
20543         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
20544         (func_import): Use variables $testsbase and $inctests. Emit a
20545         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
20546         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
20547         SUBDIRS += $testsdir.
20548         (func_create_testdir): Update.
20549
20550 2005-09-18  Bruno Haible  <bruno@clisp.org>
20551
20552         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
20553         instead of $dry_run.
20554         (func_cp_if_changed, func_mv_if_changed): Remove functions.
20555         (func_ln_if_changed): Don't handle dry-run here.
20556         (func_import): In dry-run mode, detect more precisely which actions
20557         would be performed, and don't use "...ing" verbs.
20558
20559 2005-09-18  Bruno Haible  <bruno@clisp.org>
20560
20561         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
20562         (func_import): Use join on two temporary files instead of three nested
20563         loops, in order to determine which files are new or old.
20564
20565 2005-09-18  Bruno Haible  <bruno@clisp.org>
20566
20567         * gnulib-tool (func_import): Comment out code that spits out the
20568         new files with --dry-run.
20569
20570 2005-09-18  Bruno Haible  <bruno@clisp.org>
20571
20572         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
20573
20574 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20575
20576         * lib/stat-time.h: New file.
20577         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
20578         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
20579         in a different way.
20580         (timespec_cmp): New function.
20581         * lib/utimecmp.c: Include stat-time.h.
20582         (SYSCALL_RESOLUTION): Depend on whether various struct stat
20583         members exist, not on the obsolescent ST_MTIM_NSEC.
20584         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
20585
20586 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20587
20588         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
20589
20590 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20591
20592         * MODULES.html.sh (File system functions): Add stat-time.
20593         * modules/stat-time: New file.
20594         * modules/timespec (Files): Remove m4/st_mtim.m4; this
20595         is now done in a different way, by the stat-time module.
20596         * modules/utimecmp (Depends-on): Add stat-time.
20597
20598 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20599
20600         * m4/st_mtim.m4: Remove.  Superseded by...
20601         * m4/stat-time.m4: New file.
20602         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
20603         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
20604
20605 2005-09-15  Derek Price  <derek@ximbiot.com>
20606
20607         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
20608
20609 2005-09-15  Derek Price  <derek@ximbiot.com>
20610
20611         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
20612         * lib/regex_internal.c: Ditto, using this...
20613         (__GNUC_PREREQ): ...new macro.
20614         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
20615         using...
20616         (__GNUC_PREREQ): ...this new macro.
20617
20618         * lib/strstr.h: Include string.h. Define strstr as a macro here.
20619
20620 2005-09-15  Derek Price  <derek@ximbiot.com>
20621             Paul Eggert  <eggert@cs.ucla.edu>
20622
20623         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
20624         changes, consolidating in...
20625         * lib/regex_internal.h: ...this file.
20626
20627 2005-09-13  Jim Meyering  <jim@meyering.net>
20628
20629         * lib/canon-host.c: Filter through gnu indent and reword comments
20630         slightly.
20631         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
20632
20633 2005-09-13  Derek Price  <derek@ximbiot.com>
20634
20635         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
20636         failure.
20637         Reported by Jim Meyering  <jim@meyering.net>.
20638
20639 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20640
20641         * lib/base64.c: Typo.
20642         (base64_encode): Put b64str in initialized data section.
20643
20644 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
20645
20646         Merge glibc and coreutils changes into gnulib, plus a few
20647         extra fixes.
20648         * lib/md5.c: Use #error rather than a string.
20649         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
20650         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
20651         (__attribute__): Define to empty for non recent-GCC.
20652         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
20653         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
20654         Renamed from their non-__ counterparts, with new macros replacing
20655         them if not _LIBC.  Add __THROW attribute.
20656         (rol): Remove.
20657         (struct md5_ctx): Align buffer if using GCC.
20658         * lib/sha1.h (struct sha1_ctx): Likewise.
20659         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
20660         The old name was backwards.
20661         (NOTSWAP): Remove; not used.
20662         (rol): New macro, moved here from md5.h.
20663         (sha1_process_block): Remove a FIXME that doesn't make sense.
20664
20665 2005-09-12  Derek Price  <derek@ximbiot.com>
20666
20667         Return usable errors from canon-host.
20668         * lib/canon-host.h: New file.
20669         * lib/canon-host.c (canon_host): Wrap...
20670         (canon_host_r): ...this new function, which now relies exclusively on
20671         getaddrinfo.
20672         (ch_strerror): New function.
20673         (last_cherror): New global.
20674         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
20675         interface.
20676         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
20677         void *.
20678         (freeaddrinfo): Free ai->ai_canonname when set.
20679
20680 2005-09-12  Derek Price  <derek@ximbiot.com>
20681
20682         Make canon-host require getaddrinfo.
20683         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
20684         AC_LIBSOURCE canon-host.h.  Call...
20685         (gl_PREREQ_CANON_HOST): ...this new function, which requires
20686         gl_GETADDRINFO.
20687         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
20688
20689 2005-09-12  Derek Price  <derek@ximbiot.com>
20690
20691         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
20692         LGPL.
20693         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
20694
20695 2005-09-12  Derek Price  <derek@ximbiot.com>
20696
20697         * lib/gai_strerror.c: Include config.h when available.  Include
20698         getaddrinfo.h before other headers to test interface.
20699         Reported by Larry Jones <lawrence.jones@ugs.com>.
20700
20701 2005-09-12  Derek Price  <derek@ximbiot.com>
20702             Paul Eggert  <eggert@cs.ucla.edu>
20703
20704         * modules/glob (Files): Add glob-libc.h.
20705
20706 2005-09-12  Derek Price  <derek@ximbiot.com>
20707             Paul Eggert  <eggert@cs.ucla.edu>
20708
20709         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
20710         glob_.h, glob-libc.h.
20711         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
20712
20713 2005-09-12  Derek Price  <derek@ximbiot.com>
20714             Paul Eggert  <eggert@cs.ucla.edu>
20715
20716         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
20717         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
20718         protecting things that should be done only in gnulib contexts.
20719         * lib/glob_.h: New file, containing only the glob things needed for
20720         gnulib.
20721         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
20722         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
20723         (glob, globfree, glob_pattern_p): Now defined simply in terms of
20724         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
20725         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
20726         and to respect the namespace rules better.
20727
20728 2005-09-08  Simon Josefsson  <jas@extundo.com>
20729
20730         * modules/socklen: New file.
20731
20732 2005-09-08  Simon Josefsson  <jas@extundo.com>
20733
20734         * m4/socklen.m4: New file.
20735
20736 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20737
20738         * modules/utimens (Files): Add m4/utimbuf.m4, since
20739         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
20740         Reported by Sergey Poznyakoff.
20741
20742 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20743
20744         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
20745         definitions, since that's the preferred style in glibc.
20746         Fix a minor spacing issue, and update copyright notice to match
20747         glibc's.
20748
20749 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20750
20751         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
20752
20753 2005-09-06  Simon Josefsson  <jas@extundo.com>
20754
20755         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
20756         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
20757
20758 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20759
20760         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
20761         warning.
20762
20763 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20764
20765         * config/srclist.txt: Add glibc bug 1302.
20766
20767 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
20768
20769         Change bitset word type from unsigned int to unsigned long int,
20770         as this has better performance on typical 64-bit hosts.
20771         Port bitset code to hosts with unusual word sizes.
20772         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
20773         (build_collating_symbol):
20774         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
20775         argument is a bitset.  This is merely a style issue, but it makes
20776         it clearer that an entire array is expected.
20777         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
20778         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
20779         Port to the case where bitset_word is not the same as unsigned int.
20780         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20781         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
20782         Likewise.
20783         * lib/regexec.c (check_dst_limits_calc_pos_1,
20784         check_subexp_matching_top):
20785         (build_trtable, group_nodes_into_DFAstates):
20786         Likewise.
20787         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
20788         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
20789         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
20790         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
20791         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
20792         * lib/regcomp.c (optimize_subexps, lower_subexp):
20793         Work even if bitset_word has holes in its bitwise representation.
20794         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
20795         * lib/regexec.c (check_dst_limits_calc_pos_1,
20796         check_subexp_matching_top):
20797         Likewise.
20798         * lib/regex_internal.c (re_string_reconstruct):
20799         Don't assume UCHAR_MAX == 255.
20800         * lib/regex_internal.h (bitset_set_all): Likewise.
20801         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
20802         All uses changed.
20803         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
20804         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
20805         All uses changed.
20806         (BITSET_WORD_MAX): New macro.
20807         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
20808         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
20809         (bitset_empty, bitset_copy):
20810         Prefer sizeof (bitset) to multiplying it out ourselves.
20811         (bitset_not_merge): Remove; unused.
20812         (bitset_contain): Return bool, not unsigned int with one bit on.
20813         All callers changed.
20814         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
20815         alignment than re_node_set; do this by defining a new internal
20816         type struct dests_alloc and using it to allocate memory.
20817
20818 2005-09-05  Bruno Haible  <bruno@clisp.org>
20819
20820         * gnulib-tool (func_import): Fix comparison in handling of symbolic
20821         links.
20822
20823 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
20824
20825         * modules/size_max (Makefile.am): Add size_max.h
20826
20827 2005-09-04  Derek Price  <derek@ximbiot.com>
20828
20829         * gnulib-tool (func_import): Fix reversed $symbolic logic.
20830
20831 2005-09-03  Simon Josefsson  <jas@extundo.com>
20832
20833         * gnulib-tool: Fix typo.
20834
20835 2005-09-03  Simon Josefsson  <jas@extundo.com>
20836
20837         * config/srclist.txt: Add glibc bug 1293.
20838
20839 2005-09-03  Derek Price  <derek@ximbiot.com>
20840
20841         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
20842         From Larry Jones <lawrence.jones@ugs.com>.
20843
20844 2005-09-02  Simon Josefsson  <jas@extundo.com>
20845
20846         * modules/socklen: New file.
20847
20848 2005-09-02  Simon Josefsson  <jas@extundo.com>
20849
20850         * modules/havelib: New module.
20851
20852         * modules/gettext, modules/iconv, modules/lock, modules/readline:
20853         Use havelib.
20854
20855 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20856
20857         Check for arithmetic overflow when calculating sizes, to prevent
20858         some buffer-overflow issues.  These patches are conservative, in the
20859         sense that when I couldn't determine whether an overflow was possible,
20860         I inserted a run-time check.
20861         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
20862         macros.
20863         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
20864         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
20865         (re_xnrealloc, re_x2nrealloc): New inline functions.
20866         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
20867         parse_bracket_exp):
20868         (build_equiv_class, build_charclass): Check for arithmetic overflow
20869         in size expression calculations.
20870         * lib/regex_internal.c (re_string_realloc_buffers):
20871         (build_wcs_upper_buffer, re_node_set_add_intersect):
20872         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
20873         (re_dfa_add_node, register_state): Likewise.
20874         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
20875         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
20876         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
20877         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
20878
20879 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20880
20881         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20882         m4/ulonglong.m4.  Problem reported by Martin Lambers.
20883
20884 2005-09-02  Bruno Haible  <bruno@clisp.org>
20885
20886         Support for lib vs. lib64 distinction on biarch platforms.
20887         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
20888         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
20889         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
20890
20891 2005-09-02  Bruno Haible  <bruno@clisp.org>
20892
20893         * gnulib-tool (import): In the other first-use case, provide defaults
20894         as well.
20895
20896 2005-09-02  Bruno Haible  <bruno@clisp.org>
20897
20898         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
20899         patches not yet found in the latest gettext release.
20900
20901 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20902
20903         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
20904         to avoid a collision with bits/local_lim.h in glibc.
20905         All uses changed.  Problem reported by Dmitry V. Levin in
20906         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
20907
20908         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
20909         bugs in int versus size_t comparisons.
20910         (re_string_context_at): Fix bug where the code assumed that
20911         Idx is signed.
20912
20913         Use bool where appropriate.
20914         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
20915         All callers changed.
20916         (calc_eclosure_iter): Likewise, for ROOT arg.
20917         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
20918         (build_charclass_op): Likewise, for NON_MATCH arg.
20919         * lib/regex_internal.c (re_string_allocate, re_string_construct):
20920         (re_string_construct_common): Likewise, for ICASE arg.
20921         * lib/regexec.c (re_search_2_stub, re_search_stub):
20922         Likewise, for RET_LEN arg.
20923         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
20924         (set_regs): Likewise, for FL_BACKTRACK arg.
20925         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
20926         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
20927         (calc_eclosure_iter, parse_bracket_exp):
20928         Use bool for internal variables that are booleans.
20929         * lib/regexec.c (re_search_internal, check_matching,
20930         proceed_next_node):
20931         (set_regs, build_sifted_states, sift_states_bkref):
20932         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
20933         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20934         (find_collation_sequence_value):
20935         Likewise.
20936         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
20937         (re_node_set_compare):
20938         Return bool, not int. All callers changed.
20939         * lib/regexec.c (check_halt_node_context, check_dst_limits):
20940         (build_trtable, check_node_accept): Likewise.
20941         * lib/regex_internal.h: Include stdbool.h.
20942
20943         Fix bugs uncovered when converting to bool.
20944         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
20945         failure instead of charging ahead blindly.
20946         * lib/regex_internal.c (register_state): Likewise.
20947         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
20948         for freeing internal storage.
20949         (group_nodes_into_DFA_states): Use unsigned int, not int, for
20950         bitset pieces used as boolean, to avoid undefined behavior
20951         on hosts that do int overflow checking.
20952
20953 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20954
20955         * config/srclist.txt: Add glibc bugs 1285-1287.
20956
20957 2005-09-01  Jim Meyering  <jim@meyering.net>
20958
20959         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
20960         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
20961         Require gl_STAT_MACROS, too.
20962
20963 2005-09-01  Bruno Haible  <bruno@clisp.org>
20964
20965         * gnulib-tool (import): In the first-use case, provide defaults.
20966
20967 2005-09-01  Bruno Haible  <bruno@clisp.org>
20968
20969         * gnulib-tool (func_import): Remove the .tmp files.
20970
20971 2005-09-01  Bruno Haible  <bruno@clisp.org>
20972
20973         * gnulib-tool (func_import): Fix handling of symbolic links.
20974
20975 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20976
20977         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
20978         old glibc regex code mishandles strings longer than 2**31 bytes.
20979         This patch fixes this when the regex code is used in gnulib
20980         (i.e., outside glibc).
20981
20982         This patch should not affect the use of the regex code inside
20983         glibc.  No doubt this problem also needs to be handled for glibc
20984         as well, but the result will be an incompatible change to the
20985         glibc ABI, and the old ABI will have to be supported too.  That
20986         can be the the subject for another patch.
20987
20988         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
20989         governing whether the rest of this patch is active.  By default,
20990         the macro is disabled and the patch has no effect.
20991         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
20992         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
20993         (struct re_pattern_buffer, re_search, re_search_2, re_match):
20994         (re_match_2, re_set_registers): Use the new types.
20995         * lib/regex_internal.h (Idx, re_hashval_t): New types.
20996         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
20997         New macros.
20998         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
20999         (re_string_context_at, bin_tree_t, re_dfastate_t):
21000         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
21001         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
21002         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
21003         (re_string_char_size_at, re_string_wchar_at):
21004         (re_string_elem_size_at):
21005         Use the new types and macros to port to 64-bit hosts.
21006         Use unsigned types for internal values, so that the code
21007         mostly works even for arrays larger than SSIZE_MAX.
21008         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
21009         (search_duplicated_node, calc_eclosure_iter, fetch_number):
21010         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
21011         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
21012         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
21013         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
21014         (calc_inveclosure, parse_dup_op, build_range_exp):
21015         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
21016         (fetch_number, create_token_tree, mark_opt_subexp):
21017         Likewise.
21018         * lib/regex_internal.c (re_string_construct_common,
21019         create_ci_newstate):
21020         (create_cd_newstate, re_string_allocate, re_string_construct):
21021         (re_string_realloc_buffers, build_wcs_upper_buffer):
21022         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
21023         (re_string_reconstruct, re_string_peek_byte_case):
21024         (re_string_fetch_byte_case, re_string_context_at):
21025         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
21026         (re_node_set_init_copy, re_node_set_add_intersect):
21027         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21028         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21029         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
21030         (re_acquire_state, re_acquire_state_context, register_state):
21031         Likewise.
21032         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
21033         search_cur_bkref_entry):
21034         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
21035         (re_search_internal, re_search_2_stub, re_search_stub)
21036         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
21037         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
21038         (update_cur_sifted_state, check_dst_limits):
21039         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
21040         (check_subexp_limits, sift_states_bkref, merge_state_array):
21041         (check_subexp_matching_top, get_subexp, get_subexp_sub):
21042         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
21043         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
21044         (expand_bkref_cache, check_node_accept_bytes):
21045         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
21046         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
21047         (acquire_init_state_context, check_halt_node_context):
21048         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
21049         (sift_states_backward, clean_state_log_if_needed):
21050         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
21051         (find_recover_state, transit_state_sb, transit_state_mb):
21052         (transit_state_bkref, build_trtable, match_ctx_clean):
21053         Likewise.
21054         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
21055         to work around an assumption that REG_MISSING is negative.
21056
21057         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
21058         (seek_collating_symbol_entry) [defined _LIBC]:
21059         (lookup_collation_sequence_value) [defined _LIBC]:
21060         (build_range_exp, build_collating_symbol) [defined _LIBC]:
21061         Use prototypes rather than old-style function definitions.
21062         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
21063         (transit_state_sb) [0]:
21064         (find_collation_sequence_value) [defined _LIBC]: Likewise.
21065
21066         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
21067         rm_eo.
21068
21069         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
21070         (optimize_subexps, lower_subexp):
21071         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
21072         since the signed shift might overflow.  Use 1u<<31 instead.
21073         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
21074         Likewise.
21075         * lib/regexec.c (check_dst_limits_calc_pos_1,
21076         check_subexp_matching_top): Likewise.
21077
21078         * lib/regcomp.c (optimize_subexps, lower_subexp):
21079         Use CHAR_BIT rather than 8, for clarity.
21080         * lib/regexec.c (check_dst_limits_calc_pos_1):
21081         (check_subexp_matching_top): Likewise.
21082         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
21083         have to worry about portability issues when shifting it left.
21084         Remove no-longer-needed test for table_size > 0.
21085         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
21086         in a word, as the resulting behavior is undefined.
21087         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
21088         in one case, a <= should have been an <, and in another case the
21089         whole test was missing.
21090         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
21091         the standard name CHAR_BIT.
21092         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
21093         this is not true on one's complement and signed-magnitude hosts.
21094
21095         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
21096         next_last_offset.
21097         (struct re_dfa_t): Remove unused member states_alloc.
21098         * lib/regcomp.c (init_dfa): Don't initialize unused members.
21099
21100 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
21101
21102         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
21103         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
21104         and large-file glibc and in 32-bit large-file Solaris.
21105
21106 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
21107
21108         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
21109         lengths fit in regoff_t; this isn't true if regoff_t is the same
21110         width as size_t.
21111         * lib/regex.c (re_search_internal): 5th arg is LAST_START
21112         (= START + RANGE) instead of RANGE.  This avoids overflow
21113         problems when regoff_t is the same width as size_t.
21114         All callers changed.
21115         (re_search_2_stub): Check for overflow when adding the
21116         sizes of the two strings.
21117         (re_search_stub): Check for overflow when adding START
21118         to RANGE; if it occurs, substitute the extreme value.
21119
21120 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
21121
21122         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
21123
21124 2005-08-31  Jim Meyering  <jim@meyering.net>
21125
21126         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
21127         a pointer-to-const.
21128         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
21129         (register_state): Likewise.
21130         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
21131         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
21132         (group_nodes_into_DFAstates): Likewise.
21133
21134 2005-08-31  Jim Meyering  <jim@meyering.net>
21135
21136         * check-module: Add a FIXME comment.
21137
21138 2005-08-31  Eric Blake  <ebb9@byu.net>
21139
21140         * modules/unistd-safer (Files): Add unistd--.h.
21141         * modules/stdio-safer (Files): Add stdio--.h.
21142
21143 2005-08-31  Derek Price  <derek@ximbiot.com>
21144
21145         * lib/getdelim.c (getdelim): Return EOF on EOF.
21146         Reported by Larry Jones <lawrence.jones@ugs.com>.
21147
21148 2005-08-31  Bruno Haible  <bruno@clisp.org>
21149
21150         Avoid unnecessary diffs in the generated lib/Makefile.am.
21151         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
21152         the generated files.
21153         (func_import): Don't set cmd.
21154
21155 2005-08-31  Bruno Haible  <bruno@clisp.org>
21156
21157         * lib/strstr.c: Include <stddef.h>, for NULL.
21158         * lib/strcasestr.c: Likewise.
21159         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21160
21161 2005-08-31  Bruno Haible  <bruno@clisp.org>
21162
21163         * gnulib-tool: New option --macro-prefix.
21164         (func_import): Use macro_prefix.
21165         (import): Handle option --macro-prefix.
21166
21167 2005-08-31  Bruno Haible  <bruno@clisp.org>
21168
21169         * gnulib-tool (import): Rename most ac_* variables to cached_*.
21170         Also use new variables cached_lgpl, cached_libtool.
21171
21172 2005-08-31  Bruno Haible  <bruno@clisp.org>
21173
21174         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
21175         always instantiating them.
21176
21177 2005-08-31  Bruno Haible  <bruno@clisp.org>
21178
21179         * gnulib-tool (func_import): Read the previous cached settings
21180         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
21181         earlier added by gnulib but are now dropped. Warn when a gnulib file
21182         overwrites a non-gnulib file.
21183
21184 2005-08-31  Bruno Haible  <bruno@clisp.org>
21185
21186         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
21187         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
21188         projects that don't keep autogenerated files in CVS. Put into
21189         actioncmd only the specified modules, not the transitive closure.
21190
21191 2005-08-31  Bruno Haible  <bruno@clisp.org>
21192
21193         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
21194         Create directories that shall be filled.
21195         (import): Don't look for gl_* macros in configure.ac. Recurse across
21196         all directories containing a gnulib-cache.m4 files, if meaningful.
21197
21198 2005-08-31  Bruno Haible  <bruno@clisp.org>
21199
21200         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
21201         (import): Set seen_libtool when we see gl_LIBTOOL.
21202
21203 2005-08-31  Bruno Haible  <bruno@clisp.org>
21204
21205         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
21206         declaration macro definitions from generated gnulib.m4.
21207
21208 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
21209
21210         * lib/iconvme.h: Add prototype for iconv_alloc.
21211
21212 2005-08-29  Simon Josefsson  <jas@extundo.com>
21213
21214         * lib/iconvme.c: Fix errno.
21215
21216 2005-08-29  Bruno Haible  <bruno@clisp.org>
21217
21218         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
21219         that it works when the directory contains spaces.
21220
21221 2005-08-29  Bruno Haible  <bruno@clisp.org>
21222
21223         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
21224
21225 2005-08-29  Bruno Haible  <bruno@clisp.org>
21226
21227         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
21228         Emit more advice.
21229
21230 2005-08-29  Bruno Haible  <bruno@clisp.org>
21231         and Stepan Kasal  <kasal@ucw.cz>
21232
21233         * check-module: If more parameters are given, check each of them
21234         separately; add more exceptions, as noted by Jim Meyering.
21235         (check_module): New procedure.
21236         (%exempt_header): Now contains all exceptions.
21237
21238 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
21239
21240         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
21241
21242 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21243
21244         * lib/iconvme.c: Split iconv_string into iconv_alloc.
21245
21246 2005-08-28  Bruno Haible  <bruno@clisp.org>
21247
21248         * m4/gnulib-tool.m4: New file.
21249
21250 2005-08-27  Jim Meyering  <jim@meyering.net>
21251
21252         * modules/unistd-safer (Files): Add pipe-safer.c.
21253         * modules/fcntl-safer (Files): Add creat-safer.c.
21254
21255 2005-08-27  Jim Meyering  <jim@meyering.net>
21256
21257         * m4/stdlib-safer.m4: New file.  From coreutils.
21258         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
21259         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
21260         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
21261         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
21262         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
21263
21264 2005-08-27  Jim Meyering  <jim@meyering.net>
21265
21266         * lib/fopen-safer.c: Merge minor changes from coreutils.
21267         * lib/dup-safer.c: Likewise.
21268         * lib/fd-safer.c: Likewise.
21269
21270         Merge from coreutils.
21271         * lib/stdio--.h: New file.
21272         * lib/stdlib--.h: New file.
21273         * lib/mkstemp-safer.c: New file.
21274
21275         GNU tar needs these.
21276         * lib/pipe-safer.c: New file.
21277         * lib/creat-safer.c: New file.
21278         * lib/fcntl--.h (creat): Define to creat_safer.
21279         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
21280         * lib/unistd--.h (pipe): Define to pipe_safer.
21281         * lib/unistd-safer.h: Declare pipe_safer.
21282
21283 2005-08-26  Simon Josefsson  <jas@extundo.com>
21284
21285         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
21286         Haible <bruno@clisp.org>.
21287
21288 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
21289
21290         * lib/regex_internal.h: Remove all references to
21291         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
21292         or better.
21293         (bitset_not, bitset_merge, bitset_not_merge):
21294         (bitset_mask, re_string_allocate, re_string_construct):
21295         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
21296         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
21297         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
21298         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
21299         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21300         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21301         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
21302         (re_acquire_state_context):
21303         Remove unnecessary forward decls.
21304         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
21305         Put __attribute at function definition,
21306         now that the function decl has been removed.
21307         * lib/regex_internal.c (re_string_peek_byte_case):
21308         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
21309         Likewise.
21310
21311 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
21312
21313         * m4/regex.m4: Add AC_PREREQ(2.50).
21314         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
21315
21316 2005-08-25  Simon Josefsson  <jas@extundo.com>
21317
21318         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
21319         __fsetlocking.
21320
21321 2005-08-25  Simon Josefsson  <jas@extundo.com>
21322
21323         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
21324         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
21325         GLIBC specific code.
21326
21327 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21328
21329         Make regex safe for g++.  This fixes one real bug (an "err"
21330         that should have been "*err").  g++ problem reported by
21331         Sam Steingold.
21332         * lib/regex_internal.h (re_calloc): New macro, consistent with
21333         re_malloc etc.  All callers of calloc changed to use re_calloc.
21334         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
21335         not int.  All callers changed.
21336         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
21337         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
21338         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
21339         (find_recover_state): Change "err" to "*err"; this fixes what
21340         appears to be a real bug.
21341         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
21342         versus int.
21343
21344 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21345
21346         * modules/regex (Depends-on): Add malloc, since the code
21347         assumes that !malloc(0) means failure.
21348
21349 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21350
21351         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
21352
21353         alloca modernization/simplification for regex.
21354         * lib/regex.c: Remove portability cruft for alloca.  This no longer
21355         needs to be at the start of the file, and can be moved into
21356         regex_internal.h and simplified.
21357         * lib/regex_internal.h: Include <alloca.h>.
21358         (__libc_use_alloca) [!defined _LIBC]: New macro.
21359         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
21360         now works outside glibc.
21361
21362 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21363
21364         * config/srclist.txt: Add glibc bugs 1241, 1245.
21365
21366 2005-08-25  Jim Meyering  <jim@meyering.net>
21367
21368         * lib/open-safer.c: Include <config.h>.
21369         Otherwise, we'd lose LARGEFILE support in any file using
21370         e.g. "fcntl--.h"
21371
21372 2005-08-25  Bruno Haible  <bruno@clisp.org>
21373
21374         * m4/minmax.m4: Require autoconf 2.52.
21375         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
21376         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
21377         alternatives of translit over the alphabet.
21378         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
21379
21380 2005-08-24  Simon Josefsson  <jas@extundo.com>
21381
21382         * tests/test-getpass.c: New file.
21383
21384 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21385
21386         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
21387         for GNU regex features.
21388
21389 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21390
21391         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
21392         * lib/regex.h (regerror): Likewise.
21393
21394         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
21395         requires this.  (The code never needed it.)
21396
21397         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
21398         All uses of recently-renamed identifiers changed to use the new,
21399         POSIX-compliant names.  The code will build and run just fine
21400         without these changes, but it's better to eat our own dog food
21401         and use the standard-conforming names.
21402
21403         * lib/regex.h: Fix a multitude of POSIX name space violations.
21404         These changes have an effect only for programs that define
21405         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
21406         do not change anything for programs compiled in the normal way.
21407         Also, there is no effect on the ABI.
21408
21409         (_REGEX_SOURCE): New macro.
21410         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
21411         defined and _GNU_SOURCE is not; this fixes a name space violation.
21412
21413         Rename the following macros to obey POSIX requirements.
21414         The old names are still visible as macros if _REGEX_SOURCE is defined.
21415         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
21416         RE_BACKSLASH_ESCAPE_IN_LISTS.
21417         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
21418         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
21419         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
21420         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
21421         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
21422         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
21423         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
21424         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
21425         (REG_INTERVALS): renamed from RE_INTERVALS.
21426         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
21427         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
21428         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
21429         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
21430         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
21431         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
21432         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
21433         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
21434         RE_UNMATCHED_RIGHT_PAREN_ORD.
21435         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
21436         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
21437         (REG_DEBUG): renamed from RE_DEBUG.
21438         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
21439         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
21440         unusual, since we can't clash with the POSIX REG_ICASE.
21441         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
21442         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
21443         (REG_NO_SUB): renamed from RE_NO_SUB.
21444         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
21445         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
21446         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
21447         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
21448         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
21449         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
21450         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
21451         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
21452         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
21453         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
21454         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
21455         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
21456         RE_SYNTAX_POSIX_MINIMAL_BASIC.
21457         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
21458         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
21459         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
21460         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
21461         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
21462         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
21463         (REG_FIXED): Renamed from REGS_FIXED.
21464         (REG_NREGS): Renamed from RE_NREGS.
21465
21466         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
21467         of other REG_* macros, since POSIX says the user is allowed to
21468         #undef these macros selectively.
21469
21470         (reg_errcode_t): Update comment stating what other tables need
21471         to be consistent.
21472
21473         Rename the following enum values to obey POSIX requirements.
21474         The old names are still visible as macros.
21475         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
21476         is not defined, since GNU is supposed to be a superset of POSIX as
21477         much as possible, and since we want reg_errcode_t to be a signed
21478         type for implementation consistency.
21479         (_REG_NOERROR): Renamed from REG_NOERROR.
21480         (_REG_NOMATCH): Renamed from REG_NOMATCH.
21481         (_REG_BADPAT): Renamed from REG_BADPAT.
21482         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
21483         (_REG_ECTYPE): Renamed from REG_ECTYPE.
21484         (_REG_EESCAPE): Renamed from REG_EESCAPE.
21485         (_REG_ESUBREG): Renamed from REG_ESUBREG.
21486         (_REG_EBRACK): Renamed from REG_EBRACK.
21487         (_REG_EPAREN): Renamed from REG_EPAREN.
21488         (_REG_EBRACE): Renamed from REG_EBRACE.
21489         (_REG_BADBR): Renamed from REG_BADBR.
21490         (_REG_ERANGE): Renamed from REG_ERANGE.
21491         (_REG_ESPACE): Renamed from REG_ESPACE.
21492         (_REG_BADRPT): Renamed from REG_BADRPT.
21493         (_REG_EEND): Renamed from REG_EEND.
21494         (_REG_ESIZE): Renamed from REG_ESIZE.
21495         (_REG_ERPAREN): Renamed from REG_ERPAREN.
21496         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
21497         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
21498         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
21499         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
21500
21501         (_REG_RE_NAME, _REG_RM_NAME): New macros.
21502         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
21503         changed.  But support the old name if the new one is not defined
21504         and if _REGEX_SOURCE.
21505
21506         Change the following member names in struct re_pattern_buffer.
21507         The old names are still supported if !_REGEX_SOURCE.
21508         The new names are always supported, regardless of _REGEX_SOURCE.
21509         (re_buffer): Renamed from buffer.
21510         (re_allocated): Renamed from allocated.
21511         (re_used): Renamed from used.
21512         (re_syntax): Renamed from syntax.
21513         (re_fastmap): Renamed from fastmap.
21514         (re_translate): Renamed from translate.
21515         (re_can_be_null): Renamed from can_be_null.
21516         (re_regs_allocated): Renamed from regs_allocated.
21517         (re_fastmap_accurate): Renamed from fastmap_accurate.
21518         (re_no_sub): Renamed from no_sub.
21519         (re_not_bol): Renamed from not_bol.
21520         (re_not_eol): Renamed from not_eol.
21521         (re_newline_anchor): Renamed from newline_anchor.
21522
21523         Change the following member names in struct re_registers.
21524         The old names are still supported if !_REGEX_SOURCE.
21525         The new names are always supported, regardless of _REGEX_SOURCE.
21526         (rm_num_regs): Renamed from num_regs.
21527         (rm_start): Renamed from start.
21528         (rm_end): Renamed from end.
21529
21530         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
21531         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
21532         Prepend __ to parameter names.
21533
21534         Undo yesterday's changes.
21535
21536 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21537
21538         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
21539         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
21540         lib/regex.c.
21541
21542 2005-08-24  Jim Meyering  <jim@meyering.net>
21543
21544         Sync from coreutils.
21545         * m4/fcntl-safer.m4: New file.
21546
21547         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
21548         and object files for this module.
21549
21550 2005-08-24  Jim Meyering  <jim@meyering.net>
21551
21552         Sync from coreutils.
21553         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
21554
21555 2005-08-24  Jim Meyering  <jim@meyering.net>
21556
21557         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
21558         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
21559
21560 2005-08-24  Jim Meyering  <jim@meyering.net>
21561
21562         * modules/fcntl-safer: New module.
21563         * modules/fts (Depends-on): Add fcntl-safer.
21564         * MODULES.html.sh (File descriptor based Input/Output):
21565         Add fcntl-safer.
21566
21567 2005-08-24  Bruno Haible  <bruno@clisp.org>
21568
21569         Support for unit test modules.
21570         * modules/README: Mention tests modules.
21571         * modules/TEMPLATE-TESTS: New file.
21572         * gnulib-tool: New options --extract-tests-module, --with-tests and
21573         --tests-base (unused for the moment).
21574         (testsbase, inctests): New variables.
21575         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
21576         (func_verify_module): Exclude TEMPLATE-TESTS.
21577         (func_verify_nontests_module, func_verify_tests_module): New functions.
21578         (func_get_dependencies): Add implicit dependency for tests modules.
21579         (func_get_tests_module): New function.
21580         (func_modules_transitive_closure): When --with-tests was specified,
21581         include the unit tests as well, unless explicitly avoided.
21582         (func_emit_lib_Makefile_am): Ignore the tests modules here.
21583         (func_emit_tests_Makefile_am): New function.
21584         (func_create_testdir): When --with-tests was specified, emit a
21585         tests/ directory.
21586         * MODULES.html.sh (Future developments): Update.
21587
21588 2005-08-24  Bruno Haible  <bruno@clisp.org>
21589
21590         * modules/tls-tests: New file.
21591         * tests/test-tls.c: New file, from GNU gettext.
21592
21593 2005-08-24  Bruno Haible  <bruno@clisp.org>
21594
21595         * modules/lock-tests: New file.
21596         * tests/test-lock.c: New file, from GNU gettext.
21597
21598 2005-08-24  Bruno Haible  <bruno@clisp.org>
21599
21600         * lib/lock.h: Add multiple inclusion guard.
21601         * lib/tls.h: Add multiple inclusion guard.
21602
21603 2005-08-24  Bruno Haible  <bruno@clisp.org>
21604
21605         * gnulib-tool: Add support for the --aux-dir option to
21606         --create-testdir, --create-megatestdir, --test, --megatest.
21607         (func_create_testdir, func_create_megatestdir): Optionally emit a
21608         AC_CONFIG_AUX_DIR directive.
21609         (create-testdir, create-megatestdir, test, megatest): Provide a
21610         default value for $auxdir.
21611
21612 2005-08-24  Bruno Haible  <bruno@clisp.org>
21613
21614         * gnulib-tool (import): Use compound statement instead of subshell
21615         where possible.
21616
21617 2005-08-24  Bruno Haible  <bruno@clisp.org>
21618
21619         * gnulib-tool (import): Change --aux-dir default to "build-aux".
21620
21621 2005-08-24  Bruno Haible  <bruno@clisp.org>
21622
21623         * gnulib-tool (func_version): Update.
21624
21625 2005-08-24  Bruno Haible  <bruno@clisp.org>
21626
21627         * gnulib-tool (func_import, func_create_testdir,
21628         func_create_megatestdir): Quote all autoconf macro arguments.
21629
21630 2005-08-24  Bruno Haible  <bruno@clisp.org>
21631
21632         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
21633         option --force, because --force causes the aclocal.m4 of each
21634         subdirectory to be newer than the corresponding config.h.in.
21635
21636 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21637
21638         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
21639         All contents moved to gl_REGEX.
21640         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
21641         assume that it does.
21642
21643 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21644
21645         * lib/regex.h (REG_NOSYS)
21646         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
21647         Define, since POSIX requires it as of 2001.
21648         (_REG_ENOSYS)
21649         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
21650         New private symbol, used to keep the enum signed in all cases.
21651         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
21652         Youngman in
21653         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
21654
21655         * lib/regex_internal.c (re_string_skip_chars, register_state):
21656         (calc_state_hash):
21657         Remove forward decls; no longer needed now that we use prototypes.
21658         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
21659         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
21660         (clean_state_log_if_needed): Likewise.
21661
21662 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21663
21664         * config/srclist.txt: Add glibc bugs 1231-1233.
21665
21666 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21667
21668         Fix problems reported by Sam Steingold in
21669         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
21670         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
21671         assumed that reg_errcode_t is a signed type, which is not
21672         necessarily true if _XOPEN_SOURCE is not defined.
21673         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
21674         since some compilers warn about it otherwise.
21675
21676 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21677
21678         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
21679         (init_word_char, create_initial_state, duplicate_node_closure):
21680         (fetch_token, peek_token_bracket, build_range_exp):
21681         (build_collating_symbol): Remove forward decls; no longer needed
21682         now that we use prototypes.
21683
21684         * lib/regcomp.c:
21685         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
21686         (re_compile_fastmap_iter, regcomp, regerror, regfree):
21687         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
21688         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
21689         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
21690         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
21691         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
21692         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
21693         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
21694         (build_range_exp, build_collating_symbol, parse_bracket_exp):
21695         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
21696         (build_charclass, build_charclass_op, fetch_number, create_tree):
21697         (create_token_tree, mark_opt_subexp, duplicate_tree):
21698         Use prototypes rather than old-style definitions.
21699
21700         * lib/regex_internal.c:
21701         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
21702         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
21703         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
21704         (re_string_reconstruct, re_string_peek_byte_case):
21705         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
21706         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
21707         (re_node_set_init_copy, re_node_set_add_intersect):
21708         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21709         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21710         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
21711         (re_acquire_state, re_acquire_state_context, register_state):
21712         (create_ci_newstate, create_cd_newstate, free_state):
21713         Likewise.
21714         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
21715         re_search_2):
21716         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
21717         (re_search_internal, prune_impossible_nodes):
21718         (acquire_init_state_context, check_matching, static):
21719         (check_halt_node_context, check_halt_state_context, proceed_next_node):
21720         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
21721         (update_regs, sift_states_backward, build_sifted_states):
21722         (clean_state_log_if_needed, merge_state_array):
21723         (update_cur_sifted_state, add_epsilon_src_nodes):
21724         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
21725         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
21726         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
21727         (find_recover_state, check_subexp_matching_top, transit_state_mb):
21728         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
21729         (check_arrival, check_arrival_add_next_nodes):
21730         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
21731         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
21732         (check_node_accept_bytes, check_node_accept, extend_buffers):
21733         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
21734         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
21735         (sift_ctx_init):
21736         Likewise.
21737
21738         * lib/regex_internal.h:
21739         (re_string_allocate, re_string_construct, re_string_reconstruct):
21740         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
21741         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
21742         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
21743         (re_string_context_at, re_string_peek_byte_case):
21744         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
21745         is defined, since we now use prototypes always.
21746
21747         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
21748         C89 or better.  All uses removed.
21749
21750 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21751
21752         * config/srclist.txt: Add glibc bugs 1220-1227.
21753
21754 2005-08-20  Jim Meyering  <jim@meyering.net>
21755
21756         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
21757         of unused local, dfa.
21758
21759 2005-08-20  Bruno Haible  <bruno@clisp.org>
21760
21761         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
21762
21763 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21764
21765         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
21766         (re_node_set_insert_last, re_dfa_add_node):
21767         Rename local variables to avoid GCC shadowing warnings.
21768
21769 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21770
21771         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
21772         [defined lint]: Suppress bogus uninitialized-variable warnings.
21773
21774         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
21775         and let the caller return REG_ESPACE if out of space.  This
21776         removes an uninitialied-variable warning with GCC 4.0.1, and also
21777         avoids taking the address of a local variable.  All callers
21778         changed.
21779
21780 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21781
21782         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
21783         $LIBCSRC/posix/regexec.c.
21784         Add glibc bug 1217 for regcomp.c.
21785
21786 2005-08-19  Jim Meyering  <jim@meyering.net>
21787
21788         * lib/regexec.c (proceed_next_node): Redo local variables to
21789         avoid GCC shadowing warnings.
21790
21791 2005-08-18  Bruno Haible  <bruno@clisp.org>
21792
21793         * lib/strstr.c (strstr): Fix return value in multibyte case.
21794         * lib/strcasestr.c (strcasestr): Likewise.
21795
21796 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21797
21798         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
21799
21800 2005-08-17  Jim Meyering  <jim@meyering.net>
21801
21802         Make the %s format (seconds since the epoch) work for a negative
21803         number and when used with a zero-padded field width, e.g. %015s.
21804
21805         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
21806         label so that it precedes the code to set `digits'.  Otherwise,
21807         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
21808         print `00-22'.  Now, it prints `-0022', as it should.
21809
21810 2005-08-17  Bruno Haible  <bruno@clisp.org>
21811
21812         * modules/strstr (Files): Add m4/mbrtowc.m4.
21813         (Depends-on): Add mbuiter.
21814
21815 2005-08-17  Bruno Haible  <bruno@clisp.org>
21816
21817         * modules/strcasestr: New file.
21818         * MODULES.html.sh (String handling, based on ANSI C 89): Add
21819         strcasestr.
21820
21821 2005-08-17  Bruno Haible  <bruno@clisp.org>
21822
21823         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
21824
21825 2005-08-17  Bruno Haible  <bruno@clisp.org>
21826
21827         * modules/mbuiter: New file.
21828         * MODULES.html.sh (Extended multibyte and wide character utilities):
21829         Add mbuiter.
21830
21831 2005-08-17  Bruno Haible  <bruno@clisp.org>
21832
21833         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
21834         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
21835
21836 2005-08-17  Bruno Haible  <bruno@clisp.org>
21837
21838         * m4/strcasestr.m4: New file.
21839
21840 2005-08-17  Bruno Haible  <bruno@clisp.org>
21841
21842         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
21843         * lib/strstr.c: Completely rewritten, with multibyte locale support.
21844
21845 2005-08-17  Bruno Haible  <bruno@clisp.org>
21846
21847         * lib/strcasestr.h: New file.
21848         * lib/strcasestr.c: New file.
21849
21850 2005-08-17  Bruno Haible  <bruno@clisp.org>
21851
21852         * lib/strcasecmp.c: Use mbuiter.h.
21853
21854 2005-08-17  Bruno Haible  <bruno@clisp.org>
21855
21856         * lib/mbuiter.h: New file.
21857
21858 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21859
21860         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
21861         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
21862         and gl_GETOPT are both invoked via different paths (as happens
21863         with GNU tar CVS because it uses both argp and getopt), the former
21864         wins.
21865
21866 2005-08-16  Bruno Haible  <bruno@clisp.org>
21867
21868         * modules/tls: New file.
21869         * MODULES.html.sh (Multithreading): Add tls.
21870
21871 2005-08-16  Bruno Haible  <bruno@clisp.org>
21872
21873         * modules/strnlen1: New file.
21874         * MODULES.html.sh (String handling): Add strnlen1.
21875
21876 2005-08-16  Bruno Haible  <bruno@clisp.org>
21877
21878         * modules/strcase (Files): Add m4/mbrtowc.m4.
21879         (Depends-on): Add strnlen1, mbchar.
21880
21881 2005-08-16  Bruno Haible  <bruno@clisp.org>
21882
21883         * modules/mbiter: New file.
21884         * MODULES.html.sh (Extended multibyte and wide character utilities):
21885         Add mbiter.
21886
21887 2005-08-16  Bruno Haible  <bruno@clisp.org>
21888
21889         * modules/mbfile: New file.
21890         * MODULES.html.sh (Extended multibyte and wide character utilities):
21891         Add mbfile.
21892
21893 2005-08-16  Bruno Haible  <bruno@clisp.org>
21894
21895         * modules/mbchar: New file.
21896         * MODULES.html.sh (Extended multibyte and wide character utilities):
21897         New section.
21898
21899 2005-08-16  Bruno Haible  <bruno@clisp.org>
21900
21901         * m4/tls.m4: New file, from GNU gettext.
21902
21903 2005-08-16  Bruno Haible  <bruno@clisp.org>
21904
21905         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
21906         always.
21907         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
21908
21909 2005-08-16  Bruno Haible  <bruno@clisp.org>
21910
21911         * m4/mbiter.m4: New file.
21912
21913 2005-08-16  Bruno Haible  <bruno@clisp.org>
21914
21915         * m4/mbfile.m4: New file.
21916
21917 2005-08-16  Bruno Haible  <bruno@clisp.org>
21918
21919         * m4/mbchar.m4: New file.
21920
21921 2005-08-16  Bruno Haible  <bruno@clisp.org>
21922
21923         * lib/tls.h: New file, from GNU gettext.
21924         * lib/tls.c: New file, from GNU gettext.
21925
21926 2005-08-16  Bruno Haible  <bruno@clisp.org>
21927
21928         * lib/strnlen1.h: New file.
21929         * lib/strnlen1.c: New file.
21930
21931 2005-08-16  Bruno Haible  <bruno@clisp.org>
21932
21933         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
21934         (mbi_init): Update.
21935         (mbi_avail, mbi_advance): Let the iteration end before the terminating
21936         NUL byte, not after it.
21937
21938 2005-08-16  Bruno Haible  <bruno@clisp.org>
21939
21940         * lib/strcase.h (strcasecmp): Add note in comments.
21941         * lib/strncasecmp.c: Use code from strcasecmp.c.
21942         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
21943         (strcasecmp): Work correctly in multibyte locales.
21944
21945 2005-08-16  Bruno Haible  <bruno@clisp.org>
21946
21947         * lib/mbiter.h: New file.
21948
21949 2005-08-16  Bruno Haible  <bruno@clisp.org>
21950
21951         * lib/mbfile.h: New file.
21952
21953 2005-08-16  Bruno Haible  <bruno@clisp.org>
21954
21955         * lib/mbchar.h: New file.
21956         * lib/mbchar.c: New file.
21957
21958 2005-08-16  Bruno Haible  <bruno@clisp.org>
21959
21960         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
21961         the valid ones. Makes the comparison operations transitive:
21962         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
21963         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
21964
21965 2005-08-15  Simon Josefsson  <jas@extundo.com>
21966
21967         * modules/ssize_t (License): Change to 'unlimited'.
21968
21969         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
21970
21971 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21972
21973         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
21974         Add comments for each pending glibc patch.
21975
21976 2005-08-15  Bruno Haible  <bruno@clisp.org>
21977
21978         * lib/regex.h (__restrict_arr): Don't define to __restrict if
21979         __cplusplus is defined.
21980
21981 2005-08-14  Jim Meyering  <jim@meyering.net>
21982
21983         Sync from coreutils.
21984
21985         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
21986         Use the hash-table-based cycle-detection code not just when
21987         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
21988         Reported by James Youngman in
21989         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
21990         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
21991         FTS_TIGHT_CYCLE_CHECK.
21992         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
21993         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
21994         once again.
21995         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
21996         * lib/fts.c (fd_safer): Remove decl.
21997         Include fcntl--.h rather than unistd-safer.h
21998         (fts_safe_changedir): Don't call fd_safer; no longer needed
21999         now that we include fcntl--.h.
22000
22001 2005-08-12  Simon Josefsson  <jas@extundo.com>
22002
22003         * modules/getndelim2: Use ssize_t module.
22004         * modules/getnline: Likewise.
22005         * modules/safe-read: Likewise.
22006         * modules/xreadlink: Likewise.
22007
22008         * modules/ssize_t: New file.
22009
22010 2005-08-12  Simon Josefsson  <jas@extundo.com>
22011
22012         * m4/readline.m4: Look for termcap, curses or ncurses if required.
22013
22014 2005-08-12  Simon Josefsson  <jas@extundo.com>
22015
22016         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22017         ssize_t.
22018
22019 2005-08-12  Simon Josefsson  <jas@extundo.com>
22020
22021         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
22022         readline, getdelim and check_version.
22023         (Support for systems lacking ISO C 99: Sizes of integer types):
22024         Add size_max.
22025
22026 2005-08-12  Bruno Haible  <bruno@clisp.org>
22027
22028         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
22029
22030 2005-08-11  Simon Josefsson  <jas@extundo.com>
22031
22032         * modules/readline: New file.
22033
22034         * modules/strnlen (Files): Add strnlen.h.
22035
22036 2005-08-11  Simon Josefsson  <jas@extundo.com>
22037
22038         * m4/readline.m4: New file.
22039
22040 2005-08-11  Simon Josefsson  <jas@extundo.com>
22041
22042         * lib/readline.h, readline.c: New file.
22043
22044 2005-08-11  Simon Josefsson  <jas@extundo.com>
22045
22046         * doc/gnulib.texi (Initial import, Finishing touches): Mention
22047         gl_AVOID.
22048
22049 2005-08-11  Bruno Haible  <bruno@clisp.org>
22050
22051         * lib/strnlen.h (strnlen): Change parameter name to match comment.
22052
22053 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
22054
22055         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
22056
22057 2005-08-10  Simon Josefsson  <jas@extundo.com>
22058
22059         * tests/test-iconvme.c: New file.
22060
22061 2005-08-10  Simon Josefsson  <jas@extundo.com>
22062
22063         * m4/strnlen.m4: New file.
22064
22065         * m4/strndup.m4: Don't check for strnlen declaration, done in
22066         strnlen.m4.
22067
22068 2005-08-10  Simon Josefsson  <jas@extundo.com>
22069
22070         * lib/strndup.c: Use strnlen.h.
22071
22072         * lib/strnlen.h: New file.
22073
22074 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22075
22076         * README: Typos.
22077
22078 2005-08-02  Simon Josefsson  <jas@extundo.com>
22079
22080         * modules/readline: New file.
22081
22082 2005-08-02  Simon Josefsson  <jas@extundo.com>
22083
22084         * modules/getdelim: New file.
22085
22086         * modules/getline: Rewrite, don't use getndelim2.
22087
22088 2005-08-02  Simon Josefsson  <jas@extundo.com>
22089
22090         * m4/getline.m4: Separate out getdelim stuff into separate module.
22091
22092         * m4/getdelim.m4: New file.
22093
22094 2005-08-02  Simon Josefsson  <jas@extundo.com>
22095
22096         * lib/getline.h, getline.c: Rewrite.
22097
22098         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
22099
22100 2005-07-31  Bruno Haible  <bruno@clisp.org>
22101
22102         * lib/lock.h (gl_lock_initializer): New macro.
22103         (gl_lock_define_initialized): Use it.
22104         (gl_rwlock_initializer): New macro.
22105         (gl_rwlock_define_initialized): Use it.
22106         (gl_recursive_lock_initializer): New macro.
22107         (gl_recursive_lock_define_initialized): Use it.
22108
22109 2005-07-30  Karl Berry  <karl@gnu.org>
22110
22111         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
22112         Report from Ben Pfaff, regarding getopt.
22113
22114 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
22115
22116         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
22117         normal way.
22118         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
22119         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
22120         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
22121         (gl_GETOPT): Use the new macros.  Most of the implementation
22122         is moved to the new macros.  This is for programs like Emacs
22123         that don't want all the functionality of gl_GETOPT.
22124
22125 2005-07-26  Bruno Haible  <bruno@clisp.org>
22126
22127         * m4/lock.m4: Update from GNU gettext.
22128
22129 2005-07-26  Bruno Haible  <bruno@clisp.org>
22130
22131         * lib/lock.h: Update from GNU gettext.
22132         * lib/lock.c: Update from GNU gettext.
22133
22134 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
22135
22136         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
22137         obsolescent AC_TRY_RUN.  Include the default includes files, for
22138         'exit'.
22139
22140 2005-07-24  Bruno Haible  <bruno@clisp.org>
22141
22142         * modules/visibility: New file.
22143         * MODULES.html.sh (Misc): Add visibility.
22144
22145 2005-07-24  Bruno Haible  <bruno@clisp.org>
22146
22147         * m4/visibility.m4: New file.
22148
22149 2005-07-24  Bruno Haible  <bruno@clisp.org>
22150
22151         * doc/visibility.texi: New file.
22152
22153 2005-07-22  Bruno Haible  <bruno@clisp.org>
22154
22155         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
22156         $(ALLOCA_H), redundant through BUILT_SOURCES.
22157         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
22158         redundant through BUILT_SOURCES.
22159         * modules/byteswap (Makefile.am): Remove explicit dependency on
22160         $(BYTESWAP_H), redundant through BUILT_SOURCES.
22161         * modules/fnmatch (Makefile.am): Remove explicit dependency on
22162         $(FNMATCH_H), redundant through BUILT_SOURCES.
22163         * modules/getopt (Makefile.am): Remove explicit dependency on
22164         $(GETOPT_H), redundant through BUILT_SOURCES.
22165         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
22166         redundant through BUILT_SOURCES.
22167         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
22168         redundant through BUILT_SOURCES.
22169         * modules/stdbool (Makefile.am): Remove explicit dependency on
22170         $(STDBOOL_H), redundant through BUILT_SOURCES.
22171         * modules/stdint (Makefile.am): Remove explicit dependency on
22172         $(STDINT_H), redundant through BUILT_SOURCES.
22173         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
22174         Remove explicit dependency on $(SYSEXITS_H).
22175         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
22176
22177 2005-07-18  Simon Josefsson  <jas@extundo.com>
22178
22179         * lib/check-version.c (check_version): Accept identical versions too.
22180
22181 2005-07-18  Bruno Haible  <bruno@clisp.org>
22182
22183         * modules/lock: New file.
22184         * MODULES.html.sh (Multithreading): New section.
22185
22186 2005-07-18  Bruno Haible  <bruno@clisp.org>
22187
22188         * m4/lock.m4: New file, from GNU gettext.
22189
22190 2005-07-18  Bruno Haible  <bruno@clisp.org>
22191
22192         * lib/lock.h: New file, from GNU gettext.
22193         * lib/lock.c: New file, from GNU gettext.
22194
22195 2005-07-18  Bruno Haible  <bruno@clisp.org>
22196
22197         * lib/lock.h (gl_once_t): New type.
22198         (gl_once_define, gl_once): New macros.
22199         * lib/lock.c (fresh_once): New variable.
22200         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
22201         functions.
22202
22203 2005-07-16  Simon Josefsson  <jas@extundo.com>
22204
22205         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
22206         workaround, suggested by Bruno.
22207
22208 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
22209
22210         * modules/xalloc (Depends-on): Add xalloc-die.
22211         * modules/xvasprintf (Depends-on): Add xalloc-die.
22212
22213 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
22214
22215         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
22216         with a minor change.
22217
22218 2005-07-15  Bruno Haible  <bruno@clisp.org>
22219
22220         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
22221         When using lib/poll.c, define poll as rpl_poll.
22222
22223 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
22224
22225         * modules/argp (Depends-on): Remove unlocked-io.
22226
22227 2005-07-14  Derek Price  <derek@ximbiot.com>
22228
22229         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
22230         for glob symlink bug.
22231
22232 2005-07-14  Bruno Haible  <bruno@clisp.org>
22233
22234         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
22235         Instead, test for *_unlocked function declarations directly.
22236
22237 2005-07-11  Simon Josefsson  <jas@extundo.com>
22238
22239         * modules/size_max: New file.
22240
22241         * modules/xsize: Depend on size_max module for size_max.m4.
22242
22243 2005-07-11  Simon Josefsson  <jas@extundo.com>
22244
22245         * lib/size_max.h: New file.
22246
22247 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
22248
22249         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
22250         copyright symbol and the year.
22251         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
22252         (version_etc_va): Use parameterized copyright notice.
22253         Reword to conform to the current GNU coding standards.
22254
22255 2005-07-11  Karl Berry  <karl@gnu.org>
22256
22257         * doc/gnulib.texi (Quoting): new node.
22258         (Initial import): more info, from Patrice.
22259
22260 2005-07-11  Bruno Haible  <bruno@clisp.org>
22261
22262         * gnulib-tool (func_usage): Document option --avoid.
22263         (Command line options): Handle --avoid.
22264         (func_acceptable): New function.
22265         (func_modules_transitive_closure): Use it.
22266
22267 2005-07-11  Bruno Haible  <bruno@clisp.org>
22268
22269         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
22270         Reported by Jim Meyering.
22271
22272 2005-07-10  Bruno Haible  <bruno@clisp.org>
22273
22274         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
22275         Needed when size_t is smaller than 'unsigned int'.
22276         Reported by Paul Eggert.
22277
22278 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22279
22280         * modules/argp (Depends-on): Add unlocked-io
22281
22282 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22283
22284         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
22285         block of defines.
22286
22287 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
22288
22289         * config/srclist.txt: Comment out regcomp.c, since we have a porting
22290         fix now.
22291
22292 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
22293         and Paul Eggert  <eggert@cs.ucla.edu>
22294
22295         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
22296         in wint_t, not wchar_t.  Remove now-unnecessary cast.
22297
22298 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22299
22300         * modules/regex (Files): Add lib/regex_internal.c,
22301         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
22302         (Depends-on): Add extensions.
22303         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
22304
22305 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22306
22307         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
22308         pathconf.
22309         * m4/same.m4 (gl_SAME): Likewise.
22310         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
22311
22312         * m4/regex.m4: Adjust to new libc regex implementation.
22313         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
22314         all the .c and .h parts of (the new) regex.
22315         Quote the m4 stuff better.
22316         Check for RE_ICASE bug of old gnulib.
22317         Check for REG_STARTEND of recent libc.
22318         Rename local variables from jm_* to gl_*.
22319         Quote operand of "test -f".
22320         Say "recent enough" version of libc, not "version 2".
22321         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
22322         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
22323         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
22324         Remove check for btowc, isascii.
22325         Require AM_LANGINFO_CODESET.
22326
22327 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22328
22329         * lib/regex.c, regex.h: Sync from libc.
22330         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
22331         * lib/regexec.c:
22332         New files, synced from libc, except that regex_internal.h
22333         currently has a small porting fix.
22334
22335 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22336
22337         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
22338         regex_internal.c, regexec.c.
22339         Add regex_internal.h too, but as a comment, since the libc version
22340         is currently broken in gnulib mode.
22341
22342 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22343
22344         Support programs like Emacs that use gnulib but not gettext.
22345         * MODULES.html.sh (Internationalization functions): Add gettext-h.
22346         * modules/gettext-h: New file.
22347         * modules/gettext (Files): Remove lib/gettext.h.
22348         (Depends-on): Add gettext-h.
22349         (Makefile.am): Remove lib_SOURCES.
22350         * modules/argmatch, modules/c-stack, modules/closeout:
22351         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
22352         * modules/execute, modules/file-type, modules/getaddrinfo:
22353         * modules/getopt, modules/human, modules/javacomp:
22354         * modules/javaexec, modules/mkdir-p, modules/obstack:
22355         * modules/openat, modules/pagealign_alloc, modules/pipe:
22356         * modules/quotearg, modules/regex, modules/rpmatch:
22357         * modules/unicodeio, modules/userspec, modules/version-etc:
22358         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
22359         * modules/xsetenv:
22360         Depend on gettext-h, not gettext.
22361
22362 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22363
22364         * gnulib-tool (func_import): Add support for 'public domain' license.
22365         * modules/alloca, modules/atexit, modules/memmove:
22366         Now public domain, not GPL.
22367         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
22368         * modules/realloc, modules/strerror, modules/strtod:
22369         Now LGPL, not GPL.
22370
22371 2005-07-05  Bruno Haible  <bruno@clisp.org>
22372
22373         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
22374         autoconf CVS. Needed for mingw.
22375
22376 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22377
22378         Remove the dependency of the strftime module on the tzset module.
22379         * modules/strftime (Depends-on): Remove dependency on tzset.
22380
22381 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22382
22383         Remove the dependency of the strftime module on the tzset module.
22384         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
22385         gl_FUNC_TZSET_CLOBBER.
22386
22387 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22388
22389         Remove the dependency of the strftime module on the tzset module.
22390         * lib/strftime.c (my_strftime)
22391         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
22392         Copy the input structure, to work around some of the bug with
22393         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
22394         Solaris releases, you should also use the tzset module, but we won't
22395         require it as a dependency any more since we don't want LGPLed code
22396         to depend on GPLed code.
22397
22398 2005-07-02  Jim Meyering  <jim@meyering.net>
22399
22400         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
22401         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
22402         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
22403         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
22404
22405 2005-07-02  Jim Meyering  <jim@meyering.net>
22406
22407         * lib/backupfile.c (backup_args): Change a `0' to NULL.
22408
22409 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22410
22411         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
22412         declares only 'struct timespec;' (!).
22413
22414 2005-07-01  Jim Meyering  <jim@meyering.net>
22415
22416         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
22417         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
22418         * lib/save-cwd.c, tempname.c:
22419         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
22420         and don't include <sys/file.h>).
22421
22422 2005-06-29  Jim Meyering  <jim@meyering.net>
22423
22424         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
22425         type name.  Use the variable name instead.
22426         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
22427         Likewise.
22428
22429 2005-06-28  Simon Josefsson  <jas@extundo.com>
22430
22431         * modules/check-version (Files): Add check-version.m4.
22432
22433 2005-06-28  Simon Josefsson  <jas@extundo.com>
22434
22435         * m4/check-version.m4: New file, suggested by Jim Meyering
22436         <jim@meyering.net>.
22437
22438 2005-06-28  Simon Josefsson  <jas@extundo.com>
22439
22440         * lib/check-version.h, lib/check-version.c: New files.
22441
22442 2005-06-28  Simon Josefsson  <jas@extundo.com>
22443
22444         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
22445         collision with global variable.  Better indentation.  Don't
22446         increment buffer pointer beyond buffer end.  Based on comments
22447         from Paul Eggert <eggert@cs.ucla.edu>.
22448
22449         * lib/base64.h: Indent.
22450
22451 2005-06-28  Simon Josefsson  <jas@extundo.com>
22452
22453         * doc/gnulib.texi (Library version handling): New section.
22454
22455 2005-06-28  Jim Meyering  <jim@meyering.net>
22456
22457         * check-module (find_included_lib_files): Hard-code another
22458         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
22459         but modules/fts-lgpl (correctly) does not list those files.
22460
22461         * modules/canonicalize (Files): Add lib/pathmax.h.
22462
22463 2005-06-25  Simon Josefsson  <jas@extundo.com>
22464
22465         * modules/check-version: New file.
22466
22467 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
22468
22469         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
22470         initializer of struct addrinfo, as an indication that we don't
22471         care how many members the structure has.
22472
22473 2005-06-24  Derek Price  <derek@ximbiot.com>
22474         and Bruno Haible  <bruno@clisp.org>
22475
22476         Remove stat module & update lstat.
22477         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
22478         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22479         * m4/stat.m4: Remove this file.
22480
22481 2005-06-24  Derek Price  <derek@ximbiot.com>
22482         and Bruno Haible  <bruno@clisp.org>
22483
22484         Remove stat module & update lstat.
22485         * lib/stat.c: Remove this file...
22486         (slash_aware_lstat): ...moving this content and its support...
22487         * lib/lstat.c (rpl_lstat): ...into here.
22488         * lib/lstat.h: New file.
22489
22490 2005-06-24  Derek Price  <derek@ximbiot.com>
22491         and Bruno Haible  <bruno@clisp.org>
22492
22493         Remove stat module & update lstat.
22494         * config/srclist.txt (libc sources): Remove stat.
22495
22496 2005-06-24  Derek Price  <derek@ximbiot.com>
22497         and Bruno Haible  <bruno@clisp.org>
22498
22499         Remove stat module & update lstat.
22500         * MODULES.html.sh (stat): Remove.
22501         * MODULES.html: Regenerated.
22502         * modules/lstat (Description): Correct function name.
22503         (Files): Add "lstat.h".
22504         (Depends-on): Remove stat, add xalloc, stat-macros.
22505         * modules/stat: Remove this file.
22506         (Include): Add "lstat.h", remove <sys/stat.h>.
22507
22508 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
22509
22510         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
22511         (ranged_convert): Don't save conversion in a temporary struct.
22512         This causes a warning with GCC 4.0.0, and anyway in the typical
22513         case it's not worth the extra 100 bytes or so of code.
22514         (ranged_convert, __mktime_internal): When calling a function via a
22515         pointer P, use P () rather than (*P) (), as we now assume C89 or
22516         better.
22517
22518 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22519
22520         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
22521         "who -r" failed to give output.  Problem reported by Tim Waugh.
22522
22523         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
22524         (xcalloc): Use it to avoid needless tests.
22525         Problem reported by Jim Meyering.
22526
22527 2005-06-20  Derek Price  <derek@ximbiot.com>
22528
22529         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
22530         unnecessary for Autoconfs > 2.59c.
22531
22532 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22533
22534         * lib/argp.h (__option_is_short): Check upper limit of
22535         __key. Isprint() requires its argument to have the value
22536         of an unsigned char or EOF.
22537
22538 2005-06-16  Jim Meyering  <jim@meyering.net>
22539
22540         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
22541         when either N or S is zero.
22542
22543 2005-06-16  Derek Price  <derek@ximbiot.com>
22544
22545         * m4/bison.m4: Declare YACC & YFLAGS precious.
22546
22547 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
22548
22549         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
22550         multibyte string or pattern, fall back on unibyte matching.
22551         Problem reported by James Youngman.
22552
22553 2005-06-08  Bruno Haible  <bruno@clisp.org>
22554
22555         * modules/csharpcomp: New file.
22556         * MODULES.html.sh (C#): Add csharpcomp.
22557
22558 2005-06-08  Bruno Haible  <bruno@clisp.org>
22559
22560         * m4/csharpcomp.m4: New file, from GNU gettext.
22561
22562 2005-06-08  Bruno Haible  <bruno@clisp.org>
22563
22564         * lib/csharpcomp.h: New file, from GNU gettext.
22565         * lib/csharpcomp.c: New file, from GNU gettext.
22566         * lib/csharpcomp.sh.in: New file, from GNU gettext.
22567
22568 2005-06-08  Bruno Haible  <bruno@clisp.org>
22569
22570         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
22571         warning on mingw.
22572
22573 2005-06-07  Derek Price  <derek@ximbiot.com>
22574
22575         Sync from CVS.
22576         * lib/glob_.h: Indent nested #ifdef.
22577
22578 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22579
22580         Sync from coreutils.
22581         Use "file name" when talking about file names, instead of "filename"
22582         or "path", as per the GNU coding standards.
22583         * lib/mkdir-p.c: Renamed from makepath.c.
22584         (make_dir_parents): Renamed from make_path.  All callers changed.
22585         * lib/mkdir-p.h: Likewise.  All includers changed.
22586         * lib/filenamecat.c: Renamed from path-concat.c.
22587         (file_name_concat): Renamed from path_concat.  All callers changed.
22588         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
22589         * lib/filenamecat.h: Likewise.  All includers changed.
22590         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
22591         in comments or local variable names.
22592         * lib/basename.c: Likewise.
22593         * lib/canonicalize.c, canonicalize.h: Likewise.
22594         * lib/dirname.c, dirname.h: Likewise.
22595         * lib/euidaccess.c: Likewise.
22596         * lib/exclude.c: Likewise
22597         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
22598         * lib/fsusage.c, fsuage.h: Likewise.
22599         * lib/fts.c, fts_.h: Likewise.
22600         * lib/getcwd.c: Likewise.
22601         * lib/getloadavg.c: Likewise.
22602         * lib/mkstemp.c: Likewise.
22603         * lib/mountlist.c, mountlist.h: Likewise.
22604         * lib/openat.c, openat.h: Likewise.
22605         * lib/readlink-stub.c: Likewise.
22606         * lib/readutmp.c, readutmp.h: Likewise.
22607         * lib/rename.c: Likewise.
22608         * lib/rmdir.c: Likewise.
22609         * lib/same.c: Likewise.
22610         * lib/savedir.c: Likewise.
22611         * lib/stripslash.c: Likewise.
22612         * lib/tempname.c: Likewise.
22613         * lib/xreadlink.c: Likewise.
22614         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
22615         All uses changed.
22616         * lib/exclude.h: Likewise.
22617
22618         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
22619         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22620         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
22621         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22622         * lib/pathmax.h: Include <limits.h> unconditionally, since other
22623         files have been getting away with it for years (MORE/BSD 4.3
22624         is extinct now).
22625         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
22626         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22627
22628         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
22629         Define to 256, not 255, as per modern POSIX.
22630
22631 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22632
22633         Sync from coreutils.
22634         Use "file name" when talking about file names, instead of "filename"
22635         or "path", as per the GNU coding standards.
22636         * MODULES.html.sh: mkdir-p renamed from makepath.
22637         filenamecat renamed from path-concat.
22638         * modules/filenamecat: Renamed from modules/path-concat.
22639         (Files): filenamecat.h and filenamecat.c renamed from
22640         path-concat.h and path-concat.c.
22641         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
22642         (Include): filenamecat.h, not path-concat.h.
22643         * modules/mkdir-p: Renamed from modules/makepath.
22644         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
22645         makepath.c.
22646         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
22647         (Include): mkdir-p.h, not makepath.h.
22648
22649 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22650
22651         Sync from coreutils.
22652         * m4/mkdir-p.m4: Renamed from makepath.m4.
22653         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
22654         Rename files from makepath.c to mkdir-p.c, and from
22655         makepath.h to mkdir-p.h.
22656         * m4/filenamecat.m4: Renamed from path-concat.m4.
22657         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
22658         Rename files from path-concat.c to filenamecat.c,
22659         and from path-concat.h to filenamecat.h.
22660         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
22661         "file name" in local variables or comments.
22662         * m4/rename.m4: Likewise.
22663
22664 2005-06-01  Bruno Haible  <bruno@clisp.org>
22665
22666         * modules/csharpexec: New file.
22667         * MODULES.html.sh (C#): New section.
22668
22669 2005-06-01  Bruno Haible  <bruno@clisp.org>
22670
22671         * m4/csharp.m4: New file, from GNU gettext.
22672         * m4/csharpexec.m4: New file, from GNU gettext.
22673
22674 2005-06-01  Bruno Haible  <bruno@clisp.org>
22675
22676         * lib/csharpexec.h: New file, from GNU gettext.
22677         * lib/csharpexec.c: New file, from GNU gettext.
22678         * lib/csharpexec.sh.in: New file, from GNU gettext.
22679
22680 2005-05-31  Derek Price  <derek@ximbiot.com>
22681             Paul Eggert  <eggert@cs.ucla.edu>
22682
22683         Sync from cvs.
22684         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22685
22686 2005-05-31  Derek Price  <derek@ximbiot.com>
22687             Paul Eggert  <eggert@cs.ucla.edu>
22688
22689         Sync from cvs.
22690         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22691
22692 2005-05-29  Derek Price  <derek@ximbiot.com>
22693
22694         * config/srclist.txt (glob_.h, glob.c): Add these files.
22695
22696 2005-05-29  Derek Price  <derek@ximbiot.com>
22697
22698         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
22699         * modules/glob: New file.
22700         * modules/getlogin_r: Add link to POSIX spec in description.
22701
22702 2005-05-29  Derek Price  <derek@ximbiot.com>
22703             Paul Eggert  <eggert@cs.ucla.edu>
22704
22705         * m4/glob.m4: New file.
22706
22707 2005-05-29  Derek Price  <derek@ximbiot.com>
22708             Paul Eggert  <eggert@cs.ucla.edu>
22709
22710         * lib/glob_.h, lib/glob.c: New files.
22711
22712 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22713
22714         * modules/fts (Files): Remove m4/inttypes-pri.m4.
22715         * modules/fts-lgpl (Depends-on): Remove gettext.
22716
22717 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22718
22719         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
22720         and don't require gt_INTTYPES_PRI.
22721
22722 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22723
22724         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
22725
22726         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
22727         the configuration hassle isn't worth it.
22728         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
22729         (LONGEST_MODIFIER, PRIuMAX): Remove.
22730
22731 2005-05-27  Bruno Haible  <bruno@clisp.org>
22732
22733         * lib/getlogin_r.h: Remove second include of <stddef.h>.
22734
22735 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
22736
22737         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
22738         _POSIX_PTHREAD_SEMANTICS for Solaris.
22739
22740 2005-05-25  Derek Price  <derek@ximbiot.com>
22741
22742         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
22743
22744 2005-05-25  Derek Price  <derek@ximbiot.com>
22745             Paul Eggert  <eggert@cs.ucla.edu>
22746
22747         * modules/getlogin_r, m4/getlogin_r.m4: New files.
22748         * lib/getlogin_r.c, getlogin_r.h: New files.
22749
22750 2005-05-25  Bruno Haible  <bruno@clisp.org>
22751             Derek Price  <derek@ximbiot.com>
22752
22753         * lib/getlogin_r.h: Simplify API documentation.
22754
22755 2005-05-23  Derek Price  <derek@ximbiot.com>
22756
22757         * modules/minmax (Files): Add m4/minmax.m4.
22758         (configure.ac): Add gl_MINMAX.
22759
22760 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22761
22762         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
22763         so that unistd-safer.h (GPL'ed code) need not be included.
22764
22765 2005-05-22  Bruno Haible  <bruno@clisp.org>
22766
22767         * m4/minmax.m4: New file.
22768         Based on a patch by Derek Price <derek@ximbiot.com>.
22769
22770 2005-05-22  Bruno Haible  <bruno@clisp.org>
22771
22772         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
22773         (INT64_MIN): Fix definition.
22774         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
22775
22776         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
22777         NEED_SIGNED_INT_TYPES.
22778
22779         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
22780         HAVE_SYSTEM_INTTYPES.
22781
22782 2005-05-22  Bruno Haible  <bruno@clisp.org>
22783
22784         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
22785         Also include <sys/param.h> if it defines MIN, MAX.
22786         Based on a patch by Derek Price <derek@ximbiot.com>.
22787
22788 2005-05-21  Jim Meyering  <jim@meyering.net>
22789
22790         * modules/fts (Files): Add m4/inttypes-pri.m4.
22791         (Depends-on): Add lstat and remove gettext.  Alphabetize.
22792
22793 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22794
22795         New fts module.
22796         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
22797         (setup_dir, free_dir): New functions.
22798         (enter_dir, leave_dir): Define trivial
22799         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
22800         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
22801         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
22802         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
22803         Move to fts-cycle.c.
22804         (fts_open): Use setup_dir.
22805         (fts_close): Use free_dir.
22806         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
22807         This adds a label and some gotos, but the alternatives were messier.
22808         Check for memory allocation failure when entering a dir.
22809         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
22810         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
22811         (FTS): New member fts_cycle, that is a union that contains the
22812         old active_dir_ht and cycle_state.  All uses changed to mention
22813         fts_cycle.ht and fts_cycle.state.
22814         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
22815         fts.c, with the following changes:
22816         (setup_dir, free_dir): New functions.
22817         (enter_dir): Now returns bool.  Return true if successful, false
22818         if memory exhausted.  All callers changed.
22819         Do not bother partly cleaning up on
22820         memory allocation failure; that is free_dir's job.
22821         However, free ad if hash_insert fails, to avoid memory leak.
22822         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
22823         fts->fts_options to see which union member to use.
22824
22825 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22826
22827         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
22828         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
22829
22830 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22831
22832         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
22833
22834 2005-05-20  Jim Meyering  <jim@meyering.net>
22835
22836         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
22837         Now a macro, to pacify GCC.
22838
22839 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22840
22841         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
22842         of -1.
22843
22844 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22845
22846         * lib/chown.c (rpl_chown): Return -1 on failure.
22847
22848 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22849
22850         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
22851         Don't check for stddef.h.
22852         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
22853         don't use its results.
22854         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
22855         since we include them unconditionally.  Don't require
22856         AM_STDBOOL_H, since stdbool is a prerequisite.
22857         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
22858         since we assume C89 or better.
22859         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
22860         as we don't use their results.
22861         Don't check for fchdir, memmove, memset, strrchr, as we use
22862         them unconditionally.
22863         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
22864         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
22865
22866 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22867
22868         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
22869         Include <stddef.h> unconditionally, since we assume C89 now.
22870         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
22871         * lib/fts.c: Include fts_.h first, to check interface.
22872         Do not include intprops.h; no longer needed.
22873         Include cycle-check.h and hash.h, since fts_.h no longer does.
22874         Remove unnecessary casts of closedir to void.
22875         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
22876         decide whether to decrement nlinks.
22877         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
22878         (FTS): Use struct hash_table * instead of Hash_table, so that
22879         we no longer need to include hash.h here.
22880
22881 2005-05-18  Jim Meyering  <jim@meyering.net>
22882
22883         * modules/dirfd (License): Change to LGPL.  Most of the code
22884         is already in the public domain.
22885
22886 2005-05-18  Jim Meyering  <jim@meyering.net>
22887
22888         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
22889         Reported by Yoann Vandoorselaere.
22890
22891 2005-05-17  Jim Meyering  <jim@meyering.net>
22892
22893         * m4/fts.m4: New file, from coreutils.
22894
22895 2005-05-17  Jim Meyering  <jim@meyering.net>
22896
22897         * lib/fts.c, lib/fts_.h: New files, from coreutils.
22898
22899 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22900
22901         Sync from coreutils.
22902         * m4/unlinkdir.m4: New file.
22903
22904 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22905
22906         Sync from coreutils.
22907         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
22908         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
22909         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
22910         White space changes only.
22911         * lib/makepath.c (make_path): Port to hosts where leading "//" is
22912         special.
22913         * lib/yesno.c: Include getline.h, not ctype.h.
22914         (yesno): Don't remove leading white space; POSIX doesn't allow it.
22915         Use getline to remove arbitrary restriction on response length.
22916
22917 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22918
22919         * config/srclist-update: Spell out "Street" in FSF postal
22920         mail address; this is the style the FSF seems to prefer.
22921
22922         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
22923         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
22924         this updates FSF postal mail address.
22925
22926         Sync from coreutils.
22927         * modules/unlinkdir: New file.
22928         * modules/yesno (Depends-on): Add getline.
22929         * MODULES.html.sh (File system functions): Add unlinkdir.
22930
22931 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22932
22933         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
22934         lib/strsep.h:
22935         Change the initial comment to refer to GPL, not LGPL.
22936         gnulib-tool will change it to LGPL as needed.
22937
22938         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
22939         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
22940         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
22941         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
22942         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
22943         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
22944         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
22945         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
22946         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
22947         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
22948         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
22949         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
22950         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
22951         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
22952         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
22953         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
22954         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
22955         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
22956         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
22957         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
22958         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
22959         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
22960         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
22961         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
22962         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
22963         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
22964         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
22965         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
22966         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
22967         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
22968         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
22969         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
22970         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
22971         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
22972         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
22973         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
22974         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
22975         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
22976         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
22977         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
22978         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
22979         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
22980         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
22981         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
22982         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
22983         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
22984         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
22985         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
22986         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
22987         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
22988         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22989         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
22990         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
22991         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
22992         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
22993         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
22994         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
22995         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
22996         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
22997         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
22998         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
22999         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
23000         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
23001         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
23002         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
23003         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
23004         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
23005         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
23006         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
23007         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
23008         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
23009         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
23010         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
23011         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
23012         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
23013         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
23014         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
23015         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
23016         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
23017         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
23018         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
23019         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
23020         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
23021         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
23022         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
23023         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
23024         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
23025         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
23026         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
23027         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
23028         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
23029         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
23030         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
23031         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
23032         lib/yesno.c, lib/yesno.h:
23033         Update FSF postal mail address.
23034
23035 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23036
23037         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
23038         tests/test-memmem.c, tests/test-stpncpy.c:
23039         Update FSF postal mail address.
23040
23041 2005-05-13  Bruno Haible  <bruno@clisp.org>
23042
23043         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
23044         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
23045         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
23046         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
23047         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
23048         Add support for 64-bit integers in the MSVC compiler.
23049
23050 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23051
23052         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
23053
23054 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
23055
23056         * gnulib-tool (func_import): Sort and uniquify recommended includes.
23057
23058 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
23059
23060         * doc/getdate.texi (General date syntax): Don't say that date
23061         date --iso-8601=ns generates acceptable dates; it doesn't yet.
23062         Problem reported by Nic Ferrier.
23063
23064 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23065
23066         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
23067         specified in ai_socktype. Fix invalid ai_protocol
23068         check. ai_protocol is usually set to 0 or depending on
23069         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
23070         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
23071         ai_socktype / ai_protocol in the returned addrinfo structure.
23072
23073 2005-05-10  Simon Josefsson  <jas@extundo.com>
23074
23075         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
23076         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23077
23078 2005-05-10  Karl Berry  <karl@gnu.org>
23079
23080         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
23081         (from http://www.gnu.org/licenses).
23082         * doc/COPYING.LIB: also rename to COPYING.LESSER.
23083         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
23084         fdl.texi suffices.
23085
23086 2005-05-10  Karl Berry  <karl@gnu.org>
23087
23088         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
23089         (COPYING.DOC): remove.
23090
23091         * config/srclist-update: new FSF address.
23092
23093 2005-05-10  Derek Price  <derek@ximbiot.com>
23094
23095         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
23096         possible.
23097
23098 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23099             Bruno Haible  <bruno@clisp.org>
23100
23101         * modules/inet_ntop: New file.
23102         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23103         inet_ntop.
23104
23105 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23106             Bruno Haible  <bruno@clisp.org>
23107
23108         * m4/inet_ntop.m4: New file.
23109
23110 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23111             Bruno Haible  <bruno@clisp.org>
23112
23113         * lib/inet_ntop.h: New file.
23114         * lib/inet_ntop.c: New file, from glibc with modifications.
23115
23116 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
23117
23118         * modules/time_r (License): Change to LGPL.
23119         * modules/extensions (License): Change to LGPL.  Actually,
23120         the license is more permissive than that, but currently gnulib-tool
23121         doesn't know how to handle more-permissive licenses.
23122
23123         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
23124         Problem reported by Dave Love.
23125
23126 2005-05-08  Jim Meyering  <jim@meyering.net>
23127
23128         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
23129         blank.
23130
23131 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23132
23133         * modules/argmatch (Depends-on): Add stdbool.
23134         * modules/backupfile (Depends-on): Likewise.
23135         * modules/chdir-long (Depends-on): Likewise.
23136         * modules/closeout (Depends-on): Likewise.
23137         * modules/cycle-check (Depends-on): Likewise.
23138         * modules/dirname (Depends-on): Likewise.
23139         * modules/fnmatch (Depends-on): Likewise.
23140         * modules/fsusage (Depends-on): Likewise.
23141         * modules/fwriteerror (Depends-on): Likewise.
23142         * modules/getcwd (Depends-on): Likewise.
23143         * modules/getloadavg (Depends-on): Likewise.
23144         * modules/hard-locale (Depends-on): Likewise.
23145         * modules/makepath (Depends-on): Likewise.
23146         * modules/mountlist (Depends-on): Likewise.
23147         * modules/nanosleep (Depends-on): Likewise.
23148         * modules/posixtm (Depends-on): Likewise.
23149         * modules/quotearg (Depends-on): Likewise.
23150         * modules/readtokens (Depends-on): Likewise.
23151         * modules/readtokens0 (Depends-on): Likewise.
23152         * modules/readutmp (Depends-on): Likewise.
23153         * modules/save-cwd (Depends-on): Likewise.
23154         * modules/strftime (Depends-on): Likewise.
23155         * modules/userspec (Depends-on): Likewise.
23156         * modules/utimecmp (Depends-on): Likewise.
23157         * modules/xgetcwd (Depends-on): Likewise.
23158         * modules/xnanosleep (Depends-on): Likewise.
23159         * modules/xstrtod (Depends-on): Likewise.
23160         * modules/yesno (Depends-on): Likewise.
23161
23162 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
23163
23164         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
23165         needless checks.
23166
23167 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
23168
23169         Merge from coreutils.  Among other things,
23170         add bulletproofing for cases where stdin, stdout, or stderr are closed.
23171         * lib/fd-safer.c: New file.
23172         * lib/fcntl-safer.h, open-safer.c: Remove.
23173         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
23174         * lib/dup-safer.c: Include unistd-safer.h first.
23175         Don't include errno.h.
23176         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
23177         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
23178         * lib/file-type.c: Rely on file-type.h change.
23179         * lib/getloadavg.c: Include unistd-safer.h.
23180         (getloadavg): Use safer open.
23181         * lib/getusershell.c: Include "stdio-safer.h".
23182         (getusershell): Use safer fopen.
23183         * lib/long-options.c (long_options): Use NULL rather than 0.
23184         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
23185         'free'.
23186         * lib/modechange.c: Likewise.
23187         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
23188         (MODE_DONE): New constant.
23189         (struct mode_change): Remove 'next' member.
23190         (make_node_op_equals): New function; like the old one of the
23191         same name, except it allocates an array.
23192         (mode_compile, mode_create_from_ref): Use it.
23193         (mode_compile): Allocate result as an array, not a linked list.
23194         Parse octal string ourself, so that we catch mistakes like "+0".
23195         (mode_adjust): Arg is an array, not a linked list.
23196         * lib/modechange.c: Include stat-macros.h, xalloc.h.
23197         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
23198         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
23199         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
23200         Remove.  This is now stat-macros.h's job.
23201         (talloc): Remove.  All callers replaced by xalloc, so that
23202         our invokers don't have to worry about reporting memory failures.
23203         (make_node_op_equals): Remove.
23204         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
23205         New constants.
23206         (struct mode_change): Moved here from modechange.h.
23207         (mode_append_entry): Remove.
23208         (mode_compile): Remove MASKED_OPS arg, since it encouraged
23209         apps to have incorrect behavior.  Use simpler algorithm for head
23210         and tail.  Don't futz with umask; that's now the job of mode_adjust.
23211         Detect more invalid usages rather than having somewhat-random behavior.
23212         Don't insert an "a=" action, as that leads to incorrect behavior.
23213         (mode_compile, mode_create_from_ref): Return NULL on error instead
23214         of an enum, since now there's only one way to have an error.  All
23215         callers changed.
23216         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
23217         at the correct time.  Simplify calculation of "+u" and its ilk.
23218         Don't mishandle "+X".
23219         (mode_free): Remove "register" and localize decls.
23220         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
23221         (struct mode_change): Move to modechange.c; callers don't
23222         need to see this stuff.
23223         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
23224         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
23225         (mode_change, mode_adjust): Reflect the new signatures noted above.
23226         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
23227         that might redefine system include files.
23228         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
23229         (my_usleep): Use NULL rather than (void *) 0.
23230         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
23231         Use siginterrupt to specify that system calls should be interrupted.
23232         (rpl_nanosleep): Move initialization of suspended closer to call of
23233         my_usleep.
23234         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
23235         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
23236         (desirable_utmp_entry): New function.
23237         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
23238         using x2nrealloc, to simplify logic.
23239         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
23240         size calculation.  Do not assume utmp file is a regular file.
23241         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
23242         (READ_UTMP_CHECK_PIDS): New constant.
23243         * lib/save-cwd.c: Include unistd-safer.h.
23244         (save_cwd): Use fd_safer.
23245         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
23246         [!_LIBC] Include "stat-macros.h" instead.
23247         * lib/unistd-safer.h (fd_safer): New decl.
23248
23249 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
23250
23251         * modules/getloadavg (Depends-on): Add unistd-safer.
23252         * modules/getusershell (Depends-on): Add stdio-safer.
23253         * modules/lstat (Depends-on): Remove xalloc.
23254         * modules/mkstemp (Depends-on): Add stat-macros.
23255         * modules/modechange (Depends-on): Remove xstrtol.
23256         Add stat-macros, xalloc.
23257         * modules/save-cwd (Depends-on): Add unistd-safer.
23258         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
23259         * modules/unistd-safer (Files): Add lib/fd-safer.c
23260         (Makefile.am): Remove lib_SOURCES.
23261
23262         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
23263         Remove fcntl-safer; unistd-safer supersedes it.
23264
23265 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
23266
23267         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
23268         AC_HEADER_STAT.
23269         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
23270         (gl_PREREQ_CHOWN): Remove.
23271         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
23272         it.  Don't require AC_HEADER_STAT.
23273         (gl_PREREQ_LSTAT): Remove.
23274         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
23275         Don't require AC_HEADER_STAT.
23276         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
23277         (gl_PREREQ_RMDIR): Remove.
23278         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
23279         mention stat-macros.h or AC_HEADER_STAT, since we'll make
23280         the stat-macros module a prerequisite.
23281         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
23282         * m4/filemode.m4 (gl_FILEMODE): Likewise.
23283         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
23284         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
23285         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
23286         variable names.
23287         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
23288         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
23289         variable prefixes.
23290         * m4/fcntl-safer.m4: Remove.
23291         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
23292         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
23293         Invoke gl_PREREQ_FD_SAFER.
23294         (gl_PREREQ_FD_SAFER): New macro.
23295         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
23296         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
23297         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
23298         Remove duplicate call to AC_LIBOBJ(readutmp).
23299         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
23300
23301         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
23302         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
23303
23304 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
23305
23306         * MODULES.html.sh (Misc): Add byteswap.
23307
23308 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23309
23310         * modules/getcwd (Depends-on): Add extensions.
23311         * modules/openat (Depends-on): Likewise.
23312
23313 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23314
23315         * modules/byteswap: New file.
23316
23317 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23318
23319         * m4/byteswap.m4: New file.
23320
23321 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23322
23323         * lib/byteswap_.h: New file.
23324
23325 2005-04-25  Karl Berry  <karl@gnu.org>
23326
23327         * m4/gettext.m4: Update from GNU gettext 0.14.4.
23328
23329 2005-04-25  Albert Chin  <china@thewrittenword.com>
23330
23331         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
23332         Toolkit C bug.
23333
23334 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
23335
23336         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
23337         (func_ln_if_changed) Remove forcibly for no error message
23338         in case file does not exist.
23339
23340 2005-04-19  Simon Josefsson  <jas@extundo.com>
23341
23342         * gnulib-tool (Options): Make --symlink mean --symbolic.
23343
23344 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
23345
23346         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
23347
23348 2005-04-16  Simon Josefsson  <jas@extundo.com>
23349
23350         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
23351
23352 2005-04-15  Simon Josefsson  <jas@extundo.com>
23353
23354         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
23355
23356 2005-04-15  Simon Josefsson  <jas@extundo.com>
23357
23358         * gnulib-tool: Rename --symlink to --symbolic.
23359
23360 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
23361
23362         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
23363         symbolic links to files instead of copying/moving.  Add --aux-dir,
23364         specifying directory relative --dir where auxiliary build tools
23365         are placed.
23366
23367 2005-04-14  Bruno Haible  <bruno@clisp.org>
23368
23369         * modules/allocsa (License): Change to LGPL.
23370         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23371
23372 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
23373
23374         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
23375         that "UTC +1 second" continues to work.  Problem reported
23376         by Dmitry V. Levin.
23377         (relunit_snumber): New rule.
23378         (relunit): Use it.
23379
23380 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
23381
23382         * lib/getdate.y (universal_time_zone_table): New constant.
23383         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
23384         universal_time_zone_table.
23385         (lookup_zone): Prefer universal_time_zone_table to
23386         local_time_zone_table, so that "GMT" time stamps are allowed in
23387         London during the summer.  Problem reported by Ian Abbott.
23388
23389 2005-04-12  Jim Meyering  <jim@meyering.net>
23390
23391         * lib/human.c (humblock): Set *options even when returning due to
23392         xstrtoumax conversion failure.  Thanks to a used-uninitialized
23393         warning from gcc-4.
23394
23395 2005-04-09  Jim Meyering  <jim@meyering.net>
23396
23397         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
23398         -Wuninitialized: initialize tm0.tm_year.
23399
23400 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
23401
23402         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
23403         count, since there's no maximum.  All uses changed.
23404         Add member dsts_seen.
23405         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
23406         not being INT_MAX.
23407         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
23408         Use pc_rels_seen to decide whther a date is absolute.
23409
23410         * lib/getdate.y (number): Don't overwrite year.
23411         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
23412         check.
23413
23414 2005-04-02  Simon Josefsson  <jas@extundo.com>
23415
23416         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
23417         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
23418
23419 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
23420
23421         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
23422         where no absolute path name can be longer than PATH_MAX.
23423
23424 2005-03-27  Jim Meyering  <jim@meyering.net>
23425
23426         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
23427
23428 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
23429
23430         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
23431         "one's complement" -> "ones' complement" in comment, as per Knuth.
23432         "value of type" -> "type or expression" in comment.
23433         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
23434
23435 2005-03-26  Jim Meyering  <jim@meyering.net>
23436
23437         Comment nits.
23438         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
23439         Correct typos: s/or/of/.
23440
23441 2005-03-26  Jim Meyering  <jim@meyering.net>
23442
23443         * modules/check-include-files: Move to ../ and rename to...
23444         * check-module: ...this.
23445
23446 2005-03-25  Jim Meyering  <jim@meyering.net>
23447
23448         * modules/xvasprintf (Files): Add xalloc.h.
23449
23450 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
23451
23452         * modules/gettext (Files): config/config.rpath ->
23453         build-aux/config.rpath
23454         * modules/iconv (Files): Likewise.
23455         Problem reported by Oskar Liljeblad.
23456
23457 2005-03-23  Jim Meyering  <jim@meyering.net>
23458
23459         * modules/check-include-files: New script to check for
23460         missing dependencies, multiple includes, etc.
23461
23462         * modules/c-strtold (Depends-on): Add xalloc.
23463         * modules/c-strtod (Depends-on): Add xalloc.
23464         * modules/hash (Depends-on): Add xalloc.
23465         (Files): Remove lib/xalloc.h.
23466
23467         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
23468         * modules/userspec (Files): Add lib/inttostr.h.
23469
23470 2005-03-23  Jim Meyering  <jim@meyering.net>
23471
23472         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
23473
23474 2005-03-22  Jim Meyering  <jim@meyering.net>
23475
23476         * modules/stat-macros: New module.
23477         * modules/canonicalize, modules/euidaccess, modules/file-type,
23478         * modules/filemode, modules/lchown, modules/makepath,
23479         * modules/rmdir, modules/stat: Depend on new stat-macros module
23480         rather than listing lib/stat-macros.h manually.
23481         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
23482
23483 2005-03-22  Jim Meyering  <jim@meyering.net>
23484
23485         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
23486
23487 2005-03-22  Bruno Haible  <bruno@clisp.org>
23488
23489         * config/srclist.txt: Replace target directory 'config' with
23490         'build-aux'.
23491         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
23492         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
23493         ../build-aux/.
23494
23495 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
23496
23497         * modules/chdir-long (Depends-on): Add mempcpy.
23498
23499         * modules/acl, modules/backupfile, modules/c-strtod,
23500         modules/c-strtold, modules/canon-host, modules/canonicalize,
23501         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
23502         modules/exclude, modules/exitfail, modules/file-type,
23503         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
23504         modules/getdate, modules/getline, modules/getpagesize,
23505         modules/getpass, modules/getugroups, modules/group-member,
23506         modules/hard-locale, modules/hash, modules/human, modules/idcache,
23507         modules/inttostr, modules/long-options, modules/makepath,
23508         modules/md5, modules/memcasecmp, modules/memcoll,
23509         modules/modechange, modules/mountlist, modules/path-concat,
23510         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
23511         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
23512         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
23513         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
23514         modules/strftime, modules/strndup, modules/strverscmp,
23515         modules/timespec, modules/unlocked-io, modules/userspec,
23516         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
23517         modules/yesno:
23518         Remove lib_SOURCES line from Makefile.am section, as this is now
23519         done automatically by the corresponding Autoconf macro.
23520
23521 2005-03-21  Jim Meyering  <jim@meyering.net>
23522
23523         Changes imported from coreutils.
23524
23525         * lib/cycle-check.c: Don't include xalloc.h.
23526
23527         * lib/path-concat.c: Don't include assert.h.
23528         (path_concat): Remove assertion that would have triggered
23529         for ABASE starting with more than one slash.
23530         Reported by Andreas Schwab.
23531
23532         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
23533         properly when ABASE is an absolute file name.
23534         Correct the description of this function.
23535         Include <assert.h>.
23536         Add an assertion and a test driver.
23537         This fixes a bug introduced on 2004-07-02.
23538         Andreas Schwab reported the resulting failure of cp --parents:
23539         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
23540
23541 2005-03-21  Jim Meyering  <jim@meyering.net>
23542
23543         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
23544         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
23545
23546 2005-03-21  Jim Meyering  <jim@meyering.net>
23547         and  Paul Eggert  <eggert@cs.ucla.edu>
23548
23549         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
23550         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
23551         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
23552         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
23553         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
23554         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
23555         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
23556         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
23557         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
23558         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
23559         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
23560         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
23561         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
23562         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
23563         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
23564         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
23565         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
23566         for these modules.
23567
23568 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
23569
23570         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
23571         (which shouldn't happen), generate nothing instead of returning 0
23572         immediately, so that nstrftime (NULL, ...) doesn't return 0.
23573
23574 2005-03-16  Bruno Haible  <bruno@clisp.org>
23575
23576         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
23577         HAVE_LONGLONG_64BIT.
23578
23579 2005-03-16  Bruno Haible  <bruno@clisp.org>
23580
23581         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
23582         HAVE_LONGLONG_64BIT.
23583
23584 2005-03-16  Bruno Haible  <bruno@clisp.org>
23585
23586         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
23587         HAVE_LONGLONG_64BIT.
23588
23589 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23590
23591         * lib/strftime.c (my_strftime): Prepend space to format so that we can
23592         reliably distinguish strftime failure from empty output on POSIX
23593         hosts.
23594
23595 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23596
23597         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
23598         (iconv_string): Don't guess a size-zero buffer, as that might cause
23599         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
23600         result would be 'too large', where 'too large' is (heuristically)
23601         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
23602         overflow concerns.  This will prevent some unwanted malloc failures
23603         when the inputs are very large.
23604
23605 2005-03-15  Karl Berry  <karl@gnu.org>
23606
23607         * config/srclist.txt (config.rpath): from gettext.
23608         * config/config.rpath: update.
23609
23610 2005-03-15  Bruno Haible  <bruno@clisp.org>
23611
23612         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
23613         to 'negate'.
23614
23615         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
23616         variable.
23617
23618         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
23619         results.
23620
23621 2005-03-14  Simon Josefsson  <jas@extundo.com>
23622
23623         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
23624         <fx@gnu.org>.
23625
23626 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
23627
23628         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
23629         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
23630         intprops.h.
23631         * lib/strtol.c: Likewise.
23632
23633 2005-03-14  Jim Meyering  <jim@meyering.net>
23634
23635         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
23636         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
23637         to be nonzero so that we (and caller) can detect the difference
23638         between a valid zero-length expansion and an error return, even
23639         when the underlying strftime fails before writing anything into
23640         that location.
23641
23642 2005-03-14  Bruno Haible  <bruno@clisp.org>
23643
23644         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
23645         Update from GNU gettext 0.14.3.
23646
23647 2005-03-10  Jim Meyering  <jim@meyering.net>
23648
23649         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
23650
23651 2005-03-10  Jim Meyering  <jim@meyering.net>
23652
23653         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
23654         so that this module works on systems without fchdir.
23655
23656 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
23657
23658         Factor int-properties macros into a single file, except for
23659         glibc-related files.
23660         * lib/intprops.h: New file.
23661         * lib/getloadavg.c: Include it instead of limits.h.
23662         (INT_STRLEN_BOUND): Remove.
23663         * lib/human.c: Include intprops.h.
23664         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
23665         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
23666         302/1000.
23667         * lib/inttostr.h: Include intprops.h instead of limits.h.
23668         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
23669         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
23670         for consistency with intprops.h.
23671         (time_t_is_integer, twos_complement_arithmetic): Use them.
23672         * lib/sig2str.h: Include <signal.h>, intprops.h.
23673         (INT_STRLEN_BOUND): Remove.
23674         * lib/strftime.c (TYPE_SIGNED): Remove.
23675         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
23676         * lib/strtol.c: Adjust comments to match intprops.h.
23677         * lib/userspec.c: Include intprops.h.
23678         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
23679         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
23680         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
23681         instead of rolling our own expressions.
23682         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
23683
23684         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
23685         instead of int.
23686         (my_strftime): Do not mishandle years close to INT_MAX, by doing
23687         the right thing even if adding 1900 would overflow.  Similarly
23688         for tm_mon + 1 and tm_yday + 1.
23689         Make %Y always equivalent to %C%y, and similarly for %G and %g.
23690         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
23691         (DO_SIGNED_NUMBER): New macro.
23692         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
23693
23694 2005-03-07  Bruno Haible  <bruno@clisp.org>
23695
23696         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
23697
23698 2005-03-07  Bruno Haible  <bruno@clisp.org>
23699
23700         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
23701
23702 2005-03-04  Derek R. Price  <derek@ximbiot.com>
23703
23704         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
23705         (func_import): Only replace files via --import when they have actually
23706         changed.
23707
23708 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23709
23710         * m4/mmap-anon.m4: New file.
23711         * m4/pagealign_alloc.m4: New file.
23712
23713 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23714             Bruno Haible  <bruno@clisp.org>
23715
23716         * modules/pagealign_alloc: New file.
23717         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
23718
23719 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23720             Bruno Haible  <bruno@clisp.org>
23721
23722         * lib/pagealign_alloc.h: New file.
23723         * lib/pagealign_alloc.c: New file.
23724
23725 2005-03-03  Bruno Haible  <bruno@clisp.org>
23726
23727         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
23728         Use an all-permissive copyright notice, recommended by RMS.
23729
23730 2005-03-02  Bruno Haible  <bruno@clisp.org>
23731
23732         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
23733         of AIX, the replacement has to be done only after <string.h> is
23734         included, therefore not in config.h. stpncpy.h does the replacement,
23735         and stpncpy.c uses it.
23736
23737 2005-03-02  Bruno Haible  <bruno@clisp.org>
23738
23739         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
23740         stpncpy.c uses it.
23741
23742 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23743
23744         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
23745         The workaround isn't strictly needed for POSIX conformance, and
23746         it's too much of a pain to configure and maintain.  We'll ask
23747         people to fix their kernels instead.
23748         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
23749         (NANOSLEEP_BUG_WORKAROUND): Remove.
23750         (xnanosleep): Remove the workaround.
23751
23752 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23753
23754         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
23755         Reported by Derek Price.
23756         (Include): Add "timespec.h".
23757
23758         * modules/xnanosleep (Depends-on): Remove gethrxtime.
23759
23760 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23761
23762         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
23763         to detect nanosleep bug.
23764
23765 2005-03-01  Bruno Haible  <bruno@clisp.org>
23766
23767         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
23768
23769 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23770
23771         * modules/gethrxtime: New file.
23772         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
23773         (Depends-on): Add gethrxtime.
23774         (configure.ac): Add gl_XNANOSLEEP.
23775         (Makefile.am): Remove lib_SOURCES line.
23776
23777 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23778
23779         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
23780         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
23781
23782 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23783
23784         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
23785         * lib/timespec.h (gettime): Return void, since it always
23786         succeeds now.  All uses changed.
23787         * lib/gettime.c (gettime) Likewise.
23788         [HAVE_NANOTIME]: Prefer nanotime.
23789         Assume gettimeofday succeeds, as POSIX requires.
23790         Assime time () succeeds, since other code already does.
23791         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
23792         (timespec_subtract): Remove.
23793         (NANOSLEEP_BUG_WORKAROUND): New constant.
23794         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
23795         things considerably.  Use it only on GNU/Linux hosts, since the
23796         workaround shouldn't be needed elsewhere.
23797
23798 2005-02-24  Bruno Haible  <bruno@clisp.org>
23799
23800         * modules/gettext (Files): Add m4/glibc2.m4.
23801
23802 2005-02-24  Bruno Haible  <bruno@clisp.org>
23803
23804         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
23805         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
23806         * m4/progtest.m4:
23807         Update from GNU gettext 0.14.2.
23808         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
23809
23810 2005-02-24  Bruno Haible  <bruno@clisp.org>
23811
23812         * lib/localcharset.c: Update from GNU gettext 0.14.2.
23813         * lib/config.charset: Update from GNU gettext 0.14.2.
23814
23815 2005-02-24  Bruno Haible  <bruno@clisp.org>
23816
23817         * lib/gettext.h: Update from GNU gettext 0.14.2.
23818
23819 2005-02-23  Simon Josefsson  <jas@extundo.com>
23820
23821         * m4/iconvme.m4: New file.
23822
23823 2005-02-23  Jim Meyering  <jim@meyering.net>
23824
23825         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
23826         change.
23827         Thanks to Bruno Haible for catching it.
23828
23829 2005-02-22  Simon Josefsson  <jas@extundo.com>
23830
23831         * modules/iconvme: New file.
23832
23833         * MODULES.html.sh: Add iconvme.
23834
23835 2005-02-22  Simon Josefsson  <jas@extundo.com>
23836
23837         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
23838
23839 2005-02-22  Simon Josefsson  <jas@extundo.com>
23840
23841         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
23842
23843 2005-02-22  Jim Meyering  <jim@meyering.net>
23844
23845         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
23846         s/ifndef/ifdef/.
23847
23848 2005-02-20  Neil Conway  <neilc@samurai.com>
23849
23850         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
23851         returned by OSX/Darwin if the specified buffer is not large
23852         enough for the hostname.
23853
23854 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23855
23856         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
23857         pass it to _help, otherwise the latter coredumps trying to
23858         dereference state.root_argp.
23859
23860 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23861
23862         * modules/chdir-long (Depends-on): Add memrchr.
23863         * modules/memrchr (Files): Add lib/memrchr.h.
23864         (Include): "memrchr.h".
23865
23866 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23867
23868         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
23869
23870 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23871
23872         * lib/memrchr.h: New file.
23873         * lib/chdir-long.c: Include it.
23874         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
23875         Don't bother including stddef.h.
23876
23877 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
23878
23879         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
23880         inclusion.
23881         Include <sys/types.h>, for dev_t.
23882         (ME_DUMMY, ME_REMOTE): Move from here....
23883         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
23884         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
23885         Dmitry V. Levin.
23886         Include mountlist.h first, to test the interface.
23887
23888 2005-01-29  Bruno Haible  <bruno@clisp.org>
23889
23890         * lib/progname.c (program_name): Initialize.
23891         Needed when linking statically on MacOS X.
23892
23893 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23894
23895         Sync from coreutils.
23896         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
23897         (Depends-on): Add c-strtod.
23898         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
23899
23900 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23901
23902         Sync from coreutils.
23903         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
23904
23905         Remove files that are specific to coreutils.
23906         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
23907
23908 2005-01-28  Bruno Haible  <bruno@clisp.org>
23909
23910         * modules/javacomp: New file.
23911         * MODULES.html.sh (Java): Add javacomp.
23912
23913 2005-01-28  Bruno Haible  <bruno@clisp.org>
23914
23915         * m4/javacomp.m4: New file, from GNU gettext.
23916
23917 2005-01-28  Bruno Haible  <bruno@clisp.org>
23918
23919         * lib/javacomp.sh.in: New file, from GNU gettext.
23920         * lib/javacomp.h: New file, from GNU gettext.
23921         * lib/javacomp.c: New file, from GNU gettext.
23922
23923 2005-01-26  Simon Josefsson  <jas@extundo.com>
23924
23925         * lib/gai_strerror.c: Use GPL in header.
23926
23927 2005-01-26  Bruno Haible  <bruno@clisp.org>
23928
23929         * modules/javaexec: New file.
23930         * MODULES.html.sh (Java): Add javaexec.
23931
23932 2005-01-26  Bruno Haible  <bruno@clisp.org>
23933
23934         * m4/javaexec.m4: New file, from GNU gettext.
23935
23936 2005-01-26  Bruno Haible  <bruno@clisp.org>
23937
23938         * lib/javaexec.sh.in: New file, from GNU gettext.
23939         * lib/javaexec.h: New file, from GNU gettext.
23940         * lib/javaexec.c: New file, from GNU gettext.
23941
23942 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23943
23944         * modules/lchown (Depends-on): Remove lchown.h
23945
23946 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23947
23948         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
23949         must be defined if the header file was not found, in order
23950         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
23951
23952 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23953
23954         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
23955         initializers for struct pentry_state.
23956         (__argp_error): Check return value of __asprintf
23957         (__argp_failure): Translate error message
23958
23959         * lib/argp-parse.c: Removed braces around the expansion of N_()
23960
23961 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23962
23963         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
23964         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
23965         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
23966         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
23967         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
23968         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
23969         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
23970         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
23971         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
23972         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
23973         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
23974         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
23975         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
23976         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
23977         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
23978         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
23979         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
23980         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
23981         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
23982         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
23983         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
23984         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
23985         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
23986         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
23987         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
23988         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
23989         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
23990         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
23991         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
23992         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
23993         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
23994         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
23995         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
23996         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
23997         xstrtol.m4, xstrtoumax.m4, yesno.m4:
23998         Use an all-permissive copyright notice, recommended by RMS.
23999
24000 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
24001
24002         * modules/chdir-long (Depends-on): Remove mempcpy.
24003
24004 2005-01-21  Jim Meyering  <jim@meyering.net>
24005
24006         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
24007         same value as for Solaris 9.
24008
24009         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
24010         component length.  This included changing the parameter to be
24011         of type `char *' rather than `char const *'.
24012         * lib/chdir-long.h (chdir_long): Update prototype.
24013
24014         * lib/openat.c (fdopendir, fstatat): New functions.
24015         * lib/openat.h: Include headers required for use of DIR and struct
24016         stat.
24017         [AT_SYMLINK_NOFOLLOW]: Define.
24018         (fdopendir, fstatat): Add prototypes.
24019
24020 2005-01-21  Bruno Haible  <bruno@clisp.org>
24021
24022         * modules/classpath: New file.
24023         * MODULES.html.sh (Java): Add classpath.
24024
24025 2005-01-21  Bruno Haible  <bruno@clisp.org>
24026
24027         * lib/classpath.h: New file, from GNU gettext.
24028         * lib/classpath.c: New file, from GNU gettext.
24029
24030 2005-01-20  Simon Josefsson  <jas@extundo.com>
24031
24032         * modules/version-etc-fsf: New file.
24033
24034 2005-01-20  Simon Josefsson  <jas@extundo.com>
24035
24036         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
24037         * lib/version-etc.c: Remove version_etc_copyright.
24038         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
24039         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
24040
24041 2005-01-20  Simon Josefsson  <jas@extundo.com>
24042
24043         * lib/base64.h (isbase64): Add.
24044
24045         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
24046         using a unsigned prototype, don't inline.
24047         (base64_decode): Use it.
24048
24049 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
24050
24051         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
24052         it.
24053
24054 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
24055
24056         * lib/save-cwd.c (save_cwd): Remove code to support the case
24057         where fchdir is missing or flaky.
24058
24059 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
24060
24061         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
24062
24063 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
24064
24065         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
24066         AC_LIBSOURCES now does this.
24067         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
24068         with new ullong_max module.
24069
24070 2005-01-19  Bruno Haible  <bruno@clisp.org>
24071
24072         * modules/sh-quote: New file.
24073         * MODULES.html.sh (Executing programs): Add sh-quote.
24074
24075 2005-01-19  Bruno Haible  <bruno@clisp.org>
24076
24077         * lib/sh-quote.h: New file, from GNU gettext.
24078         * lib/sh-quote.c: New file, from GNU gettext.
24079
24080 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
24081
24082         Merge from coreutils.
24083         * m4/ullong_max.m4: New file.
24084         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
24085         (gl_MACROS): Assume localeconv exists.
24086
24087 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
24088
24089         Merge changes from coreutils, as described below in several
24090         changelogs dated today.
24091
24092         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
24093         (O_DIRECTORY): Remove; not needed here, since "." must be
24094         a directory.  All uses removed.
24095         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
24096         universal on Suns, and we also need to test for IRIX.
24097         Revamp code to use 'if' rather than '#if'.
24098         Avoid unnecessary comparison of cwd->desc to 0.
24099
24100         * lib/utimens.c (futimens): Robustify the previous patch, by checking
24101         for known valid error numbers rather than observed invalid ones.
24102
24103 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
24104
24105         * modules/ullong_max: New file.
24106
24107         * modules/chdir-long, modules/openat: New files.
24108         * modules/save-cwd (Depends-on): Depend on chdir-long.
24109         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
24110
24111 2005-01-18  Jim Meyering  <jim@meyering.net>
24112
24113         Merge from coreutils.
24114         * m4/chdir-long.m4, m4/openat.m4: New files.
24115         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
24116         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
24117         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
24118         is sane and DOES follow symlinks.  Besides, testing 20 different
24119         systems found no broken chown implementations.
24120         Prompted by a change in rsync's copy of this macro.
24121         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
24122
24123         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
24124
24125         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
24126         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
24127         NULL-means-set-to-current-time semantics.
24128         Remove temporary file immediately, rather than waiting
24129         for configure's at-exit trap code to do it.
24130
24131 2005-01-18  Jim Meyering  <jim@meyering.net>
24132
24133         * lib/version-etc.c (version_etc_copyright): Update copyright date.
24134
24135         * lib/utimens.c (futimens): Account for the fact that futimes
24136         can also fail with errno == ENOSYS or errno == ENOENT.
24137         Patch from Dmitry V. Levin.
24138
24139         Change the name of the robust chdir function from chdir to chdir_long.
24140         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
24141         (restore_cwd): Use chdir_long, not chdir.
24142         * lib/chdir-long.c: Renamed from chdir.c.
24143         * lib/chdir-long.h: Renamed from chdir.h.
24144         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
24145         Hurd.
24146
24147 2005-01-18  Bruno Haible  <bruno@clisp.org>
24148
24149         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
24150         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
24151         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
24152         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
24153         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
24154         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
24155         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
24156         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
24157         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
24158         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
24159         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
24160         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
24161         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
24162         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
24163         Use an all-permissive copyright notice, recommended by RMS.
24164
24165 2005-01-18  Bob Proulx  <bob@proulx.com>
24166
24167         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
24168         simplify offsetof() macro construct to avoid compile failure with
24169         native HP-UX 11.0 ANSI C compiler.
24170
24171 2005-01-17  Bruno Haible  <bruno@clisp.org>
24172
24173         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
24174         redundant because stpncpy.m4 takes care of it.
24175
24176 2005-01-17  Bruno Haible  <bruno@clisp.org>
24177
24178         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
24179
24180 2005-01-17  Bruno Haible  <bruno@clisp.org>
24181
24182         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
24183         used.
24184
24185 2005-01-17  Bruno Haible  <bruno@clisp.org>
24186
24187         * lib/fwriteerror.h (fwriteerror): Change specification to include
24188         fclose.
24189         * lib/fwriteerror.c: Include <stdbool.h>.
24190         (fwriteerror): At the end, close the file stream. Record whether
24191         stdout was already closed.
24192
24193 2005-01-17  Bruno Haible  <bruno@clisp.org>
24194
24195         * lib/execute.c (environ): Declare if needed.
24196         * lib/pipe.c (environ): Likewise.
24197         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
24198
24199 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24200
24201         * modules/argp: Depend on vsnprintf
24202
24203 2005-01-10  Jim Meyering  <jim@meyering.net>
24204
24205         * modules/closeout (Depends-on): Add atexit.
24206
24207 2005-01-06  Bruno Haible  <bruno@clisp.org>
24208
24209         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
24210
24211 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24212
24213         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
24214         definitions to be after all include files, to avoid collisions.
24215         Problem reported by Bob Proulx.
24216
24217 2005-01-04  Jim Meyering  <jim@meyering.net>
24218
24219         Changes imported from coreutils.
24220         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
24221         as the mkstemp template, use a temporary directory and an
24222         8.3-friendly template to avoid trouble on systems like DJGPP.
24223         Reported by Juan M. Guerrero via Stepan Kasal.
24224         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
24225         close. Remove the temporary directory right away, rather than waiting
24226         for configure's at-exit trap code to do it.
24227         Suggestion from Stepan Kasal.
24228
24229 2005-01-01  Simon Josefsson  <jas@extundo.com>
24230
24231         * gnulib-tool: Print #include directives when --import'ing.
24232
24233 2004-12-28  Simon Josefsson  <jas@extundo.com>
24234
24235         * tests/test-base64.c: Include required header files.  Remove
24236         unused variables.
24237
24238 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
24239
24240         * modules/error (Depends-on): Remove gettext.
24241
24242 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
24243
24244         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
24245         not needed.  This removes a dependency on the gettext module.
24246         [defined _LIBC]: Do not include <libintl.h>; not needed.
24247
24248 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
24249
24250         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
24251         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
24252
24253 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
24254
24255         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
24256         HAVE_DECL_STRTOLD.
24257
24258 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
24259
24260         * modules/getdate (Depends-on): Remove alloca-opt.
24261
24262 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
24263
24264         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
24265
24266 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
24267
24268         * lib/argp-parse.c: Include <stddef.h>.
24269         (alignof, alignto): New macros.
24270         (parser_init): Don't assume that void * is aligned sufficiently
24271         for struct option.
24272
24273         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
24274         need to extend the stack.
24275         (YYINITDEPTH): New macro, so that the initial stack isn't overly
24276         large.
24277
24278 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24279
24280         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
24281
24282 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
24283
24284         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
24285         (2004-10-24) change.  Apparently this was a false alarm.
24286
24287         * modules/getdate: Depend on alloca-opt, not alloca.
24288
24289 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
24290
24291         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
24292         Remove now-obsolete comment about AIX.
24293         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
24294         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
24295         (YYMAXDEPTH): New macro.
24296
24297 2004-12-18  Simon Josefsson  <jas@extundo.com>
24298
24299         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
24300
24301 2004-12-18  Bruno Haible  <bruno@clisp.org>
24302
24303         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
24304
24305 2004-12-18  Bruno Haible  <bruno@clisp.org>
24306
24307         * lib/fatal-signal.c (fatal_signals): Make non-const.
24308         (init_fatal_signals): New function.
24309         (uninstall_handlers, install_handlers): Ignore signals that were set to
24310         SIG_IGN.
24311         (at_fatal_signal): Call init_fatal_signals.
24312         (init_fatal_signal_set): Likewise. Ignore signals that were set to
24313         SIG_IGN.
24314         Reported by Paul Eggert.
24315
24316 2004-12-18  Bruno Haible  <bruno@clisp.org>
24317
24318         * doc/alloca.texi: New file.
24319         * doc/alloca-opt.texi: New file.
24320
24321 2004-12-17  Jim Meyering  <jim@meyering.net>
24322
24323         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
24324         Otherwise, install-sh could exit with improper exit status when
24325         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
24326
24327 2004-12-16  Simon Josefsson  <jas@extundo.com>
24328
24329         * tests/test-base64.c: Add license.
24330
24331 2004-12-15  Stepan Kasal  <address@hidden>
24332
24333         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
24334
24335 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
24336
24337         * modules/getcwd (Files): Add m4/d-ino.m4.
24338         Suggested by Mark D. Baushke.
24339
24340 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
24341
24342         * lib/getdate.y (textint): New member "negative".
24343         (time_zone_hhmm): New function.
24344         Expect 14 shift-reduce conflicts, not 13.
24345         (o_colon_minutes): New rule.
24346         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
24347         (yylex): Set the "negative" member of signed numbers.
24348
24349 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
24350
24351         * doc/getdate.texi (Time of day items, Time zone items):
24352         Describe new formats +00:00, UTC+00:00.
24353
24354 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24355
24356         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
24357         spurious "-l"s.  Problem reported by Stepan Kasal.
24358
24359 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
24360
24361         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
24362         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
24363
24364 2004-12-04  Simon Josefsson  <jas@extundo.com>
24365
24366         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
24367         Vandoorselaere <yoann@prelude-ids.org>.
24368
24369 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24370
24371         Changes imported from coreutils.
24372         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
24373         exist.
24374         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
24375
24376 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24377
24378         Changes imported from coreutils.
24379         * lib/hard-locale.c: Assume <locale.h> exists.
24380         Include "strdup.h".
24381         (GLIBC_VERSION): New macro.
24382         (hard_locale): Assume setlocale exists.
24383         Rewrite to avoid #ifdef.
24384         Use strdup rather than malloc + strcpy.
24385         * lib/human.c: Assume <locale.h> exists.
24386         (human_readable): Assume localeconv exists.
24387
24388 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24389
24390         * modules/hard-locale (Depends-on): Add strdup.
24391
24392 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
24393
24394         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
24395         convert T2, not T.  (Imported from libc.)
24396
24397 2004-11-30  Simon Josefsson  <jas@extundo.com>
24398
24399         * modules/restrict (License): Change to LGPL.
24400
24401 2004-11-30  Simon Josefsson  <jas@extundo.com>
24402
24403         * m4/restrict.m4: Add copyright and copying conditions.
24404
24405 2004-11-30  Simon Josefsson  <jas@extundo.com>
24406
24407         * m4/base64.m4: New file.
24408
24409 2004-11-30  Simon Josefsson  <jas@extundo.com>
24410
24411         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
24412         base64.
24413
24414         * tests/test-base64.c: New file.
24415
24416         * modules/base64: New file.
24417
24418 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
24419
24420         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
24421         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
24422
24423         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
24424
24425 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
24426
24427         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
24428         (__getcwd.c): Don't restore errno; glibc doesn't.
24429         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
24430         first, falling back to our code only if its results look suspicious.
24431         Ensure that the resulting buffer is only as large as necessary.
24432
24433         * lib/readutmp.c: Include readutmp.h first.
24434         Include <errno.h>, since readutmp.h no longer does that.
24435         * lib/readutmp.h: Don't include <errno.h>,
24436         <sys/param.h>, <time.h>; not needed to establish interface.
24437         (errno): Remove decl.
24438         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
24439         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
24440         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
24441
24442 2004-11-28  Simon Josefsson  <jas@extundo.com>
24443
24444         * lib/base64.h, base64.c: New file.
24445
24446 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
24447
24448         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
24449
24450 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
24451
24452         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
24453         (Depends-on): Remove pathmax, same.  Add mempcpy.
24454         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
24455         (Makefile.am): Append getcwd.h to lib_SOURCES.
24456         (Include): Add getcwd.h.
24457         (Maintainer): Change from Jim Meyering to "all, glibc",
24458         since getdate now uses intended-for-glibc code.
24459         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
24460         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
24461
24462 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24463
24464         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
24465         HP's ANSI C compiler.
24466         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
24467         Declaring int functions causes warnings on some modern systems and
24468         shouldn't be needed to compile on ancient ones.
24469         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
24470         defined.
24471
24472         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
24473         with the following changes.
24474         (__set_errno): Parenthesize properly.
24475         Include <stdbool.h>.
24476         (MIN, MAX, MATCHING_INO): New macros.
24477         (__getcwd): Define with prototype, not K&R form.
24478         Use heuristics to allocate default buffer on stack if possible.
24479         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
24480         behavior, and to avoid the PATH_MAX limit when computing
24481         ../../../../...
24482         Use MATCHING_INO to compare inode number to file.
24483         Check for arithmetic overflow in size calculations.
24484         Fix bug in reallocation of dot array that caused getcwd to fail
24485         on directories nested deeper than 75.
24486         Be more careful about saving errno on error.
24487         Do not use realloc; use only free+malloc, as this is a bit
24488         more flexible and avoids a needless copy operation.
24489         Do not inspect st_dev and st_ino for symbolic links; POSIX
24490         doesn't specify the latter.
24491         Check for closedir errors.
24492         Avoid needless casts.
24493         Use "#ifdef weak_alias" around weak_alias, to be like other
24494         glibc code.
24495         The following changes to getcwd.c have effect only when used in
24496         gnulib; they have no effect inside glibc proper.
24497         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
24498         as alloca isn't used.
24499         (alloca, __alloca): Likewise.
24500         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
24501         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24502         unconditionally, as gnulib assumes C89 or better.
24503         Do not include <sys/param.h>.
24504         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
24505         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
24506         better.
24507         (NULL) [!defined NULL]: Remove; we assume C89 or better.
24508         Include <dirent.h> in a way that is compatible with modern Autoconf.
24509         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
24510         New macros, if not already defined.
24511         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
24512         Use "_LIBC", not "defined _LIBC", for consistency.
24513         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
24514         a mempcpy module.
24515         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
24516         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
24517         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
24518         credit only to Jim Meyering and adjust the copyright dates.
24519         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
24520         <stdlib.h>, <unistd.h>, "pathmax.h".
24521         Instead, include "xgetcwd.h" (first) and "getcwd.h".
24522         (INITIAL_BUFFER_SIZE): Remove.
24523         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
24524
24525 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24526
24527         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
24528         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
24529         Use the _ONCE methods, for efficiency.
24530         Check for fcntl.h.  In test program, include <errno.h>
24531         and <fcntl.h> if available.  Remove old K&R cruft from
24532         test program.  Check for common errors in GNU/Linux,
24533         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
24534         don't do AC_LIBOBJ, as that's getcwd.m4's job.
24535         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
24536         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
24537         name accordingly.
24538         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
24539         accommodate new getcwd.c.
24540         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
24541         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
24542         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
24543         that's all we need now.
24544
24545 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24546
24547         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
24548         argp-parse.c depends on getopt internals, that means we should
24549         always use our getopt, to be on the safe side.
24550         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
24551         order not to spoil the result of an eventual previous invocation
24552         of gl_GETOPT_SUBSTITUTE.
24553
24554 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24555
24556         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
24557         redefinition warnings. To avoid them, include the defines
24558         in `#if !defined __need_getopt ... #endif'. The only place
24559         where __getopt_argv_const is used is in definitions
24560         of getopt_long and getopt_long_only below, which are as well
24561         protected by `#ifndef __need_getopt'.
24562         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
24563         __need_getopt after including <stdio.h> and <unistd.h> These
24564         headers might have defined it.
24565
24566 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24567
24568         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
24569
24570 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24571
24572         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
24573         (futimens): New function, which uses futimes if available.
24574         (futimens, utimens): Support timespec==NULL, with same semantics
24575         as utime and utimens.
24576         * lib/utimens.h (futimens): New decl.
24577
24578 2004-11-23  Jim Meyering  <jim@meyering.net>
24579
24580         * lib/getopt_.h: Remove trailing blanks.
24581
24582 2004-11-23  Jim Meyering  <jim@meyering.net>
24583
24584         * lib/__fpending.c: Add comment.
24585
24586 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
24587
24588         * modules/canonicalize (Depends-on): Add xreadlink.
24589         Problem reported by James Youngman.
24590
24591 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24592
24593         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
24594         New macros.
24595         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
24596         optopt): Use them instead of invoking ## directly; otherwise, the
24597         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
24598
24599 2004-11-19  Bruno Haible  <bruno@clisp.org>
24600
24601         * lib/strtok_r.c: Move comments from here...
24602         * lib/strtok_r.h: ... to here.
24603
24604 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24605
24606         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
24607         implementations that mishandle size_t overflow.
24608
24609 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24610
24611         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
24612         might fail.  Problem reported by Yoann Vandoorselaere.
24613         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
24614         implementations that mishandle size_t overflow.
24615
24616 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24617
24618         * modules/canon-host (Depends-on): Add strdup.
24619
24620 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24621
24622         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
24623
24624 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24625
24626         * lib/canon-host.c: Include "strdup.h".
24627         (canon_host): Use getaddrinfo if available, so that IPv6 works.
24628         Use strdup instead of malloc/strcpy to duplicate strings.
24629
24630         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
24631         (human_space_before_unit): New constant.
24632         * lib/human.c (human_readable): Support it.
24633
24634         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
24635         (xgetcwd): Set errno correctly when failing.
24636         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
24637         the failure is actually due to a PATH_MAX problem.
24638
24639         Further getopt changes to make it more likely that glibc will
24640         buy the changes back.
24641         * lib/getopt.c (POSIXLY_CORRECT): New constant.
24642         (getopt): Use it, so to preserve glibc semantic
24643         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
24644         when compiling for libc.
24645         * lib/getopt_.h (__getopt_argv_const): Bring it back.
24646         (getopt_long, getopt_long_only): Use it.
24647
24648         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24649         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
24650         (getopt): Argv is now char * const *, as per standard.
24651         (_getopt_internal_r, _getopt_internal): Argv is now char **,
24652         not char *__getopt_argv_const *.
24653         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24654         _getopt_long_only_r): Likewise.
24655         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
24656         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24657         _getopt_long_r, _getopt_long_only_r): Likewise.
24658         * lib/getopt_.h (__getopt_argv_const): Remove.
24659         (getopt): Argv is now char * const *, as per standard.
24660
24661         * lib/getdate.y (tORDINAL): New token.
24662         (day, relunit): Allow it for relative times.
24663         (relative_time_table): Use tORDINAL for ordinals.
24664
24665 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24666
24667         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
24668         Document that "second" isn't allowed as an ordinal number.
24669
24670 2004-11-16  Jim Meyering  <jim@meyering.net>
24671
24672         * modules/closeout (Depends-on): Add fpending.
24673
24674 2004-11-15  Jim Meyering  <jim@meyering.net>
24675
24676         * lib/closeout.c: Include "__fpending.h" once again.
24677         Include <stdbool.h>.
24678         (close_stdout): Don't fail just because stdout was closed initially,
24679         since some programs don't write to stdout in the normal course of
24680         operation (other than --version and --help), and we don't want this
24681         function to make e.g. `touch file >&-' fail.
24682         But do fail if it was closed and someone has tried to write to it.
24683         E.g., `printf foo >&-' must fail.
24684
24685 2004-11-13  Jim Meyering  <jim@meyering.net>
24686
24687         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
24688
24689 2004-11-12  Simon Josefsson  <jas@extundo.com>
24690
24691         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
24692         small doc fix is still pending.
24693
24694 2004-11-11  Simon Josefsson  <jas@extundo.com>
24695
24696         * modules/strtok_r: New file.
24697
24698         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24699         strtok_r.
24700
24701 2004-11-11  Simon Josefsson  <jas@extundo.com>
24702
24703         * m4/strtok_r.m4: New file.
24704
24705         * m4/getopt.m4: Replace opterr.
24706
24707 2004-11-11  Simon Josefsson  <jas@extundo.com>
24708
24709         * lib/strtok_r.h, strtok_r.c: New file.
24710
24711 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24712
24713         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
24714         of replacing opterr, getopt, etc.  This should handle the
24715         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
24716
24717 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24718
24719         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
24720         we can stop lying to compilers about the constness of argv when we
24721         are compiled outside glibc.
24722         (getopt, getopt_long, getopt_long_only): Use it.
24723         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24724         _getopt_internal, getopt): Likewise.
24725         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24726         _getopt_long_only_r): Likewise.
24727         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24728         _getopt_long_r, _getopt_long_only_r): Likewise.
24729
24730         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
24731         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
24732         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
24733         the other external symbols.
24734         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
24735         declaration, since the above renaming now works around collisions.
24736
24737 2004-11-11  Jim Meyering  <jim@meyering.net>
24738
24739         * lib/linebreak.c: Remove trailing blanks.
24740         * lib/alloca_.h: Likewise.
24741         * lib/acosl.c: Likewise.
24742         * lib/euidaccess.c: Likewise.
24743         * lib/allocsa.h: Likewise.
24744
24745 2004-11-10  Simon Josefsson  <jas@extundo.com>
24746
24747         * m4/getaddrinfo.m4: New file.
24748
24749 2004-11-10  Simon Josefsson  <jas@extundo.com>
24750
24751         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
24752
24753 2004-11-10  Simon Josefsson  <jas@extundo.com>
24754
24755         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24756         getaddrinfo.
24757
24758         * modules/getaddrinfo: New file.
24759
24760 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24761
24762         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
24763
24764 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24765
24766         * lib/mktime.c (SHR): New macro, which is a portable
24767         substitute for >> that should work even on Crays.
24768         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
24769         Problem reported by Mark D. Baushke in
24770         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
24771         * lib/getdate.y (SHR): Likewise.
24772         (tm_diff): Use it.
24773         * lib/strftime.c (SHR): Likewise.
24774         (tm_diff): Use it.
24775         * lib/quotearg.c (struct quoting_options): Use unsigned int for
24776         quote_these_too, so that right shifts are well defined.  All uses
24777         changed.
24778
24779 2004-11-10  Jim Meyering  <jim@meyering.net>
24780
24781         Ensure that no close failure goes unreported.
24782         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
24783         return early when it seems there's nothing to flush.
24784         Don't include __fpending.h.
24785
24786 2004-11-10  Jim Meyering  <jim@meyering.net>
24787
24788         * modules/closeout (Depends-on): Remove fpending.
24789
24790 2004-11-10  Jim Meyering  <jim@meyering.net>
24791
24792         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
24793
24794 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24795
24796         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
24797         gl_FUNC_STRFTIME.
24798         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
24799         and AC_REQUIRE when possible, to avoid duplicate checks.
24800         Check for <wchar.h>.
24801
24802 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24803
24804         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
24805
24806 2004-11-09  Bruno Haible  <bruno@clisp.org>
24807
24808         * m4/sockpfaf.m4: New file.
24809
24810 2004-11-05  Bruno Haible  <bruno@clisp.org>
24811
24812         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
24813         Reported by Mark D. Baushke <mdb@cvshome.org>.
24814
24815 2004-11-04  Bruno Haible  <bruno@clisp.org>
24816
24817         2004-09-11  Bruno Haible  <bruno@clisp.org>
24818                 * allocsa.valgrind: New file.
24819         2004-02-06  Bruno Haible  <bruno@clisp.org>
24820                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
24821                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
24822                 Reported by Christopher Seip <chris.seip@hp.com>.
24823
24824 2004-11-04  Bruno Haible  <bruno@clisp.org>
24825
24826         * modules/allocsa (Files): Add lib/allocsa.valgrind.
24827         (Makefile.am): Distribute it.
24828
24829 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24830
24831         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
24832         with errno == ERANGE if the buffer is too small.
24833         Problem reported by Mark D. Baushke.
24834
24835 2004-11-03  Albert Chin  <china@thewrittenword.com>
24836             Paul Eggert  <eggert@cs.ucla.edu>
24837
24838         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
24839         equivalent, substitute $ac_type for equivalent type rather than
24840         blindly using uint32_t *always* which won't work if uint32_t is not
24841         available.  Define _UINT32_T to work around typedef of uint32_t if
24842         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
24843         2.5.1.
24844
24845 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24846
24847         * m4/jm-macros.m4: Sync from coreutils.
24848         (gl_MACROS): Check for mbrlen, for pathchk.
24849         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
24850
24851 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24852
24853         * lib/xreadlink.c (MAXSIZE): New macro.
24854         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
24855         size does not exceed MAXSIZE.  Avoid cast.
24856         As suggested by Mark D. Baushke in
24857         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
24858         if readlink fails with buffer size just under MAXSIZE, try again
24859         with MAXSIZE.
24860
24861 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24862
24863         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
24864
24865 2004-11-02  Derek R. Price  <derek@ximbiot.com>
24866         and  Paul Eggert  <eggert@cs.ucla.edu>
24867
24868         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
24869         (get_date): Overparenthesize to avoid GCC warning.
24870
24871 2004-11-02  Bruno Haible  <bruno@clisp.org>
24872
24873         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
24874         returns void.
24875
24876 2004-11-02  Bruno Haible  <bruno@clisp.org>
24877
24878         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
24879         function returns void.
24880
24881 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24882
24883         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
24884         fflush_unlocked, flockfile, funlockfile, funlockfile,
24885         fputs_unlocked, putc_unlocked.
24886
24887 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24888
24889         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24890         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
24891         already declared.
24892
24893 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24894
24895         * modules/getdate (Files): Add doc/getdate.texi.
24896         (Depends-on): Add setenv, xalloc.
24897
24898 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24899
24900         * lib/getdate.y: Add support for TZ="foo" within a date string.
24901         Fix some bugs near time_t boundaries.  Reject dates with
24902         out-of-range components, e.g., "Sept 31".
24903         Include <stdlib.h>, "setenv.h", "xalloc.h".
24904         (ISDIGIT_LOCALE): Remove; unused.
24905         Note that the TZ and time functions used here are not reentrant.
24906         (mktime_ok, get_tz): New functions.
24907         (TZBUFSIZE): New constant.
24908         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
24909         This requires that we sometimes generate our own TZ="XXX..." setting.
24910
24911 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24912
24913         * doc/getdate.texi: New file, from coreutils with modifications for
24914         the new TZ parsing.
24915
24916 2004-10-27  Derek R. Price  <derek@ximbiot.com>
24917
24918         * lib/mktime.c (not_equal_tm): Remove redundant check.
24919
24920 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24921
24922         * modules/regex (lib_SOURCES): Add regex.c.
24923         Reported by James Youngman in
24924         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
24925
24926 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24927
24928         * lib/getdate.y: Use Bison 1.875 features, and some minor
24929         code cleanups.  This change does not affect semantics.
24930         Don't include <stdlib.h>; no longer needed.
24931         Don't include unlocked-io.h; only the "#if TEST" code uses
24932         stdio, and performance isn't crucial there.
24933         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
24934         Bison 1.875 features as described below.
24935         All uses of "PC." replaced by "pc->".
24936         (YYSTYPE): Add a forward declaration.
24937         (yylex, yyerror): Use full prototypes in forward decls.
24938         Use "%pure-parser" rather than obsolescent "%pure_parser".
24939         Use %parse-param and %lex-param instead of obsolescent
24940         YYPARSE_PARAM and YYLEX_PARAM.
24941         (meridian_table, month_and_day_table, time_units_table,
24942         relative_time_table, time_zone_table, military_table,
24943         lookup_zone, lookup_word, get_date):
24944         Use NULL instead of 0 where appropriate.
24945         (to_hour): Avoid abort (), to avoid a dependency on
24946         stdlib.h.
24947         (yyerror, yylex): Now accepts parser_control * arg.
24948         (main) [TEST]: Use '\0' rather than 0 for char.
24949
24950 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24951
24952         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
24953
24954 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24955
24956         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
24957         It's now the caller's responsibility to handle the case where
24958         !HAVE_GETPAGESIZE && !defined getpagesize.
24959
24960         * lib/mktime.c (leapyear): Arg is long int, not int.
24961
24962 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
24963
24964         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
24965
24966 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24967
24968         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
24969         missing.  Problem reported by James Youngman.
24970
24971 2004-10-16  Simon Josefsson  <jas@extundo.com>
24972
24973         * gnulib-tool: Fix comments.  Fix parse problem.
24974         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
24975
24976 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
24977
24978         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
24979         implementation of getopt_long.  Problem reported by Alexander Taler in:
24980         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
24981
24982 2004-10-15  Bruno Haible  <bruno@clisp.org>
24983
24984         * gnulib-tool: Untabify. Initialize supplied_libname.
24985         (func_usage): More homogenous output.
24986         (func_modules_transitive_closure, func_modules_to_filelist,
24987         func_emit_lib_Makefile_am): New functions.
24988         (func_import): New function, extracted from big case statement. Use
24989         func_get_license, func_modules_transitive_closure,
24990         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
24991         opt_lgpl. Don't use test -a, as it's not portable.
24992         (func_create_testdir): Use func_modules_transitive_closure,
24993         func_modules_to_filelist, func_emit_lib_Makefile_am.
24994
24995 2004-10-15  Bruno Haible  <bruno@clisp.org>
24996
24997         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
24998
24999 2004-10-15  Bruno Haible  <bruno@clisp.org>
25000
25001         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
25002         the portions belonging to each module.
25003         Suggested by Derek Robert Price <derek@ximbiot.com>.
25004
25005 2004-10-12  Simon Josefsson  <jas@extundo.com>
25006
25007         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
25008         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
25009         to real functions.
25010
25011 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
25012
25013         * modules/vsnprintf: New file.
25014
25015 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
25016
25017         * m4/vsnprintf.m4: New file.
25018
25019 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
25020
25021         * lib/vsnprintf.h: New file.
25022         * lib/vsnprintf.c: New file.
25023
25024 2004-10-11  Bruno Haible  <bruno@clisp.org>
25025
25026         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
25027         vsnprintf.
25028
25029 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
25030
25031         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
25032
25033 2004-10-07  Bruno Haible  <bruno@clisp.org>
25034
25035         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
25036         fits into the provided buffer.
25037
25038 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25039
25040         * lib/diacrit.c, diacrit.h: Add GPL notice.
25041
25042         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
25043         notice.
25044         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
25045         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
25046         This avoids a potential constant-folding bug.
25047
25048 2004-10-05  Bruno Haible  <bruno@clisp.org>
25049
25050         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
25051         for the declaration of strsep.
25052
25053 2004-10-05  Bruno Haible  <bruno@clisp.org>
25054
25055         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
25056
25057 2004-10-04  Simon Josefsson  <jas@extundo.com>
25058
25059         * modules/memmem: New file.
25060         * tests/test-memmem.c: New file.
25061         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
25062
25063 2004-10-04  Simon Josefsson  <jas@extundo.com>
25064
25065         * m4/memmem.m4: New file.
25066
25067 2004-10-04  Simon Josefsson  <jas@extundo.com>
25068
25069         * lib/memmem.h: New file.
25070         * lib/memmem.c: New file, taken from glibc.
25071
25072 2004-10-04  Simon Josefsson  <jas@extundo.com>
25073
25074         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
25075         '#ifdef USE_UNLOCKED_IO'.
25076
25077 2004-10-04  Simon Josefsson  <jas@extundo.com>
25078
25079         * config/srclist.txt: Add memmem from glibc.
25080
25081 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
25082
25083         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
25084
25085         * modules/argmatch, modules/argp, modules/closeout, modules/error,
25086         modules/exclude, modules/getdate, modules/getline,
25087         modules/getndelim2, modules/getpass, modules/getpass-gnu,
25088         modules/getusershell, modules/linebuffer, modules/md5,
25089         modules/mountlist, modules/posixtm, modules/readtokens,
25090         modules/readutmp, modules/regex, modules/sha1,
25091         modules/version-etc, modules/yesno:
25092         Remove dependency on unlocked-io.
25093
25094 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
25095
25096         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
25097
25098         * m4/unlocked-io.m4: Add copyright notice.
25099         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
25100
25101 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
25102
25103         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
25104         * lib/xmalloc.c (xmemdup): Likewise.
25105         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
25106         XFREE): Remove these long-obsolescent macros.
25107         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
25108         * lib/xstrdup.c: Remove.
25109
25110         * lib/regex.c (re_comp): Cast gettext return value to char *,
25111         Problem reported by Martin Neitzel via Mark D. Baushke.
25112
25113 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
25114
25115         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
25116         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
25117         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
25118         regex.c, sha1.c, version-etc.c, yesno.c:
25119         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
25120         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
25121         the includer's responsibility.
25122
25123         Sync from coreutils.
25124
25125         * lib/modechange.c (mode_compile): Don't decrement a pointer that
25126         points to the start of a string, as the C Standard says the
25127         resulting behavior is undefined.
25128
25129         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
25130         simple -> simple_backups, numbered_existing ->
25131         numbered_existing_backups, numbered -> numbered_backups
25132         to avoid shadowing problems.  All uses changed.
25133         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
25134         * lib/backupfile.c (check_extension, numbered_backup):
25135         Rename locals to avoid shadowing 'basename'.
25136         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
25137         once.
25138
25139         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
25140         * lib/.cvsignore: Add getopt.h.
25141
25142 2004-10-04  Bruno Haible  <bruno@clisp.org>
25143
25144         * modules/README: New file.
25145         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
25146         not a module.
25147
25148 2004-10-02  Jim Meyering  <jim@meyering.net>
25149
25150         * lib/dirfd.h, getpagesize.h: Add copyright notice.
25151
25152 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
25153
25154         * modules/strsep: New file.
25155
25156 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
25157
25158         * m4/strsep.m4: New file.
25159
25160 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
25161
25162         * lib/strsep.h: New file.
25163         * lib/strsep.c: New file.
25164
25165 2004-10-01  Simon Josefsson  <jas@extundo.com>
25166
25167         * lib/snprintf.c (snprintf): Handle size==0.
25168
25169 2004-10-01  Simon Josefsson  <jas@extundo.com>
25170             Bruno Haible  <bruno@clisp.org>
25171
25172         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
25173         (snprintf): Declare 'args'.
25174
25175 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
25176
25177         * lib/snprintf.c: Remove comments as to why each header is needed.
25178
25179 2004-10-01  Bruno Haible  <bruno@clisp.org>
25180
25181         * MODULES.html.sh: Add strsep.
25182
25183 2004-09-30  Simon Josefsson  <jas@extundo.com>
25184
25185         * modules/snprintf: New file.
25186
25187 2004-09-30  Simon Josefsson  <jas@extundo.com>
25188
25189         * m4/snprintf.m4: New file.
25190
25191 2004-09-30  Simon Josefsson  <jas@extundo.com>
25192
25193         * lib/snprintf.h, lib/snprintf.c: New files.
25194
25195 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25196
25197         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
25198         (hol_entry_help): Never translate an empty string.
25199         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
25200         * lib/argp.h (OPTION_NO_TRANS): New option.
25201
25202 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
25203
25204         * modules/argp (Maintainer): Replace Simon Josefsson
25205         by Sergey Poznyakoff.
25206
25207 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
25208
25209         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
25210         changes merged back into glibc.
25211
25212 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
25213
25214         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
25215
25216 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
25217
25218         * lib/xvasprintf.c: Include xalloc.h.
25219         (xvasprintf): Use xalloc_die, not xmalloc_die.
25220
25221 2004-09-29  Bruno Haible  <bruno@clisp.org>
25222
25223         * modules/alloca-opt: New file, derived from modules/alloca.
25224         * modules/allocsa: Depend on alloca-opt instead of alloca.
25225         * modules/setenv: Likewise.
25226         * modules/vasnprintf: Likewise.
25227         * MODULES.html.sh: Add alloca-opt.
25228
25229 2004-09-28  Simon Josefsson  <jas@extundo.com>
25230
25231         * gnulib-tool: New parameter --lgpl, to asseert that modules are
25232         LGPL, and to replace license template from GPL to LGPL.
25233
25234 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
25235
25236         * modules/dummy: Change license to LGPL.
25237
25238 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
25239
25240         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
25241
25242 2004-09-24  Simon Josefsson  <jas@extundo.com>
25243
25244         * modules/minmax (License): Change from GPL to LGPL.
25245
25246 2004-09-23  Simon Josefsson  <jas@extundo.com>
25247
25248         * gnulib-tool (--import): Typo.
25249
25250 2004-09-23  Simon Josefsson  <jas@extundo.com>
25251
25252         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
25253
25254 2004-09-22  Bruno Haible  <bruno@clisp.org>
25255
25256         * modules/*: Add 'License' field.
25257         * gnulib-tool: Accept --extract-license option.
25258         (func_get_license): New function.
25259
25260 2004-09-21  Bruno Haible  <bruno@clisp.org>
25261
25262         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
25263         Reported by Simon Josefsson.
25264
25265 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
25266
25267         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
25268         gl_AC_TYPE_LONG_LONG.
25269
25270 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
25271
25272         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
25273
25274 2004-09-18  Simon Josefsson  <jas@extundo.com>
25275         and  Paul Eggert  <eggert@cs.ucla.edu>
25276
25277         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
25278         calls with autoreconf.  Define GL_LIB.
25279
25280 2004-09-14  Karl Berry  <karl@gnu.org>
25281
25282         * config/srclist.txt: unsync setenv.c, sigh.
25283
25284 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
25285
25286         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
25287         Problem reported by Bruno Haible in:
25288         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
25289
25290 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
25291
25292         * config/srclist.txt: Comment out argp-pvh.c.
25293
25294 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
25295
25296         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
25297         in case some system header has #define'd it.  Problem reported by
25298         Soeren D. Schulze in
25299         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
25300
25301 2004-09-09  Karl Berry  <karl@gnu.org>
25302
25303         * regex.[ch]: delete from the root.  These were supposed to be
25304                 synced with emacs cvs, but this has not happened for about
25305                 a year, and anyway nothing else uses emacs regex.[ch].
25306                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
25307                 lib/regex[.ch] is untouched.
25308
25309 2004-09-09  Bruno Haible  <bruno@clisp.org>
25310
25311         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
25312
25313 2004-09-09  Bruno Haible  <bruno@clisp.org>
25314
25315         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
25316         modifications.
25317         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
25318
25319 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
25320
25321         * modules/xvasprintf: New file.
25322         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
25323
25324 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
25325
25326         * lib/xvasprintf.h: New file.
25327         * lib/xvasprintf.c: New file.
25328         * lib/xasprintf.c: New file.
25329
25330 2004-09-08  Bruno Haible  <bruno@clisp.org>
25331
25332         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
25333
25334 2004-09-08  Bruno Haible  <bruno@clisp.org>
25335
25336         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
25337         length is > INT_MAX.
25338         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
25339         more.
25340
25341 2004-09-08  Bruno Haible  <bruno@clisp.org>
25342
25343         * lib/stdint_.h: New file, taken from GNU clisp.
25344
25345 2004-09-08  Bruno Haible  <bruno@clisp.org>
25346             Oskar Liljeblad  <oskar@osk.mine.nu>
25347
25348         * modules/stdint: New file.
25349         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
25350
25351 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25352
25353         Import from coreutils.
25354         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
25355         strings on unbounded length.  alloca's performance benefits aren't
25356         that important here.
25357         (V_STRDUP): Remove.
25358         (parse_with_separator): New function, with most of the internals
25359         of the old parse_user_spec.  Allow user to omit both user and group,
25360         for compatibility with FreeBSD.
25361         Clone only the user name, not the entire spec.
25362         Do not set *uid, *gid unless entirely successful.
25363         Avoid memory leak in some failing cases.
25364         Fix regression for USER.GROUP reported by Dmitry V. Levin in
25365         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
25366         (parse_user_spec): Rewrite to use parse_with_separator.
25367
25368 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25369
25370         * modules/userspec: Don't depend on alloca.
25371
25372 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25373
25374         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
25375
25376 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25377
25378         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
25379         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
25380         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
25381
25382 2004-08-16  Simon Josefsson  <jas@extundo.com>
25383
25384         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
25385         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
25386         Add --dry-run for --import.
25387         Let user provided command line parameters override configure.ac
25388         settings.
25389
25390 2004-08-12  Simon Josefsson  <jas@extundo.com>
25391
25392         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
25393         as discussed with Paul Eggert in threads rooted at
25394         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
25395         and
25396         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
25397         Before, the test was empty, and relied on ELIDE_CODE in source
25398         code.)
25399         (gl_PREREQ_GETOPT): New macro.
25400         (gl_GETOPT): Use them.
25401
25402 2004-08-12  Simon Josefsson  <jas@extundo.com>
25403
25404         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
25405         * lib/getopt_.h: Renamed from getopt.h.
25406
25407 2004-08-12  Simon Josefsson  <jas@extundo.com>
25408
25409         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
25410         Change default library name from libfoo to libgnu.
25411         Now, if you have a configure.ac that says:
25412                 gl_SOURCE_BASE(gl)
25413                 gl_M4_BASE(gl/m4)
25414                 gl_MODULES(error getopt etcetera)
25415                 gl_INIT
25416         you can import all you need by running:
25417                 ../gnulib/gnulib-tool --import
25418
25419         * modules/getopt (Files): Rename getopt.h to getopt_.h.
25420         (Makefile.am): Rewrite, use logic from argz.
25421         (Include): Use <getopt.h> instead of "getopt.h".
25422
25423 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25424
25425         * modules/argp (Files): Add m4/unlocked-io.m4.
25426         (Depends-on): Add extensions.
25427
25428 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25429
25430         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
25431         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
25432         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
25433         Check for program_invocation_name, program_invocation_short_name,
25434         flockfile, funlockfile, features.h, _getopt_long_only_r.
25435
25436 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25437
25438         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
25439         its complicated substitute.
25440         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
25441         and program_invocation_name.
25442         (__argp_basename) [!_LIBC]: Remove; the only use was
25443         replaced by its body.
25444         (__argp_short_program_name): Change condition from
25445         !defined __argp_short_program_name to
25446         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
25447         to match argp-namefrob.h.
25448         (__argp_failure): Don't assume strerror_r returns char *.
25449         * lib/argp-parse.c (N_): Define unconditionally.
25450         (argp_default_options): Fill out initializers with 0 to avoid
25451         gcc warnings.
25452
25453 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25454
25455         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
25456         getopt1.c.
25457
25458 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25459
25460         Merge from coreutils.
25461
25462         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
25463
25464         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
25465         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
25466
25467 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25468
25469         Merge from coreutils.
25470
25471         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
25472         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
25473         for Reliant Unix 5.43.
25474
25475         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
25476         (union fooround): Use uintmax_t, not long int.
25477         The rest is a merge from libc:
25478         [defined _LIBC]: Include <shlib-compat.h>.
25479         (_obstack) [defined _LIBC]: Remove after 2.3.4.
25480
25481         * lib/settime.c (settime): Recode to avoid warning with
25482         Sun Forte C 6U2.
25483
25484         * lib/strverscmp.c: Convert to UTF-8.
25485
25486 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25487
25488         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
25489         m4/uintmax_t.m4.
25490
25491 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25492
25493         * modules/xalloc-die: New file.
25494         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
25495
25496         * modules/md5 (Files): Add m4/uint32_t.m4.
25497         * modules/sha1: Renamed from modules/sha.
25498         (Files):
25499         Rename lib/sha.h to lib/sha1.h.
25500         Rename lib/sha.c to lib/sha1.c.
25501         Rename m4/sha.m4 to m4/sha1.m4.
25502         (lib_SOURCES): Likewise.
25503         (configure.ac): Rename gl_SHA to gl_SHA1.
25504         (Include): sha.h -> sha1.h.
25505
25506 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25507
25508         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
25509         * m4/sha1.m4: Renamed from sha.m4.
25510         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
25511
25512 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25513
25514         * lib/obstack.h (obstack_empty_p):
25515         Don't assume that chunk->contents is suitably aligned.
25516         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
25517         Likewise. Problem reported by Benno in
25518         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
25519
25520         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
25521         readable.  This could be improved further but it'd take some work.
25522
25523 2004-08-08  Simon Josefsson  <jas@extundo.com>
25524
25525         * modules/xgethostname (Depends-on): Remove exit and error (not
25526         used).
25527
25528         * modules/getpass-gnu: Add getpass.h.
25529         (Depends-on): Add stdbool.
25530         * modules/getpass: Add getpass.h.
25531
25532 2004-08-08  Simon Josefsson  <jas@extundo.com>
25533
25534         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
25535         Check getpass declaration.
25536
25537 2004-08-08  Simon Josefsson  <jas@extundo.com>
25538
25539         * lib/xgethostname.c: Don't include error.h (not used).
25540
25541         * lib/getpass.h: Add.
25542         * lib/getpass.c: Include getpass.h first.
25543
25544 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
25545
25546         * lib/xalloc-die.c: New file.
25547         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
25548         All uses removed.
25549         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
25550         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
25551         xalloc-die.c.
25552         (_, N_, xalloc_die): Move to xalloc-die.c.
25553         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
25554         so that we needn't mess with xalloc_msg_memory_exhausted.
25555
25556         * lib/sha1.h: Renamed from sha.h.
25557         (SHA1_H): Renamed from _SHA_H.
25558         (sha1_ctx): Renamed from sha_ctx.
25559         (sha1_init_ctx): Renamed from sha_init_ctx.
25560         (sha1_process_block): Renamed from sha_process_block.
25561         (sha1_process_bytes): Renamed from sha_process_bytes.
25562         (sha1_finish_ctx): Renamed from sha_finish_ctx.
25563         (sha1_read_ctx): Renamed from sha_read_ctx.
25564         (sha1_stream): Renamed from sha_stream.
25565         (sha1_buffer): Renamed from sha_buffer.
25566         * lib/sha1.c: Likewise; renamed from sha.c.
25567         Do not include <sys/types.h>.
25568         Include <stddef.h> rather than <stdlib.h>.
25569
25570 2004-08-08  Bruno Haible  <bruno@clisp.org>
25571
25572         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
25573         FILESYSTEM_PREFIX_LEN.
25574         * lib/progreloc.c: Likewise.
25575         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
25576
25577 2004-08-06  Simon Josefsson  <jas@extundo.com>
25578
25579         * modules/progname (Depends-on): Don't depend on stdbool.
25580
25581 2004-08-06  Simon Josefsson  <jas@extundo.com>
25582
25583         * modules/getsubopt: New file.
25584         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25585         getsubopt.
25586
25587 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25588
25589         More merge from coreutils.
25590
25591         * m4/utimens.m4, m4/utimecmp.m4: New files.
25592         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
25593         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
25594         prereq.m4, sha.m4: Import changes from coreutils.
25595
25596 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25597
25598         More merge from coreutils.
25599         * modules/raise, modules/readtokens0, modules/utimens:
25600         * modules/utimecmp, module/xnanosleep: New files.
25601         * modules/strftime: Add lib/strftime.h.
25602         Change include from <time.h> to "strftime.h".
25603         * modules/yesno: Add lib/yesno.h.
25604         * modules/backupfile: Remove lib/addext.c.
25605         * modules/euidaccess: Add stat-macros.h.
25606         * modules/canonicalize, modules/euidaccess,
25607         modules/filemode, modules/lchown, modules/makepath,
25608         modules/rmdir, modules/stat: Likewise.
25609
25610 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25611
25612         Merge from tar.
25613         * lib/argp-help.c (make_hol, hol_append): Don't assume that
25614         SIZE_MAX is a valid preprocessor constant.
25615         (__argp_basename): Change from "#ifndef _LIBC"
25616         to "#ifndef __argp_short_program_name", so that
25617         we don't compile these functions for tar.
25618
25619         More merges from coreutils.
25620         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
25621         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
25622         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
25623         * lib/addext.c: Remove; no longer needed.
25624         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
25625         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
25626         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
25627         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
25628         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
25629         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
25630         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
25631         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
25632         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
25633         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
25634         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
25635         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
25636         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
25637         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
25638         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
25639         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
25640         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
25641         Import changes from coreutils.
25642
25643 2004-08-05  Simon Josefsson  <jas@extundo.com>
25644
25645         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
25646
25647 2004-08-05  Simon Josefsson  <jas@extundo.com>
25648
25649         * m4/getsubopt.m4: New file.
25650
25651 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25652
25653         Merge from coreutils.
25654
25655         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
25656         * m4/getcwd-path-max.m4: New files.
25657
25658         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
25659         FILESYSTEM_PREFIX_LEN ->
25660         FILE_SYSTEM_PREFIX_LEN.
25661         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
25662         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
25663         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
25664         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
25665
25666         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
25667         prerequisite modules now handle the DOS stuff.
25668         Don't check for unistd.h.
25669
25670 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25671
25672         Merge from coreutils.
25673
25674         * lib/.gdb-history: Remove; this doesn't belong here.
25675
25676         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
25677         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
25678         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
25679         * lib/getcwd.c: New files.
25680
25681         * lib/dirname.h: Include <stdbool.h>.
25682         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
25683         for consistency with POSIX terminology.  All uses changed.
25684         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
25685         (strip_trailing_slashes): Use bool for booleans.
25686         * lib/stripslash.c (strip_trailing_slashes): Likewise.
25687
25688         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
25689         sometimes returns a positive errno value even when it succeeds.
25690         (print_errno_message) [!LIBC]: Fall back on strerror if
25691         __strerror_r fails.
25692
25693         * lib/path-concat.c (mempcpy): Don't define if a system header defines
25694         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
25695         (longest_relative_suffix): New function.
25696         (path_concat): Use it.  Assume first argument is not NULL.
25697         Port to DOS.  Omit redundant separators.
25698         Report an error instead of returning NULL.
25699         Use mempcpy instead of memcpy.
25700         (xpath_concat): Remove: not declared or used.
25701
25702         * lib/same.h: Include <stdbool.h>
25703         (same_name): Return bool, not int.
25704         * lib/same.c (same_name): Likewise.
25705         (errno): Don't declare; we assume C89 or better now.
25706
25707         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
25708         if not already defined.
25709
25710         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
25711         * lib/dup-safer.c (errno): Likewise.
25712
25713 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25714
25715         Merge from coreutils.
25716         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
25717         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
25718         * modules/path-concat: Don't depend on strdup.
25719
25720 2004-08-03  Simon Josefsson  <jas@extundo.com>
25721
25722         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
25723         * lib/progname.h: Don't include stdbool.h.
25724
25725 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25726
25727         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
25728         * MODULES.html.sh (func_all_modules): Remove fatal.
25729
25730 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25731
25732         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
25733
25734 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25735
25736         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
25737         working.
25738
25739 2004-08-02  Simon Josefsson  <jas@extundo.com>
25740
25741         * lib/getsubopt.h: New file, with comments from Bruno Haible.
25742         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
25743         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
25744
25745 2004-08-01  Simon Josefsson  <jas@extundo.com>
25746
25747         * lib/xgetdomainname.c: Include stdlib.h, for free().
25748
25749 2004-07-19  Bruno Haible  <bruno@clisp.org>
25750
25751         * MODULES.html.sh (func_all_modules): Add dummy.
25752
25753 2004-07-16  Simon Josefsson  <jas@extundo.com>
25754
25755         * modules/dummy: New file.
25756
25757 2004-07-16  Simon Josefsson  <jas@extundo.com>
25758
25759         * lib/dummy.c: New file.
25760
25761 2004-07-16  Bruno Haible  <bruno@clisp.org>
25762
25763         * lib/backupfile.h: Add extern "C" for C++.
25764         * lib/closeout.h: Likewise.
25765         * lib/copy-file.h: Likewise.
25766         * lib/findprog.h: Likewise.
25767         * lib/full-write.h: Likewise.
25768         * lib/pathname.h: Likewise.
25769         * lib/progname.h: Likewise.
25770         * lib/stpcpy.h: Likewise.
25771         * lib/stpncpy.h: Likewise.
25772         * lib/strcase.h: Likewise.
25773         * lib/strstr.h: Likewise.
25774         * lib/xalloc.h: Likewise.
25775
25776         * lib/mbswidth.h: Add extern "C" for C++.
25777         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
25778
25779 2004-07-13  Robert Millan  <robertmh@gnu.org>
25780
25781         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
25782
25783 2004-07-09  Simon Josefsson  <jas@extundo.com>
25784
25785         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
25786         failed without this.)
25787
25788 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25789
25790         * modules/chown (Files): Add lib/fchown-stub.c, since
25791         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
25792
25793 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25794
25795         * lib/fchown-stub.c: New file.
25796
25797 2004-06-24  Jim Meyering  <jim@meyering.net>
25798
25799         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
25800
25801 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25802
25803         * modules/argz: Omit "#include".
25804
25805         * MODULES.html.sh (func_all_modules): Add calloc, to match
25806         2004-06-01 addition of calloc module.
25807
25808 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25809
25810         * m4/argz.m4: New file, which is autoupdated from libtool.
25811
25812 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25813
25814         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
25815         libtool.
25816
25817 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25818
25819         * config/srclist-update: Don't insist on "USA." before the
25820         close-comment, as libtool omits the period and puts the */ on a
25821         separate line.
25822         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
25823         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
25824
25825 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
25826
25827         * modules/argz: New file.
25828         * MODULES.html.sh (func_all_modules): Add argz.
25829
25830 2004-06-12  Jim Meyering  <jim@meyering.net>
25831         and  Paul Eggert  <eggert@cs.ucla.edu>
25832
25833         * modules/hash (Files): Add lib/xalloc.h.
25834         * modules/pipe (Depends-on): Add wait-process.
25835         * modules/stat (Depends-on): Add xalloc.
25836         * modules/userspec (Files): Add lib/userspec.h.
25837         * modules/xstrto
25838
25839         Upgrade from gettext-0.13.
25840         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
25841         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
25842         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
25843
25844 2004-06-10  Jim Meyering  <jim@meyering.net>
25845
25846         * lib/calloc.c: New file.
25847
25848 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
25849
25850         * lib/getdate.y (yylex): Allow space between sign and number.
25851         Problem reported by Dan Jacobson.
25852
25853 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25854
25855         Merge from coreutils CVS.
25856
25857         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
25858         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
25859         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
25860         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
25861         xstrtol.m4: Fix copyright date and/or serial number.
25862
25863         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
25864         See if we need an fchown replacement.
25865         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
25866         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
25867         and use the replacement function if we detect either defect.
25868
25869         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
25870         gl_UTIMECMP.
25871
25872 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25873         and  Jim Meyering  <jim@meyering.net>
25874
25875         Merge from coreutils CVS.
25876
25877         * lib/stat-macros.h: New file, with contents from file-type.h
25878         and coreutils' system.h.
25879         * lib/file-type.c: Include "stat-macros.h".
25880         * lib/file-type.h (file_type): Move all macro definitions to new file,
25881         stat-macros.h.
25882
25883         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
25884         Wrap old code with this conditional.
25885         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
25886         function that does not dereference symlinks.
25887         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
25888
25889         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
25890         dependency problems.
25891         (xreadlink): Accept new arg SIZE, for efficiency.
25892         All decls and uses changed.
25893         * lib/xreadlink.h: Include <stddef.h>, for size_t.
25894
25895         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
25896         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
25897
25898         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
25899         sysexits.h.
25900
25901 2004-06-01  Jim Meyering  <jim@meyering.net>
25902
25903         * m4/calloc.m4: New file.
25904
25905 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
25906
25907         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
25908         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
25909         Also, fix a typo in a diagnostic.
25910
25911 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25912
25913         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
25914         or AC_FUNC_REALLOC.
25915
25916 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25917
25918         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
25919         macros to be defined.
25920         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
25921         the allocator returns NULL because the requested size is zero.
25922
25923 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25924
25925         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
25926         var.  Add comment explaining why libc still defines it.  This
25927         merges the following patch from glibc:
25928         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
25929
25930 2004-05-20  Andreas Schwab  <schwab@suse.de>
25931
25932         * m4/free.m4: Replace free if it not known to work, not the other
25933         way round.
25934
25935 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25936
25937         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
25938         present in glibc since revision 1.1 of this file.
25939         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
25940         obstack_alignment_mask, obstack_alloc, obstack_base,
25941         obstack_blank, obstack_blank_fast, obstack_chunk_size,
25942         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
25943         obstack_grow0, obstack_init, obstack_int_grow,
25944         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
25945         obstack_next_free, obstack_object_size, obstack_ptr_grow,
25946         obstack_ptr_grow_fast, obstack_room): Remove declarations of
25947         nonexistent functions.
25948
25949 2004-05-18  Karl Berry  <karl@gnu.org>
25950
25951         * config/srclist.txt: break link for vasnprintf.c.
25952
25953 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25954
25955         Port obstack to the AS/400, where pointers are 16 bytes wide and
25956         you cannot cast an integer to a valid pointer.  This patch is
25957         currently waiting to be integrated into glibc; see
25958         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
25959
25960         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
25961         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
25962         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
25963         (struct obstack): temp member is now a union of a pointer and
25964         an integer, instead of an integer.  All integer uses changed.
25965         This does not affect the physical layout of struct obstack,
25966         except on hosts (like the AS/400) where the size or alignment of
25967         void * is greater than that of ptrdiff_t.
25968         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
25969         __STDC__)]: Store temporary in pointer member of union, not
25970         integer member.
25971         * lib/obstack.c: Include <stddef.h>, for offsetof.
25972         (struct fooalign): Remove; it doesn't need a name.
25973         (union fooround): Change double to long double, and add void *.
25974         (DEFAULT_ALIGNMENT): Use offsetof to compute.
25975         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
25976         not a macro.  Hence the values are always int; so remove all
25977         casts-to-int in uses.
25978
25979 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25980
25981         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
25982         we can get this patch merged into glibc.
25983
25984 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25985             Paul Eggert  <eggert@cs.ucla.edu>
25986
25987         * m4/argp: Depend on alloca.
25988
25989 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25990             Paul Eggert  <eggert@cs.ucla.edu>
25991
25992         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
25993         freecoding.
25994
25995 2004-05-17  Bruno Haible  <bruno@clisp.org>
25996
25997         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
25998         precision that consists of a '.' followed by an empty digit string.
25999         Patch by Tor Lillqvist <tml@iki.fi>.
26000
26001 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
26002
26003         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
26004         for backward compatibility with older code.  We need our own
26005         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
26006         it under some other name, and our alloca.h will define it.
26007
26008 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
26009             Derek Price  <derek@ximbiot.com>
26010
26011         * lib/alloca.c: Include <alloca.h>, to get our interface.
26012         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
26013         include <alloca.h> first.  Use C89 prototype for alloca; this
26014         requires including <stddef.h> for size_t.  Use extern "C" if C++.
26015         Use #elif for simplicity, since we can assume C89 now.
26016         Don't try to source the system alloca.h since it will not be found
26017         and to prevent recursively including its replacement.
26018         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
26019         * lib/regex.c: Likewise.
26020
26021 2004-05-16  Derek Price  <derek@ximbiot.com>
26022             Paul Eggert  <eggert@cs.ucla.edu>
26023
26024         getline cleanup.  This changes the getndelim2 API: both order of
26025         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
26026         no delimiter).
26027
26028         * lib/getline.c: Don't include stddef.h or stdio.h, since our
26029         interface does that.
26030         (getline): Always use getdelim, so that we don't have two
26031         copies of this code.
26032         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
26033         if available.
26034         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
26035         (GETNDELIM2_MAXIMUM): New macro.
26036         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
26037         instead of the old practice of delim2==0.  All callers changed.
26038         Return -1 on overflow, instead of returning junk.
26039         Do not set *linesize unless allocation succeeds.
26040         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
26041         that we include sys/types.h.
26042         * lib/getnline.h: Likewise.
26043         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
26044         (getndelim2): Reorder arguments.
26045         * lib/getnline.c (getnline, getndelim):
26046         Don't discard the NMAX argument.
26047         (getnline): Invoke getndelim, to avoid code duplication.
26048         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
26049         of (size_t) -1 by callers of the getnline family.
26050
26051 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26052
26053         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
26054         Check for gettimeofday.
26055         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
26056         Check for settimeofday, stime.
26057
26058 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26059
26060         * lib/nanosleep.c (suspended): Change its type from int to
26061         sig_atomic_t volatile.
26062         (first_call): Make it private to rpl_nanosleep, and have it
26063         be zero initially as that's a bit faster.
26064         (my_usleep): Round up fractional times instead of truncating them,
26065         as this is the usual meaning for 'sleep'.
26066
26067         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
26068         doesn't work.
26069         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
26070         (ENOSYS): Define if not defined.
26071         (settime): Fall back on stime if it exists and settimeofday fails.
26072         But don't bother with fallbacks if a method fails with errno == EPERM.
26073
26074 2004-05-11  Jim Meyering  <jim@meyering.net>
26075
26076         Prior to this change, the save_cwd caller required read access to the
26077         current directory on most systems (ones with the fchdir function).
26078
26079         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
26080         fails, try write-only, and finally, resort to using xgetcwd.
26081
26082 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
26083
26084         * lib/obstack.c, obstack.h: Import changes from libc.
26085
26086 2004-04-28  Bruno Haible  <bruno@clisp.org>
26087
26088         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
26089         also implicitly appends .exe to executables.
26090         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
26091         accepts Windows pathnames.
26092         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
26093         Treat Cygwin like Windows, since it now accepts Windows pathnames.
26094         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
26095         Treat Cygwin like Windows, since it now accepts Windows pathnames.
26096         Reported by Derek Robert Price <derek@ximbiot.com>.
26097
26098 2004-04-21  Karl Berry  <karl@gnu.org>
26099
26100         * config/srclist.txt (localcharset.c): break sync.
26101
26102 2004-04-20  Paul Eggert  <eggert@twinsun.com>
26103
26104         * m4/host-os.m4: Add a copyright notice.
26105
26106 2004-04-20  Jim Meyering  <jim@meyering.net>
26107
26108         Change UTILS_ to gl_ in AC_DEFINE'd names.
26109         Change utils_- and jm_-prefixed variables, too.
26110         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
26111         UTILS_FUNC_MKDIR_TRAILING_SLASH.
26112         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
26113
26114         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
26115         Don't emit trailing blanks.
26116         Also rename jm_-prefixed variables to have gl_ prefix.
26117
26118         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
26119         Also rename jm_-prefixed variables to have gl_ prefix.
26120
26121         * m4/jm-macros.m4: Reflect the renamings.
26122         * m4/prereq.m4: Likewise.
26123
26124 2004-04-20  Jim Meyering  <jim@meyering.net>
26125
26126         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
26127         memory.
26128
26129 2004-04-20  Jim Meyering  <jim@meyering.net>
26130             Bruno Haible  <bruno@clisp.org>
26131
26132         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
26133         memory when realloc fails.
26134
26135 2004-04-19  Jim Meyering  <jim@meyering.net>
26136
26137         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
26138         now that readutmp.c may call `free (0)'.
26139
26140 2004-04-19  Bruno Haible  <bruno@clisp.org>
26141
26142         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
26143         * m4/inttypes_h.m4: Likewise.
26144         * m4/stdint_h.m4: Likewise.
26145         * m4/intmax_t.m4: Likewise.
26146         * m4/uintmax_t.m4: Likewise.
26147
26148 2004-04-18  Jim Meyering  <jim@meyering.net>
26149
26150         * m4/prereq.m4: Don't forbid jm_ prefix.
26151
26152         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
26153         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
26154         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
26155         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
26156         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
26157         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
26158         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
26159         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
26160         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
26161         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
26162         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
26163         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
26164         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
26165         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
26166         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
26167         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
26168         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
26169         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
26170         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
26171
26172 2004-04-18  Jim Meyering  <jim@meyering.net>
26173
26174         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
26175         failure, don't leak memory and do call END_UTMP_ENT.
26176
26177 2004-04-16  Jim Meyering  <jim@meyering.net>
26178
26179         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
26180         coreutils' stat program.
26181         (gl_PREREQ): Don't require jm_PREREQ_STAT.
26182
26183 2004-04-11  Paul Eggert  <eggert@twinsun.com>
26184
26185         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
26186         C89.
26187         (CHAR_BIT): Remove, since we assume C89.
26188         Include <stdint.h> if available, as per current Autoconf CVS advice.
26189
26190 2004-03-31  Jim Meyering  <jim@meyering.net>
26191
26192         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
26193         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
26194         * m4/xalloc.m4: Likewise.
26195
26196 2004-03-30  Paul Eggert  <eggert@twinsun.com>
26197
26198         Merge from coreutils.
26199
26200         * m4/inttostr.m4: New file.
26201         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
26202         Require AM_STDBOOL_H and gl_TIMESPEC instead.
26203         Require gl_CLOCK_TIME.
26204         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
26205
26206 2004-03-30  Paul Eggert  <eggert@twinsun.com>
26207
26208         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
26209         not bool, to be more consistent with Unix conventions.
26210         Suggested by Bruno Haible.
26211
26212         Merge from coreutils.
26213
26214         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
26215         * lib/umaxtostr.c: New files.
26216
26217         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
26218         the usual <time.h> dance.
26219         (get_date): Change signature to support fractional time stamps.
26220         All callers changed.
26221         * lib/getdate.y: Include "getdate.h" first, as we can now
26222         assume C89 and don't need to worry about 'const'.
26223         Similarly, include "unlocked-io.h" near start, not in middle.
26224         Include <limits.h>.
26225         (textint.value): Use long int rather than int.
26226         (textint.digits): Use size_t rather than int.
26227         (BILLION, LOG10_BILLION): New constants.
26228         (parser_control): New member rel_ns.  Members day_ordinal,
26229         time_zone, month, day, hour, minutes, rel_year, rel_month,
26230         rel_day, rel_hour, rel_minutes, rel_seconds
26231         are now long int, not int.  Member seconds is now struct timespec,
26232         not int.  New member timespec_seen.  Members dates_seen, days_seen,
26233         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
26234         not int.
26235         (%union.intval): Now long int, not int.
26236         New member timespec.
26237         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
26238         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
26239         (spec): Now is a timespec or an item list.
26240         (timespec, items): New nonterminals.
26241         (time, rel, relunit, number, get_date):
26242         Add support for fractional seconds.
26243         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
26244         (gmtime, localtime, mktime): Remove decls; not needed with C89.
26245         (to_hour): First arg is now long int, not int.
26246         (to_year): Returns long int, not int.
26247         Don't treat year -70 like 70.
26248         (tm_diff): Returns long int, not int.
26249         (lookup_word): Use bool instead of int when appropriate.
26250         (yylex): Use size_t for count, not int.
26251         Detect overflow when parsing large integer constants.
26252         Add support for fractions.
26253         (get_date): Make pointers 'const' if possible.
26254         Use more-portable code to detect integer overflow.
26255         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
26256         Don't use ctime; it's not reliable if the year has >4 digits.
26257
26258         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
26259         This is for compatibility with BSD.
26260
26261         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
26262         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
26263         From coreutils' system.h.
26264
26265         * lib/userspec.c: Don't include "posixver.h".
26266         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
26267         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
26268         compatible extension.  Simplify code by removing a boolean int
26269         that was always nonzero if a string was nonnull.
26270
26271 2004-03-30  Jim Meyering  <jim@meyering.net>
26272
26273         Merge from coreutils.
26274
26275         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
26276         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
26277         on some systems one must include <grp.h> before it.
26278         Reported by Christian Krackowizer.
26279
26280 2004-03-30  Jim Meyering  <jim@meyering.net>
26281
26282         Merge from coreutils.
26283
26284         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
26285
26286         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
26287         an empty input stream.
26288
26289         * lib/readtokens.c: Include <stdbool.h>.
26290         (readtoken): Use `size_t' rather than int/long.
26291         All callers adjusted.
26292         Use `bool' rather than `int' where appropriate.
26293         Use memset rather than an explicit loop.
26294         Use x2nrealloc rather than xrealloc.
26295         Allow the use of `\0' as a delimiter.
26296         (readtokens): Likewise.
26297         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
26298
26299 2004-03-30  Jim Meyering  <jim@meyering.net>
26300
26301         * m4/realloc.m4: Remove file, since now it does no more than
26302         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
26303         the `configure.ac' section of module/realloc.
26304         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
26305
26306 2004-03-30  Bruno Haible  <bruno@clisp.org>
26307
26308         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
26309         nonnull.
26310
26311 2004-03-29  Paul Eggert  <eggert@twinsun.com>
26312
26313         Merge changes to getloadavg.c from coreutils and Emacs.
26314
26315         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
26316         Define to an expression, not to the empty string.
26317         Include cloexec.h and xalloc.h.
26318         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
26319         Use set_cloexec_flag rather than rolling our own.
26320         * lib/cloexec.c, lib/cloexec.h: New files.
26321
26322 2004-03-29  Paul Eggert  <eggert@twinsun.com>
26323
26324         * m4/cloexec.m4: New file.
26325
26326 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26327
26328         * lib/getopt.h: Sync with libc CVS.
26329
26330 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26331             Bruno Haible  <bruno@clisp.org>
26332
26333         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
26334         mbswidth.
26335
26336 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26337             Bruno Haible  <bruno@clisp.org>
26338
26339         * lib/mbswidth.h: Include <wchar.h> only if
26340         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
26341         <wchar.h>.
26342         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
26343
26344 2004-03-09  Paul Eggert  <eggert@twinsun.com>
26345
26346         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
26347         Sync with libc CVS.
26348         * lib/getopt_int.h: New file, also synced from libc.
26349
26350 2004-03-09  Paul Eggert  <eggert@twinsun.com>
26351
26352         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
26353         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
26354         Bring back getopt.c, getopt.h, getopt1.c.
26355
26356 2004-03-07  Paul Eggert  <eggert@twinsun.com>
26357
26358         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
26359         All uses changed.  Check for sa_sigaction member; this fixes
26360         a bug first reported by Jason Andrade in
26361         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
26362
26363 2004-03-07  Paul Eggert  <eggert@twinsun.com>
26364
26365         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
26366         '#if' expressions.  Unlike the code it replaces, it does not
26367         depend on (defined _SC_PAGESIZE).  However, it does depend on
26368         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
26369         first reported by Jason Andrade in
26370         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
26371
26372 2004-02-25  Simon Josefsson  <jas@extundo.com>
26373
26374         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
26375
26376 2004-02-25  Simon Josefsson  <jas@extundo.com>
26377
26378         * lib/strdup.h: New file.
26379         * lib/strdup.c: Include it.
26380         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
26381         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
26382
26383 2004-02-23  Karl Berry  <karl@gnu.org>
26384
26385         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
26386         (from fencepost.gnu.org:/gd/gnuorg).
26387
26388 2004-02-23  Karl Berry  <karl@gnu.org>
26389
26390         * config/srclistvars.sh (GNUORG) [karl]: redefine.
26391         * config/srclist.txt: add maintain/standards documents.
26392
26393 2004-02-18  Bruno Haible  <bruno@clisp.org>
26394
26395         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
26396         Reported by Derek Robert Price <derek@ximbiot.com>.
26397
26398 2004-02-16  Karl Berry  <karl@gnu.org>
26399
26400         * config/mkinstalldirs, install-sh: update from automake.
26401
26402 2004-02-06  Karl Berry  <karl@gnu.org>
26403
26404         * m4/po.m4: update from gettext 0.14.1.
26405
26406 2004-02-06  Karl Berry  <karl@gnu.org>
26407
26408         * lib/config.charset: update from gettext 0.14.1.
26409
26410 2004-02-05  Paul Eggert  <eggert@twinsun.com>
26411
26412         Add comments and code, prompted by suggestions from Bruno Haible
26413         for sh-quote.
26414         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
26415         describing the enum quoting_style values.
26416         * lib/quotearg.c (quotearg_alloc): New function.
26417         (quotearg_buffer_restyled): Treat lone { and } as special.
26418         Treat = as special.  Work around bug with older shells
26419         that "see" a '\' that is really the 2nd byte of a multibyte char.
26420         Quote empty string with shell_quoting_style.
26421
26422 2004-02-03  Bruno Haible  <bruno@clisp.org>
26423
26424         * m4/pipe.m4: New file, from GNU gettext.
26425
26426 2004-02-03  Bruno Haible  <bruno@clisp.org>
26427
26428         * lib/pipe.h: New file, from GNU gettext.
26429         * lib/pipe.c: New file, from GNU gettext.
26430
26431 2004-01-27  Bruno Haible  <bruno@clisp.org>
26432
26433         * m4/execute.m4: New file, from GNU gettext.
26434
26435 2004-01-27  Bruno Haible  <bruno@clisp.org>
26436
26437         * lib/execute.h: New file, from GNU gettext.
26438         * lib/execute.c: New file, from GNU gettext.
26439         * lib/w32spawn.h: New file, from GNU gettext.
26440
26441 2004-01-24  Paul Eggert  <eggert@twinsun.com>
26442
26443         Merge from diffutils.
26444
26445         * lib/file-type.c (file_type): Add typed memory objects.
26446         * lib/file-type.h (S_TYPEISTMO): New macro.
26447
26448         * lib/c-stack.h (c_stack_action): Remove argv argument.
26449         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
26450         (die): Don't calculate message unless segv_action returns.
26451         (get_stack_location, min_address_from_argv, max_address_from_argv,
26452         volatile stack_base, volatile_stack_size): Remove.
26453         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
26454         that every segmentation violation is a stack overflow.  (Ouch!)
26455         See Debian bug 136249 (still outstanding) for more info about why
26456         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
26457
26458 2004-01-24  Paul Eggert  <eggert@twinsun.com>
26459
26460         Exit-status fix from coreutils.
26461
26462         Use exit_failure consistently in place of EXIT_FAILURE,
26463         so that program exit statuses are consistent on failure.
26464
26465         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
26466         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
26467         * lib/argmatch.h: Comment fix to match the above.
26468         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
26469         Now a macro referring to exit_failure, instead of a separate
26470         variable.  Include "exitfail.h" to get it.
26471         * lib/xstrtol.h: Include "exitfail.h".
26472         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
26473
26474         * lib/long-options.c (parse_long_options): Use prototype
26475         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
26476         for clarity.
26477
26478 2004-01-21  Jim Meyering  <jim@meyering.net>
26479
26480         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
26481         so as not to conflict with a different-sized __mktime_internal
26482         function in GNU libc.
26483         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
26484         Problem building statically-linked `ls' reported by Michael Brunnbauer.
26485
26486 2004-01-20  Karl Berry  <karl@gnu.org>
26487
26488         * config/config.guess: update from config.
26489
26490         * config/srclistvars.sh: GNUWWWLICENSES for karl.
26491
26492 2004-01-20  Bruno Haible  <bruno@clisp.org>
26493
26494         Safer stack allocation.
26495         * lib/setenv.c: Include allocsa.h.
26496         (alloca): Remove fallback definition.
26497         (freea): Remove macro.
26498         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
26499         instead of freea.
26500
26501 2004-01-20  Bruno Haible  <bruno@clisp.org>
26502
26503         * m4/eealloc.m4: New file, from GNU gettext.
26504
26505 2004-01-20  Bruno Haible  <bruno@clisp.org>
26506
26507         * m4/allocsa.m4: New file, from GNU gettext.
26508
26509 2004-01-20  Bruno Haible  <bruno@clisp.org>
26510
26511         * lib/xallocsa.h: New file, from GNU gettext.
26512         * lib/xallocsa.c: New file, from GNU gettext.
26513
26514 2004-01-20  Bruno Haible  <bruno@clisp.org>
26515
26516         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
26517
26518 2004-01-20  Bruno Haible  <bruno@clisp.org>
26519
26520         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
26521         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
26522         specially.
26523
26524 2004-01-20  Bruno Haible  <bruno@clisp.org>
26525
26526         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
26527         patch.
26528
26529 2004-01-20  Bruno Haible  <bruno@clisp.org>
26530
26531         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
26532
26533 2004-01-20  Bruno Haible  <bruno@clisp.org>
26534
26535         * lib/eealloc.h: New file.
26536
26537 2004-01-20  Bruno Haible  <bruno@clisp.org>
26538
26539         * lib/binary-io.h: Avoid warnings on Cygwin.
26540
26541 2004-01-20  Bruno Haible  <bruno@clisp.org>
26542
26543         * lib/allocsa.h: New file, from GNU gettext.
26544         * lib/allocsa.c: New file, from GNU gettext.
26545
26546 2004-01-18  Karl Berry  <karl@gnu.org>
26547
26548         * doc/gpl.texi, doc/lgpl.texi: new files.
26549
26550 2004-01-18  Karl Berry  <karl@gnu.org>
26551
26552         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
26553         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
26554
26555 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26556
26557         Merge from coreutils.
26558
26559         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
26560         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
26561         (gl_DEFAULT_POSIX2_VERSION): Move
26562         the documentation from 'configure' into 'config.hin',
26563         so that 'configure --help' isn't burdened by it and
26564         we don't have to worry about its formatting there.
26565         Reword the documentation so that it's more succinct
26566         and can be run together into a single paragraph.
26567         * m4/same.m4 (gl_SAME): Check for pathconf.
26568
26569 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26570
26571         Merge from coreutils.
26572
26573         * lib/posixver.c: Include posixver.h.
26574
26575         * lib/same.c: Include <stdbool.h>, <limits.h>.
26576         (_POSIX_NAME_MAX): Define if not defined.
26577         (MIN): New macro.
26578         (same_name): If file names are silently truncated, report
26579         that the file names are the same if they are the same after
26580         the silent truncation.
26581
26582         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
26583         conversion function.
26584         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
26585         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
26586         longer needed.
26587
26588 2004-01-15  Jim Meyering  <jim@meyering.net>
26589
26590         Merge from coreutils.
26591
26592         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
26593         if no library is required.
26594         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
26595         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
26596         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
26597         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
26598         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
26599         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
26600         value, $ac_cv_search_crypt, if it's "none required".
26601         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
26602         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
26603         not gl_FUNC_GETLOADAVG.
26604         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
26605         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
26606
26607 2004-01-15  Jim Meyering  <jim@meyering.net>
26608
26609         Merge from coreutils.
26610
26611         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
26612         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
26613         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
26614
26615         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
26616         optional configure-time default.
26617
26618         * lib/version-etc.c (version_etc_copyright): Update copyright date.
26619
26620         * lib/xreadlink.c (xreadlink): Correct outdated comment.
26621
26622 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
26623
26624         Merge from coreutils.
26625
26626         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
26627         value, $ac_cv_search_nanosleep, if it's "none required".
26628
26629 2004-01-14  Paul Eggert  <eggert@twinsun.com>
26630
26631         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
26632         with like-named macro in fnmatch.c.
26633         (EXT): Use an internal constant instead.
26634
26635         Merge fnmatch patches from glibc.
26636         * lib/fnmatch.c (mbsinit): Remove define.
26637         Add libc_hidden_ver (__fnmatch, fnmatch).
26638         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
26639         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
26640
26641 2004-01-14  Karl Berry  <karl@gnu.org>
26642
26643         * config/install-sh: update from automake.
26644
26645 2004-01-13  Karl Berry  <karl@gnu.org>
26646
26647         * config/install-sh: update from automake.
26648
26649 2004-01-09  Karl Berry  <karl@gnu.org>
26650
26651         * config/install-sh: update from automake.
26652
26653 2004-01-05  Karl Berry  <karl@gnu.org>
26654
26655         * config/config.{sub,guess}: update from config.
26656
26657 2003-12-31  Karl Berry  <karl@gnu.org>
26658
26659         * config/depcomp: update from automake.
26660
26661 2003-12-14  Karl Berry  <karl@gnu.org>
26662
26663         * lib/config.charset: update from gettext-runtime.
26664
26665 2003-12-03  Paul Eggert  <eggert@twinsun.com>
26666
26667         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
26668         Bug reported by Alfred M. Szmidt.
26669
26670 2003-12-03  Bruno Haible  <bruno@clisp.org>
26671
26672         * m4/gettext.m4: Upgrade from gettext-0.13.
26673         * m4/po.m4: Upgrade from gettext-0.13.
26674         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
26675         * m4/intmax.m4: New file, from gettext-0.13.
26676         * m4/printf-posix.m4: New file, from gettext-0.13.
26677
26678 2003-11-29  Karl Berry  <karl@gnu.org>
26679
26680         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
26681
26682 2003-11-25  Paul Eggert  <eggert@twinsun.com>
26683             Bruno Haible  <bruno@clisp.org>
26684
26685         * lib/printf-parse.h: Don't include sys/types.h.
26686         (ARG_NONE): New macro.
26687         (char_directive): Change type of *arg_index fields to size_t.
26688         * lib/printf-parse.c: Don't include sys/types.h.
26689         (SSIZE_MAX): Remove macro.
26690         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
26691         Remove unnecessary overflow check.
26692         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
26693         fields.
26694
26695 2003-11-25  Bruno Haible  <bruno@clisp.org>
26696
26697         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
26698
26699 2003-11-25  Bruno Haible  <bruno@clisp.org>
26700
26701         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
26702         gt_TYPE_SSIZE_T.
26703
26704 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26705
26706         * modules/alloca: Remove dependency on xalloc.
26707
26708 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26709
26710         * lib/alloca.c: Remove dependency on xalloc module.
26711         (xalloc_die): Remove.
26712         (memory_full) [!defined emacs]: New macro.
26713         [!defined emacs]: Don't include xalloc.h.
26714         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
26715         address arithmetic overflows.  Change datatypes a bit to avoid
26716         unnecessary casts.
26717
26718 2003-11-22  Jim Meyering  <jim@meyering.net>
26719
26720         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
26721         s/size/size_t/.
26722
26723 2003-11-21  Karl Berry  <karl@gnu.org>
26724
26725         * config/config.{sub,guess}: update from config.
26726
26727 2003-11-18  Karl Berry  <karl@gnu.org>
26728
26729         * config/config.{sub,guess}: update from config.
26730
26731         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
26732
26733 2003-11-17  Paul Eggert  <eggert@twinsun.com>
26734
26735         * README: Mention that S+T cannot overflow if S is the size of
26736         an existing object and T is sufficiently small.
26737
26738 2003-11-17  Jim Meyering  <jim@meyering.net>
26739
26740         On systems without utime and without a utimes function capable of
26741         dealing with a NULL struct utimbuf* argument, this utime replacement
26742         could -- in unusual circumstances -- leak a file descriptor.
26743         * lib/utime.c: Include <unistd.h> and <errno.h>.
26744         (utime_null): Be sure to close `fd' and to preserve errno.
26745         Reported by Geoff Collyer via Arnold Robbins.
26746
26747 2003-11-17  Bruno Haible  <bruno@clisp.org>
26748
26749         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
26750         (Depends-on): Add xsize.
26751
26752 2003-11-17  Bruno Haible  <bruno@clisp.org>
26753
26754         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
26755
26756 2003-11-17  Bruno Haible  <bruno@clisp.org>
26757
26758         * lib/vasnprintf.c (alloca): Remove fallback definition.
26759         (freea): Remove definition.
26760         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
26761         Reported by Paul Eggert.
26762
26763 2003-11-16  Paul Eggert  <eggert@twinsun.com>
26764             Bruno Haible  <bruno@clisp.org>
26765
26766         Protect against address arithmetic overflow.
26767         * lib/printf-args.h: Include stddef.h.
26768         (arguments): Change type of field 'count' to size_t.
26769         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
26770         'unsigned int' where appropriate.
26771         * lib/printf-parse.h: Include sys/types.h.
26772         (char_directive): Change type of *arg_index fields to ssize_t.
26773         (char_directives): Change type of fields 'count', max_*_length to
26774         size_t.
26775         * lib/printf-parse.c: Include sys/types.h and xsize.h.
26776         (SSIZE_MAX): Define fallback value.
26777         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
26778         instead of 'int' where appropriate. Check a_allocated, d_allocated
26779         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
26780         * lib/vasnprintf.c: Include xsize.h.
26781         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
26782         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
26783         overflow. Avoid wraparound when converting a width or precision from
26784         decimal to binary.
26785
26786 2003-11-16  Bruno Haible  <bruno@clisp.org>
26787
26788         Update from GNU gettext.
26789         * lib/printf-parse.c: Generalize to it can be compiled for wide
26790         strings.
26791         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
26792         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
26793         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
26794         SNPRINTF): New macros.
26795         Don't include <alloca.h> if the file is used inside libintl.
26796         (local_wcslen): New function, for Solaris 2.5.1.
26797         (VASNPRINTF): Use it instead of wcslen.
26798
26799 2003-11-16  Bruno Haible  <bruno@clisp.org>
26800
26801         * lib/xsize.h (xmax): New function.
26802         (xsum, xsum3, xsum4): Declare as "pure" functions.
26803
26804 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26805
26806         * modules/xalloc (Files): Undo latest change, since xalloc.h
26807         no longer needs SIZE_MAX or PTRDIFF_MAX.
26808
26809 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26810
26811         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
26812         gl_PTRDIFF_MAX.
26813
26814 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26815
26816         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
26817         "return", to pacify some unknown compiler.  Problem reported
26818         by Joerg Schilling.
26819
26820 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26821
26822         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
26823         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
26824         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
26825         heuristic is just as accurate as far as we know, and it removes a
26826         dependency on size_max.m4 and ptrdiff_max.m4.
26827
26828 2003-11-11  Bruno Haible  <bruno@clisp.org>
26829
26830         * modules/xsize (Files): Add m4/size_max.m4.
26831         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
26832
26833 2003-11-11  Bruno Haible  <bruno@clisp.org>
26834
26835         * m4/size_max.m4: New file.
26836         * m4/ptrdiff_max.m4: New file.
26837         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
26838         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
26839         (gl_XALLOC): Invoke it.
26840
26841 2003-11-11  Bruno Haible  <bruno@clisp.org>
26842
26843         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
26844         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
26845         defined.
26846
26847 2003-11-10  Paul Eggert  <eggert@twinsun.com>
26848
26849         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
26850         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
26851         rejected some allocations of exactly SIZE_MAX - 2 bytes.
26852         From Bruno Haible.
26853         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
26854         not (size_t) -1, since it's defined here.
26855
26856 2003-11-09  Karl Berry  <karl@gnu.org>
26857
26858         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
26859
26860 2003-11-06  Paul Eggert  <eggert@twinsun.com>
26861
26862         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
26863         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
26864         Reject sizes of exactly SIZE_MAX bytes.
26865         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
26866         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
26867
26868 2003-11-05  Bruno Haible  <bruno@clisp.org>
26869
26870         * lib/xsize.h: Include limits.h, to avoid a possible collision with
26871         SIZE_MAX defined in <limits.h> on Solaris.
26872
26873 2003-11-04  Jim Meyering  <jim@meyering.net>
26874
26875         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
26876         variable names, rather than @VAR@.
26877         * modules/poll: Likewise.
26878
26879 2003-11-04  Bruno Haible  <bruno@clisp.org>
26880
26881         * modules/xsize: New file.
26882         * modules/linebreak: Depend on xsize.
26883         * MODULES.html.sh (func_all_modules): Add xsize.
26884
26885 2003-11-04  Bruno Haible  <bruno@clisp.org>
26886
26887         * m4/xsize.m4: New file.
26888
26889 2003-11-04  Bruno Haible  <bruno@clisp.org>
26890
26891         * lib/xsize.h: New file.
26892         * lib/linebreak.c: Include xsize.h.
26893         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
26894         argument for overflow.
26895         Suggested by Paul Eggert.
26896
26897 2003-11-03  Karl Berry  <karl@gnu.org>
26898
26899         * config/config.{guess,sub}: update from config.
26900
26901 2003-11-03  Jim Meyering  <jim@meyering.net>
26902
26903         * modules/userspec (lib_SOURCES): Add userspec.h.
26904         (Include): Add "userspec.h".
26905         Improve description.
26906
26907 2003-11-03  Jim Meyering  <jim@meyering.net>
26908
26909         * lib/userspec.c: Include "userspec.h".
26910         * lib/userspec.h: New file.
26911
26912 2003-11-03  Bruno Haible  <bruno@clisp.org>
26913
26914         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
26915
26916 2003-11-03  Bruno Haible  <bruno@clisp.org>
26917
26918         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
26919         available, to avoid (extremely rare) race condition.
26920         Suggested by Paul Eggert.
26921
26922 2003-11-02  Karl Berry  <karl@gnu.org>
26923
26924         * config/srclist.txt (vasprintf.c): sync broken, sigh.
26925
26926 2003-10-31  Paul Eggert  <eggert@twinsun.com>
26927
26928         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
26929         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
26930         (read_filesystem_list): Set and use me_type_malloced.
26931         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
26932         whatever the type happens to be), for brevity and consistency.
26933         Check for size calculation overflow on Alphas running OSF/1.
26934
26935 2003-10-31  Jim Meyering  <jim@meyering.net>
26936
26937         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
26938
26939         * lib/linebuffer.c: Include <string.h> for declaration of memset.
26940
26941 2003-10-30  Paul Eggert  <eggert@twinsun.com>
26942             Bruno Haible  <bruno@clisp.org>
26943
26944         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
26945         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
26946
26947 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26948
26949         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
26950         netbsd*-gnu*.  Suggested by Robert Millan.
26951
26952 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26953
26954         * modules/group-member: Depend on stdbool.
26955
26956 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26957
26958         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
26959
26960 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26961
26962         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
26963         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
26964         after the 'gnu' in these cases.  This fixes some bugs in the
26965         previous change, and is based on suggestions by Robert Millan.
26966
26967 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26968
26969         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
26970         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
26971         no longer needed.
26972         * lib/quotearg.c (quotearg_n_options): Use it.
26973         * lib/group-member.c: Include <stdbool.h>.
26974         (free_group_info): Arg is now const *; don't free arg.
26975         (get_group_info): Now returns bool and accepts struct group_info *,
26976         rather than returning a malloc'ed struct group_info *.
26977         All uses changed.  Check for overflow in internal size calculation.
26978
26979         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
26980         rather than xmalloc/xrealloc.
26981         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
26982         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
26983         conformance bug: the old code used a pointer after freeing the
26984         storage that it addressed.
26985         * lib/hash.c (hash_initialize): Simplify the code by using
26986         xalloc_oversized rather than doing it by hand.
26987         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
26988         the buffer preserved.  Use free and xmalloc instead.
26989         * lib/quotearg.c (quotearg_n_options): Likewise.
26990         Use a simpler test for size overflow.  Don't use xalloc_oversized
26991         because unsigned int might be wider than size_t (!); this suggests
26992         that we should switch from unsigned int to size_t for slot numbers.
26993
26994 2003-10-28  Paul Eggert  <eggert@twinsun.com>
26995
26996         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
26997         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
26998         NetBSD kernels.  Requested by Richard Stallman.
26999
27000 2003-10-27  Paul Eggert  <eggert@twinsun.com>
27001
27002         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
27003         to allocate the returned structure.  Do not allocate a subarray,
27004         as x2nrealloc will do that.
27005         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
27006         instead of xnrealloc.
27007         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
27008
27009 2003-10-27  Bruno Haible  <bruno@clisp.org>
27010
27011         * lib/stdbool_.h: Better support for BeOS.
27012
27013 2003-10-26  Paul Eggert  <eggert@twinsun.com>
27014
27015         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
27016         now uses inline.
27017
27018 2003-10-26  Paul Eggert  <eggert@twinsun.com>
27019
27020         * lib/xalloc.h (xalloc_oversized): New static inline function, for
27021         callers that want to do their own size-overflow checking.  Include
27022         <stdbool.h>, since xalloc_oversized returns bool.
27023         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
27024         to use xalloc_oversized.
27025
27026         Add two functions x2realloc, x2nrealloc, for programs that grow
27027         arrays dynamically by doubling their sizes.
27028         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
27029         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
27030         New functions.
27031
27032         Port to C99 semantics for 'inline' of external functions.
27033         Bug reported by Bruno Haible.
27034         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
27035         with the old contents of xnmalloc.
27036         (xnmalloc, xmalloc): Use it.
27037         (xnrealloc_inline): New static inline function,
27038         with the old contents of xnrealloc.
27039         (xnrealloc, xrealloc): Use it.
27040
27041         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
27042         that.
27043
27044 2003-10-26  Karl Berry  <karl@gnu.org>
27045
27046         * config/srclist.txt (COPYING.DOC): no longer available from
27047         /gd/gnuorg; don't know where the ultimate source is.
27048
27049 2003-10-25  Paul Eggert  <eggert@twinsun.com>
27050
27051         Fix several address-calculation bugs in the hash modules,
27052         plus some minor code cleanup.
27053
27054         * lib/hash.h: Include <stdbool.h>, for bool.
27055         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
27056         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
27057         hash_get_n_entries, hash_get_max_bucket_length,
27058         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
27059         hash_rehash): Use size_t rather than unsigned.
27060         * lib/hash.c (struct hash_table, hash_get_n_buckets,
27061         hash_get_n_buckets_used, hash_get_n_entries,
27062         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
27063         hash_get_entries, hash_do_for_each, hash_string, is_prime,
27064         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
27065         Likewise.
27066         (SIZE_MAX): Define if not defined.
27067         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
27068         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
27069         hash_print):
27070         Use const * when possible.
27071         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
27072         (check_tuning): Fix bug: if tuning parameters were very close to
27073         0 or 1, rounding errors could have caused subscript violations.
27074         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
27075         (hash_initialize): Add 'fail:' label
27076         to free table and return NULL, and use it to simplify code.
27077         Use calloc rather than clearing the storage ourself.
27078         (hash_initialize, hash_rehash): Check for arithmetic overflow in
27079         buffer size calculations.
27080         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
27081         Include <stddef.h>, for size_t.
27082         * lib/hash-pjw.c (hash_pjw): Likewise.
27083         Switch to method described by Bruno Haible.
27084         Include <limits.h>, for CHAR_BIT.
27085         (SIZE_BITS): New macro.
27086
27087 2003-10-23  Paul Eggert  <eggert@twinsun.com>
27088
27089         * m4/getline.m4 (AM_FUNC_GETLINE):
27090         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
27091         hosts.  Problem reported by Derek Robert Price in
27092         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
27093         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
27094         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
27095
27096 2003-10-21  Paul Eggert  <eggert@twinsun.com>
27097
27098         * lib/getndelim2.c (getndelim2): When size calculation overflows,
27099         ceiling the allocation at NMAX bytes rather than silently
27100         discarding input bytes before NMAX is reached.  This makes
27101         a difference only if NMAX exceeds SIZE_MAX / 2.
27102
27103         * lib/obstack.c: Merge from glibc.
27104         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
27105         Add libc_hidden_def (_obstack_newchunk).
27106         (_obstack_free) [! defined _LIBC]: Remove.
27107         [defined _LIBC]: Make a strong alias from obstack_free, rather than
27108         a clone of the function body.
27109         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
27110         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
27111
27112         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
27113         glibc.
27114         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
27115         arg to memcpy.
27116
27117         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
27118         (obstack_ptr_grow_fast, obstack_int_grow_fast):
27119         Don't use lvalue casts, as GCC plans to remove support for them
27120         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
27121         was also present in the non-GCC version, indicating that this
27122         code had always been buggy and had never been widely used.
27123         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
27124         Use the fast variant of each macro, rather than copying the
27125         definiens of the fast variant; that way, we'll be more likely to
27126         catch future bugs in the fast variants.
27127
27128 2003-10-20  Bruno Haible  <bruno@clisp.org>
27129
27130         * modules/wait-process: New file.
27131         * MODULES.html.sh (func_all_modules): Add wait-process.
27132
27133 2003-10-20  Bruno Haible  <bruno@clisp.org>
27134
27135         * m4/wait-process.m4: New file.
27136
27137 2003-10-20  Bruno Haible  <bruno@clisp.org>
27138
27139         * lib/wait-process.h: New file, from GNU gettext.
27140         * lib/wait-process.c: New file, from GNU gettext.
27141
27142 2003-10-19  Jim Meyering  <jim@meyering.net>
27143
27144         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
27145         HPUX 10.20.
27146
27147 2003-10-18  Karl Berry  <karl@gnu.org>
27148
27149         * config/config.guess: update from config.
27150
27151 2003-10-16  Paul Eggert  <eggert@twinsun.com>
27152
27153         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
27154         (getgroups): First arg is int, not size_t.
27155         Don't let 'free' mangle errno.
27156
27157 2003-10-16  Paul Eggert  <eggert@twinsun.com>
27158
27159         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
27160
27161 2003-10-16  Karl Berry  <karl@gnu.org>
27162
27163         * config/config.{guess,sub}: update from config.
27164
27165 2003-10-16  Jim Meyering  <jim@meyering.net>
27166
27167         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
27168         memcpy.
27169
27170 2003-10-15  Paul Eggert  <eggert@twinsun.com>
27171
27172         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
27173         (SIZE_MAX): Remove.
27174         (new_exclude, add_exclude_file): Initial size no longer needs to
27175         be a power of 2.
27176         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
27177         our own address arithmetic overflow checking.
27178
27179         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
27180         (fnmatch): Do not alloca more than 2000 wide characters;
27181         instead, use malloc for large buffers.
27182         Check for address arithmetic overflow, and return -1
27183         with errno set to ENOMEM in that case.
27184         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
27185         (NEW_PATTERN): Do not alloca more than 8000 bytes;
27186         instead, return -1.  Check for address arithmetic overflow.
27187
27188 2003-10-14  Paul Eggert  <eggert@twinsun.com>
27189
27190         Handle invalid suffixes and overflow independently, so that
27191         callers can treat them independently as needed.  Fix some bugs in
27192         suffix handling, e.g., "100k@" was not diagnosed as an invalid
27193         suffix for a human-readable blocksize.  The major caller-visible
27194         change is the addition of a new
27195         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
27196         that both overflow and suffix chars were found.
27197
27198         * lib/human.c (humblock): Don't check separately for invalid suffix
27199         char; that is xstrtoumax's job (now that its bug is fixed).
27200         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
27201         INTMAX_MAX]: New macros.
27202         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
27203         TYPE_MAXIMUM): New macros.
27204         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
27205         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
27206         if overflow occurs, as it's what __strtol does and it's more useful
27207         in practice.
27208         (__xstrtol): If __strtol reports some error other than ERANGE,
27209         reflect it to the caller as LONGINT_INVALID.  If it reports
27210         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
27211         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
27212         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
27213         value.
27214         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
27215         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
27216         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
27217         [defined UINTMAX_MAX]: New macros.
27218
27219 2003-10-14  Bruno Haible  <bruno@clisp.org>
27220
27221         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
27222
27223 2003-10-14  Bruno Haible  <bruno@clisp.org>
27224
27225         * m4/sig_atomic_t: New file, from GNU gettext.
27226         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
27227
27228 2003-10-14  Bruno Haible  <bruno@clisp.org>
27229
27230         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
27231         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
27232         Also use volatile where needed.
27233
27234 2003-10-12  Paul Eggert  <eggert@twinsun.com>
27235
27236         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
27237         Change maintainer from Bruno Haible to 'all'.
27238
27239 2003-10-12  Paul Eggert  <eggert@twinsun.com>
27240
27241         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
27242
27243 2003-10-12  Paul Eggert  <eggert@twinsun.com>
27244
27245         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
27246         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
27247         and define in terms of the other primitives.
27248         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
27249         (SIZE_MAX): Define if not already defined.
27250         (array_size_overflow): New function.
27251         (xalloc_die): Abort instead of exiting if 'error' returns.
27252         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
27253         (xmalloc, xrealloc): Use them.
27254         (xcalloc): Check for address arithmetic overflow.
27255         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
27256         a bit faster than strcpy.
27257
27258 2003-10-10  Simon Josefsson  <jas@extundo.com>
27259
27260         * modules/argp (Depends-on): Add restrict and strcase.
27261
27262 2003-10-10  Simon Josefsson  <jas@extundo.com>
27263
27264         * m4/argp.m4: Add AC_C_INLINE.
27265
27266 2003-10-08  Paul Eggert  <eggert@twinsun.com>
27267
27268         Merge getpass from libc, plus a few fixes.
27269
27270         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
27271         Include <stdbool.h>.
27272         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
27273         __fsetlocking to empty.
27274         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
27275         do include <bits/libc-lock.h>.
27276         Do not include <fcntl.h>; not needed.
27277         [_LIBC]: Include <wchar.h>.
27278         (NOTCANCEL_MODE): New macro.
27279         (flockfile, funlockfile) [_LIBC]: New macros.
27280         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
27281         [!_LIBC]: New macros.
27282         (call_fclose): New function.
27283         (getpass): Use it.  Save tty stream separately; this simplifies the
27284         code and makes it more reliable if stdin happens to equal stdout.
27285         Invoke __fsetlocking on tty.
27286         Handle thread cancellation if needed.
27287         Namespace cleanup (use __tcgetattr, __getline).
27288         Use bool for Booleans.
27289         [USE_IN_LIBIO]: Handle wide streams.
27290         [!_LIBC]: Unconditionally do the fseek, since we don't know what
27291         stream might go where.
27292
27293         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
27294         doesn't have to include <stdio.h> before us.
27295         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
27296         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
27297         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
27298         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
27299         if not declared, so that we can use getpass.c code from libc without
27300         rewriting it.
27301         (flockfile, ftrylockfile, funlockfile): New macros.
27302
27303 2003-10-08  Paul Eggert  <eggert@twinsun.com>
27304
27305         * modules/getpass: Depend on stdbool.
27306
27307 2003-10-08  Paul Eggert  <eggert@twinsun.com>
27308
27309         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
27310
27311 2003-10-07  Karl Berry  <karl@gnu.org>
27312
27313         * config/config.{guess,sub}: update from config.
27314
27315 2003-10-06  Jim Meyering  <jim@meyering.net>
27316             Bruno Haible  <bruno@clisp.org>
27317
27318         This lets translators provide better translations for the
27319         "Written by ..." part of --version output.
27320         * lib/version-etc.h: Include stdarg.h.
27321         (version_etc_copyright): Declare as readonly.
27322         (version_etc): Make this function variadic with a NULL-terminated list
27323         of author name strings.
27324         (version_etc_va): New declaration.
27325         * lib/version-etc.c: Include stdarg.h, stdlib.h.
27326         (version_etc_copyright): Declare as readonly.
27327         (version_etc_va): New function. Provide a different translatable string
27328         for each possible number of authors < 10. Abbreviate when there are 10
27329         authors or more.
27330         (version_etc): Make this function variadic. Call version_etc_va.
27331         Suggestion from Gary V. Vaughan.
27332
27333         * lib/long-options.h (parse_long_options): Change prototype: the
27334         authors string is moved to the end and becomes variadic.
27335         * lib/long-options.c: Include stdarg.h.
27336         (parse_long_options): Make this function variadic, too.
27337         Call version_etc_va, not version_etc.
27338
27339 2003-10-06  Bruno Haible  <bruno@clisp.org>
27340
27341         * modules/version-etc-2: Remove file.
27342         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
27343
27344 2003-10-06  Bruno Haible  <bruno@clisp.org>
27345
27346         * modules/fatal-signal: New file.
27347         * MODULES.html.sh (func_all_modules): Add fatal-signal.
27348
27349 2003-10-06  Bruno Haible  <bruno@clisp.org>
27350
27351         * m4/fatal-signal.m4: New file.
27352         * m4/signalblocking.m4: New file, from GNU gettext.
27353
27354 2003-10-06  Bruno Haible  <bruno@clisp.org>
27355
27356         * lib/version-etc-2.h: Remove file.
27357         * lib/version-etc-2.c: Remove file.
27358
27359 2003-10-06  Bruno Haible  <bruno@clisp.org>
27360
27361         * lib/fatal-signal.h: New file, from GNU gettext.
27362         * lib/fatal-signal.c: New file, from GNU gettext.
27363
27364 2003-10-05  Paul Eggert  <eggert@twinsun.com>
27365
27366         * README: Rework advice for preventing empty .o files.
27367         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
27368         not <sys/types.h>.
27369
27370 2003-10-04  Karl Berry  <karl@gnu.org>
27371
27372         * lib/argp*: update from libc.
27373
27374 2003-10-04  Karl Berry  <karl@gnu.org>
27375
27376         * config/config.{guess,sub}: update from config.
27377
27378 2003-10-02  Bruno Haible  <bruno@clisp.org>
27379
27380         * modules/lchown (Include): Add lchown.h.
27381         * modules/time_r (Include): Use "..." syntax.
27382         * modules/xgetdomainname (Include): Add xgetdomainname.h.
27383
27384 2003-10-01  Simon Josefsson  <jas@extundo.com>
27385
27386         * MODULES.html.sh (func_all_modules): Move gethostname from section
27387         'based on' to section 'lacking' POSIX:2001.
27388
27389 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
27390
27391         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
27392         to output mode on the same stream.
27393
27394 2003-09-29  Paul Eggert  <eggert@twinsun.com>
27395
27396         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
27397         Fix arg typo in previous patch.
27398
27399 2003-09-28  Jim Meyering  <jim@meyering.net>
27400
27401         * lib/error.c: Correct cpp indentation.
27402
27403 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27404
27405         * modules/free: New file.
27406
27407 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27408
27409         * m4/free.m4: New file.
27410
27411 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27412
27413         * lib/minmax.h (MIN, MAX)
27414         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
27415         Omit the special code that used __typeof__, since we worry that
27416         it could be more trouble than it's worth.  See:
27417         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
27418         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
27419
27420         * lib/free.c: New file.
27421
27422 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
27423
27424         Trivial fixes to Makefile.am parts of module listings.
27425         * modules/strstr: Append strstr.h to lib_SOURCES.
27426         * modules/strcase: Likewise, for strcase.h.
27427
27428 2003-09-27  Karl Berry  <karl@gnu.org>
27429
27430         * config/mkinstalldirs: update from automake.
27431
27432 2003-09-26  Paul Eggert  <eggert@twinsun.com>
27433
27434         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
27435         (error_tail): Do not loop, reallocating temporary buffer, since
27436         the output cannot contain more wide characters than the input
27437         contains bytes, the size must be big enough already.  This avoids
27438         one potential size overflow calculation.  Check for size overflow
27439         when calculating temporary buffer size.  Free temporary buffer
27440         when done, if it was allocated with malloc; this plugs a memory
27441         leak.  Remove casts from void * to pointers, that are no longer
27442         needed now that we're assuming C89 or better.
27443
27444         Merge error changes from glibc.
27445
27446         * lib/error.c, error.h: Update copyright notice header to match glibc.
27447         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
27448         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
27449         Disable cancellation while printing error.
27450         * lib/error.h: Prepend __ to parameter names.
27451
27452 2003-09-26  Jim Meyering  <jim@meyering.net>
27453
27454         * lib/error.c (error_tail): Move some declarations
27455         into inner scope where the local variables are used.
27456
27457 2003-09-26  Bruno Haible  <bruno@clisp.org>
27458
27459         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
27460         stpncpy().
27461         Don't define stpncpy through config.h; it's now done through stpncpy.h.
27462
27463 2003-09-26  Bruno Haible  <bruno@clisp.org>
27464
27465         * lib/stpncpy.h (gnu_stpncpy): New declaration.
27466         (stpncpy): Define as alias for gnu_stpncpy.
27467         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
27468
27469 2003-09-25  Simon Josefsson  <jas@extundo.com>
27470
27471         * lib/xgetdomainname.h: New file.
27472         * lib/xgetdomainname.c: New file.
27473
27474 2003-09-25  Simon Josefsson  <jas@extundo.com>
27475             Bruno Haible  <bruno@clisp.org>
27476
27477         * modules/getdomainname: New file.
27478         * modules/xgetdomainname: New file.
27479         * MODULES.html.sh (func_all_modules): Add getdomainname,
27480         xgetdomainname.
27481
27482 2003-09-25  Simon Josefsson  <jas@extundo.com>
27483             Bruno Haible  <bruno@clisp.org>
27484
27485         * m4/getdomainname.m4: New file.
27486
27487 2003-09-25  Simon Josefsson  <jas@extundo.com>
27488             Bruno Haible  <bruno@clisp.org>
27489
27490         * lib/getdomainname.h: New file.
27491         * lib/getdomainname.c: New file.
27492
27493 2003-09-25  Karl Berry  <karl@gnu.org>
27494
27495         * lib/argp-fmtstream.c, argp-help.c: update from libc.
27496
27497 2003-09-25  Karl Berry  <karl@gnu.org>
27498
27499         * config/install-sh: update from automake.
27500
27501 2003-09-25  Bruno Haible  <bruno@clisp.org>
27502
27503         * modules/version-etc-2: New file, from modules/version-etc with
27504         modifications.
27505         * MODULES.html.sh (func_all_modules): Add version-etc-2.
27506
27507 2003-09-25  Bruno Haible  <bruno@clisp.org>
27508
27509         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
27510         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
27511
27512 2003-09-24  Simon Josefsson  <jas@extundo.com>
27513
27514         * modules/xgethostname: Add xgethostname.h.
27515
27516 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27517
27518         * lib/linebuffer.c (freebuffer): Don't free the argument, just
27519         the buffer associated with the argument.  Bug reported by
27520         Simon Josefsson.
27521
27522 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27523
27524         * README: Document assumptions that 'int' is at least 32 bits
27525         wide, that integer arithmetic is 2's complement without overflow,
27526         that there are no holes in integer values, that adding sizes of
27527         two nonoverlapping objects can't overflow, and that all-bits-zero
27528         yields scalar zero.  Fix spelling and capitalization typos.
27529
27530 2003-09-19  Karl Berry  <karl@gnu.org>
27531
27532         * lib/argp.h: update from libc.
27533
27534 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27535
27536         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
27537         to avoid spurious warnings like "AC_RUN_IFELSE was called before
27538         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
27539
27540 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27541
27542         * gnulib-tool: Use "test -h", not "test -L", for portability
27543         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
27544         (tags_regexp): Remove, since \| doesn't conform to POSIX.
27545         (sed_extract_prog): Issue s commands one-by-one, rather than
27546         using \| in one s command.
27547
27548 2003-09-16  Paul Eggert  <eggert@twinsun.com>
27549
27550         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
27551         input error, instead of returning NULL the next time we are called
27552         (and therefore losing track of errno).
27553
27554 2003-09-16  Bruno Haible  <bruno@clisp.org>
27555
27556         * gnulib-tool (func_create_testdir): Warn about duplicated
27557         dependencies.
27558
27559 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27560
27561         * modules/argmatch, modules/fatal, modules/obstack,
27562         modules/xalloc, modules/xgethostname: Sort dependencies by
27563         importance, not alphabetically.
27564
27565 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27566
27567         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
27568         fails, so that the caller gets the proper errno.
27569
27570         * lib/readutmp.c (read_utmp): Likewise.
27571         Check for fstat error.  Close stream and free storage
27572         when failing.
27573
27574 2003-09-14  Karl Berry  <karl@gnu.org>
27575
27576         * config/srclist.txt (strdup.c): disable for c89 changes.
27577
27578 2003-09-14  Jim Meyering  <jim@meyering.net>
27579
27580         * lib/getloadavg.c: Correct cpp indentation.
27581         * lib/strdup.c: Likewise.
27582         * lib/vasnprintf.c: Likewise.
27583
27584 2003-09-14  Bruno Haible  <bruno@clisp.org>
27585
27586         * modules/fwriteerror: New file.
27587         * MODULES.html.sh (func_all_modules): Add fwriteerror.
27588
27589 2003-09-14  Bruno Haible  <bruno@clisp.org>
27590
27591         * lib/fwriteerror.h: New file.
27592         * lib/fwriteerror.c: New file.
27593
27594 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27595
27596         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
27597         modules/xgethostname, modules/xalloc: Depend on exit.
27598
27599 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27600
27601         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
27602
27603         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
27604         and AC_MINIX, too, so that their extensions are available.
27605
27606         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
27607         This macro has been superseded by gl_BACKUPFILE.
27608
27609         More patches to assume C89 or better.
27610
27611         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
27612
27613         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
27614         unconditionally.
27615         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
27616         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
27617         Include <string.h>, <stdlib.h> unconditionally.
27618         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
27619         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
27620         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
27621         headers or for string.h.
27622         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
27623         or strtoul.
27624
27625         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
27626         headers.
27627         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
27628         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27629         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
27630         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
27631         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27632         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
27633         memcpy, memset.
27634         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
27635         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
27636         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
27637         strtol.
27638         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
27639         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
27640         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
27641         strtoul.
27642
27643 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27644
27645         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
27646         * lib/obstack.c [!defined _LIBC]: Likewise.
27647         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
27648         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
27649         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
27650
27651         More changes to assume C89 or better.
27652
27653         * lib/error.c (error_tail): Assume vprintf.
27654
27655         * lib/argmatch.c (getenv): Remove decl.
27656         * lib/progreloc.c (get_full_program_name): Define via prototype.
27657         * lib/setenv.c (clearenv): Likewise.
27658         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
27659         needed.
27660         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
27661         (malloc, memcpy): Remove decls.
27662         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
27663         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
27664         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27665         (memcpy): Remove macro.
27666         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
27667         (__P): Remove.  All uses removed.
27668         (PTR): Remove.  All uses changed to void *.
27669         (CHAR_BIT, NULL): Remove.
27670         (spaces, zeros, memset_space, memset_zero)
27671         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
27672         Remove.
27673         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
27674         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
27675         Define with prototype.
27676         Remove now-unnecessary prototype decl.
27677         (extra_args_spec): Assume ANSI C.  All uses changed.
27678         (extra_args_spec_iso): Remove.
27679         (my_strftime, emacs_strftimeu): Define via prototype.
27680         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
27681         unconditionally.
27682         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
27683         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
27684         (strtoul, strtol): Remove decls.
27685         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
27686         LONG_MAX): Remove.
27687         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27688         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
27689         (LOCALE_PARAM_PROTO): New macro.
27690         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
27691         (INTERNAL (strtol), strtol): Define with a prototype.
27692         (PARAMS): Remove.  All uses removed.
27693         * lib/tempname.c: Include <string.h> unconditionally.
27694         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
27695         * lib/xgethostname.c (main): Define with a prototype.
27696         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
27697         Include <stdlib.h> unconditionally.
27698         (calloc, malloc, realloc, free): Remove decls.
27699         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
27700         Include <stdlib.h> unconditionally.  Sort include file names.
27701         (strtod): Remove.
27702         (xstrtod): Define with a prototype.
27703         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
27704         (strtol, strtoul): Remove decls.
27705
27706 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27707
27708         More patches to assume C89 or better.
27709         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
27710         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
27711         string.h, memchr, STDC_HEADERS.
27712
27713 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27714
27715         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
27716         Include <stdlib.h>, <string.h> unconditionally.
27717         Remove now-unnecessary cast to char *.
27718         * lib/strnlen.c: Include <string.h> unconditionally.
27719         * lib/yesno.c (yesno): Define with a prototype.
27720
27721 2003-09-11  Bruno Haible  <bruno@clisp.org>
27722
27723         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
27724
27725 2003-09-10  Jim Meyering  <jim@meyering.net>
27726
27727         * lib/error.c: Correct indentation of cpp directives.
27728
27729 2003-09-10  Bruno Haible  <bruno@clisp.org>
27730
27731         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
27732         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
27733         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
27734         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
27735         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
27736         <stdlib.h> and <string.h> checks.
27737         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
27738         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
27739
27740 2003-09-10  Bruno Haible  <bruno@clisp.org>
27741
27742         * lib/strcspn.c: Include <string.h> unconditionally.
27743         * lib/strpbrk.c: Include <string.h> unconditionally.
27744         * lib/strstr.c: Include <string.h> unconditionally.
27745         * lib/unicodeio.c: Include <string.h> unconditionally.
27746         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
27747         * lib/unsetenv.c: Likewise.
27748         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
27749         * lib/yesno.c: Include <stdlib.h> unconditionally.
27750         (rpmatch): Add prototype.
27751
27752 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27753
27754         More patches to assume C89 or better.
27755         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
27756         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
27757         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
27758         or for string.h.
27759         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
27760         stdlib.h.
27761         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
27762         C headers.
27763         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
27764         string.h.
27765         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
27766         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
27767         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
27768         or for string.h.
27769         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
27770         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
27771         C headers.
27772         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
27773         memcpy.
27774         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
27775         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
27776         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
27777         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
27778         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
27779         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
27780         string.h, free.
27781         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
27782         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
27783         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
27784         C headers, or for string.h.
27785         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
27786         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
27787         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
27788         headers, memory.h, stdlib.h, string.h, strings.h.
27789         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
27790         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
27791         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
27792         strchr.
27793         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
27794         headers, memory.h, string.h.
27795         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
27796         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
27797         free.
27798         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
27799         headers.
27800         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
27801         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
27802         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
27803         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
27804         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
27805
27806 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27807
27808         More K&R removal.
27809
27810         * lib/acosl.c (main): Use a prototype.
27811         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
27812         tanl.c: Likewise.
27813
27814         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
27815
27816         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
27817         (getopt, etopt_long, getopt_long_only, _getopt_internal)
27818         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
27819         with a prototype.
27820         * lib/getopt.c (const): Remove macro.
27821         Include <string.h> unconditionally.
27822         (my_index): Remove; all uses changed to strchr.
27823         (strlen): Remove decl.
27824         (exchange): Remove forward decl; no longer needed.
27825         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
27826         Define with prototype.
27827         * lib/getopt1.c (const): Remove macro.
27828         (getopt_long, getopt_long_only, main): Define with prototype.
27829
27830         * lib/getugroups.c: Include <string.h> unconditionally.
27831
27832         * lib/getusershell.c: Include <stdlib.h> unconditionally.
27833         (getusershell, setusershell, endusershell, readname, main):
27834         Define with prototypes.
27835
27836         * lib/group-member.c: Include group-member.h first.
27837         Include <stdlib.h> unconditionally.
27838
27839         * lib/hard-locale.c: Include hard-locale.h first.
27840         Include <stdlib.h>, <string.h> unconditionally.
27841
27842         * lib/hash.c (free, malloc): Remove decls.
27843         Include <stdlib.h> unconditionally.
27844
27845         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
27846         (getenv): Do not declare.
27847
27848         * lib/idcache.c: Include <string.h> unconditionally.
27849
27850         * lib/long-options.c: Include long-options.h first, to test interface.
27851         Include <stdlib.h> unconditionally.
27852
27853         * lib/makepath.c: Include makepath.h first, to test interface.
27854         Include <stdlib.h> and <string.h> unconditionally.
27855
27856         * lib/linebuffer.c: Include <stdlib.h>.
27857         (free): Remove decl.
27858
27859         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
27860         stddef.h. rpl_malloc returns void *, not char *.
27861         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
27862         prototype.
27863
27864         * lib/md5.h: Include <limits.h> unconditionally.
27865         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
27866         (__P): Remove; all uses removed.
27867         * lib/md5.c: Include "md5.h" first.
27868         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
27869         md5_buffer, md5_process_bytes, md5_process_block):
27870         Define with prototypes.
27871         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
27872         * lib/sha.c: Include "sha.h" first.
27873         Include <stdlib.h>, <string.h> unconditionally.
27874
27875         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
27876         * lib/memcmp.c (__ptr_t): Likewise.
27877         * lib/memrchr.c (__ptr_t): Likewise.
27878         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
27879         Include <string.h> unconditionally.
27880         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
27881         * lib/memchr.c: Include <stdlib.h> unconditionally.
27882         * lib/memchr.c (LONG_MAX): Remove.
27883         * lib/memrchr.c (LONG_MAX): Likewise.
27884         * lib/memchr.c (__memchr): Define via a prototype.
27885         * lib/memrchr.c (__memrchr): Likewise.
27886         * lib/memcmp.c (__P): Remove, and remove all uses.
27887         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
27888         Remove forward decls; no longer needed.
27889         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
27890         Use types required by C89 in prototype.
27891
27892         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
27893         * lib/savedir.c: Likewise.
27894         * lib/mkdir.c (free): Remove decl.
27895         * lib/rmdir.c (rmdir): Define with a prototype.
27896         * lib/savedir.c: Include savedir.h first, to test interface.
27897
27898         * lib/mktime.c (STDC_HEADERS): Remove.
27899         Include <stdlib.h>, <string.h> unconditionally.
27900
27901         * lib/modechange.c: Include <stdlib.h> unconditionally.
27902         (malloc): Remove decl.
27903
27904         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
27905         (free): Remove decl.
27906
27907         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
27908         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
27909         (This type really should be intptr_t, but that's a C99ism.)
27910         (_obstack_memcpy): Remove: all uses changed to memcpy.
27911         Include <string.h> unconditionally.
27912         (struct obstack): Assume __STDC__ for types of members
27913         chunkfun, freefun, extra_arg.
27914         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
27915         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
27916         obstack_begin, obstack_specify_allocation,
27917         obstack_specify_allocation_with_arg, obstack_chunkfun,
27918         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
27919         Remove unprototyped decls and the macros that use them.
27920         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
27921         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
27922         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
27923         (defined __STDC__ && __STDC__)]:
27924         Remove nonprototyped code.
27925         Include <stdlib.h> unconditionally.
27926         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
27927         _obstack_allocated_p, _obstack_free, obstack_free,
27928         _obstack_memory_used, print_and_abort):
27929         Define using prototypes.
27930         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
27931         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
27932         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
27933         obstack_next_free, obstack_object_size, obstack_room) [0]:
27934         Remove unused, unprototyped code.
27935
27936         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
27937
27938         * lib/physmem.c (physmem_total, physmem_available, main): Define
27939         with prototypes.
27940
27941         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
27942         (main): Define with a prototype.
27943
27944         * lib/posixver.c (getenv): Remove decl.
27945
27946         * lib/putenv.c (malloc): Returns void *, not char *.
27947         Include <string.h> unconditionally.
27948         (strchr, memcpy, NULL): Do not define.
27949
27950         * lib/readtokens.c: Include readtokens.h first, to test interface.
27951         Include <stdlib.h>, <string.h> unconditionally.
27952         (init_tokenbuffer): Define with a prototype.
27953
27954         * lib/regex.c (PARAMS): Remove.  All uses removed.
27955         All uses of _RE_ARGS removed, too.
27956         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27957         unconditionally.
27958         (bzero): Assume memset exists.
27959         (memcmp, memcpy, NULL): Remove.
27960         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
27961         char, or assignments to local vars of type signed char.
27962         (init_syntax_once, PREFIX(extract_number_and_incr),
27963         PREFIX(print_partial_compiled_pattern),
27964         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
27965         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
27966         PREFIX(regex_grow_registers), PREFIX(regex_compile),
27967         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
27968         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
27969         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
27970         wcs_compile_range, byte_compile_range, truncate_wchar,
27971         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
27972         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
27973         count_mbs_length, wcs_re_match_2_internal,
27974         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
27975         PREFIX(alt_match_null_string_p),
27976         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
27977         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
27978         regfree, PREFIX(extract_number)): Define with prototype.  Remove
27979         now-unnecessary declaration, if any.
27980         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
27981         regcomp, regexec):
27982         Remove now-unnecessary casts among pointer types.
27983         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
27984
27985         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
27986         (free): Remove decl.
27987
27988         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
27989
27990         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
27991         (free): Remove decl.
27992
27993         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
27994         * lib/xgetcwd.c: Likewise.
27995
27996         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
27997         (free): Remove decl.
27998
27999         * lib/strchrnul.c (strchrnul): Define with a prototype.
28000         Fix bug: c_in was not converted to char before searching.
28001
28002         The following changes are not K&R related:
28003
28004         * lib/group-member.h: Include <sys/types.h>, so that this file is
28005         self-contained.
28006         * lib/makepath.h: Likewise.
28007
28008         * lib/getusershell.c (readname, default_index, line_size, readname):
28009         Use size_t, not int, for sizes.
28010         (readname): If the size overflows, report an error instead of
28011         looping forever.
28012
28013 2003-09-09  Paul Eggert  <eggert@twinsun.com>
28014
28015         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
28016         libc.
28017
28018 2003-09-09  Paul Eggert  <eggert@twinsun.com>
28019
28020         * README: New section: portability guidelines.
28021
28022 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
28023
28024         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
28025         C89 spec.
28026
28027 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
28028
28029         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
28030
28031 2003-09-08  Paul Eggert  <eggert@twinsun.com>
28032
28033         Assume C89 or better; remove K&R cruft.
28034         A few of these changes were first proposed by Derek Robert Price
28035         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
28036
28037         * lib/addext.c: Include <string.h> unconditionally.
28038         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
28039         Don't declare getenv or malloc.
28040
28041         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
28042         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
28043         (NULL): Remove.
28044         (find_stack_direction, alloca): Use prototypes.
28045
28046         * lib/atexit.c (atexit): Define using a prototype.
28047
28048         * lib/basename.c, dirname.c, stripslash.c:
28049         Include <string.h> unconditionally.
28050
28051         * lib/bcopy.c: Include <stddef.h>.
28052         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
28053
28054         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
28055
28056         * lib/error.h (error, error_at_line, error_print_progname)
28057         [! (defined (__STDC__) && __STDC__)]: Remove decls.
28058         * lib/error.c: Include error.h first, to check interface.
28059         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
28060         (VA_START): Remove; all uses changeed to va_start.
28061         (exit, strerror): Remove decls.
28062         (error_print_progname): Prototype uncondionally.
28063         Don't include <errno.h>; no longer needed.
28064         (private_strerror): Remove.
28065         (error_tail): Always define.
28066         (error, error_at_line): Assume C89 or better; always use prototypes.
28067         * lib/fatal.c: Include "fatal.h" first, to test interface.
28068         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
28069         (VA_START): Remove; all uses changed to va_start.
28070         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
28071         this case.
28072         (exit): Remove decl.
28073         (fatal): Prototype unconditionally.  Assume va_start works.
28074         Abort at end, to pacify gcc.
28075
28076         * lib/euidaccess.c (main): Define with a prototype.
28077
28078         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
28079
28080         * lib/exitfail.c: Include <stdlib.h> unconditionally.
28081
28082         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
28083         prototypes.
28084         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
28085         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
28086         (getenv): Remove decl.
28087         (fnmatch): Define using a prototype.
28088         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
28089         (FCT): Define using a prototype.
28090
28091         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
28092
28093         * lib/gethostname.c: Include <stddef.h>.
28094         (gethostname): Define with prototype.  Length is size_t, not int.
28095
28096 2003-09-08  Paul Eggert  <eggert@twinsun.com>
28097
28098         Assume C89 or better; remove K&R cruft.
28099         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
28100         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
28101         string.h, getenv, malloc.
28102         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
28103         headers.
28104         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
28105         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
28106         do not check for strerror.
28107         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
28108         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
28109         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
28110         do not check for doprnt or vprintf.
28111         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
28112         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
28113
28114 2003-09-08  Paul Eggert  <eggert@twinsun.com>
28115
28116         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
28117         getversion.c should have been removed then, but was accidentally
28118         preserved.
28119
28120         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
28121         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
28122
28123 2003-09-08  Karl Berry  <karl@gnu.org>
28124
28125         * config/config.sub, config.guess, srclistvars.sh: update from savannah
28126                 config, forget about prep.
28127
28128         * config/depcomp, missing: update from automake.
28129
28130 2003-09-07  Paul Eggert  <eggert@twinsun.com>
28131
28132         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
28133         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
28134
28135 2003-09-07  Paul Eggert  <eggert@twinsun.com>
28136
28137         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
28138         copy_tm_result.  Bug reported by Simon Josefsson in
28139         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
28140
28141 2003-09-06  Paul Eggert  <eggert@twinsun.com>
28142
28143         * m4/time_r.m4: New file.
28144         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
28145         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
28146         is. Check for timegm declaration.
28147         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
28148         Do not check for gmtime_r.
28149         Replace mktime if __mktime_internal does not exist and if mktime
28150         hasn't been replaced already.
28151
28152 2003-09-06  Paul Eggert  <eggert@twinsun.com>
28153
28154         * lib/time_r.c, lib/time_r.h: New files.
28155
28156         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
28157         __localtime_r.
28158         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
28159         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
28160
28161         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
28162         __gmtime_r.
28163         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
28164         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
28165         Include <time_r.h>.
28166
28167         * lib/timegm.c: Switch to glibc implementation, with the following
28168         changes:
28169         [defined HAVE_CONFIG_H]: Include <config.h>.
28170         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
28171         (__mktime_internal) [!defined _LIBC]: New decl.
28172         (__gmtime_r) [!defined _LIBC]: New macro and function.
28173         (timegm): Use a prototype, since gnulib assumes C89.
28174         Do not bother declaring tmp to be const, as it's not really usefu.
28175         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
28176         (timegm): Declare only if HAVE_DECL_TIMEGM.
28177
28178 2003-09-06  Paul Eggert  <eggert@twinsun.com>
28179
28180         * MODULES.html.sh (func_all_modules): Add time_r.
28181         * modules/time_r: New file.
28182         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
28183         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
28184
28185 2003-09-03  Paul Eggert  <eggert@twinsun.com>
28186
28187         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
28188         Bug reported by Lute Kamstra in
28189         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
28190
28191         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
28192         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
28193         course with correspondingly smaller numbers for tomorrow and
28194         yesterday.  From Tadayoshi Funaba.  Originally installed into
28195         sh-utils on 1999-08-07, but the patch got lost (I guess during the
28196         coreutils merge?).
28197
28198 2003-08-31  Simon Josefsson  <jas@extundo.com>
28199
28200         * modules/timegm: New file.
28201         * MODULES.html.sh (func_all_modules): Add timegm.
28202
28203 2003-08-31  Simon Josefsson  <jas@extundo.com>
28204
28205         * m4/timegm.m4: New file.
28206
28207 2003-08-31  Simon Josefsson  <jas@extundo.com>
28208
28209         * lib/timegm.h: New file.
28210         * lib/timegm.c: New file.  Based on
28211         wget-1.8.2/src/http.c:mktime_from_utc.
28212
28213 2003-08-31  Karl Berry  <karl@gnu.org>
28214
28215         * lib/argp.h: update from libc.
28216
28217 2003-08-28  Bruno Haible  <bruno@clisp.org>
28218
28219         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
28220         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
28221         followed by '#define fnmatch fnmatch_posix' gives an error.
28222
28223 2003-08-28  Bruno Haible  <bruno@clisp.org>
28224
28225         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
28226         warning on QNX, which defines O_BINARY to 000000.
28227
28228 2003-08-27  Jim Meyering  <jim@meyering.net>
28229
28230         * m4/mkstemp.m4: Require that the system mkstemp be able to create
28231         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
28232         would fail after 32.  Reported by Danny Levinson.  Details here:
28233         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
28234
28235 2003-08-24  Bruno Haible  <bruno@clisp.org>
28236
28237         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
28238         MSVC7 <stdio.h> is included later.
28239
28240 2003-08-22  Simon Josefsson  <jas@extundo.com>
28241
28242         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
28243
28244 2003-08-20  Karl Berry  <karl@gnu.org>
28245
28246         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
28247
28248 2003-08-20  Bruno Haible  <bruno@clisp.org>
28249
28250         * modules/progname: New file.
28251         * MODULES.html.sh (func_all_modules): Add progname.
28252
28253 2003-08-20  Bruno Haible  <bruno@clisp.org>
28254
28255         * lib/progname.h: New file, from GNU gettext.
28256         * lib/progname.c: New file, from GNU gettext.
28257         * lib/progreloc.c: New file, from GNU gettext.
28258
28259 2003-08-19  Jim Meyering  <jim@meyering.net>
28260
28261         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
28262         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
28263
28264 2003-08-19  Bruno Haible  <bruno@clisp.org>
28265
28266         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
28267         more.
28268
28269 2003-08-19  Bruno Haible  <bruno@clisp.org>
28270
28271         * lib/xstrdup.c: Assume <string.h> exists.
28272
28273 2003-08-18  Paul Eggert  <eggert@twinsun.com>
28274
28275         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
28276         in makefile rules.
28277
28278 2003-08-18  Jim Meyering  <jim@meyering.net>
28279
28280         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
28281         * m4/lib-ld.m4: Likewise.
28282
28283 2003-08-18  Jim Meyering  <jim@meyering.net>
28284
28285         * lib/setenv.h: Indent nested cpp directive.
28286         * lib/vasnprintf.c: Remove trailing blanks.
28287
28288 2003-08-17  Simon Josefsson  <jas@extundo.com>
28289
28290         * modules/xstrndup: New file.
28291         * MODULES.html.sh (func_all_modules): Add xstrndup.
28292
28293 2003-08-17  Simon Josefsson  <jas@extundo.com>
28294
28295         * modules/argp: Fix autoconf macro name. Add more dependencies.
28296
28297 2003-08-17  Simon Josefsson  <jas@extundo.com>
28298
28299         * m4/xstrndup.m4: New file.
28300
28301 2003-08-17  Simon Josefsson  <jas@extundo.com>
28302
28303         * m4/argp.m4: New file.
28304
28305 2003-08-17  Simon Josefsson  <jas@extundo.com>
28306             Bruno Haible  <bruno@clisp.org>
28307
28308         * lib/xstrndup.h: New file.
28309         * lib/xstrndup.c: New file.
28310
28311 2003-08-17  Bruno Haible  <bruno@clisp.org>
28312
28313         * modules/strndup (Files, Include): Add lib/strndup.h.
28314
28315 2003-08-17  Bruno Haible  <bruno@clisp.org>
28316
28317         * modules/euidaccess (Files): Add lib/euidaccess.h.
28318
28319 2003-08-17  Bruno Haible  <bruno@clisp.org>
28320
28321         * lib/strndup.h: New file.
28322
28323 2003-08-17  Bruno Haible  <bruno@clisp.org>
28324
28325         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
28326         like AC_GNU_SOURCE.
28327         * modules/extensions (configure.ac): Comment out the invocation of
28328         gl_USE_SYSTEM_EXTENSIONS.
28329
28330 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28331
28332         Merges from coreutils, etc.
28333         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
28334         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
28335         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
28336         fixing a typo.
28337         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
28338         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
28339
28340 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28341
28342         Document merge from coreutils.
28343         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
28344         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
28345         * modules/utime: Add m4/utimes-null.m4.
28346
28347 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28348
28349         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
28350         space, undoing this 2003-08-12 change:
28351         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
28352
28353 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28354
28355         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
28356         strtoul.c from libc, undoing this 2003-08-12 change:
28357         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
28358
28359 2003-08-16  Jim Meyering  <jim@meyering.net>
28360
28361         Merges from coreutils.
28362         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
28363         prefix.  Adjust cache variables similarly.  Create 500 rather than
28364         just 300 files, to exercise bug on Darwin6.5, too.
28365         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
28366         $missing_dir.
28367         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
28368         AM_SYS_POSIX_TERMIOS.
28369         Reported by mkc@mathdogs.com.
28370         Also change use of $am_cv_sys_posix_termios
28371         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
28372         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
28373         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
28374         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
28375         in /proc/mounts until it finds one with matching device number.  This
28376         is unnecessary when the FILE argument *is* a mount point.  No stat call
28377         is necessary in that case.  So, disable the statvfs-testing code on
28378         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
28379         as RedHat bug# 84846.
28380         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
28381         to 1MB, so as not to render systems with no stack size limit (e.g.,
28382         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
28383         Include <unistd.h>.  On some systems,
28384         it is required for the definition of _SC_PAGESIZE.
28385
28386 2003-08-16  Jim Meyering  <jim@meyering.net>
28387
28388         Merge from coreutils.
28389         * lib/xstrtoimax.c: #else #if -> #elif.
28390         * lib/xstrtoumax.c: Likewise.
28391
28392 2003-08-16  Jim Meyering  <jim@meyering.net>
28393
28394         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
28395         * m4/utimes.m4: Removed.
28396         * m4/utimes-null.m4: Renamed from utimes.m4.
28397
28398         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
28399         to 1MB, so as not to render systems with no stack size limit (e.g.,
28400         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
28401         Include <unistd.h>.  On some systems,
28402         it is required for the definition of _SC_PAGESIZE.
28403
28404 2003-08-16  Jim Meyering  <jim@meyering.net>
28405         and Paul Eggert  <eggert@cs.ucla.edu>
28406
28407         Merges from coreutils, etc.
28408
28409         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
28410         using the latest version from cvs.  This avoids problems with #line
28411         directives using a vendor (Sun) compiler.
28412         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
28413         Don't set GETGROUPS_LIB here; now it's
28414         done via getgroups.m4's wrapper function.
28415         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
28416         rather than just in sh-util/configure.in, so that the
28417         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
28418         same.
28419         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
28420         AC_FUNC_GETLOADAVG where to find getloadavg.c.
28421         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
28422         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
28423         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
28424         Remove code that is now done by the newly-required macros.
28425         Append $(EXEEXT) to DF_PROG.
28426         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
28427         Do not invoke or require the following here,
28428         since prereq.m4 or some gnulib .m4 now does this for us:
28429         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
28430         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
28431         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
28432         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
28433         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
28434         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
28435         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
28436         AC_FUNC_OBSTACK.
28437         Do not replace the following functions, as this is now the job
28438         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
28439         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
28440         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
28441         atexit getpass, strdup, getpagesize.
28442         Replace 'raise'.
28443         Do not check for the following functions, as this is now the job
28444         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
28445         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
28446         setregid.
28447         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
28448         Check for sys/sysctl.h.
28449         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
28450         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
28451         of checking for ssize_t ourselves.
28452
28453         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
28454         Require every macro that gnulib/modules/* suggests for us.
28455         (jm_PREREQ_ADDEXT): New macro.
28456         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
28457         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
28458
28459         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
28460         (gl_PHYSMEM): Use it.
28461         Also check for `table' function.
28462         Check for new headers and functions.
28463         Add check for sys/sysmp.h.
28464         With suggestions from Kaveh Ghazi.
28465         Ignore headers that are present but cannot be compiled.  This
28466         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
28467         C 5.4.
28468
28469 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28470
28471         Document merge from coreutils.
28472         * modules/userspec: Depend on posixver.
28473         * modules/strftime: Depend on tzset.
28474
28475 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28476
28477         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
28478         rather than tab, after '#' in shell-script copyright notices.
28479         Suggested by Bruno Haible.
28480
28481 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28482
28483         * config/srclist-update: Use three spaces, rather than tab, after '#'
28484         in shell-script copyright notices.  Suggested by Bruno Haible.
28485         Remove unnecessary parenthesization in regular expression.
28486
28487 2003-08-15  Jim Meyering  <jim@meyering.net>
28488
28489         Merge from coreutils.
28490         * lib/xgethostname.c: Include <stdlib.h>.
28491         (xghostname): Don't exit for anything other than memory-related
28492         failure; just return NULL.
28493         * lib/userspec.c: Include "posixver.h".
28494         (parse_user_spec): Accept `.' as a separator only
28495         in pre-POSIX-200112 mode.
28496         * lib/strtoimax.c: Use #elif rather than #else #if.
28497         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
28498         Remove function, now that we can rely on a working tzset function.
28499         [!_LIBC]: Ensure that the required autoconf test has been run.
28500         [!defined _NL_CURRENT && HAVE_STRFTIME]:
28501         Use underlying_strftime for %r.
28502         * lib/sha.c: Merge in some clean-up and optimization changes from
28503         glibc.
28504         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
28505         Ensure that it is a multiple of 64.
28506         Rearrange loop exit tests so as to avoid performing an
28507         additional fread after encountering an error or EOF.
28508         * lib/realloc.c: Update copyright date.
28509
28510 2003-08-15  Jim Meyering  <jim@meyering.net>
28511         and Paul Eggert  <eggert@twinsun.com>
28512
28513         Merge from coreutils.
28514         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
28515         member but strut utmpx does not.  Needed for AIX 4.3.3.
28516         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
28517
28518 2003-08-15  Jim Meyering  <jim@meyering.net>
28519         and Paul Eggert  <eggert@cs.ucla.edu>
28520
28521         Merges from coreutils, etc.
28522         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
28523         Require gl_FUNC_TZSET_CLOBBER.
28524         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
28525         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
28526         members.
28527
28528 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28529
28530         Help the merge from coreutils.
28531         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
28532         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
28533         * m4/tzset.m4: Use it too.
28534
28535 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28536
28537         * modules/tzset: New file.
28538
28539 2003-08-14  Jim Meyering  <jim@meyering.net>
28540
28541         Merges from coreutils.
28542         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
28543         variable names, rather than @FNMATCH_H@.
28544         * modules/alloca: Likewise for $(ALLOCA_H).
28545
28546         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
28547         the three copies of the literal target, `fnmatch.h'.
28548         * modules/alloca (alloca.h): Likewise.
28549
28550 2003-08-14  Jim Meyering  <jim@meyering.net>
28551
28552         Merge from coreutils.
28553         * m4/tzset.m4: New file.
28554         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
28555         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
28556         otherwise, AIX 5.1 systems would end up using the latter.
28557         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
28558         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
28559         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
28560         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
28561
28562 2003-08-14  Jim Meyering  <jim@meyering.net>
28563
28564         Merge from coreutils.
28565         * lib/obstack.h: Whitespace changes.
28566         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
28567         and xcalloc return values.
28568         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
28569         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
28570         hang on OSF/1 5.1 for DIR on both local and remote file systems.
28571         Reported by (and fix confirmed by) Nelson H. F. Beebe.
28572         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
28573         error from mntctl.
28574         Use mntctl's return value to drive the entry-processing loop, since
28575         we can't rely on the value of the vmt_length member in the last
28576         entry.  On some systems doing so could result in exhausting
28577         virtual memory.  Based in part on a patch from Mike Jetzer.
28578
28579 2003-08-14  Jim Meyering  <jim@meyering.net>
28580         and Paul Eggert  <eggert@twinsun.com>
28581
28582         Merges from coreutils, plus other fixes.
28583         * lib/physmem.c: Merge in portability changes from gcc/libiberty
28584         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
28585         for credits and details.  Thanks to Kaveh Ghazi for helping
28586         to keep these files in sync.
28587         (ARRAY_SIZE): Define it.
28588         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
28589         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
28590         (memcasecmp): Don't assume size_t fits in unsigned int.
28591         Remove casts and duplicate code.
28592         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
28593         (memcpy): Remove definition.
28594         Merge in some clean-up and optimization changes from glibc.
28595         [BLOCKSIZE]: Move definition to top of file.
28596         Ensure that it is a multiple of 64.
28597         Rearrange loop exit tests so as to avoid performing an
28598         additional fread after encountering an error or EOF.
28599         * lib/md5.h (md5_uintptr): Define.
28600         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
28601         return to the initial working directory.  Preserve errno
28602         for caller.
28603         * lib/idcache.c: Include "xalloc.h".
28604         (xmalloc, xrealloc): Remove decls.
28605         (getuser): Remove casts no longer required in C89.
28606         * lib/human.c: Include stdio.h, for sprintf.
28607         * lib/group-member.c: Include "xalloc.h".
28608         (xmalloc, xrealloc): Remove decls.
28609         (get_group_info): Remove casts no longer required in C89.
28610         * lib/getusershell.c (readname): Remove casts no longer required in
28611         C89.
28612         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
28613         * lib/getline.c: Whitespace fix, from coreutils.
28614
28615 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28616
28617         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
28618         Check for isascii.
28619
28620         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28621         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28622         Undo previous (whitespace-only) change.
28623
28624 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28625
28626         * lib/exclude.c: Include <ctype.h>
28627         (IN_CTYPE_DOMAIN): New macro.
28628         (is_space): New fn.
28629         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
28630         and empty lines.
28631
28632         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28633         Undo previous (whitespace-only) change.
28634
28635 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28636
28637         * config/srclist-update: Change update back to the old behavior,
28638         leaving whitespace alone.  Use one 'sed' command rather than a
28639         pipeline.
28640         (fixlicense): Now a variable, not a function.
28641         (remove_trailing_blanks): Remove.
28642         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
28643         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28644         Undo previous (whitespace-only) change.
28645
28646 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28647
28648         Merge from coreutils.
28649         * modules/euidaccess: Add lib_SOURCES, include for new
28650         file euidaccess.h
28651
28652 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28653
28654         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28655         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28656         Normalize leading white space and remove trailing white space.
28657
28658         Merge from coreutils
28659         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
28660
28661         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
28662         0.12.1.  These files are now being upgraded automatically by
28663         ../config/srclist-update.
28664
28665 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28666
28667         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28668         Normalize leading white space and remove trailing white space.
28669         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
28670         notice, as per ../config/srclist-update.
28671
28672         Merge from coreutils.
28673         * lib/euidaccess.h: New file.
28674         * lib/euidaccess.c: Include it.
28675         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
28676         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
28677         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
28678
28679 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28680
28681         * config/srclist-update: Add copyright notice.
28682         (remove_id_lines, remove_trailing_blanks): New constants.
28683         (fixfile): Use them to normalize spacing a bit in copied files.
28684         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28685         Normalize leading white space and remove trailing white space.
28686
28687         * config/texinfo.tex: Sync with texinfo.
28688
28689         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
28690         strtoul.c from libc, to merge coreutils whitespace changes.
28691
28692         * config/srclist.txt: Get the following m4 files from gettext:
28693         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
28694         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
28695         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
28696         wint_t.m4.
28697
28698 2003-08-12  Karl Berry  <karl@gnu.org>
28699
28700         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
28701         been made.
28702
28703 2003-08-11  Paul Eggert  <eggert@twinsun.com>
28704
28705         * modules/gnu-source, m4/gnu-source.m4:
28706         Remove; we're assuming Autoconf 2.54 or later now.
28707         Suggested by Bruno Haible.
28708         * MODULES.html.sh (func_all_modules): Remove gnu-source.
28709
28710 2003-08-11  Bruno Haible  <bruno@clisp.org>
28711
28712         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
28713
28714 2003-08-11  Bruno Haible  <bruno@clisp.org>
28715
28716         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
28717         (vasnprintf): Use it instead of wcslen.
28718
28719 2003-08-11  Bruno Haible  <bruno@clisp.org>
28720
28721         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
28722         value to ensure that _Bool promotes to int. Use #define for _Bool when
28723         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
28724
28725 2003-08-10  Karl Berry  <karl@gnu.org>
28726
28727         * lib/regex.h: update from libc (whitespace fix).
28728
28729 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28730
28731         Merge some files from coreutils.  These changes were
28732         originally made by Jim Meyering.
28733         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
28734         many older Unixes require this.
28735         * lib/alloca.c (alloca): Remove cast to argument of free;
28736         no longer needed in C89.
28737         * lib/alloca_.h, regex.h: Fix white space to match
28738         what GNU indent does.
28739
28740 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28741
28742         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
28743         apparently Emacs's Unicode mode got confused before my 2003-08-05
28744         checkin.
28745
28746 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28747
28748         * m4/extensions.m4: New file.
28749         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
28750         Require gl_USE_SYSTEM_EXTENSIONS.
28751         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
28752         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
28753
28754 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28755
28756         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
28757         * modules/extensions, modules/gnu-source: New files.
28758         * modules/timespec, modules/unlocked-io: Depend on extensions.
28759
28760 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28761
28762         * modules/restrict: New file.
28763         * MODULES.html.sh (func_all_modules): Add restrict.
28764         * modules/regex: Depend on restrict.
28765
28766 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28767
28768         * m4/restrict.m4: New file.
28769         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
28770
28771 2003-08-07  Bruno Haible  <bruno@clisp.org>
28772
28773         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
28774         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
28775
28776 2003-08-07  Bruno Haible  <bruno@clisp.org>
28777
28778         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
28779         makes the module 'getndelim2' compatible with the module 'getline'.
28780
28781 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28782
28783         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
28784         byte with "\201" to avoid glitches when editing that source file
28785         with multi-gnome-terminal.
28786
28787 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28788
28789         * lib/bumpalloc.h: Remove.
28790
28791 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28792
28793         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
28794         * modules/bumpalloc: Remove.
28795
28796 2003-08-04  Paul Eggert  <eggert@twinsun.com>
28797
28798         * lib/getloadavg.c: Change copyright notice and spacing to conform to
28799         GNU coding style.
28800
28801         Merge from coreutils.
28802         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
28803         1. From glibc.
28804         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
28805         from Karl Berry, implemented by Jim Meyering.
28806         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
28807         from Dmitry V. Levin.
28808         Remove anachronistic cast of xrealloc.
28809         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
28810         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
28811         type. Otherwise, it wouldn't compile with at least /bin/cc on
28812         ymp-cray-unicos9.0.2.X.
28813         Combine two mostly-identical uses of alloca into one.
28814         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
28815
28816 2003-08-04  Dave Love  <d.love@dl.ac.uk>
28817
28818         [From Emacs.]
28819
28820         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
28821         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
28822         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
28823         obsolete NLIST_NAME_UNION.
28824         [__GNU__]: Undef BSD and FSCALE.
28825         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
28826
28827 2003-08-03  Paul Eggert  <eggert@twinsun.com>
28828
28829         * lib/stdbool_.h (_Bool): Make it signed char, instead of
28830         an enum type, so that it's guaranteed to promote to int.  See:
28831         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
28832
28833 2003-08-03  Karl Berry  <karl@gnu.org>
28834
28835         * config/depcomp: update from automake.
28836
28837 2003-07-31  Paul Eggert  <eggert@twinsun.com>
28838
28839         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
28840         (strerror): Don't assume that a printable int fits in 14 bytes.
28841
28842 2003-07-31  Bruno Haible  <bruno@clisp.org>
28843
28844         * modules/getpass-gnu: New file.
28845         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
28846
28847 2003-07-31  Bruno Haible  <bruno@clisp.org>
28848
28849         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
28850
28851 2003-07-24  Karl Berry  <karl@gnu.org>
28852
28853         * config/missing: update from automake.
28854
28855 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
28856             Bruno Haible  <bruno@clisp.org>
28857
28858         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
28859         * lib/getline.c (getline, getdelim): Likewise.
28860         Remove _GNU_SOURCE define; now it's defined in config.h through
28861         m4/getline.m4.
28862
28863 2003-07-23  Karl Berry  <karl@gnu.org>
28864
28865         * config/config.sub: update from prep.
28866
28867 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28868
28869         * modules/xalloc (Depends-on): Add exitfail.
28870         * modules/xmemcoll: Likewise.
28871
28872 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28873
28874         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
28875         over-parenthesization in macros.
28876
28877         Sync with coreutils.
28878
28879         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
28880         required by C99.
28881
28882         Use `exit_failure' for xalloc and xmemcoll instead of their own
28883         private exit-failure variables.
28884         * lib/xalloc.h (xalloc_exit_failure): Remove.
28885         * lib/xmalloc.c: Likewise.  Include exitfail.h.
28886         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
28887         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
28888         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
28889         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
28890
28891 2003-07-20  Jim Meyering  <jim@meyering.net>
28892
28893         * modules/closeout (Depends-on): Add exitfail.
28894         Suggestion from Bruno Haible.
28895
28896 2003-07-19  Karl Berry  <karl@gnu.org>
28897
28898         * config/config.sub: update from prep.
28899
28900 2003-07-18  Paul Eggert  <eggert@twinsun.com>
28901
28902         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
28903         Remove.
28904         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
28905         to test that it can stand by itself.  Include "exitfail.h".
28906         Clients should set exit_failure instead.
28907         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
28908
28909 2003-07-18  Bruno Haible  <bruno@clisp.org>
28910
28911         * modules/getndelim2: New file.
28912         * modules/getline: Share files with module getndelim2.
28913         * modules/getnline: Depend on getndelim2 instead of sharing files with
28914         it. Add getnline.c to lib_SOURCES.
28915         * MODULES.html.sh (func_all_modules): Add getndelim2.
28916
28917 2003-07-18  Bruno Haible  <bruno@clisp.org>
28918
28919         * m4/getndelim2.m4: New file.
28920         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
28921         invoke gl_PREREQ_GETNDELIM2.
28922         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
28923         gl_PREREQ_GETNDELIM2.
28924         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
28925         gl_GETNDELIM2.
28926
28927 2003-07-18  Bruno Haible  <bruno@clisp.org>
28928
28929         * lib/getndelim2.h: New file.
28930         * lib/getndelim2.c: Make into a module of its own. Include config.h,
28931         getndelim2.h.
28932         (getndelim2): Make non-static. Change return type to ssize_t.
28933         * lib/getline.h: Change argument names.
28934         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
28935         * lib/getnline.c: Include getndelim2.h.
28936
28937 2003-07-18  Andreas Schwab  <schwab@suse.de>
28938
28939         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
28940
28941 2003-07-17  Karl Berry  <karl@gnu.org>
28942
28943         * config/config.sub: update from prep.
28944
28945 2003-07-17  Bruno Haible  <bruno@clisp.org>
28946
28947         * modules/getnline: New file.
28948         * modules/getline: Add lib/getndelim2.c to source file list.
28949         * MODULES.html.sh (func_all_modules): Add getnline.
28950
28951 2003-07-17  Bruno Haible  <bruno@clisp.org>
28952
28953         * m4/getnline.m4: New file.
28954
28955 2003-07-17  Bruno Haible  <bruno@clisp.org>
28956
28957         * m4/Makefile.am.in: Remove file.
28958         * m4/Makefile.am: Remove file.
28959         * m4/Makefile.in: Remove file.
28960
28961 2003-07-17  Bruno Haible  <bruno@clisp.org>
28962
28963         * lib/getnline.h: New file.
28964         * lib/getnline.c: New file.
28965         * lib/getndelim2.c: New file, extracted from getline.c.
28966         (getndelim2): Renamed from getdelim2, with added nmax argument.
28967         * lib/getline.c: Include getndelim2.c.
28968         (getdelim2): Moved out to getndelim2.c.
28969         (getline, getdelim): Update.
28970
28971 2003-07-17  Bruno Haible  <bruno@clisp.org>
28972
28973         * lib/Makefile.am: Remove file.
28974         * lib/Makefile.in: Remove file.
28975
28976 2003-07-17  Bruno Haible  <bruno@clisp.org>
28977
28978         * configure.in: Remove file.
28979         * Makefile.in: Remove file.
28980
28981 2003-07-17  Bruno Haible  <bruno@clisp.org>
28982
28983         * MODULES.html.sh: Put the </BODY> right before </HTML>.
28984
28985 2003-07-16  Karl Berry  <karl@gnu.org>
28986
28987         * config/srclist-update: was running fixlicense twice, which caused
28988                 texinfo.tex to be nullified for some reason.  Simplify,
28989                 $gplsrc is no longer needed as far as I can see?
28990
28991 2003-07-16  Jim Meyering  <jim@meyering.net>
28992
28993         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
28994
28995 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28996
28997         * config/srclist.txt: Get the following files from gettext-runtime/intl
28998         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
28999         ref-del.sin.  From Bruno Haible.
29000         * config/srclist-update (fixfile): Change grep pattern again, since the
29001         previous fix didn't work (there was another trailing $).  Use
29002         '[$]' to escape the $s.
29003
29004 2003-07-15  Karl Berry  <karl@gnu.org>
29005
29006         * lib/vasnprintf.c: update from gettext.
29007
29008 2003-07-15  Karl Berry  <karl@gnu.org>
29009
29010         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
29011         gets expanded when surrounded by '$'.
29012
29013 2003-07-15  Jim Meyering  <jim@meyering.net>
29014
29015         * modules/save-cwd: Don't depend on error.  From Derek Price.
29016
29017 2003-07-15  Jim Meyering  <jim@meyering.net>
29018
29019         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
29020
29021 2003-07-14  Simon Josefsson  <jas@extundo.com>
29022
29023         * modules/mempcpy: New file.
29024         * MODULES.html.sh (func_all_modules): Add mempcpy.
29025
29026 2003-07-14  Simon Josefsson  <jas@extundo.com>
29027
29028         * m4/mempcpy.m4: New file.
29029
29030 2003-07-14  Simon Josefsson  <jas@extundo.com>
29031
29032         * lib/mempcpy.h: New file.
29033         * lib/mempcpy.c: New file.
29034
29035 2003-07-14  Paul Eggert  <eggert@twinsun.com>
29036
29037         * modules/getdate, modules/posixtm: Depend on mktime.
29038
29039 2003-07-14  Paul Eggert  <eggert@twinsun.com>
29040
29041         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
29042         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
29043         unicodeio.c, unicodeio.h, unlocked-io.h:
29044         Switch from LGPL to GPL.
29045
29046 2003-07-14  Paul Eggert  <eggert@twinsun.com>
29047
29048         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
29049         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
29050         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
29051         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
29052         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
29053         updated automatically by ../config/srclist-update.  This changes
29054         their license from LPGL to GPL.
29055
29056 2003-07-14  Paul Eggert  <eggert@twinsun.com>
29057
29058         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
29059         assumed to refer to the root of the most recent stable gettext version.
29060         * config/srclistvars.sh: Add defaults for eggert.
29061         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
29062         Match "This program" as well as "The program".  This is needed
29063         for gettext.
29064
29065 2003-07-14  Jim Meyering  <jim@meyering.net>
29066
29067         Don't emit diagnostics.  Let callers do that.
29068         * lib/save-cwd.c: Don't include "error.h".
29069         (save_cwd): Don't call error.  Ensure that errno is valid
29070         when returning nonzero.
29071
29072         * lib/save-cwd.h (restore_cwd): Update prototype.
29073         * lib/save-cwd.c (restore_cwd): Remove two parameters.
29074         Simplify.  Don't call error upon failure.  Let callers do that.
29075         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
29076         when auditing is enabled.  But don't bother updating the #if.
29077
29078 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
29079
29080         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
29081         it breaks C++ compilation.
29082         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
29083
29084 2003-07-10  Simon Josefsson  <jas@extundo.com>
29085
29086         * modules/strchrnul (Makefile.am): Add strchrnul.h.
29087
29088 2003-07-10  Jim Meyering  <jim@meyering.net>
29089
29090         * m4/clock_time.m4: Remove trailing blank.
29091         * m4/intmax_t.m4: Likewise.
29092
29093 2003-07-10  Jim Meyering  <jim@meyering.net>
29094
29095         * lib/vasnprintf.c: Remove trailing blanks.
29096         Make cpp indentation consistent.
29097
29098 2003-07-09  Paul Eggert  <eggert@twinsun.com>
29099
29100         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
29101         posixver.c, strftime.c, strnlen.c, strverscmp.c:
29102         Switch from LGPL to GPL.
29103
29104 2003-07-09  Paul Eggert  <eggert@twinsun.com>
29105
29106         * config/srclist.txt: Sort sublists.  Add
29107         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
29108         that differ from gnulib for one reason or another; we'd like this list
29109         to be smaller but for now let's document what we have.
29110
29111 2003-07-08  Paul Eggert  <eggert@twinsun.com>
29112
29113         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
29114         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
29115         and sweeter "eval x=$x".
29116         * config/srclist.txt: Get lib/argp* from glibc.
29117
29118 2003-07-07  Paul Eggert  <eggert@twinsun.com>
29119
29120         * lib/mktime.c: Fix some boundary cases and remove need for floating
29121         point.
29122
29123         Issue a compile-time diagnostic if time_t is floating point, or if
29124         two's complement arithmetic is not in effect, or if arithmetic
29125         right shift does not propagate the sign.  These assumptions were
29126         all in the original code but they weren't checked.
29127
29128         (TIME_T_MIDPOINT, verify): New macros.
29129         (__isleap): Remove; it has integer overflow problems.
29130         (leapyear): New function, without those problems.
29131         (ydhms_tm_diff): Remove; splitting into two parts.
29132         (ydhms_diff): New function, containing the arithmetic part of
29133         the old ydhms_tm_diff function.  Issue a compile-time
29134         diagnostic if we are not using C99 integer division.
29135         Avoid casts when possible.
29136         (guess_time_tm): New function, containing the checking part of
29137         the old ydhms_tm_diff function.  Return the new value, rather than
29138         the difference between it and the old.  Accept a new argument T
29139         so that *T specifies the old value.  Check for overflow in the result.
29140
29141         (__mktime_internal): Use a time_t offset, not a long int offset.
29142         This undoes the 2003-06-04 change, which is no longer needed now
29143         that we have better overflow checking.
29144         (localtime_offset): Likewise.
29145
29146         (__mktime_internal): Avoid harmful overflow on hosts where time_t
29147         and long are 64-bit but int is only 32-bit.
29148         (ydhms_diff): Use long int to store year1 and yday1.
29149         Issue a compile-time diagnostic if long int is not wide enough.
29150
29151         (__mktime_internal): Use long int to store adjusted year and yday.
29152         Use plain C rather than preprocessor commands, if that doesn't
29153         affect efficiency.
29154         Check for overflow (and try to repair) after each probe
29155         rather than checking only at the very end.  This avoids some bugs
29156         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
29157         does not equal GMT offset at maximum time).
29158         Use integer to check for overflow rather than floating point; this
29159         is more portable to non-IEEE hosts, and is a tad faster.
29160         When we detect that we are oscillating between two values,
29161         don't check whether tm_isdst has the requested value, since
29162         we already know the answer.  When tm_isdst has the wrong value,
29163         use a different heuristic to find the right one, based on the
29164         extreme values actually observed in practice in tz2003a,
29165         rather than the (overly optimistic) "previous 3 calendar quarters".
29166
29167         (not_equal_tm, print_tm, check_result): Use "const T" rather than
29168         "T const" to accommodate glibc style.
29169         (check_result): Use less-confusing report format.  "long" -> "long int.
29170         (main): Likewise.
29171         Don't loop if the iteration overflows time_t.
29172         Allow a negative step in the iteration.
29173
29174 2003-07-06  Karl Berry  <karl@gnu.org>
29175
29176         * config/depcomp: update from automake.
29177         * config/config.sub: update from prep.
29178
29179 2003-07-03  Karl Berry  <karl@gnu.org>
29180
29181         * config/config.guess: update from prep.
29182
29183 2003-07-01  Paul Eggert  <eggert@twinsun.com>
29184
29185         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
29186         xreadlink.c now includes it unconditionally.
29187
29188 2003-07-01  Paul Eggert  <eggert@twinsun.com>
29189
29190         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
29191         having it depend on HAVE_SYS_TYPES_H.
29192
29193 2003-07-01  Bruno Haible  <bruno@clisp.org>
29194
29195         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
29196         <sys/types.h> should be sufficient.
29197         Reported by Paul Eggert.
29198
29199 2003-06-26  Karl Berry  <karl@gnu.org>
29200
29201         * config/depcomp: update from automake.
29202
29203 2003-06-26  Bruno Haible  <bruno@clisp.org>
29204
29205         * modules/human: Depend on module stdbool.
29206
29207 2003-06-25  Bruno Haible  <bruno@clisp.org>
29208
29209         * modules/readlink: New file.
29210         * modules/xreadlink: Depend on it.
29211         * MODULES.html.sh (func_all_modules): Add readlink.
29212
29213 2003-06-25  Bruno Haible  <bruno@clisp.org>
29214
29215         * m4/readlink.m4: New file.
29216
29217 2003-06-25  Bruno Haible  <bruno@clisp.org>
29218
29219         * lib/readlink.c: New file.
29220
29221 2003-06-22  Karl Berry  <karl@gnu.org>
29222
29223         * config/srclist.txt: update mkinstalldirs from automake.
29224         * config/mkinstalldirs: update.
29225
29226 2003-06-22  Bruno Haible  <bruno@clisp.org>
29227
29228         Portability to mingw32.
29229         * m4/ssize_t.m4: New file, from GNU gettext.
29230         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
29231         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
29232
29233 2003-06-22  Bruno Haible  <bruno@clisp.org>
29234
29235         * modules/safe-read: Add m4/ssize_t.m4.
29236         * modules/xreadlink: Add m4/ssize_t.m4.
29237
29238 2003-06-20  Bruno Haible  <bruno@clisp.org>
29239
29240         Assume C89, so PARAMS isn't needed.
29241         * lib/unicodeio.h (PARAMS): Remove.
29242         * lib/unicodeio.c: Don't use PARAMS.
29243
29244 2003-06-18  Karl Berry  <karl@gnu.org>
29245
29246         * config/config.{guess,sub}: update from prep.
29247
29248 2003-06-18  Jim Meyering  <jim@meyering.net>
29249
29250         Merge changes from coreutils.
29251         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
29252         Remove explicit declarations of xmalloc and realloc.
29253         Include xalloc.h.
29254         (read_utmp): Remove anachronistic cast of xmalloc.
29255
29256 2003-06-17  Paul Eggert  <eggert@twinsun.com>
29257
29258         Assume C89, so PARAMS isn't needed.
29259         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
29260         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
29261         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
29262         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
29263         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
29264         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
29265         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
29266         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
29267         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
29268         lib/xstrtod.h, lib/xstrtol.h: Likewise.
29269         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
29270         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
29271         no longer needed. Anyway, config.h should always be included before any
29272         other file.
29273
29274 2003-06-11  Simon Josefsson  <jas@extundo.com>
29275
29276         * modules/sysexits: New file.
29277         * MODULES.html.sh (func_all_modules): Add sysexits.
29278
29279 2003-06-11  Simon Josefsson  <jas@extundo.com>
29280
29281         * lib/sysexit_.h: New file.
29282
29283 2003-06-11  Derek Price  <derek@ximbiot.com>
29284
29285         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
29286         necessary.
29287
29288 2003-06-11  Bruno Haible  <bruno@clisp.org>
29289
29290         * m4/sysexits.m4: New file.
29291
29292 2003-06-10  Simon Josefsson  <jas@extundo.com>
29293
29294         * lib/argp.h: New file, from glibc.
29295         * lib/argp-ba.c: New file, from glibc.
29296         * lib/argp-eexst.c: New file, from glibc.
29297         * lib/argp-fmtstream.c: New file, from glibc.
29298         * lib/argp-fmtstream.h: New file, from glibc.
29299         * lib/argp-fs-xinl.c: New file, from glibc.
29300         * lib/argp-help.c: New file, from glibc.
29301         * lib/argp-namefrob.h: New file, from glibc.
29302         * lib/argp-parse.c: New file, from glibc.
29303         * lib/argp-pv.c: New file, from glibc.
29304         * lib/argp-pvh.c: New file, from glibc.
29305         * lib/argp-xinl.c: New file, from glibc.
29306
29307 2003-06-10  Simon Josefsson  <jas@extundo.com>
29308
29309         * modules/strchrnul: New file.
29310
29311 2003-06-10  Simon Josefsson  <jas@extundo.com>
29312
29313         * modules/argp: New file.
29314
29315 2003-06-10  Simon Josefsson  <jas@extundo.com>
29316
29317         * m4/strchrnul.m4: New file.
29318
29319 2003-06-10  Simon Josefsson  <jas@extundo.com>
29320
29321         * lib/strchrnul.h: New file.
29322         * lib/strchrnul.c: New file.
29323
29324 2003-06-10  Bruno Haible  <bruno@clisp.org>
29325
29326         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
29327
29328 2003-06-07  Karl Berry  <karl@gnu.org>
29329
29330         * config/config.{guess,sub}: update from prep.
29331
29332 2003-06-07  Jim Meyering  <jim@meyering.net>
29333
29334         * modules/strtod: Use $(...) notation, not @...@ for
29335         AC_REPLACE'd variables.
29336         * modules/localcharset: Likewise.
29337
29338 2003-06-07  Jim Meyering  <jim@meyering.net>
29339
29340         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
29341         in place of my name in the copyright comment.
29342         Remove definition and uses of __P.
29343
29344         From coreutils.
29345         * lib/stat.c: Don't declare xmalloc explicitly.
29346         Instead, include "xalloc.h".
29347         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
29348         xrealloc, and xcalloc return values.
29349         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
29350         Improve comment.
29351         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
29352
29353 2003-06-07  Bruno Haible  <bruno@clisp.org>
29354
29355         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
29356         avoid AC_CONFIG_LINKS.
29357         * modules/fnmatch (Makefile.am): Use explicit creation rule for
29358         fnmatch.h, to avoid AC_CONFIG_LINKS.
29359         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
29360
29361 2003-06-07  Bruno Haible  <bruno@clisp.org>
29362
29363         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
29364         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
29365         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
29366         directory.
29367         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
29368         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
29369         directory.
29370
29371 2003-06-06  Jim Meyering  <jim@meyering.net>
29372
29373         Merge from coreutils.
29374         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
29375         Consolidate declarations and initializations of *_base* locals.
29376
29377         Merge from coreutils.
29378         This avoids a core dump on systems without GNU putenv,
29379         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
29380         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
29381         (unsetenv): New static function, from GNU libc.
29382         (rpl_putenv): Use it.
29383
29384         * lib/modechange.c: Remove trailing blanks.
29385
29386         Merge from coreutils.
29387         * lib/fsusage.c: Remove declaration of statfs.
29388         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
29389
29390         * lib/posixtm.c: Include <stdbool.h> unconditionally.
29391
29392 2003-06-06  Jim Meyering  <jim@meyering.net>
29393
29394         * lib/stdbool_.h: Renamed from stdbool.h.in.
29395
29396 2003-06-06  Jim Meyering  <jim@meyering.net>
29397             Bruno Haible  <bruno@clisp.org>
29398
29399         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
29400         Adjust Makefile.am snippet not to redirect directly to target.
29401         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
29402
29403 2003-06-05  Paul Eggert  <eggert@twinsun.com>
29404
29405         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
29406         mismatch, look in future quarters as well as past.  This fixes a
29407         bug when processing fall-backwards gaps immediately after a long
29408         period of daylight-saving time.
29409
29410         * lib/mktime.c: Assume freestanding C89 or better.
29411         (HAVE_LIMITS_H): Remove.  Assume it's 1.
29412         (__P): Remove; not used.
29413         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
29414         (mktime, not_equal_tm, print_tm, check_result,
29415         main): Use prototypes.  Use const * where appropriate.
29416         (main): Fix typo in testing code that uncovered by above changes.
29417         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
29418
29419 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29420
29421         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
29422         locale.h, localeconv.  This merges changes from coreutils.
29423
29424         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
29425         It can be removed after the next Autoconf is released.
29426         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
29427         needed.
29428
29429 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29430
29431         * lib/mktime.c: Fix Debian bug 177940
29432         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
29433         (localtime_offset): Now long int, not time_t, because we want it
29434         to be guaranteed to be signed.  All uses changed.
29435         (__mktime_internal): If overflow would occur when adding offset,
29436         don't add it.
29437
29438         Merge 'human' changes from coreutils.  Rewrite to support
29439         locale-specific notations like thousands separators.
29440         * lib/human.c: Simplify authorship notice.
29441         Include human.h immediately after config.h.
29442         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
29443         <limits.h>: Do not include, since human.h does.
29444         (SIZE_MAX, UINTMAX_MAX): New macros.
29445         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
29446         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
29447         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
29448         (power_letter): Renamed from suffixes.
29449         (generate_suffix_backwards): Remove.
29450         (adjust_value): Now takes int style (because of human.h changes)
29451         and long double value (for greater precision on some platforms).
29452         (group_number): New function.
29453         (human_readable): Use it.  Use integer options, not enum.
29454         Put the options before the sizes in the arg list.
29455         Support all the new options.
29456         The old human_readable function has been removed;
29457         use inttostr.h instead.
29458         (human_readable, default_block_size, humblock):
29459         Use uintmax_t, not int, for block sizes.
29460         (human_readable_inexact, block_size_types): Remove.
29461         (block_size_opts): New constant.
29462         (human_options): Renamed from human_block_size, with new signature
29463         that allows block sizes up to UINTMAX_MAX.  All callers changed.
29464         * lib/human.h: Add copyright and authorship notice.
29465         Include <limits.h> and <stdbool.h> unconditionally.
29466         (PARAMS): Remove.  All uses removed.
29467         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
29468         (enum human_inexact_style): Remove tag; now a nameless enum.
29469         (human_floor, human_ceiling, human_round_to_even): Now have
29470         values 2, 0, 1 rather than -1, 1, 0.
29471         (human_group_digits, human_suppress_point_zero, human_autoscale,
29472         human_base_1024, human_SI, human_B): New constants.
29473         (human_readable_inexact, human_block_size): Remove.
29474         (human_readable): Size args are now uintmax_t, not int.
29475         (human_options): New decl.
29476
29477         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
29478         unnecessary now that we assume C89 or better.  This change
29479         imported from coreutils.
29480
29481         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29482         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
29483         in the 2003-05-30 sync from glibc.
29484
29485         .h files should stand alone, but we shouldn't include <sys/types.h>
29486         if we can get away with just <stddef.h>.
29487
29488         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
29489         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
29490         rather than <sys/types.h>, as we merely need size_t.
29491         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
29492         to get size_t.
29493         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
29494         Include <stdio.h>, to get FILE.
29495         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
29496         memcasecmp.h has included <stddef.h> and all we need is size_t.
29497         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
29498         our interface, instead of including <sys/types.h>
29499
29500 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29501
29502         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
29503         now, as glibc mktime is buggy on non-glibc systems.
29504
29505 2003-06-03  Karl Berry  <karl@gnu.org>
29506
29507         * config/config.sub: update from prep.
29508
29509 2003-06-02  Paul Eggert  <eggert@twinsun.com>
29510
29511         [from coreutils]
29512         Fix some minor time-related bugs with POSIX time arguments.
29513         Some valid time stamps were being rejected (notably -1, and
29514         time stamps before 1900 on 64-bit hosts).  And some invalid
29515         time stamps were being accepted, e.g. September 31.
29516
29517         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
29518         that we can return (time_t) -1 successfully.
29519         * lib/posixtm.c: Likewise.
29520         [HAVE_STDBOOL_H]: Include <stdbool.h>.
29521         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
29522         (t): Remove static var.
29523         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
29524         of static var.  All uses changed.
29525         (year): Do not reject years before 1900; they can occur with
29526         64-bit time_t.
29527         (posix_time_parse): Do not check for out-of-range components;
29528         that is now the caller's responsibility, since our checks were
29529         only approximations.
29530         (posixtime): Use mktime to check for out-of-range components,
29531         since it knows them exactly.
29532         If mktime returns (time_t) -1, check whether an error actually occurred
29533         by invoking localtime on -1.
29534         (main) [TEST_POSIXTIME]: Check for input data errors, and report
29535         posixtime failures better.
29536         Improve the test data (in comments only).
29537
29538 2003-06-02  Karl Berry  <karl@gnu.org>
29539
29540         * config/mkinstalldirs (version): new variable.
29541         (--version): new option.
29542         (usage): improve message.
29543
29544 2003-05-30  Karl Berry  <karl@gnu.org>
29545
29546         * lib/mktime.c: update from libc.
29547
29548 2003-05-30  Bruno Haible  <bruno@clisp.org>
29549
29550         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
29551         * config/config.rpath: Upgrade to gettext-0.12.1.
29552
29553 2003-05-30  Bruno Haible  <bruno@clisp.org>
29554
29555         * m4/gettext.m4: Upgrade to gettext-0.12.1.
29556         * m4/nls.m4: New file, from gettext-0.12.1.
29557         * m4/po.m4: New file, from gettext-0.12.1.
29558         * m4/progtest.m4: Upgrade to gettext-0.12.1.
29559
29560 2003-05-30  Bruno Haible  <bruno@clisp.org>
29561
29562         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
29563         * lib/localcharset.h: Likewise.
29564         * lib/localcharset.c: Likewise.
29565
29566 2003-05-29  Karl Berry  <karl@gnu.org>
29567
29568         * config/config.rpath: update from gettext.
29569
29570 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29571
29572         Assume the headers required for C89 freestanding compilers.
29573         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
29574         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
29575         * m4/human.m4 (gl_HUMAN): Likewise.
29576         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
29577         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
29578         * m4/userspec.m4 (gl_USERSPEC): Likewise.
29579         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
29580         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29581         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
29582
29583 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29584
29585         Assume the headers required for C89 freestanding compilers.
29586         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
29587         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
29588         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
29589         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
29590         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
29591         define, since <limits.h> is guaranteed to do that.
29592         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
29593         * lib/exclude.c: Include <stdbool.h> unconditionally.
29594         * lib/tempname.c: Include <stddef.h> unconditionally.
29595         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
29596         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
29597         <stddef.h> does that.
29598         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
29599         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
29600         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
29601         needed.
29602         * lib/xstrtol.c: Likewise.
29603         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
29604         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
29605
29606         * lib/addext.c (addext): Use assignment rather than cast, to avoid
29607         warnings on some platforms.
29608
29609         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29610         arbitrarily.
29611
29612 2003-05-26  Jim Meyering  <jim@meyering.net>
29613
29614         Merge in a change from coreutils:
29615         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
29616         that is guaranteed to be `no'.  Use `no_such_member' to indicate
29617         that condition, rather than `-1' which is slightly misleading.
29618         Change the name of the cache variable to have the gl_ prefix.
29619         Prompted by a patch from Richard Dawe for DJGPP.
29620
29621 2003-05-24  Karl Berry  <karl@gnu.org>
29622
29623         * config/config.guess: update from prep.
29624
29625 2003-05-22  Karl Berry  <karl@gnu.org>
29626
29627         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
29628
29629 2003-05-20  Karl Berry  <karl@gnu.org>
29630
29631         * config/config.guess: update from prep.
29632
29633 2003-05-18  Karl Berry  <karl@gnu.org>
29634
29635         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
29636         might actually be set by the user.
29637
29638         * config/depcomp, install-sh, mdate-sh: update from automake.
29639
29640 2003-05-17  Bruno Haible  <bruno@clisp.org>
29641
29642         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
29643         invalid expansion for AC_EGREP_CPP.
29644         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
29645         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
29646         Suggested by Akim Demaille <akim@epita.fr> in
29647         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
29648
29649 2003-05-12  Jim Meyering  <jim@meyering.net>
29650
29651         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
29652         the space-padded-by-default conversion specifiers, %e, %k, %l.
29653
29654 2003-05-12  Bruno Haible  <bruno@clisp.org>
29655
29656         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
29657         the string is longer than 4 KB.
29658
29659 2003-05-11  Karl Berry  <karl@gnu.org>
29660
29661         * config/config.{guess,sub}: update from prep.
29662
29663 2003-05-09  Bruno Haible  <bruno@clisp.org>
29664
29665         * modules/error: Add m4/strerror_r.m4 to file list.
29666
29667 2003-05-03  Bruno Haible  <bruno@clisp.org>
29668
29669         Upgrade to Unicode-4.0.
29670         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
29671         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
29672         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
29673         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
29674         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
29675         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
29676         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
29677         Change width of U+E0100..U+E01EF from 1 to 0.
29678
29679 2003-04-25  Jim Meyering  <jim@meyering.net>
29680
29681         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
29682         of type size_t, not int.
29683
29684 2003-04-25  Bruno Haible  <bruno@clisp.org>
29685
29686         * lib/copy-file.c: Include <stddef.h>, for size_t.
29687
29688 2003-04-21  Paul Eggert  <eggert@twinsun.com>
29689
29690         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
29691         code which expansion is under static control.  Patch imported from
29692         Akim Demaille's patch to Bison; see
29693         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
29694
29695 2003-04-14  Bruno Haible  <bruno@clisp.org>
29696
29697         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
29698
29699 2003-04-11  Jim Meyering  <jim@meyering.net>
29700
29701         Merge changes from Coreutils.
29702
29703         2003-03-22  Jim Meyering  <jim@meyering.net>
29704
29705         * lib/strftime.c (widen): Cast alloca return value to proper type.
29706
29707         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
29708
29709         From GNU libc.
29710         * lib/strftime.c (my_strftime): Handle very large width
29711         specifications for numeric values correctly.  Improve checks for
29712         overflow.
29713
29714         2003-01-19  Jim Meyering  <jim@meyering.net>
29715
29716         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
29717         definitions.
29718         (nl_get_alt_digit) [! defined my_strftime]: Define.
29719         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
29720         _nl_get_alt_digit and _nl_get_walt_digit.
29721
29722         * lib/strftime.c (my_strftime): Merge in locale-related changes from
29723         libc. These changes have no effect outside of _LIBC.
29724
29725 2003-04-10  Bruno Haible  <bruno@clisp.org>
29726
29727         * modules/findprog: New file.
29728         * MODULES.html.sh (func_all_modules): Add it.
29729
29730 2003-04-10  Bruno Haible  <bruno@clisp.org>
29731
29732         * m4/findprog.m4: New file.
29733         * m4/eaccess.m4: New file.
29734
29735 2003-04-10  Bruno Haible  <bruno@clisp.org>
29736
29737         * lib/findprog.h: New file, from GNU gettext.
29738         * lib/findprog.c: New file, from GNU gettext.
29739
29740 2003-04-05  Jim Meyering  <jim@meyering.net>
29741
29742         Merge changes from Coreutils.
29743
29744         * lib/exclude.h (PARAMS): Remove definition and uses.
29745         * lib/exclude.c: Remove uses of `PARAMS'.
29746
29747         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
29748         Add test-cases for DOS filenames. Declare program_name.
29749         (main): Set up program_name.  Patch by Rich Dawe.
29750
29751         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29752         error from mntctl.
29753         Use mntctl's return value to drive the entry-processing loop, since
29754         we can't rely on the value of the vmt_length member in the last
29755         entry.  On some systems doing so could result in exhausting
29756         virtual memory.  Based in part on a patch from Mike Jetzer.
29757
29758 2003-04-04  Bruno Haible  <bruno@clisp.org>
29759
29760         * modules/linebreak: New file.
29761         * MODULES.html.sh (func_all_modules): Add it.
29762
29763 2003-04-04  Bruno Haible  <bruno@clisp.org>
29764
29765         * m4/linebreak.m4: New file.
29766
29767 2003-04-04  Bruno Haible  <bruno@clisp.org>
29768
29769         * lib/linebreak.h: New file, from GNU gettext.
29770         * lib/linebreak.c: New file, from GNU gettext with slight
29771         modifications.
29772         * lib/lbrkprop.h: New file, from GNU gettext.
29773
29774 2003-04-03  Bruno Haible  <bruno@clisp.org>
29775
29776         * modules/utf8-ucs4: New file.
29777         * modules/utf16-ucs4: New file.
29778         * modules/ucs4-utf8: New file.
29779         * modules/ucs4-utf16: New file.
29780         * MODULES.html.sh (func_all_modules): Add them.
29781
29782 2003-04-03  Bruno Haible  <bruno@clisp.org>
29783
29784         * m4/utf-ucs4.m4: New file.
29785         * m4/ucs4-utf.m4: New file.
29786
29787 2003-04-03  Bruno Haible  <bruno@clisp.org>
29788
29789         * lib/utf8-ucs4.h: New file, from GNU gettext.
29790         * lib/utf16-ucs4.h: New file, from GNU gettext.
29791         * lib/ucs4-utf8.h: New file, from GNU gettext.
29792         * lib/ucs4-utf16.h: New file, from GNU gettext.
29793
29794 2003-04-02  Bruno Haible  <bruno@clisp.org>
29795
29796         * modules/binary-io: New file.
29797         * MODULES.html.sh (func_all_modules): Add it.
29798
29799 2003-04-02  Bruno Haible  <bruno@clisp.org>
29800
29801         * lib/binary-io.h: New file, from GNU gettext.
29802
29803 2003-04-01  Bruno Haible  <bruno@clisp.org>
29804
29805         * modules/pathname: New file.
29806         * MODULES.html.sh (func_all_modules): Add it.
29807
29808 2003-04-01  Bruno Haible  <bruno@clisp.org>
29809
29810         * lib/pathname.h: New file, from GNU gettext.
29811         * lib/concatpath.c: New file, from GNU gettext.
29812
29813 2003-03-30  Bruno Haible  <bruno@clisp.org>
29814
29815         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
29816
29817 2003-03-30  Bruno Haible  <bruno@clisp.org>
29818
29819         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
29820         function chown() doesn't exist.
29821
29822 2003-03-28  Bruno Haible  <bruno@clisp.org>
29823
29824         * modules/copy-file: New file.
29825         * MODULES.html.sh (func_all_modules): Add it.
29826
29827 2003-03-28  Bruno Haible  <bruno@clisp.org>
29828
29829         * m4/copy-file.m4: New file.
29830
29831 2003-03-28  Bruno Haible  <bruno@clisp.org>
29832
29833         * lib/copy-file.h: New file, from GNU gettext.
29834         * lib/copy-file.c: New file, from GNU gettext.
29835
29836 2003-03-18  Jim Meyering  <jim@meyering.net>
29837
29838         * lib/quote.c (quote_n): Fix typo in comment.
29839
29840 2003-03-18  Bruno Haible  <bruno@clisp.org>
29841
29842         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
29843         checking.
29844         * m4/onceonly_2_57.m4: Likewise.
29845
29846 2003-03-17  Bruno Haible  <bruno@clisp.org>
29847
29848         * m4/onceonly.m4: Require autoconf 2.54 or newer.
29849         (m4_quote): Remove macro.
29850         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
29851
29852 2003-03-14  Jim Meyering  <jim@meyering.net>
29853
29854         Merge changes from Coreutils.
29855         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
29856         to be const, in order to avoid warnings.
29857         (obstack_room): Likewise.
29858         (obstack_empty_p): Likewise.
29859
29860 2003-03-14  Bruno Haible  <bruno@clisp.org>
29861
29862         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
29863         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
29864
29865 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29866
29867         Merge changes from Bison.
29868         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
29869         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
29870         when compiling Bison 1.875's `bitset bset = obstack_alloc
29871         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
29872         * lib/hash.c: Include <stdbool.h> unconditionally.
29873
29874 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29875
29876         * m4/onceonly.m4 (m4_quote): New macro.
29877         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
29878         Quote AC_FOREACH variable-expansions properly.
29879
29880 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29881
29882         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
29883
29884 2003-03-09  Paul Eggert  <eggert@twinsun.com>
29885
29886         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
29887         Reported by Bruce Becker; see:
29888         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
29889
29890 2003-03-03  Paul Eggert  <eggert@twinsun.com>
29891             Bruno Haible  <bruno@clisp.org>
29892
29893         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
29894         Reported by John Hughes, see
29895         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
29896
29897 2003-02-20  Bruno Haible  <bruno@clisp.org>
29898
29899         * MODULES.html.sh (func_all_modules): Add poll.
29900
29901 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29902
29903         * modules/poll: New file.
29904
29905 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29906
29907         * lib/poll_.h: New file.
29908         * lib/poll.c: New file.
29909
29910 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29911
29912         * m4/poll.m4: New file.
29913
29914 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29915
29916         * modules/mathl: New file.
29917
29918 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29919
29920         * lib/mathl.h: New file.
29921         * lib/acosl.c: New file.
29922         * lib/asinl.c: New file.
29923         * lib/atanl.c: New file.
29924         * lib/ceill.c: New file.
29925         * lib/cosl.c: New file.
29926         * lib/expl.c: New file.
29927         * lib/floorl.c: New file.
29928         * lib/frexpl.c: New file.
29929         * lib/ldexpl.c: New file.
29930         * lib/logl.c: New file.
29931         * lib/sincosl.c: New file.
29932         * lib/sinl.c: New file.
29933         * lib/sqrtl.c: New file.
29934         * lib/tanl.c: New file.
29935         * lib/trigl.c: New file.
29936         * lib/trigl.h: New file.
29937
29938 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29939
29940         * m4/mathl.m4: New file.
29941
29942 2003-02-18  Bruno Haible  <bruno@clisp.org>
29943
29944         * MODULES.html.sh (func_all_modules): Add mathl.
29945
29946 2003-02-17  Bruno Haible  <bruno@clisp.org>
29947
29948         * modules/mkdtemp: New module.
29949         * MODULES.html.sh (func_all_modules): Add it.
29950
29951 2003-02-17  Bruno Haible  <bruno@clisp.org>
29952
29953         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
29954
29955 2003-02-17  Bruno Haible  <bruno@clisp.org>
29956
29957         * lib/mkdtemp.h: New file, from GNU gettext.
29958         * lib/mkdtemp.c: New file, from GNU gettext.
29959
29960 2003-02-02  Jim Meyering  <jim@meyering.net>
29961
29962         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
29963         e.g. glibc-2.2.93.
29964
29965 2003-01-31  Bruno Haible  <bruno@clisp.org>
29966
29967         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
29968         'rpl_rename'.
29969         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
29970         'rpl_strnlen'.
29971         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
29972         'rpl_strtod'.
29973         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
29974         'rpl_utime'.
29975
29976 2003-01-31  Bruno Haible  <bruno@clisp.org>
29977
29978         * lib/rename.c: #undef rename before defining rpl_rename.
29979         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
29980
29981 2003-01-30  Bruno Haible  <bruno@clisp.org>
29982
29983         * modules/vasnprintf, modules/vasprintf: New modules.
29984         * MODULES.html.sh (func_all_modules): Add them.
29985
29986 2003-01-30  Bruno Haible  <bruno@clisp.org>
29987
29988         * m4/signed.m4: New file, from GNU gettext.
29989         * m4/longdouble.m4: New file, from GNU gettext.
29990         * m4/wchar_t.m4: New file, from GNU gettext.
29991         * m4/wint_t.m4: New file, from GNU gettext.
29992         * m4/vasnprintf.m4: New file.
29993         * m4/vasprintf.m4: New file.
29994
29995 2003-01-30  Bruno Haible  <bruno@clisp.org>
29996
29997         * lib/printf-args.h: New file, from GNU gettext.
29998         * lib/printf-args.c: New file, from GNU gettext.
29999         * lib/printf-parse.h: New file, from GNU gettext.
30000         * lib/printf-parse.c: New file, from GNU gettext.
30001         * lib/vasnprintf.h: New file, from GNU gettext.
30002         * lib/vasnprintf.c: New file, from GNU gettext.
30003         * lib/asnprintf.c: New file, from GNU gettext.
30004         * lib/vasprintf.h: New file, from GNU gettext with modifications.
30005         * lib/vasprintf.c: New file, from GNU gettext.
30006         * lib/asprintf.c: New file, from GNU gettext.
30007
30008 2003-01-29  Bruno Haible  <bruno@clisp.org>
30009
30010         * modules/stpncpy: New module.
30011         * MODULES.html.sh (func_all_modules): Add it.
30012
30013 2003-01-29  Bruno Haible  <bruno@clisp.org>
30014
30015         * m4/stpncpy.m4: New file.
30016
30017 2003-01-29  Bruno Haible  <bruno@clisp.org>
30018
30019         * lib/stpncpy.h: New file, from GNU gettext with modifications.
30020         * lib/stpncpy.c: New file, from GNU gettext with modifications.
30021
30022 2003-01-28  Bruno Haible  <bruno@clisp.org>
30023
30024         * modules/c-ctype: New module.
30025         * MODULES.html.sh (func_all_modules): Add it.
30026
30027 2003-01-28  Bruno Haible  <bruno@clisp.org>
30028
30029         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
30030         Paul Eggert.
30031         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
30032         Paul Eggert.
30033
30034 2003-01-27  Bruno Haible  <bruno@clisp.org>
30035
30036         * modules/xsetenv: New module.
30037         * MODULES.html.sh (func_all_modules): Add it.
30038
30039 2003-01-27  Bruno Haible  <bruno@clisp.org>
30040
30041         * lib/xsetenv.h: New file, from GNU gettext.
30042         * lib/xsetenv.c: New file, from GNU gettext.
30043
30044 2003-01-23  Jim Meyering  <jim@meyering.net>
30045
30046         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
30047         from working on systems without dirfd (at least Irix and OSF1/Tru64).
30048
30049 2003-01-23  Bruno Haible  <bruno@clisp.org>
30050
30051         * modules/minmax: New module.
30052         * MODULES.html.sh (func_all_modules): Add it.
30053
30054 2003-01-23  Bruno Haible  <bruno@clisp.org>
30055
30056         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
30057         Eggert.
30058
30059 2003-01-22  Bruno Haible  <bruno@clisp.org>
30060
30061         * modules/exit: New module.
30062         * MODULES.html.sh (func_all_modules): Add it.
30063
30064 2003-01-22  Bruno Haible  <bruno@clisp.org>
30065
30066         * lib/exit.h: New file, from GNU gettext.
30067
30068 2003-01-19  Bruno Haible  <bruno@clisp.org>
30069
30070         * gnulib-tool: Recognize option --extract-maintainer.
30071         (func_get_maintainer): New function.
30072         * modules/*: Add Maintainer entry.
30073
30074 2003-01-16  Jim Meyering  <jim@meyering.net>
30075
30076         * m4/regex.m4: The `regex' struct is both input and output.
30077         Initialize it before each use.  Patch by Tim Waugh.
30078
30079 2003-01-16  Bruno Haible  <bruno@clisp.org>
30080
30081         * MODULES.html.sh: Add a table of contents. Add the module name as
30082         leftmost column. Add hyperlinks.
30083
30084 2003-01-15  Bruno Haible  <bruno@clisp.org>
30085
30086         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
30087
30088 2003-01-15  Bruno Haible  <bruno@clisp.org>
30089
30090         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
30091         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
30092         suffix.
30093
30094 2003-01-15  Bruno Haible  <bruno@clisp.org>
30095
30096         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
30097
30098 2003-01-15  Bruno Haible  <bruno@clisp.org>
30099
30100         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
30101         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
30102
30103 2003-01-14  Jim Meyering  <jim@meyering.net>
30104
30105         * lib/same.c (same_name): Tweak a comment.
30106
30107 2003-01-14  Bruno Haible  <bruno@clisp.org>
30108
30109         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
30110         when a string comparison is sufficient.
30111
30112 2003-01-14  Bruno Haible  <bruno@clisp.org>
30113
30114         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
30115         'unsigned int'.
30116
30117 2003-01-14  Bruno Haible  <bruno@clisp.org>
30118
30119         * lib/hash-pjw.c: Add comment about low quality of this function.
30120
30121 2003-01-13  Bruno Haible  <bruno@clisp.org>
30122
30123         * modules/stpcpy: Distribute lib/stpcpy.h.
30124         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
30125
30126 2003-01-13  Bruno Haible  <bruno@clisp.org>
30127
30128         * modules/*: Add a description.
30129         * modules/strpbrk: Fix Makefile.am snippet.
30130         * modules/strtoimax: Fix dependencies.
30131         * modules/strtoumax: Likewise.
30132
30133 2003-01-13  Bruno Haible  <bruno@clisp.org>
30134
30135         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
30136         * modules/alloca (Makefile.am): All object files depend on alloca.h.
30137         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
30138
30139 2003-01-13  Bruno Haible  <bruno@clisp.org>
30140
30141         * gnulib-tool (func_create_testdir): Store config/* files in the main
30142         directory.
30143         * config.rpath: Move to ...
30144         * config/config.rpath: ... here.
30145         * modules/gettext: Contains config/config.rpath, not config.rpath.
30146         * modules/iconv: Likewise.
30147
30148 2003-01-12  Paul Eggert  <eggert@twinsun.com>
30149
30150         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
30151         to avoid collisions with libcurses and libreadline.
30152
30153         * m4/getstr.m4: Remove.
30154         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
30155
30156 2003-01-12  Paul Eggert  <eggert@twinsun.com>
30157
30158         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
30159         to avoid collisions with libcurses and libreadline.
30160
30161         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
30162         * lib/getstr.h, getstr.c: Remove.
30163         * lib/getline.c: Include "getline.h", to check interface.
30164         Move body of old getstr.c here: this defines MIN_CHUNK and
30165         declares getdelim2, which is renamed from getstr.
30166         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
30167
30168         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
30169         All uses changed.
30170         * lib/linebuffer.h: Likewise.
30171         (readline): Remove backward-compatibility macro.
30172
30173 2003-01-12  Paul Eggert  <eggert@twinsun.com>
30174
30175         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
30176         to avoid collisions with libcurses and libreadline.
30177         * getstr: Remove.
30178         * MODULES.html.sh: Remove getstr.
30179         * modules/getline: Depend on unlocked-io, not getstr.
30180
30181 2003-01-12  Jim Meyering  <jim@meyering.net>
30182
30183         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
30184
30185 2003-01-10  Bruno Haible  <bruno@clisp.org>
30186
30187         * modules/alloca: Change Makefile.am requirements. Simplify Include
30188         requirements. Add lib/alloca_.h to file list.
30189
30190 2003-01-10  Bruno Haible  <bruno@clisp.org>
30191
30192         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
30193
30194 2003-01-10  Bruno Haible  <bruno@clisp.org>
30195
30196         * lib/alloca_.h: New file.
30197         * lib/getdate.y: Unconditionally include alloca.h.
30198         * lib/makepath.c: Likewise.
30199         * lib/setenv.c: Likewise.
30200         * lib/userspec.c: Likewise.
30201
30202 2003-01-09  Karl Berry  <karl@gnu.org>
30203
30204         * MODULES.html.sh: include `dirname $0` in PATH, to find
30205         gnulib-tool.
30206
30207 2003-01-09  Bruno Haible  <bruno@clisp.org>
30208
30209         * modules/stdbool: Change configure.ac, Makefile.am requirements.
30210         Simplify Include requirements. Add lib/stdbool.h.in to file list.
30211
30212 2003-01-09  Bruno Haible  <bruno@clisp.org>
30213
30214         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
30215
30216 2003-01-09  Bruno Haible  <bruno@clisp.org>
30217
30218         * lib/stdbool.h.in: New file.
30219
30220 2003-01-09  Bruno Haible  <bruno@clisp.org>
30221
30222         * gnulib-tool (func_all_modules): Ignore files ending in ~.
30223         * MODULES.html.sh: Likewise.
30224
30225 2003-01-08  Jim Meyering  <jim@meyering.net>
30226
30227         * lib/full-write.c: Undefine and define-away `const' after inclusion
30228         of errno.h, not before.  Suggestion from Bruno Haible.
30229
30230 2003-01-08  Bruno Haible  <bruno@clisp.org>
30231
30232         * modules/full-read: Depend on full-write.
30233
30234 2003-01-08  Bruno Haible  <bruno@clisp.org>
30235
30236         * lib/safe-read.c: Include specification header first, to ensure its
30237         selfcontainedness.
30238         * lib/full-write.c: Likewise.
30239
30240 2003-01-07  Jim Meyering  <jim@meyering.net>
30241
30242         * lib/full-write.c: Rework so that it may serve to define full_read,
30243         too.
30244         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
30245
30246 2003-01-07  Bruno Haible  <bruno@clisp.org>
30247
30248         * lib/strtoimax.c: Include <stdint.h> as an alternative to
30249         <inttypes.h>.
30250         * lib/xstrtol.h: Likewise.
30251         * lib/xstrtoimax.c: Likewise.
30252         * lib/xstrtoumax.c: Likewise.
30253         * lib/human.h: Likewise.
30254
30255         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
30256         on systems that have <inttypes.h> but not <stdint.h>.
30257
30258 2003-01-07  Bruno Haible  <bruno@clisp.org>
30259
30260         * MODULES.html.sh: Add copyright notice.
30261         (missed_files): Omit CVS directory entries.
30262         (func_module): Make it work with sed-3.02.
30263         * MODULES.txt: Remove file.
30264
30265 2003-01-06  Jim Meyering  <jim@meyering.net>
30266
30267         * lib/version-etc.c: Update year in translatable copyright string.
30268
30269 2003-01-03  Karl Berry  <karl@gnu.org>
30270
30271         * config/config.{guess,sub}: update from prep.
30272
30273 2003-01-02  Karl Berry  <karl@gnu.org>
30274
30275         * doc/COPYING.DOC: belatedly updated to 1.2.
30276
30277 2003-01-01  Karl Berry  <karl@gnu.org>
30278
30279         * gnulib-tool (func_verify_module): report module name $module in
30280         error message, not $1.
30281         * gnulib-tool (create-testdir): don't complain if destdir couldn't
30282         be created, only if it doesn't exist.
30283         * gnulib-tool (last_checkin_date): don't expand the $Date here.
30284
30285 2002-12-31  Paul Eggert  <eggert@twinsun.com>
30286
30287         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
30288
30289 2002-12-31  Paul Eggert  <eggert@twinsun.com>
30290
30291         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
30292         memcmp if strcoll doesn't work.
30293
30294 2002-12-31  Bruno Haible  <bruno@clisp.org>
30295
30296         * lib/utime.c (utime_null): No need to call ftruncate if the file was
30297         nonempty.
30298
30299 2002-12-31  Bruno Haible  <bruno@clisp.org>
30300
30301         * lib/memcoll.c (STRCOLL): New macro.
30302         (memcoll): Use it.
30303
30304 2002-12-31  Bruno Haible  <bruno@clisp.org>
30305
30306         * lib/localcharset.h: New file.
30307         * lib/localcharset.c: Include it.
30308         * lib/unicodeio.c: Likewise.
30309
30310 2002-12-31  Bruno Haible  <bruno@clisp.org>
30311
30312         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
30313         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
30314
30315 2002-12-31  Bruno Haible  <bruno@clisp.org>
30316
30317         * lib/getline.h: Include <stddef.h>, for size_t.
30318
30319         * lib/unicodeio.h: Include <stddef.h>, for size_t.
30320         * lib/unicodeio.c: Don't include <stddef.h>.
30321
30322 2002-12-31  Bruno Haible  <bruno@clisp.org>
30323
30324         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
30325         HAVE_TM_ZONE.
30326
30327 2002-12-24  Karl Berry  <karl@gnu.org>
30328
30329         * config/config.guess: update from prep.
30330
30331 2002-12-24  Bruno Haible  <bruno@clisp.org>
30332
30333         General infrasructure.
30334         * m4/README: Rewritten.
30335         * m4/onceonly.m4: New file.
30336         * m4/onceonly_2_57.m4: New file.
30337
30338         Module atexit.
30339         * m4/atexit.m4: New file.
30340
30341         Module strtod.
30342         * m4/strtod.m4: New file.
30343
30344         Module strtol.
30345         * m4/strtol.m4: New file.
30346
30347         Module strtoul.
30348         * m4/strtoul.m4: New file.
30349
30350         Module memchr.
30351         * m4/memchr.m4: New file.
30352
30353         Module memcmp.
30354         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
30355         (jm_FUNC_MEMCMP): Invoke it.
30356
30357         Module memcpy.
30358         * m4/memcpy.m4: New file.
30359
30360         Module memmove.
30361         * m4/memmove.m4: New file.
30362
30363         Module memset.
30364         * m4/memset.m4: New file.
30365
30366         Module strcspn.
30367         * m4/strcspn.m4: New file.
30368
30369         Module strpbrk.
30370         * m4/strpbrk.m4: New file.
30371
30372         Module strstr.
30373         * m4/strstr.m4: New file.
30374
30375         Module strerror.
30376         * m4/strerror.m4: New file.
30377
30378         Module mktime.
30379         * m4/mktime.m4: Renamed from jm-mktime.m4.
30380         (gl_PREREQ_MKTIME): New macro.
30381         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
30382
30383         Module malloc.
30384         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
30385         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
30386         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
30387
30388         Module realloc.
30389         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
30390         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
30391         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
30392
30393         Module strftime.
30394         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
30395         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
30396         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
30397         gl_TM_GMTOFF.
30398         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
30399
30400         Module xalloc.
30401         * m4/xalloc.m4: New file.
30402
30403         Module alloca.
30404         * m4/alloca.m4: New file.
30405
30406         Module putenv.
30407         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
30408         (jm_FUNC_PUTENV): Invoke it.
30409
30410         Module setenv.
30411         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
30412         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
30413         when invoked twice.
30414         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
30415         gt_FUNC_SETENV.
30416
30417         Module memrchr.
30418         * m4/memrchr.m4: New file.
30419
30420         Module stpcpy.
30421         * m4/stpcpy.m4: New file.
30422
30423         Module strcase.
30424         * m4/strcase.m4: New file.
30425
30426         Module strdup.
30427         * m4/strdup.m4: New file.
30428
30429         Module strnlen.
30430         * m4/strnlen.m4: New file.
30431
30432         Module strndup.
30433         * m4/strndup.m4: New file.
30434
30435         Module xstrtod.
30436         * m4/xstrtod.m4: New file.
30437
30438         Module xstrtol.
30439         * m4/xstrtol.m4: New file.
30440
30441         Module getdate.
30442         * m4/getdate.m4: New file.
30443
30444         Module unlocked-io.
30445         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
30446         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
30447         * m4/jm-glibc-io.m4n: Remove file.
30448
30449         Module long-options.
30450         * m4/long-options.m4: New file.
30451
30452         Module md5.
30453         * m4/md5.m4: New file.
30454
30455         Module sha.
30456         * m4/sha.m4: New file.
30457
30458         Module getstr.
30459         * m4/getstr.m4: New file.
30460
30461         Module getline.
30462         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
30463         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
30464         <sys/types.h>, for size_t. Use the function name gnu_getline, not
30465         simply getline. Infoke gl_PREREQ_GETLINE.
30466
30467         Module obstack.
30468         * m4/obstack.m4: New file.
30469
30470         Module hash.
30471         * m4/hash.m4: New file.
30472
30473         Module readtokens.
30474         * m4/readtokens.m4: New file.
30475
30476         Module strverscmp.
30477         * m4/strverscmp.m4: New file.
30478
30479         Module stdbool.
30480         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
30481         OSF/1.
30482
30483         Module strtoll.
30484         * m4/strtoll.m4: New file.
30485
30486         Module strtoull.
30487         * m4/strtoull.m4: New file.
30488
30489         Module strtoimax.
30490         * m4/strtoimax.m4: New file.
30491
30492         Module strtoumax.
30493         * m4/strtoumax.m4: New file.
30494
30495         Module xstrtoimax.
30496         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
30497         jm_AC_PREREQ_XSTRTOIMAX.
30498         Moved the strtol prerequisites to strtol.m4.
30499         Moved the strtoll prerequisites to strtoll.m4.
30500         Moved the strtoimax prerequisites to strtoimax.m4.
30501
30502         Module xstrtoumax.
30503         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
30504         jm_AC_PREREQ_XSTRTOUMAX.
30505         Moved the strtoul prerequisites to strtoul.m4.
30506         Moved the strtoull prerequisites to strtoull.m4.
30507         Moved the strtoumax prerequisites to strtoumax.m4.
30508
30509         Module chown.
30510         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
30511         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
30512
30513         Module dup2.
30514         * m4/dup2.m4: New file.
30515
30516         Module ftruncate.
30517         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
30518         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
30519
30520         Module getgroups.
30521         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
30522         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
30523
30524         Module gettimeofday.
30525         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
30526         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
30527         gl_PREREQ_GETTIMEOFDAY.
30528
30529         Module mkdir.
30530         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
30531         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
30532
30533         Module mkstemp.
30534         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
30535         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
30536         jm_AC_TYPE_UINTMAX_T.
30537         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
30538
30539         Module stat.
30540         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
30541         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
30542
30543         Module lstat.
30544         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
30545         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
30546
30547         Module timespec.
30548         * m4/timespec.m4 (gl_TIMESPEC): New macro.
30549         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
30550         * m4/st_mtim.m4: Indentation.
30551
30552         Module nanosleep.
30553         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
30554         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
30555         gl_PREREQ_NANOSLEEP.
30556
30557         Module regex.
30558         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
30559         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
30560         (gl_REGEX): New macro.
30561
30562         Module rename.
30563         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
30564         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
30565
30566         Module rmdir.
30567         * m4/rmdir.m4: New file.
30568
30569         Module utime.
30570         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
30571         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
30572         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
30573
30574         Module dirname.
30575         * m4/dirname.m4: New file.
30576
30577         Module getopt.
30578         * m4/getopt.m4: New file.
30579
30580         Module unistd-safer.
30581         * m4/unistd-safer.m4: New file.
30582
30583         Module fnmatch.
30584         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
30585         declaration.
30586         (gl_PREREQ_FNMATCH_EXTRA): New macro.
30587         (gl_FUNC_FNMATCH_POSIX): New macro.
30588         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
30589         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
30590         simply fnmatch.
30591
30592         Module exclude.
30593         * m4/exclude.m4: New file.
30594
30595         Module human.
30596         * m4/human.m4: New file.
30597
30598         Module acl.
30599         * m4/acl.m4: Nop.
30600
30601         Module backupfile.
30602         * m4/backupfile.m4: New file.
30603         * m4/d-ino.m4: Indentation.
30604
30605         Module fsusage.
30606         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
30607         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
30608         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
30609
30610         Module dirfd.
30611         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
30612         requirements.
30613
30614         Module euidaccess.
30615         * m4/euidaccess.m4: New file.
30616
30617         Module file-type.
30618         * m4/file-type.m4: New file.
30619
30620         Module fileblocks.
30621         * m4/fileblocks.m4: New file.
30622
30623         Module filemode.
30624         * m4/filemode.m4: New file.
30625
30626         Module isdir.
30627         * m4/isdir.m4: New file.
30628
30629         Module lchown.
30630         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
30631         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
30632
30633         Module makepath.
30634         * m4/makepath.m4: New file.
30635
30636         Module modechange.
30637         * m4/modechange.m4: New file.
30638
30639         Module mountlist.
30640         * m4/mountlist.m4: New file.
30641         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
30642         Indentation.
30643
30644         Module path-concat.
30645         * m4/path-concat.m4: New file.
30646
30647         Module pathmax.
30648         * m4/pathmax.m4: New file.
30649
30650         Module same.
30651         * m4/same.m4: New file.
30652
30653         Module save-cwd.
30654         * m4/save-cwd.m4: New file.
30655
30656         Module savedir.
30657         * m4/savedir.m4: New file.
30658
30659         Module xgetcwd.
30660         * m4/xgetcwd.m4: New file.
30661         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
30662
30663         Module xreadlink.
30664         * m4/xreadlink.m4: New file.
30665
30666         Module safe-read.
30667         * m4/safe-read.m4: New file.
30668
30669         Module safe-write.
30670         * m4/safe-write.m4: New file.
30671
30672         Module closeout.
30673         * m4/closeout.m4: New file.
30674
30675         Module stdio-safer.
30676         * m4/stdio-safer.m4: New file.
30677
30678         Module getpass.
30679         * m4/getpass.m4: New file.
30680
30681         Module getugroups.
30682         * m4/getugroups.m4: New file.
30683
30684         Module group-member.
30685         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
30686         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
30687
30688         Module idcache.
30689         * m4/idcache.m4: New file.
30690
30691         Module userspec.
30692         * m4/userspec.m4: New file.
30693
30694         Module gettime.
30695         * m4/clock_time.m4: New file.
30696         * m4/gettime.m4: New file.
30697
30698         Module settime.
30699         * m4/settime.m4: New file.
30700
30701         Module posixtm.
30702         * m4/posixtm.m4: New file.
30703
30704         Module gethostname.
30705         * m4/gethostname.m4: New file.
30706
30707         Module canon-host.
30708         * m4/canon-host.m4: New file.
30709
30710         Module gettext.
30711         * m4/codeset.m4: New file, from gettext-0.11.5.
30712         * m4/gettext.m4: New file, from gettext-0.11.5.
30713         * m4/glibc21.m4: New file, from gettext-0.11.5.
30714         * m4/iconv.m4: New file, from gettext-0.11.5.
30715         * m4/intdiv0.m4: New file, from gettext-0.11.5.
30716         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
30717         * m4/inttypes.m4: New file, from gettext-0.11.5.
30718         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
30719         * m4/isc-posix.m4: New file, from gettext-0.11.5.
30720         * m4/lcmessage.m4: New file, from gettext-0.11.5.
30721         * m4/lib-ld.m4: New file, from gettext-0.11.5.
30722         * m4/lib-link.m4: New file, from gettext-0.11.5.
30723         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
30724         * m4/progtest.m4: New file, from gettext-0.11.5.
30725         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
30726         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
30727         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
30728
30729         Module localcharset.
30730         * m4/localcharset.m4: New file.
30731
30732         Module hard-locale.
30733         * m4/hard-locale.m4: New file.
30734
30735         Module mbswidth.
30736         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
30737         onceonly macros.
30738         * m4/mbrtowc.m4: Add comment.
30739
30740         Module memcasecmp.
30741         * m4/memcasecmp.m4: New file.
30742
30743         Module memcoll.
30744         * m4/memcoll.m4: New file.
30745
30746         Module unicodeio.
30747         * m4/unicodeio.m4: New file.
30748
30749         Module rpmatch.
30750         * m4/rpmatch.m4: New file.
30751
30752         Module yesno.
30753         * m4/yesno.m4: New file.
30754
30755         Module exitfail.
30756         * m4/exitfail.m4: New file.
30757
30758         Module c-stack.
30759         * m4/c-stack.m4 (gl_C_STACK): New macro.
30760         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
30761
30762         Module error.
30763         * m4/error.m4 (gl_ERROR): New macro.
30764         (jm_PREREQ_ERROR): Use onceonly macros.
30765
30766         Module fatal.
30767         * m4/fatal.m4: New file.
30768
30769         Module getloadavg.
30770         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
30771         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
30772
30773         Module getpagesize.
30774         * m4/getpagesize.m4: New file.
30775
30776         Module getusershell.
30777         * m4/getusershell.m4: New file.
30778
30779         Module physmem.
30780         * m4/physmem.m4: New file.
30781
30782         Module posixver.
30783         * m4/posixver.m4: New file.
30784
30785         Module quotearg.
30786         * m4/quotearg.m4: New file.
30787
30788         Module quote.
30789         * m4/quote.m4: New file.
30790
30791         Module readutmp.
30792         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
30793
30794         Module sig2str.
30795         * m4/sig2str.m4: New file.
30796
30797         Other.
30798         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
30799         ulonglong.m4.
30800         * m4/intmax_t.m4: New file.
30801         * m4/d-type.m4: Indentation.
30802         * m4/jm-macros.m4: Update.
30803         * m4/prereq.m4 (jm_PREREQ): Update.
30804         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
30805         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
30806         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
30807         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
30808         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
30809         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
30810         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
30811         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
30812         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
30813         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
30814         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
30815         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
30816         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
30817         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
30818         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
30819         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
30820         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
30821         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
30822         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
30823
30824 2002-12-24  Bruno Haible  <bruno@clisp.org>
30825
30826         * MODULES.txt: Update according to m4/ changes.
30827
30828         Module gettext.
30829         * config.rpath: New file, from gettext-0.11.5.
30830
30831         * modules/*: New module descriptions.
30832         * gnulib-tool: New file.
30833         * MODULES.html.sh: New file.
30834
30835 2002-12-21  Karl Berry  <karl@gnu.org>
30836
30837         * doc/fdl.texi: update to version 1.2.
30838
30839 2002-12-19  Karl Berry  <karl@gnu.org>
30840
30841         * config/config.guess: update from prep.
30842
30843 2002-12-18  Bruno Haible  <bruno@clisp.org>
30844
30845         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
30846         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
30847
30848 2002-12-17  Bruno Haible  <bruno@clisp.org>
30849
30850         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
30851         stdlib.h, string.h.
30852
30853 2002-12-17  Bruno Haible  <bruno@clisp.org>
30854
30855         * lib/canon-host.c (strdup): Remove unused declaration.
30856
30857         * lib/fsusage.c: Include full_read.h.
30858         (get_fs_usage): Use full_read instead of safe_read.
30859
30860         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
30861
30862 2002-12-12  Karl Berry  <karl@gnu.org>
30863
30864         * config/config.guess: update from prep.
30865
30866 2002-12-11  Bruno Haible  <bruno@clisp.org>
30867
30868         * m4/setenv.m4: New file, from gettext-0.11.5.
30869
30870 2002-12-11  Bruno Haible  <bruno@clisp.org>
30871
30872         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
30873         not unsetenv().
30874         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
30875         modifications:
30876
30877         2002-12-11  Bruno Haible  <bruno@clisp.org>
30878
30879                 * setenv.c (alloca): Fall back to malloc.
30880                 (freea): New macro.
30881                 (setenv): Use freea() to free memory allocated with alloca().
30882
30883         2002-11-13  Bruno Haible  <bruno@clisp.org>
30884
30885                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
30886                 function declarations.
30887                 * unsetenv.c (unsetenv): Likewise.
30888
30889         2002-03-04  Bruno Haible  <bruno@clisp.org>
30890
30891                 Portability to AIX 4.3.3.
30892                 * unsetenv.c: New file, extracted from setenv.c.
30893                 * setenv.c: Move the unsetenv() function to unsetenv.c.
30894
30895         2001-12-20  Bruno Haible  <bruno@clisp.org>
30896
30897                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
30898                 use malloc instead. For SunOS 4.
30899
30900         2001-12-11  Bruno Haible  <bruno@clisp.org>
30901
30902                 * setenv.c: Declare alloca.
30903                 (compar_fn_t): New typedef.
30904                 (KNOWN_VALUE, STORE_VALUE): Use it.
30905
30906         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
30907         setenv.h.
30908
30909 2002-12-10  Paul Eggert  <eggert@twinsun.com>
30910
30911         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
30912         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
30913         Choose values that are less likely to collide with system fnmatch
30914         options.
30915         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
30916         defined (e.g., a pure POSIX system).
30917         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
30918         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
30919
30920 2002-12-06  Paul Eggert  <eggert@twinsun.com>
30921
30922         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
30923         a pain in practice to deal with generated m4 files.  This change
30924         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
30925
30926         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
30927         and jm-glibc-io.m4, as they are no longer a special case.
30928         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
30929         kludge and the auto-generation stuff.  Check only whether the
30930         functions are declared, not whether they exist, since older hosts
30931         that don't declare the functions can't use the optimization anyway.
30932
30933 2002-12-06  Jim Meyering  <jim@meyering.net>
30934
30935         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
30936
30937         Merge in changes from libc's misc/error.c, in preparation
30938         for the merge of gnulib's changes back into libc.
30939
30940         * lib/error.c (_): Define only if not already defined.
30941         Move definition to follow all #include directives.
30942         Include unlocked-io.h only if !_LIBC.
30943         [_LIBC]: Include <libio/libioP.h>.
30944         [USE_IN_LIBIO]: Include <libio/iolibio.h>
30945         (fflush): Tweak definition to use INTUSE.
30946         (putc): Define.
30947
30948 2002-12-05  Paul Eggert  <eggert@twinsun.com>
30949
30950         * lib/alloca.c [defined emacs]: Include "lisp.h".
30951         (xalloc_die) [defined emacs]: New macro.
30952         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
30953         [! defined emacs]: Include <xalloc.h>.
30954         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
30955         (pointer): Typedef to POINTER_TYPE *.
30956         (malloc): Remove decl; we now always use xmalloc.
30957         (alloca): Use old-style definition, since Emacs needs this.
30958         Check for arithmetic overflow when computing combined size.
30959
30960 2002-12-04  Paul Eggert  <eggert@twinsun.com>
30961
30962         Do not generate unlocked-io.h automatically, since it's easier to
30963         maintain it by hand.
30964
30965         * lib/unlocked-io.h: New file, from GNU diffutils,
30966         but with proper copyright notice and attribution.
30967         * lib/gen-uio: Remove.
30968         * lib/Makefile.am: Add copyright notice.
30969         (libfetish_a_SOURCES): Add unlocked-io.h.
30970         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
30971         (DISTCLEANFILES, io_functions): Remove macros.
30972         (EXTRA_DIST): Remove gen_uio.
30973         (unlocked-io.h): Remove rule.
30974
30975 2002-12-04  Jim Meyering  <jim@meyering.net>
30976
30977         Reflect the fact that stat.c and lstat.c are no longer generated.
30978         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
30979         (DISTCLEANFILES): Likewise.
30980         (EXTRA_DIST): Likewise.
30981         (all_local): Don't depend on stat.c or lstat.c.
30982         (stat.c, lstat.c): Remove rules.
30983         (EXTRA_DIST): Remove xstat.in.
30984
30985         * lib/xstat.in: Remove file.  Contents moved into stat.c.
30986         * lib/stat.c: New file.  Contents mostly from xstat.in.
30987         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
30988         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
30989
30990         * lib/safe-read.c: Rework so that it may serve to define safe_write,
30991         too.
30992         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
30993
30994 2002-12-03  Jim Meyering  <jim@meyering.net>
30995
30996         * lib/safe-read.c, safe-write.c: Change variable names and comments,
30997         but not semantics, to minimize the differences between these two files.
30998         (safe_read): Change comment to mention SAFE_READ_ERROR.
30999
31000         * lib/safe-read.c (IS_EINTR): Define.
31001         (safe_read): Use IS_EINTR in place of in-function cpp directives.
31002
31003 2002-12-02  Jim Meyering  <jim@meyering.net>
31004
31005         * lib/safe-read.c (EINTR): Define.
31006         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
31007         (INT_MAX): Provide fallback.
31008         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
31009
31010         * lib/safe-read.h (SAFE_READ_ERROR): Define.
31011
31012 2002-12-02  Bruno Haible  <bruno@clisp.org>
31013
31014         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
31015         Define, taken from safe-read.c.
31016         (INT_MAX): Provide fallback.
31017         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
31018         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
31019
31020         * lib/safe-read.c (EINTR): Remove definition.
31021         (safe_read): Don't use EINTR if it is absent.
31022
31023 2002-12-01  Jim Meyering  <jim@meyering.net>
31024
31025         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
31026         zero.
31027         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
31028
31029 2002-11-27  Paul Eggert  <eggert@twinsun.com>
31030
31031         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
31032         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
31033         with `if (! (value < limit)) abort ();', for readability.
31034
31035 2002-11-26  Karl Berry  <karl@gnu.org>
31036
31037         * lib/strdup.c: copy from libc again, with jim's ok.
31038         * lib/.cppi-disable: re-add strdup.c
31039
31040 2002-11-25  Karl Berry  <karl@gnu.org>
31041
31042         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
31043         instead of "strtol.c".
31044
31045 2002-11-25  Karl Berry  <karl@gnu.org>
31046
31047         * config/install-sh: update from automake for variable quoting, $0 in
31048         error msgs, etc.
31049
31050         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
31051         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
31052         entry.
31053
31054 2002-11-25  Jim Meyering  <jim@meyering.net>
31055
31056         * lib/mktime.c: Sync from libc, now that it has the latest fix.
31057
31058 2002-11-24  Karl Berry  <karl@gnu.org>
31059
31060         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
31061         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
31062
31063 2002-11-24  Jim Meyering  <jim@meyering.net>
31064
31065         Update from coreutils:
31066
31067         * lib/mktime.c: Merge in changes from libc.
31068
31069         Avoid a link-time failure on some Linux systems.
31070         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
31071         (otherwise).
31072         (__mon_yday): Declare with the STATIC attribute.
31073         (__mktime_internal): Likewise.
31074         Based on a report from Greg Schafer.
31075
31076 2002-11-23  Jim Meyering  <jim@meyering.net>
31077
31078         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
31079         Use `unsigned', not `int', as type of index.
31080
31081         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
31082
31083         * lib/fsusage.c: Remove unneeded parentheses around operands of
31084         `defined'.
31085
31086 2002-11-22  Paul Eggert  <eggert@twinsun.com>
31087
31088         * lib/quotearg.h: Allow multiple inclusion by surrounding with
31089         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
31090         so that we can be included first.
31091         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
31092         * lib/quotearg.c: Include quotearg.h immediately after config.h.
31093         No need to include stddef.h or sys/types.h any more.
31094         Surround local include files with "", not "<>".
31095         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
31096         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
31097         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
31098         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
31099         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
31100         (ISPRINT): Remove; no longer needed now that we assume C89.
31101
31102         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
31103         Preserve errno.
31104
31105         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
31106         quotearg_char): Use SIZE_MAX rather than
31107         (size_t) -1 when we are talking about "infinity".
31108
31109         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
31110
31111 2002-11-22  Paul Eggert  <eggert@twinsun.com>
31112
31113         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
31114         hint that one should use `if (! x) abort ();' rather than `assert
31115         (x);', and anyway it's one less thing to worry about configuring.
31116         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
31117         hash_rehash, hash_insert): Use abort rather than assert.
31118
31119 2002-11-22  Bruno Haible  <bruno@clisp.org>
31120
31121         * lib/safe-read.h: Assume C89. Add comments.
31122         (safe_read): Change return type to size_t.
31123         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
31124         byte counts > SSIZE_MAX correctly.
31125         * lib/safe-write.h: New file.
31126         * lib/safe-write.c: New file.
31127         * lib/full-read.h: New file.
31128         * lib/full-read.c: New file.
31129         * lib/full-write.h: Assume C89. Add comments.
31130         * lib/full-write.c: Include safe-write.h.
31131         (full_write): Rewritten to use safe_write.
31132         Suggested by Jim Meyering and Paul Eggert.
31133
31134 2002-11-21  Jim Meyering  <jim@meyering.net>
31135
31136         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
31137
31138         Merge in changes from the coreutils.
31139
31140         2002-09-25  Paul Eggert  <eggert@twinsun.com>
31141         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
31142         <stdint.h>.
31143         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
31144         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
31145         int.  Work more efficiently if X is the same width as uintmax_t.
31146         Do not compare X to -1, to avoid bogus compiler warning.
31147         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
31148         Don't assume that f_frsize and f_bsize are the same type.
31149
31150         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
31151         warning on FreeBSD.
31152
31153         * lib/makepath.c (make_path): Restore umask *before* creating the final
31154         component.
31155         (make_path): Minor reformatting.
31156
31157         * lib/xmalloc.c: Adjust to work with new autoconf macros,
31158         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
31159         HAVE_MALLOC/HAVE_REALLOC.
31160
31161         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
31162         dummy ones.  At least on GNU/Linux systems, `auto' means something
31163         else.
31164         From Michael Stone.
31165
31166 2002-11-21  Bruno Haible  <bruno@clisp.org>
31167
31168         Remove case insensitive option matching.
31169         * lib/argmatch.h (argcasematch): Remove declaration.
31170         (ARGCASEMATCH): Remove macro.
31171         (__xargmatch_internal): Remove case_sensitive argument.
31172         (XARGMATCH): Update.
31173         (XARGCASEMATCH): Remove macro.
31174         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
31175         case_sensitive argument.
31176         (argcasematch): Remove function.
31177         (__xargmatch_internal): Remove case_sensitive argument.
31178         (main): Use XARGMATCH instead of XARGCASEMATCH.
31179
31180         * lib/xmalloc.c: Change compile-time error message. Add comment about
31181         required autoconf version.
31182
31183 2002-11-20  Paul Eggert  <eggert@twinsun.com>
31184
31185         Merge argmatch cleanups from Bison.  Assume C89.
31186
31187         * lib/argmatch.c: Include config.h here, not in argmatch.h.
31188         Include stdlib.h, for EXIT_FAILURE.
31189         Always include <string.h>, since we assume C89.
31190         (EXIT_FAILURE): Remove pre-C89 bug workaround.
31191         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
31192         Include <stddef.h> instead, since it's all we need for size_t.
31193         (PARAMS): Remove.  All uses removed.
31194         (ARRAY_CARDINALITY): Do not bother to #undef.
31195         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
31196         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
31197         Remove unnecessary parentheses.
31198         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
31199         Insert necessary parentheses.
31200         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
31201         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
31202
31203 2002-11-19  Bruno Haible  <bruno@clisp.org>
31204
31205         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
31206         * lib/mbswidth.h: Include <stddef.h>, for size_t.
31207
31208         * lib/mbswidth.h (PARAMS): Remove macro.
31209         (mbswidth, mbsnwidth): Use ANSI C function declarations.
31210         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
31211
31212         * lib/gcd.h (PARAMS): Remove macro.
31213         (gcd): Use ANSI C function declarations.
31214         * lib/gcd.c (gcd): Likewise.
31215
31216 2002-11-15  Bruno Haible  <bruno@clisp.org>
31217
31218         * lib/strcspn.c: Include <stddef.h>.
31219         (strcspn): Use ANSI C function declaration. Change return type to
31220         size_t. Use NULL.
31221         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
31222         (strpbrk): Use NULL.
31223         * lib/strpbrk.h (PARAMS): Remove macro.
31224         (strpbrk): Use ANSI C function declaration.
31225         * lib/strstr.c: Don't include <sys/types.h>.
31226         * lib/strstr.h (PARAMS): Remove macro.
31227         (strstr): Use ANSI C function declarations.
31228
31229 2002-11-14  Karl Berry  <karl@gnu.org>
31230
31231         * config/mkinstalldirs: `do' on separate line, instead of
31232         `for var; do'.
31233
31234 2002-11-06  Bruno Haible  <bruno@clisp.org>
31235
31236         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
31237         * lib/gcd.c (gcd): Likewise.
31238
31239 2002-11-05  Bruno Haible  <bruno@clisp.org>
31240
31241         * lib/gcd.h: New file, from gettext-0.11.5.
31242         * lib/gcd.c: New file, from gettext-0.11.5.
31243
31244 2002-11-05  Bruno Haible  <bruno@clisp.org>
31245
31246         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
31247         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
31248         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
31249         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
31250
31251         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
31252         <libintl.h>.
31253         * lib/makepath.c: Include gettext.h instead of <locale.h> and
31254         <libintl.h>.
31255
31256         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
31257         * lib/human.c: Include gettext.h instead of <libintl.h>.
31258         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
31259         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
31260         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
31261         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
31262         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
31263         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
31264         (textdomain): Remove definition.
31265         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
31266
31267         * lib/long-options.c: Remove include of <libintl.h> and definition of
31268         _.
31269         * lib/same.c: Remove include of <libintl.h> and definition of _.
31270
31271 2002-11-04  Owen Taylor  <otaylor@redhat.com>
31272
31273         * lib/config.charset: A few additions for Solaris.
31274
31275 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
31276
31277         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
31278         * lib/localcharset.c (locale_charset): Declare as extern "C".
31279
31280 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
31281
31282         * lib/config.charset: msdos in uk_UA uses CP1125.
31283
31284 2002-11-04  Bruno Haible  <bruno@clisp.org>
31285
31286         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
31287         * lib/strcase.h: New file, from GNU gettext-0.11.5.
31288         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
31289         * lib/strstr.h: New file, from GNU gettext-0.11.5.
31290         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
31291
31292 2002-11-04  Bruno Haible  <bruno@clisp.org>
31293
31294         * lib/localcharset.c (locale_charset): Don't return an empty string.
31295
31296 2002-11-04  Bruno Haible  <bruno@clisp.org>
31297
31298         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
31299         aliases.
31300
31301 2002-11-04  Bruno Haible  <bruno@clisp.org>
31302
31303         * lib/config.charset: Update for newest glibc. Add canonical names
31304         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
31305
31306 2002-11-04  Bruno Haible  <bruno@clisp.org>
31307
31308         * lib/config.charset: Add support for NetBSD.
31309
31310 2002-11-04  Bruno Haible  <bruno@clisp.org>
31311
31312         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
31313
31314 2002-11-01  Bruno Haible  <bruno@clisp.org>
31315
31316         * configure.in: Add AC_CONFIG_AUX_DIR call.
31317         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
31318         test/Makefile.
31319         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
31320
31321 2002-09-28  Karl Berry  <karl@gnu.org>
31322
31323         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
31324         installed automake until the next release, since changes have been
31325         made.
31326
31327 2002-09-25  Karl Berry  <karl@gnu.org>
31328
31329         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
31330         * lib/getopt*: copy from libc/posix.
31331         * lib/gettext.h: copy from gettext.
31332         * lib/.cppi-disable: add strdup.c, gettext.h.
31333
31334 2002-09-25  Karl Berry  <karl@gnu.org>
31335
31336         * config/srclist.txt: enable gettext.h check.
31337         * config/config.{guess,sub}: update from prep.
31338         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
31339                 from automake 1.6.3.
31340         See srclist*.
31341
31342 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
31343
31344         * regex.c (PATFETCH): Remove the translating fetch.
31345         (PATFETCH_RAW): Rename to PATFETCH.
31346         (set_image_of_range): New fun.
31347         (SET_RANGE_TABLE_WORK_AREA): Use it.
31348         (regex_compile): Don't translate the pattern chars so eagerly.
31349         Only do it when inserting an `exactn' bytecode or when handling
31350         a char-range.
31351         (mutually_exclusive_p): Avoid empty statement.
31352
31353 2002-07-06  Jim Meyering  <meyering@lucent.com>
31354
31355         * m4/README: Don't mention Makefile.am.in.
31356         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
31357
31358 2002-07-01  Jim Meyering  <meyering@lucent.com>
31359
31360         * lib/c-stack.c: Include sys/time.h.
31361         From Volker Borchert.
31362
31363 2002-06-26  Paul Eggert  <eggert@twinsun.com>
31364
31365         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
31366
31367 2002-06-26  Paul Eggert  <eggert@twinsun.com>
31368
31369         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
31370         New macro.  Use it uniformly instead of
31371         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
31372         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
31373         reported by Vin Shelton.
31374
31375 2002-06-22  Paul Eggert  <eggert@twinsun.com>
31376
31377         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
31378         Do not assume SA_SIGINFO behavior.
31379         Bug reported by Jim Meyering on NetBSD 1.5.2.
31380
31381 2002-06-22  Jim Meyering  <meyering@lucent.com>
31382
31383         * m4/c-stack.m4: New file, from diffutils-2.8.2.
31384         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
31385
31386         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
31387         now that configure.ac uses AC_GNU_SOURCE.
31388         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
31389         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
31390
31391         Update to latest tools.  Suggestions from Paul Eggert.
31392         * m4/stdbool.m4: New file, from diffutils-2.8.2.
31393         * m4/gnu-source.m4: Update from diffutils-2.8.2.
31394         * m4/fnmatch.m4: Likewise.
31395         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
31396         to AC_HEADER_STDBOOL
31397
31398 2002-06-22  Jim Meyering  <meyering@lucent.com>
31399
31400         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
31401         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
31402
31403 2002-06-22  Jim Meyering  <meyering@lucent.com>
31404
31405         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
31406
31407         * lib/exitfail.c, exitfail.h: Likewise.
31408         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
31409
31410         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
31411         of fnmatch.h.
31412         (EXTRA_DIST): Add fnmatch_loop.c.
31413         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
31414
31415         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
31416         * lib/fnmatch.c: Update from diffutils-2.8.2.
31417         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
31418         * lib/fnmatch.h: Remove file.
31419
31420 2002-06-21  Jim Meyering  <meyering@lucent.com>
31421
31422         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
31423         * m4/mbrtowc.m4: Likewise.
31424
31425         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
31426         * m4/mbswidth.m4: Reflect name change:
31427         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
31428         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
31429
31430         * m4/lib-link.m4: Update from gettext-0.11.2.
31431         * m4/gettext.m4: Likewise.
31432
31433         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
31434         From Alfred M. Szmidt.
31435
31436 2002-06-18  Paul Eggert  <eggert@twinsun.com>
31437
31438         * lib/file-type.h: Report an error if neither S_ISREG nor
31439         S_IFREG is defined, instead of using a test specific to glibc
31440         2.2.  This should be safe, since POSIX requires S_ISREG and
31441         Unix Version 7 had S_IFREG.  We don't need to check for
31442         <sys/types.h> since we don't use any symbols that it defines.
31443
31444 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
31445
31446         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
31447         $@-t, so that each temporary file name is unique and valid in the first
31448         8 characters, for operation under DOS.
31449
31450 2002-06-15  Paul Eggert  <eggert@twinsun.com>
31451
31452         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
31453
31454 2002-06-15  Jim Meyering  <meyering@lucent.com>
31455
31456         Work even with DJGPP 2.03, which lacks support for symlinks.
31457         From Richard Dawe.
31458         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
31459         is defined.
31460         * lib/lchown.c (S_ISLNK): Likewise.
31461
31462 2002-06-15  Jim Meyering  <meyering@lucent.com>
31463
31464         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
31465         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
31466         have been included before this file.
31467
31468 2002-06-14  Jim Meyering  <meyering@lucent.com>
31469
31470         * lib/file-type.h: Use the version from diffutils-2.8.2.
31471         * lib/file-type.c: Likewise.
31472
31473 2002-06-07  Jim Meyering  <meyering@lucent.com>
31474
31475         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
31476         They're needed at least for NetBSD 1.5.2.
31477         ($statxfs_includes): Include those same headers.
31478         ($statxfs_includes): Include sys/vfs.h if available.
31479         ($statxfs_includes): Likewise for sys/statvfs.h.
31480         Check for the following members in both structs statfs and statvfs:
31481         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
31482
31483 2002-06-01  Jim Meyering  <meyering@lucent.com>
31484
31485         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
31486         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
31487
31488 2002-05-28  Jim Meyering  <meyering@lucent.com>
31489
31490         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
31491         Reported by Volker Borchert.
31492
31493 2002-05-27  Jim Meyering  <meyering@lucent.com>
31494
31495         Fix a problem seen only on nonconforming systems whereby ls.c's
31496         use of localtime, and then of gettimeofday would cause trouble:
31497         the localtime call used to initialize rpl_gettimeofday's save
31498         mechanism would clobber ls's current local time information so
31499         that in any long listing the first file would always be listed
31500         with date 1970-01-01.  Analysis by Volker Borchert.
31501
31502         * lib/gettimeofday.c (localtime): Undefine.
31503         (rpl_localtime): New function.
31504
31505 2002-05-27  Jim Meyering  <meyering@lucent.com>
31506
31507         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
31508         localtime.
31509
31510         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
31511         use the replacement function; it wouldn't resolve at link time.
31512         Reported by Volker Borchert.
31513
31514 2002-05-22  Jim Meyering  <meyering@lucent.com>
31515
31516         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
31517         file-type.h.
31518         * lib/file-type.h: New file.
31519         * lib/file-type.c (file_type): New file/function.  Extracted from
31520         diffutils.
31521
31522 2002-04-30  Jim Meyering  <meyering@lucent.com>
31523
31524         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
31525
31526 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31527
31528         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
31529
31530 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31531
31532         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
31533         Do not check for alloca.h (no longer used) or stdbool.h (was never
31534         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
31535
31536 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31537
31538         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
31539
31540 2002-04-29  Jim Meyering  <meyering@lucent.com>
31541
31542         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
31543         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
31544         Use AC_FUNC_STRNLEN here instead.
31545
31546         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
31547         With autoconf-2.53a, it's part of AC_PROG_CC.
31548
31549 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31550
31551         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
31552         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
31553
31554 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31555
31556         * lib/sig2str.h, lib/sig2str.c: New files.
31557         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
31558
31559 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31560
31561         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
31562         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
31563         of 127, since 64 is the largest conceivable number for ancient
31564         nonstandard hosts.
31565         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
31566
31567 2002-04-28  Jim Meyering  <meyering@lucent.com>
31568
31569         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
31570
31571 2002-04-24  Jim Meyering  <meyering@lucent.com>
31572
31573         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
31574         (jm_PREREQ): Use it.
31575
31576         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
31577         mach/mach.h fcntl.h.
31578         Check for this function: setlocale.
31579
31580 2002-04-24  Jim Meyering  <meyering@lucent.com>
31581
31582         * lib/gettext.h: New file, from Gettext.
31583         * lib/Makefile.am (INCLUDES): Remove -I../intl.
31584         (libfetish_a_SOURCES): Add gettext.h.
31585
31586 2002-04-16  Jim Meyering  <meyering@lucent.com>
31587
31588         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
31589         ut_pid, ut_id, ut_exit.
31590
31591 2002-04-16  Jim Meyering  <meyering@lucent.com>
31592
31593         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
31594         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
31595         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
31596
31597 2002-04-12  Jim Meyering  <meyering@lucent.com>
31598
31599         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
31600         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
31601         existence of the getmntinfo function.  Needed for Darwin 5.3.
31602
31603         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
31604         This is necessary at least on Darwin 5.3.
31605
31606         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
31607         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
31608         strnlen.o in the library, and that makes some versions of ranlib
31609         object.
31610
31611 2002-04-12  Jim Meyering  <meyering@lucent.com>
31612
31613         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
31614
31615 2002-04-09  Jim Meyering  <meyering@lucent.com>
31616
31617         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
31618         to be more precise.  Rather than saying we're checking whether the
31619         function `works', say what we're testing.
31620         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
31621         Reported by Bruno Haible.
31622
31623 2002-03-10  Jim Meyering  <meyering@lucent.com>
31624
31625         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
31626         Suggestion from Santiago Vila.
31627
31628 2002-03-08  Jim Meyering  <meyering@lucent.com>
31629
31630         * lib/rename.c: Mention that this wrapper is needed also on
31631         mips-dec-ultrix4.4 systems.
31632
31633 2002-03-02  Jim Meyering  <meyering@lucent.com>
31634
31635         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
31636         not HAVE_CLOCK_SETTIME.
31637
31638 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31639
31640         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
31641         Check for clock_settime.
31642
31643 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31644
31645         * lib/nanosleep.h: Rename to....
31646         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
31647
31648         * lib/gettime.c: New file.
31649         * lib/settime.c: New file.
31650         * lib/stime.c: Remove.
31651
31652         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
31653         timespec.h.  Remove nanosleep.h.
31654
31655 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31656
31657         * m4/acl.m4: New file.
31658         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
31659         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
31660
31661 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31662
31663         * lib/acl.c, lib/acl.h: New files.
31664         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
31665
31666 2002-02-24  Jim Meyering  <meyering@lucent.com>
31667
31668         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
31669         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
31670         cause trouble.  Reported by Nelson Beebe.
31671
31672 2002-02-23  Paul Eggert  <eggert@twinsun.com>
31673
31674         * lib/path-concat.c (xpath_concat): Reorder code to pacify
31675         compilers that don't know that xalloc_die never returns.
31676
31677 2002-02-20  Jim Meyering  <meyering@lucent.com>
31678
31679         * lib/getdate.c: Regenerate using bison-1.33.
31680
31681 2002-02-17  Jim Meyering  <meyering@lucent.com>
31682
31683         * config/config.guess (main): Don't use `head -1'; it's no longer
31684         portable. Use `sed 1q' instead.
31685
31686 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
31687
31688         * m4/codeset.m4: Upgrade to gettext-0.11.
31689         * m4/gettext.m4: Upgrade to gettext-0.11.
31690         * m4/glibc21.m4: Upgrade to gettext-0.11.
31691         * m4/iconv.m4: Upgrade to gettext-0.11.
31692         * m4/isc-posix.m4: Upgrade to gettext-0.11.
31693         * m4/lcmessage.m4: Upgrade to gettext-0.11.
31694         * m4/lib-ld.m4: New file, from gettext-0.11.
31695         * m4/lib-link.m4: New file, from gettext-0.11.
31696         * m4/lib-prefix.m4: New file, from gettext-0.11.
31697         * m4/progtest.m4: Upgrade to gettext-0.11.
31698
31699 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31700
31701         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
31702         (jm_PREREQ): Use it.
31703
31704 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31705
31706         * lib/posixver.c, lib/posixver.h: New files.
31707         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31708
31709 2002-02-02  Paul Eggert  <eggert@twinsun.com>
31710             Bruno Haible  <bruno@clisp.org>
31711
31712         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
31713         (fwrite_success_callback): New declaration.
31714         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
31715         print_unicode_char. Call failure callback instead of error.
31716         (fwrite_success_callback): New function.
31717         (exit_failure_callback): New function.
31718         (fallback_failure_callback): New function.
31719         (print_unicode_char): Call unicode_to_mb.
31720
31721 2002-01-26  Jim Meyering  <meyering@lucent.com>
31722
31723         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
31724         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
31725
31726 2002-01-26  Jim Meyering  <meyering@lucent.com>
31727
31728         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
31729
31730 2002-01-22  Paul Eggert  <eggert@twinsun.com>
31731
31732         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
31733
31734 2002-01-22  Jim Meyering  <meyering@lucent.com>
31735
31736         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
31737         Otherwise, some versions of automake would omit the rule that makes
31738         Makefile from Makefile.in.
31739
31740 2002-01-21  Paul Eggert  <eggert@twinsun.com>
31741
31742         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
31743         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31744         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
31745         (memcoll): Set errno to zero if there is no error.
31746
31747         * lib/quotearg.c (quotearg_buffer_restyled):
31748         Fix bug with quoting buffers containing NUL when backslashing escapes.
31749         This bug was exposed by the other changes in this patch.
31750         (quotearg_n_options): New arg ARGSIZE.
31751         All callers changed.
31752         (quoting_options_from_style): New function.
31753         (quotearg_n_style): Use it.
31754         (quotearg_n_style_mem): New function.
31755
31756         * lib/quotearg.h (quotearg_n_style_mem): New function.
31757
31758 2002-01-19  Jim Meyering  <meyering@lucent.com>
31759
31760         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
31761         Remove useless quotes: DF_PROG="df".
31762         * m4/strnlen.m4: New file.
31763
31764 2002-01-16  Paul Eggert  <eggert@twinsun.com>
31765
31766         * lib/backupfile.c (ISDIGIT): Comment fix.
31767         * lib/getdate.y (ISDIGIT): Likewise.
31768         * lib/posixtm.c (ISDIGIT, year): Likewise.
31769         * lib/strverscmp.c (ISDIGIT): Likewise.
31770         * lib/userspec.c (ISDIGIT): Likewise.
31771
31772 2002-01-16  Jim Meyering  <meyering@lucent.com>
31773
31774         * lib/getdate.y: Add three semicolons, each just before a closing
31775         brace. Bison (as of version 1.31) no longer papers over that mistake.
31776
31777 2002-01-05  Jim Meyering  <meyering@lucent.com>
31778
31779         * lib/version-etc.c (version_etc_copyright): Update copyright year.
31780
31781 2001-12-19  Paul Eggert  <eggert@twinsun.com>
31782
31783         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
31784         not silently exit merely because the output buffer happens to
31785         have nothing pending.
31786
31787 2001-12-18  Paul Eggert  <eggert@twinsun.com>
31788
31789         See the big note in ../ChangeLog.
31790         * lib/human.c (suffixes): Prefer K to k for 1024.
31791         (generate_suffix_backwards): New function.
31792         (human_readable_inexact): Use it.
31793         * lib/xstrtol.c (__xstrtol): If there is no number but there
31794         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
31795         Accept 'K' as well as 'k'.
31796
31797 2001-12-15  Jim Meyering  <meyering@lucent.com>
31798
31799         * lib/regex.h (__restrict_arr): Update from libc.
31800
31801         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
31802         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
31803         (STREQ): Define.
31804
31805 2001-12-14  Jim Meyering  <meyering@lucent.com>
31806
31807         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
31808         Suggestion from Bruno Haible.
31809
31810 2001-12-10  Jim Meyering  <meyering@lucent.com>
31811
31812         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
31813         xrealloc, Instead, include "xalloc.h".
31814         (initbuffer): Don't cast xmalloc return value to char*.
31815         (readline): Reword comment.
31816         Don't cast xrealloc return value to char*
31817         Return NULL, not 0.
31818
31819 2001-12-09  Jim Meyering  <meyering@lucent.com>
31820
31821         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
31822         about `signed and unsigned type in conditional expression'.
31823         * lib/posixtm.c (posix_time_parse): Likewise.
31824
31825         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
31826
31827         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
31828         to avoid a pedantic warning.
31829
31830         * lib/getstr.c: Don't include assert.h.
31831         (getstr): Remove warning-evoking assertions.
31832         Return -1 if offset parameter is out of bounds.
31833         Change the type of a local from int to size_t.
31834
31835         * lib/strftime.c (my_strftime_localtime_r): Include this function
31836         definition in the `#if ! HAVE_TM_GMTOFF' block.
31837
31838         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
31839         Include xalloc.h instead.
31840
31841 2001-12-02  Jim Meyering  <meyering@lucent.com>
31842
31843         * lib/tempname.c: Don't declare getenv, thus reverting the change of
31844         2001-11-18.  It's no longer necessary, now that stdlib.h is always
31845         included.
31846
31847         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
31848         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
31849
31850 2001-11-30  Akim Demaille  <akim@epita.fr>
31851
31852         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
31853         before being defined.
31854
31855 2001-11-27  Paul Eggert  <eggert@twinsun.com>
31856
31857         * lib/quotearg.h (quotearg_n, quotearg_n_style):
31858         First arg is int, not unsigned.
31859         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
31860         (SIZE_MAX, UINT_MAX): New macros.
31861         (quotearg_n_options): Abort if N is negative.
31862         Avoid overflow check on hosts where size_t is 64 bits and int
31863         is 32 bits, as overflow is impossible there.
31864         Fix off-by-one typo that caused unnecessary reallocation.
31865
31866 2001-11-27  Jim Meyering  <meyering@lucent.com>
31867
31868         * lib/tempname.c: Merge with version from libc.
31869         * lib/regex.c: Likewise.
31870
31871         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
31872         systems for which STDC_HEADERS is 0, it was not included, resulting in
31873         a warning about an integer-to-pointer conversion problem with getenv.
31874         Reported by Volker Borchert.
31875
31876 2001-11-26  Jim Meyering  <meyering@lucent.com>
31877
31878         * lib/gtod.h: Remove file.
31879         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
31880         * lib/gettimeofday.c: Don't include gtod.h.
31881         (GTOD_init): Remove function.
31882         (rpl_gettimeofday): Do its job here instead, rather than aborting.
31883         Suggestion from Volker Borchert.
31884
31885 2001-11-23  Jim Meyering  <meyering@lucent.com>
31886
31887         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
31888         it.
31889         * lib/hash.c (struct hash_table): Define it here instead.
31890
31891 2001-11-22  Jim Meyering  <meyering@lucent.com>
31892
31893         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
31894
31895 2001-11-20  Jim Meyering  <meyering@lucent.com>
31896
31897         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
31898         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
31899
31900 2001-11-19  Jim Meyering  <meyering@lucent.com>
31901
31902         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
31903         directory.  Use "conftestXXXXXX" as the template.
31904         Suggestion from Paul Eggert.
31905
31906         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
31907         immediately, so the test doesn't mistakenly hit the max-open-files
31908         limit.
31909
31910 2001-11-18  Paul Eggert  <eggert@twinsun.com>
31911
31912         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
31913         (TEMPORARIES): New macro.
31914         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
31915         removes an artificial limitation (e.g. HP-UX 10.20, where
31916         TMP_MAX is 17576).
31917
31918 2001-11-18  Jim Meyering  <meyering@lucent.com>
31919
31920         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
31921
31922 2001-11-18  Jim Meyering  <meyering@lucent.com>
31923
31924         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
31925         on SunOS 4.
31926
31927         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
31928         files will be created before anything else.
31929
31930 2001-11-17  Paul Eggert  <eggert@twinsun.com>
31931
31932         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
31933         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
31934
31935 2001-11-17  Jim Meyering  <meyering@lucent.com>
31936
31937         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
31938         Prompted by a report from Bob Proulx.
31939
31940         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
31941         Instead, require UTILS_FUNC_MKSTEMP.
31942
31943 2001-11-17  Jim Meyering  <meyering@lucent.com>
31944
31945         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
31946         Now, that's done as part of AC_FUNC_STRTOD.
31947
31948 2001-11-17  Jim Meyering  <meyering@lucent.com>
31949
31950         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
31951         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
31952         rather than group writable.  Patch by Juan F. Codagnone.
31953
31954         * lib/readtokens.c: Remove explicit declarations of xmalloc and
31955         xrealloc, Instead, include "xalloc.h".
31956
31957         * lib/mountlist.c: Include unlocked-io.h after all system headers.
31958         Remove explicit declarations of xmalloc, xrealloc,
31959         and xstrdup.  Instead, include "xalloc.h".
31960
31961         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
31962         unlocked-io.h.
31963         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
31964         Likewise.
31965         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
31966
31967         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
31968         Reported by Padraig Brady.
31969
31970         * lib/mkstemp.c: #undef mkstemp.
31971         Include config.h.
31972         (rpl_mkstemp): Rename from mkstemp.
31973         Protoize.
31974
31975 2001-11-16  Jim Meyering  <meyering@lucent.com>
31976
31977         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
31978         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
31979         determine the amount of total physical memory, use pstat_getstatic.
31980         HPUX-11 doesn't define _SC_PHYS_PAGES.
31981         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
31982         If sysconf couldn't be used to determine the amount of available
31983         physical memory, use both pstat_getstatic and pstat_getdynamic.
31984         Based on a patch from Bob Proulx.
31985
31986 2001-11-10  Jim Meyering  <meyering@lucent.com>
31987
31988         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
31989         (jm_PREREQ): Use it.
31990
31991 2001-11-09  Jim Meyering  <meyering@lucent.com>
31992
31993         * m4/jm-macros.m4: Require autoconf-2.52f.
31994         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
31995         Use these AC_-prefixed names, not the AM_-prefixed ones.
31996
31997         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
31998
31999 2001-11-05  Jim Meyering  <meyering@lucent.com>
32000
32001         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
32002
32003 2001-11-04  Jim Meyering  <meyering@lucent.com>
32004
32005         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
32006         $DEFS.
32007
32008 2001-11-03  Jim Meyering  <meyering@lucent.com>
32009
32010         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
32011         of AC_DEFUN.
32012
32013         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
32014         know the name of the variable in the macro definition.
32015
32016 2001-11-03  Jim Meyering  <meyering@lucent.com>
32017
32018         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
32019         in argmatch_to_argument call.
32020
32021         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
32022         argument.
32023
32024         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
32025         e.g., a fault due to an attempt to free a NULL pointer.
32026
32027 2001-11-01  Jim Meyering  <meyering@lucent.com>
32028
32029         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
32030         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
32031
32032 2001-11-01  Jim Meyering  <meyering@lucent.com>
32033
32034         * lib/dirfd.c, lib/dirfd.h: New files.
32035         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
32036
32037         * lib/hash.c (hash_print) [TESTING]: Clean up.
32038
32039 2001-10-22  Paul Eggert  <eggert@twinsun.com>
32040
32041         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
32042         to avoid a warning if -Wall.
32043
32044 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
32045
32046         * README: New file
32047         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
32048         (per RMS's instructions, this is now the canonical source)
32049         * lgpl/, gpl/: New directories.
32050
32051 2001-10-21  Paul Eggert  <eggert@twinsun.com>
32052
32053         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
32054
32055 2001-10-21  Jim Meyering  <meyering@lucent.com>
32056
32057         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
32058         this code would end up calling gettext even in packages built
32059         with --disable-nls.
32060         * lib/getopt.c (_): Likewise.
32061         * lib/regex.c (_): Likewise.
32062
32063 2001-10-20  Paul Eggert  <eggert@twinsun.com>
32064
32065         * m4/error.m4 (jm_PREREQ_ERROR):
32066         Do not invoke AC_CHECK_FUNCS with strerror_r, as
32067         AC_FUNC_STRERROR_R does that.
32068         Check for strerror declaration.
32069
32070         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
32071         are supposed to have them these days.
32072         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
32073         Merge changes from latest Autoconf CVS.
32074         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
32075         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
32076         POSIX decided to standardize on the int flavor of strerror_r.
32077
32078 2001-10-20  Paul Eggert  <eggert@twinsun.com>
32079
32080         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
32081         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
32082         Use strerror_r that is only a macro, even if it is not a function.
32083         (strerror): Check for HAVE_DECL_STRERROR before declaring.
32084         (private_strerror): Use prototypes, not old-style function definition.
32085         (print_errno_message): New function.
32086         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
32087         char*-flavored one.
32088         (error_tail, error, error_at_line): Use it.
32089
32090 2001-10-11  Jim Meyering  <meyering@lucent.com>
32091
32092         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
32093         and quote_n (1, ... to avoid clobbering a buffer.
32094
32095 2001-10-05  Jim Meyering  <meyering@lucent.com>
32096
32097         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
32098         hash-pjw.h.
32099         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
32100         * lib/hash-pjw.h: New file.
32101
32102 2001-09-30  Jim Meyering  <meyering@lucent.com>
32103
32104         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
32105         `struct fsstat' has the `f_fstypename' member.
32106         Use that to define FS_TYPE, which is now used to make
32107         the getfsstat link test tighter.
32108
32109 2001-09-30  Jim Meyering  <meyering@lucent.com>
32110
32111         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
32112         Include <sys/ucred.h>, for Apple Darwin.
32113         Include sys/mount.h and sys/fs_types.h only if available.
32114         (FS_TYPE): Define.
32115         (read_filesystem_list): Use FS_TYPE.
32116
32117 2001-09-29  Paul Eggert  <eggert@twinsun.com>
32118
32119         * lib/exclude.c (excluded_filename): 0 -> false, since it's
32120         a boolean context.
32121
32122 2001-09-29  Jim Meyering  <meyering@lucent.com>
32123
32124         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
32125         [one-argument getmntent function]): Include stdio.h before mntent.h.
32126         SunOS 4.1.x needs it for the declaration of `FILE'.
32127         Patch by Volker Borchert.
32128
32129         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
32130         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
32131         sys/fs_types.h, and make the link-test for getfsstat guard #include
32132         directives with appropriate #if HAVE_*_H tests so that we can
32133         detect getfsstat on Apple Darwin1.3.7 systems.
32134         Reported by Nelson Beebe.
32135         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
32136
32137 2001-09-28  Paul Eggert  <eggert@twinsun.com>
32138
32139         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
32140         #defines strtoimax.  Also treat the other strto* functions
32141         like strtoimax.
32142
32143         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
32144         Check for strtoul and strtoumax,
32145         as those declarations are made even in the signed case.
32146         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
32147         Likewise, for strtol and strtoimax.
32148
32149 2001-09-28  Paul Eggert  <eggert@twinsun.com>
32150
32151         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
32152         #defines strtoimax.  Also treat the other strto* functions
32153         like strtoimax.
32154
32155         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
32156         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
32157         (strtoimax, strtoumax): Do not declare if already defined as a macro.
32158
32159 2001-09-26  Jim Meyering  <meyering@lucent.com>
32160
32161         Most macros in unlocked-io.h had the wrong number of arguments.
32162         * lib/gen-uio: New script.
32163         (USE_UNLOCKED_IO): Define to 1 if not already defined.
32164         * lib/unlocked-io.hin: Remove file.
32165         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
32166         rather than trying to embed it here.
32167         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
32168         Reported by Padraig Brady.
32169
32170 2001-09-25  Volker Borchert  <bt@teknon.de>
32171
32172         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
32173         `result'.
32174
32175 2001-09-24  Jim Meyering  <meyering@lucent.com>
32176
32177         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
32178
32179 2001-09-23  Jim Meyering  <meyering@lucent.com>
32180
32181         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
32182         instead of the mere test for existence of mntent.h.  The latter
32183         would get a false-positive on AIX 3.4 systems.
32184         In the outer getmntent if-block, don't die if neither of the getmntent
32185         tests succeeds.  Instead, just fall through and continue with the
32186         remaining tests.
32187
32188 2001-09-23  Jim Meyering  <meyering@lucent.com>
32189
32190         * lib/mountlist.c: Remove useless parentheses in #if directives.
32191         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
32192         the deprecated MOUNTED symbol is no longer defined in mntent.h.
32193
32194 2001-09-22  Jim Meyering  <meyering@lucent.com>
32195
32196         * m4/gettext.m4: New file.  From gettext.
32197         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
32198         * m4/progtest.m4: Likewise
32199         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
32200         * m4/glibc21.m4: Likewise.
32201
32202         * m4/libintl.m4: Remove.  No longer used.
32203
32204 2001-09-22  Jim Meyering  <meyering@lucent.com>
32205
32206         * lib/localcharset.c: Update from latest gettext.
32207         * lib/config.charset: Likewise.
32208
32209 2001-09-20  Jim Meyering  <meyering@lucent.com>
32210
32211         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
32212         strtoimax.
32213         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
32214         strtoumax.
32215
32216 2001-09-20  Jim Meyering  <meyering@lucent.com>
32217
32218         * lib/xstrtol.c (strtoimax): Guard declaration with
32219         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
32220         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
32221         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
32222         (strtoumax): Likewise, for completeness (it wasn't necessary).
32223
32224 2001-09-17  Paul Eggert  <eggert@twinsun.com>
32225
32226         * lib/strtoimax.c (HAVE_LONG_LONG):
32227         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
32228         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
32229         to work around bug in IBM C compiler.
32230
32231 2001-09-17  Jim Meyering  <meyering@lucent.com>
32232
32233         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
32234         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
32235         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
32236         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
32237         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
32238         whenever the right hand side need not be expanded by the shell.
32239
32240 2001-09-16  Paul Eggert  <eggert@twinsun.com>
32241
32242         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
32243         library.  It's not correct, as some older glibcs are buggy.
32244         fnmatch wasn't fixed until glibc 2.2.
32245
32246         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
32247         special shell magic here.
32248
32249 2001-09-16  Jim Meyering  <meyering@lucent.com>
32250
32251         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
32252         * m4/jm-macros.m4: Require it.
32253
32254 2001-09-16  Jim Meyering  <meyering@lucent.com>
32255
32256         * lib/mkdir.c: New file.
32257
32258 2001-09-15  Jim Meyering  <meyering@lucent.com>
32259
32260         * m4/jm-macros.m4: Check for help2man.
32261
32262 2001-09-11  Jim Meyering  <meyering@lucent.com>
32263
32264         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
32265         The body, by Paul Eggert, was moved here from configure.in.
32266         * m4/jm-macros.m4: Require UTILS_HOST_OS.
32267
32268 2001-09-04  Paul Eggert  <eggert@twinsun.com>
32269
32270         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
32271         (jm_PREREQ): Use it.
32272
32273 2001-09-04  Paul Eggert  <eggert@twinsun.com>
32274
32275         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
32276         Use ssize_t, not int, to store result of readlink.
32277         Check for ssize_t overflow as well as size_t overflow,
32278         as POSIX says the result of readlink is implementation-defined
32279         when ssize_t overflows.
32280         Remove unnecessary cast to char*.
32281         Use free+malloc instead of realloc, as the storage doesn't need
32282         to be preserved and it's clearer and can be more efficient that way.
32283         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
32284         * lib/xreadlink.h (xreadlink): Update prototype.
32285
32286 2001-09-04  Paul Eggert  <eggert@twinsun.com>
32287
32288         * lib/xgetcwd.c: Revert some of the previous change; intead,
32289         fix the HAVE_GETCWD_NULL code to behave more like the
32290         !HAVE_GETCWD_NULL code used to.
32291
32292         Include "xalloc.h".
32293         (xgetcwd): Do not return NULL when memory is exhausted; instead,
32294         invoke xalloc_die.
32295
32296 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32297
32298         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
32299         sys/param.h, as pathmax.h includes them.
32300
32301 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32302
32303         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
32304         (jm_PREREQ_XGETCWD): New macro.
32305
32306         * m4/getcwd.m4: New file.
32307
32308 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32309
32310         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
32311         like the HAVE_GETCWD_NULL code.
32312         Include pathmax.h if not HAVE_GETCWD.
32313         Do not include xalloc.h.
32314         (INITIAL_BUFFER_SIZE): New symbol.
32315         Do not use xmalloc / xrealloc, since the caller is responsible for
32316         handling errors.  Preserve errno around `free' during failure.
32317         Do not overrun buffer when using getwd.
32318
32319 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32320
32321         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
32322         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
32323         getcwd (NULL, 0).
32324
32325 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32326
32327         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
32328         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
32329         spotted by Jim Meyering.
32330
32331 2001-09-03  Jim Meyering  <meyering@lucent.com>
32332
32333         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
32334         failure.
32335
32336 2001-09-02  Jim Meyering  <meyering@lucent.com>
32337
32338         * lib/error.c: Update from GNU libc.
32339
32340 2001-09-01  Jim Meyering  <meyering@lucent.com>
32341
32342         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
32343         Used by df.
32344
32345 2001-09-01  Jim Meyering  <meyering@lucent.com>
32346
32347         * lib/xreadlink.c: New file.
32348         * lib/xreadlink.h: New file.
32349         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
32350         xreadlink.h.
32351
32352         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
32353         doesn't conflict with sparc Solaris 7's definition in
32354         /usr/include/sys/int_types.h.
32355
32356         * lib/exclude.c: Use `""', not `<>' to #include non-system header
32357         files.
32358         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
32359         and strncasecmp as r-values.  Unixware didn't have declarations.
32360
32361 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32362
32363         * lib/xstrtol.h: Add copyright notice.
32364         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
32365         LONGINT_INVALID_SUFFIX_CHAR.
32366
32367 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32368
32369         * lib/xstrtol.c (strtoimax): New decl.
32370
32371 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32372
32373         * lib/xgetcwd.c: Don't include pathmax.h.
32374         Include stdlib.h and unistd.h if available.
32375         Include xalloc.h.
32376         (xmalloc, xstrdup, free): Remove decls.
32377         (xgetcwd): Don't assume sizes fit in unsigned.
32378         Check for overflow when computing sizes.
32379         Simplify reallocation code.
32380
32381 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32382
32383         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
32384         a directory's st_size can have an arbitrary value, so the old
32385         usage could waste an arbitrary amount of memory.  All uses
32386         changed.
32387         * lib/savedir.h: Update prototype.
32388
32389 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32390
32391         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
32392
32393         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
32394         old strtoimax.c.
32395
32396         Also, make the following further changes to make this file's
32397         configuration more similar to that of strtol.c:
32398         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
32399         (strtoumax, uintmax_t, strtoull, strtol): Remove.
32400         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
32401         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
32402         changed to signed values.
32403
32404         And make the following changes as well:
32405         Fix copyright notice, as 1999 was missing.
32406         (verify): New macro.
32407         (strtoimax): Check sizes at compile-time, not run-time.
32408         Prefer strtol to strtoll if both work.
32409         (main): Remove; it was not that useful and was a pain to maintain.
32410
32411         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
32412
32413 2001-08-31  Jim Meyering  <meyering@lucent.com>
32414
32415         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
32416         Use an initial, malloc'd, buffer of length 128 rather than
32417         a statically allocated one of length 1024.
32418
32419 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32420
32421         Simplify code, partly by assuming autoconf 2.52 semantics.
32422
32423         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
32424
32425         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
32426         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
32427         All uses removed.
32428         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
32429         Move AC_REQUIRE to next-to-top level, to avoid confusion.
32430         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
32431         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
32432         jm_AC_HEADER_INTTYPES_H.
32433         * m4/jm-macros.m4 (jm_MACROS): Likewise.
32434
32435         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
32436
32437         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
32438         Quote first arg of AC_DEFUN.
32439         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
32440         since they are needed to parse the include file even if we need
32441         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
32442         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
32443         but with opposite signedness.
32444
32445 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32446
32447         Merge 'exclude' changes from tar 1.13.22.
32448         This fixes one or two unlikely storage allocation overflow bugs,
32449         but doesn't change user-visible behavior otherwise.
32450
32451 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32452
32453         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
32454         (jm_PREREQ_EXCLUDE): New macro.
32455
32456 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32457
32458         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
32459         tm to be declared.
32460
32461 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32462
32463         * lib/hash.c: Remove '2001' from copyright notice.
32464
32465 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32466
32467         * lib/full-write.h: New file.
32468         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
32469         * lib/full-write.c: Correct credits, as cccp.c no longer
32470         exists and anyway it was so heavily changed from the old cccp
32471         code as to be unrecognizable.  Include full-write.h.
32472         (full_write) Return size_t, with short writes meaning failure.
32473         All callers changed.  This fixes a bug with large buffers
32474         on 64-bit hosts.
32475         * lib/utime.c: Include full-write.h.
32476
32477 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32478
32479         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
32480         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
32481         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
32482         Include if available.
32483         (<xalloc.h>): Include
32484         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
32485         (verify): New macro.  Use it to verify that EXCLUDE macros do not
32486         collide with FNM macros.
32487         (struct patopts): New struct.
32488         (struct exclude): Use it, as exclude patterns now come with options.
32489         (new_exclude): Support above changes.
32490         (new_exclude, add_exclude_file):
32491         Initial size must now be a power of two to simplify overflow checking.
32492         (free_exclude, fnmatch_no_wildcards): New function.
32493         (excluded_filename): No longer requires options arg, as the options
32494         are determined by add_exclude.  Now returns bool, not int.
32495         (excluded_filename, add_exclude):
32496         Add support for the fancy new exclusion options.
32497         (add_exclude, add_exclude_file): Now takes int options arg.
32498         Check for arithmetic overflow when computing sizes.
32499         (add_exclude_file): xrealloc might modify errno, so don't
32500         realloc until after errno might be used.
32501
32502         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
32503         New macros.
32504         (free_exclude): New decl.
32505         (add_exclude, add_exclude_file): Now takes int options arg.
32506         (excluded_filename): No longer requires options arg, as the options
32507         are determined by add_exclude.  Now returns bool, not int.
32508
32509 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32510
32511         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
32512
32513 2001-08-27  Jim Meyering  <meyering@lucent.com>
32514
32515         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
32516
32517         * lib/version-etc.c (N_): Remove definition.
32518         Revert most of last change.
32519         Instead, simply don't mark the `Copyright...' string for translation.
32520         Based on advice from Paul Eggert.
32521
32522         * lib/strtoxmax.c: Tweak comment.
32523
32524 2001-08-26  Jim Meyering  <meyering@lucent.com>
32525
32526         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
32527
32528         * m4/xstrtoimax.m4: New file.
32529         * m4/xstrtoumax.m4: Add comments explaining why we
32530         AC_REPLACE_FUNCS(strtol).
32531
32532 2001-08-26  Jim Meyering  <meyering@lucent.com>
32533
32534         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
32535         of copyright with `%s' so translators don't get an untranslated
32536         message in 2002.
32537         (COPYRIGHT_YEAR): Define.
32538         (version_etc): Use fprintf rather than fputs.
32539         Suggestion from Ulrich Drepper.
32540
32541         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
32542
32543         * lib/strtoll.c: New file, from GNU libc.
32544         * lib/xstrtoimax.c: New file.
32545
32546         * lib/xstrtol.h: Add xstrtoimax.
32547         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
32548         * lib/strtoimax.c: New file.  Likewise, but first define
32549         STRTOUXMAX_SIGNED.
32550
32551         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
32552         ...
32553         * lib/strtoxmax.c: ... then renamed to this.
32554
32555 2001-08-18  Paul Eggert  <eggert@twinsun.com>
32556
32557         * m4/inttypes.m4: Add AC_PREREQ(2.13).
32558         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
32559         (jm_AC_TYPE_INTMAX_T): New macro.
32560         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
32561
32562         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
32563
32564         * m4/longlong.m4: Renamed from ulonglong.m4.
32565         * m4/inttypes.m4: Renamed from inttypes_h.m4.
32566         * m4/uintmax_t.m4: Removed.
32567
32568 2001-08-13  Paul Eggert  <eggert@twinsun.com>
32569
32570         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
32571         Port to Solaris 8, where 'sed' requires a space after the 'r'
32572         command, and where sh dislikes "$/".  Clean up the spacing a bit.
32573         Redirect output to $tmp just once.
32574
32575 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
32576
32577         * lib/addext.c (<errno.h>): Include.
32578         (errno): Declare if not defined.
32579         (addext): Work correctly when pathconf returns -1 and leaves
32580         errno alone because there is no limit.  Also, work even if
32581         pathconf returns a value greater than SIZE_MAX.
32582
32583 2001-08-12  Jim Meyering  <meyering@lucent.com>
32584
32585         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
32586         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
32587         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
32588         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
32589         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
32590         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
32591         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
32592         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
32593         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
32594         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
32595         utime.m4, utimes.m4, xstrtoumax.m4:
32596         Quote the first argument in each use of AC_DEFUN.
32597
32598 2001-08-12  Jim Meyering  <meyering@lucent.com>
32599
32600         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
32601         Simply `return getcwd (NULL, 0);'.
32602         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
32603         Use 1300 as initial value for length, not PATH_MAX.
32604
32605         * lib/pathmax.h: Clean up cpp syntax.
32606
32607 2001-08-12  Jim Meyering  <meyering@lucent.com>
32608
32609         * lib/gettimeofday.c: New file.
32610         * lib/gtod.h: New file.
32611         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
32612
32613 2001-08-05  Jim Meyering  <meyering@lucent.com>
32614
32615         * m4/jm-macros.m4: Require autoconf-2.52.
32616
32617 2001-08-04  Jim Meyering  <meyering@lucent.com>
32618
32619         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
32620         stmt, to get in sync with glibc.
32621
32622 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32623
32624         The following changes are from gettext 0.10.39 as maintained by
32625         Bruno Haible.
32626
32627         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
32628         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
32629         with inverted sense.  All uses changed.
32630
32631         * lib/mbswidth.c: Don't include <limits.h>.
32632         Include <stdlib.h> and <string.h> unconditionally.
32633         (iswcntrl, mbsinit, ISCNTRL): New macros.
32634         (mbsnwidth): Use K&R style function declarations.
32635         Don't bother checking for MB_LEN_MAX == 1, since the compiler
32636         can optimize it when MB_CUR_MAX == 1.
32637         The width of control characters is zero, not 1.
32638
32639 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32640
32641         The following changes are from gettext 0.10.39 as maintained by
32642         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
32643
32644         * m4/codeset.m4: Upgrade to serial AM1.
32645         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
32646         all uses changed.  Quote first arg of AC_DEFUN.
32647         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
32648
32649         * m4/iconv.m4: Upgrade to serial AM2.
32650         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
32651         Add --with-libconv-prefix.
32652         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
32653         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
32654         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
32655         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
32656         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
32657
32658         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
32659         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
32660         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
32661         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
32662         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
32663         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
32664         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
32665         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
32666         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
32667
32668         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
32669         string.h any more.
32670
32671         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
32672         not the default value.
32673
32674         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
32675         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
32676         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
32677         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
32678         Also check for iswcntrl, used for wcwidth fallback.
32679         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
32680         to Autoconf 2.13.
32681
32682 2001-08-03  Jim Meyering  <meyering@lucent.com>
32683
32684         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
32685         as it was in the original.  Reported by Paul Eggert.
32686
32687 2001-07-16  Jim Meyering  <meyering@lucent.com>
32688
32689         * m4/gettimeofday.m4: New file.
32690         Prompted by a report from Bernhard Baehr.
32691
32692 2001-07-15  Jim Meyering  <meyering@lucent.com>
32693
32694         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
32695         stuff. Now it's in ../Makefile.cfg.
32696
32697 2001-07-15  Jim Meyering  <meyering@lucent.com>
32698
32699         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
32700         (BUILT_SOURCES): Add unlocked-io.h.
32701         (io_functions): Define.
32702         (unlocked-io.h): New rule.
32703         (DISTCLEANFILES): Add unlocked-io.h.
32704         (all-local): Depend on unlocked-io.h, to ensure it is created.
32705
32706         * lib/unlocked-io.hin: New file
32707
32708         * lib/regex.c: Update from glibc.
32709
32710 2001-07-05  Jim Meyering  <meyering@lucent.com>
32711
32712         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
32713         recommendation.
32714         (libfetish_a_SOURCES): Put all .h files here instead.
32715         Remove a thus-exposed (better checks in automake) duplicate and
32716         two unnecessary .h files.
32717
32718 2001-07-04  Jim Meyering  <meyering@lucent.com>
32719
32720         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
32721         that generates jm-glibc-io.m4 so that it doesn't trigger any make
32722         distcheck failure.
32723
32724 2001-07-02  Jim Meyering  <meyering@lucent.com>
32725
32726         The following changes were prompted by suggestions from Bruno Haible.
32727
32728         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
32729         is now generated.
32730         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
32731         definition of EXTRA_DIST.
32732         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
32733         ensure that the generated file is created/updated whenever the list
32734         of $(unlocked_functions) is changed.
32735         (jm-glibc-io.m4): New rule.
32736         (unlocked-io.h): New rule -- currently unused.
32737
32738 2001-06-24  Jim Meyering  <meyering@lucent.com>
32739
32740         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
32741         unmatched right bracket, rather than kludging it with an extra,
32742         falsely-matching quote in a comment.  Patch by Akim Demaille.
32743
32744 2001-06-11  Jim Meyering  <meyering@lucent.com>
32745
32746         * lib/regex.c: Update from GNU libc.
32747
32748 2001-05-27  Jim Meyering  <meyering@lucent.com>
32749
32750         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
32751         Check for ut_type in struct utmp.
32752
32753 2001-05-27  Jim Meyering  <meyering@lucent.com>
32754
32755         * lib/readutmp.h (UT_TYPE): Define.
32756
32757 2001-05-24  Jim Meyering  <meyering@lucent.com>
32758
32759         * lib/argmatch.c: Include "quote.h".
32760         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
32761         quote function.  Reported by Göran Uddeborg.
32762
32763 2001-05-22  Jim Meyering  <meyering@lucent.com>
32764
32765         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
32766         now that we use the package-supplied version unconditionally.
32767         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
32768
32769 2001-05-21  Jim Meyering  <meyering@lucent.com>
32770
32771         * m4/regex.m4: Change a couple backticks to single quotes to avoid
32772         shell syntax errors.
32773
32774 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32775
32776         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
32777
32778 2001-05-20  Paul Eggert  <eggert@twinsun.com>
32779
32780         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
32781         Don't bother to check library strftime, since
32782         we'll be using our own my_strftime function anyway.
32783         Define my_strftime instead of strftime.
32784
32785 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
32786
32787         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
32788         which is not yet declared.
32789
32790 2001-05-15  Jim Meyering  <meyering@lucent.com>
32791
32792         * m4/regex.m4: Use proper quoting so brackets appear in the test
32793         program.
32794         Reported by, and with help from, Bruno Haible.
32795
32796 2001-05-13  Jim Meyering  <meyering@lucent.com>
32797
32798         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
32799         undefined.
32800
32801 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32802
32803         dirname code cleanup.  base_name now behaves more compatibly
32804         with POSIX basename when given file names that have trailing
32805         slashes, and similarly for dir_name.  Add new primitives
32806         base_len and dir_len.  Put the directory-name-related decls
32807         into dirname.h.
32808
32809         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
32810         * lib/backupfile.c (base_name): Likewise.
32811         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
32812         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
32813         * lib/makepath.c (strip_trailing_slashes): Likewise.
32814         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
32815         ISSLASH): Likewise.
32816         * lib/rename.c (strip_trailing_slashes): Likewise.
32817         * lib/same.c (base_name): Likewise.
32818         * lib/stripslash.c (ISSLASH): Likewise.
32819
32820         * lib/addext.c: Include <dirname.h> after size_t is defined.
32821         * lib/backupfile.c: Likewise.
32822
32823         * lib/addext.c (addext): Use base_len to trim redundant
32824         trailing slashes instead of doing it ourselves.
32825         But do not trim the last slash if it is not redundant.
32826
32827         * lib/backupfile.c (find_backup_file_name,
32828         max_backup_version): Use base_len instead of rolling it ourselves.
32829         Handle the case of "" and (on DOS) "C:" correctly.
32830
32831         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
32832         needed. Include <string.h>, <dirname.h>.
32833         (base_name): Allow file names ending in slashes, other than names
32834         that are all slashes.  In this case, return the basename followed
32835         by the slashes.  This is more general, and can be used in places
32836         where the original base_name purposely had an assertion failure.
32837         (base_len): New function.
32838
32839         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
32840         Do not include <assert.h>; no longer needed.
32841         Include xalloc.h.
32842         (memrchr): Remove decl.
32843         (dir_name_r): Remove.
32844         (dir_len): Renamed from dirlen.  All callers changed.
32845         Rewrite in terms of base_name, for simplicity and consistency.
32846         (dir_name): Never return NULL.  All callers changed.
32847         Do not include <stdlib.h> in test program; no longer needed.
32848         return 0; is fine for test program.
32849
32850         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
32851         New macros.
32852         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
32853
32854         * lib/path-concat.c (path_concat): Use base_len to compute
32855         base length, not strlen; this means we cannot rely on memcpy
32856         to null-terminate.
32857
32858         * lib/same.c (STREQ): Remove.
32859         (same_name): Handle the case where the basename ends in trailing '/'.
32860
32861         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
32862         a slash was stripped.  Do not strip the last slash after a
32863         file system prefix.
32864
32865 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32866
32867         * lib/Makefile.am (libfetish_a_SOURCES):
32868         Add strftime.c, since we now compile it on all hosts.
32869
32870         * lib/strftime.c (my_strftime):
32871         Define to nstrftime if emacs, but only if my_strftime is not defined.
32872         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
32873         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
32874         Add one more extra argument: a nanoseconds value.
32875         All uses changed.
32876         (ns): New macro.
32877         (my_strftime function): Add %N format.
32878         (emacs_strftimeu): Renamed from emacs_strftime,
32879         with extra ut argument.
32880
32881 2001-05-09  Paul Eggert  <eggert@twinsun.com>
32882
32883         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
32884
32885 2001-04-21  Jim Meyering  <meyering@lucent.com>
32886
32887         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
32888         doesn't interfere.
32889
32890 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32891
32892         * m4/ftruncate.m4: Check for chsize.
32893         Link with ftruncate.o unconditionally if ftruncate is missing.
32894         This was required when cross-compiling to i586-mingw32msvc.
32895
32896 2001-04-08  Jim Meyering  <meyering@lucent.com>
32897
32898         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
32899         recomputed; that's necessary when the offset spans a DST transition.
32900         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
32901
32902 2001-04-02  Jim Meyering  <meyering@lucent.com>
32903
32904         * lib/regex.h, regex.c: Update from GNU libc.
32905
32906 2001-03-24  Jim Meyering  <meyering@lucent.com>
32907
32908         * m4/jm-macros.m4: Require autoconf-2.49d.
32909
32910 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
32911
32912         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
32913
32914 2001-03-19  Paul Eggert  <eggert@twinsun.com>
32915
32916         * lib/version-etc.c (version_etc_copyright): Update to 2001.
32917
32918 2001-03-17  Jim Meyering  <meyering@lucent.com>
32919
32920         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
32921         now that the version in autoconf is equivalent.
32922         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
32923
32924         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
32925         Suggestion from Akim Demaille.
32926
32927         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
32928         (jm_PREREQ_TEMPNAME): New function.
32929
32930 2001-03-16  Paul Eggert  <eggert@twinsun.com>
32931
32932         * lib/tempname.c (uint64_t): Define to uintmax_t if
32933         not defined, and if UINT64_MAX is not defined.
32934         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
32935         Reported by John David Anglin.
32936
32937 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
32938
32939         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
32940         resolve alias if codeset is empty.
32941         * lib/config.charset (BeOS): Use wildcard syntax.
32942
32943 2001-03-13  Jim Meyering  <meyering@lucent.com>
32944
32945         * lib/path-concat.c (path_concat)
32946         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
32947         concatenating e.g., `C:' and `foo'.
32948         From Bruno Haible.
32949
32950 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32951
32952         * lib/localcharset.c (locale_charset): Don't use
32953         setlocale(LC_CTYPE,NULL). Don't return NULL.
32954         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
32955
32956 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32957
32958         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
32959         support for DOS/DJGPP.
32960
32961 2001-03-01  Paul Eggert  <eggert@twinsun.com>
32962
32963         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
32964         lacks mkstemp.  Compile our own tempname.c if we compile our own
32965         mkstemp.c, as mkstemp relies on tempname.
32966
32967 2001-03-01  Jim Meyering  <meyering@lucent.com>
32968
32969         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
32970         AH_VERBATIM really does output its argument verbatim.
32971
32972 2001-02-28  Paul Eggert  <eggert@twinsun.com>
32973
32974         * lib/Makefile.am (libfetish_a_SOURCES):
32975         Add dup-safer.c, fopen-safer.c.
32976         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
32977
32978         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
32979         * lib/unistd-safer.h: New files.
32980
32981 2001-02-25  Paul Eggert  <eggert@twinsun.com>
32982
32983         The mkstemp replacement is taken from glibc 2.2.2, with some
32984         portability fixes for use outside glibc, as follows:
32985
32986         * lib/tempname.c (struct_stat64): New macro.
32987         (direxists, __gen_tempname): Use it.
32988         This avoids a portability problem with Solaris 8.
32989
32990         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
32991         (<stddef.h>, <stdint.h>, <string.h>):
32992         Include only if STDC_HEADERS || _LIBC.
32993         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
32994         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
32995         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
32996         (__set_errno): Define this macro if <errno.h> doesn't.
32997         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
32998         Define these macros if <stdio.h> doesn't.
32999         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
33000         Define these macros if <sys/stat.h>
33001         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
33002         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
33003         __xstat64): Define if not _LIBC.
33004         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
33005         (__gen_tempname): Invoke gettimeofday only if
33006         HAVE_GETTIMEOFDAY || _LIBC;
33007         otherwise, fall back on plain "time".
33008         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
33009
33010         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
33011
33012         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
33013
33014 2001-02-18  Paul Eggert  <eggert@twinsun.com>
33015
33016         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
33017
33018 2001-02-17  Paul Eggert  <eggert@twinsun.com>
33019
33020         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
33021         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
33022         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
33023         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
33024
33025 2001-02-17  Paul Eggert  <eggert@twinsun.com>
33026
33027         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
33028         Remove workaround macros for hosts that have mbrtowc but not
33029         mbstate_t, as we now insist on proper declarations for both
33030         before using mbrtowc.
33031
33032 2001-02-17  Jim Meyering  <meyering@lucent.com>
33033
33034         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
33035         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
33036         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
33037         UnixWare 7.1.1.
33038
33039         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
33040         rather than AC_CACHE_VAL.
33041
33042 2001-02-17  Jim Meyering  <meyering@lucent.com>
33043
33044         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
33045         around included file name.
33046
33047         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
33048
33049         * lib/strftime.c: Update from GNU libc (the only changes were to
33050         comments).
33051
33052 2001-02-17  Jim Meyering  <meyering@lucent.com>
33053
33054         * lib/regex.c: Update from libc.
33055
33056 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
33057
33058         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
33059         clash.
33060
33061 2001-02-16  Paul Eggert  <eggert@twinsun.com>
33062
33063         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
33064         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
33065         Reported by Mark Hounschell via Paul Eggert.
33066
33067 2001-02-07  Jim Meyering  <meyering@lucent.com>
33068
33069         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
33070
33071 2001-02-05  Jim Meyering  <meyering@lucent.com>
33072
33073         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
33074         it includes the patch required for `large file' support with at least
33075         HP-UX's 10.20 /bin/cc.
33076
33077 2001-02-03  Jim Meyering  <meyering@lucent.com>
33078
33079         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
33080         AS_IF, now that it works once again (mysteriously).
33081         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
33082
33083 2001-01-30  Jim Meyering  <meyering@lucent.com>
33084
33085         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
33086         * m4/chown.m4: Rename conftestchown to conftest.chown.
33087         * m4/rename.m4: s/conftestdir/conftest.d1/ and
33088         s/conftestdir2/conftest.d2/.
33089         * m4/utimes.m4: s/conftestdata/conftest.data/
33090         Inspired by Pavel Roskin's change in autoconf.
33091
33092 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
33093
33094         * lib/config.charset: Update for FreeBSD 4.2.
33095
33096 2001-01-27  Jim Meyering  <meyering@lucent.com>
33097
33098         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
33099         a use of AS_IF.
33100         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
33101
33102 2001-01-26  Jim Meyering  <meyering@lucent.com>
33103
33104         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
33105         quotearg.c includes it.
33106
33107 2001-01-26  Jim Meyering  <meyering@lucent.com>
33108
33109         * lib/quotearg.c: Include stddef.h.
33110         * lib/quote.c: Include stddef.h.
33111         Reported by Axel Kittenberger.
33112
33113         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
33114         line in double quotes so that it evokes a better diagnostic.
33115         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
33116         Reported by Axel Kittenberger.
33117
33118 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
33119
33120         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
33121         as if it was a `charset'.
33122
33123 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
33124
33125         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
33126         has const.
33127
33128 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
33129
33130         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
33131         to avoid a warning.  Add back 'const' to inptr.
33132
33133 2001-01-20  Jim Meyering  <meyering@lucent.com>
33134
33135         Be sure that headers are checked before used in code compiled
33136         for the type checks.
33137         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
33138         In place of that, invoke jm_CHECK_ALL_TYPES.
33139         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
33140         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
33141         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
33142         The check for ssize_t was mistakenly run before the test for unistd.h.
33143
33144         The configure-time check for stdbool.h was missing.
33145         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
33146         (jm_PREREQ_HASH): New function.
33147
33148 2001-01-17  Jim Meyering  <meyering@lucent.com>
33149
33150         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
33151         for autoconf-2.49c.
33152         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
33153
33154 2001-01-16  Jim Meyering  <meyering@lucent.com>
33155
33156         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
33157         From Bruno Haible.
33158
33159 2001-01-14  Jim Meyering  <meyering@lucent.com>
33160
33161         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
33162         foo and bar.  Create conftestdir/ in the script, not in the C code.
33163         Remove directories in the script, not in the C code.
33164         Remove conftestdir{,2} before trying to create the directory.
33165         Make the entire configure script fail if the mkdir fails.
33166
33167 2001-01-14  Jim Meyering  <meyering@lucent.com>
33168
33169         * lib/rename.c: New file.  From Volker Borchert.
33170         Include stdlib.h, string.h or strings.h, and xalloc.h.
33171         Use strip_trailing_slashes rather than open-coding it.
33172
33173 2001-01-03  Paul Eggert  <eggert@twinsun.com>
33174
33175         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
33176
33177 2001-01-03  Jim Meyering  <meyering@lucent.com>
33178
33179         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
33180         of local `inptr' to avoid warning with some system declarations of
33181         iconv.
33182
33183 2001-01-02  Volker Borchert  <bt@teknon.de>
33184
33185         * m4/rename.m4: New file.
33186         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
33187
33188 2001-01-01  Jim Meyering  <meyering@lucent.com>
33189
33190         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
33191         even on systems with utmpx.h.  It's necessary for the declaration of
33192         utmp's ut_user member.  Reported by Andreas Jaeger.
33193
33194         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
33195         available. They are required for the declarations of getgrgid and
33196         getpwuid resp.
33197         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
33198         Reported by Andreas Jaeger.
33199
33200 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
33201
33202         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
33203         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
33204         so `make install' also works in VPATH builds.
33205
33206 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
33207
33208         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
33209         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
33210         can be used in subdirectories.
33211
33212 2000-12-29  Paul Eggert  <eggert@twinsun.com>
33213
33214         * lib/modechange.c: Do not assume that mode_t uses the
33215         traditional octal encoding.  E.g. "chmod 1 FOO" should set
33216         the other-execute bit of FOO even if S_IXOTH != 1.
33217
33218         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
33219         WOTH, XOTH, ALLM): New macros.
33220         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
33221          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
33222         Use them.
33223         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
33224         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
33225         (mode_compile):
33226         No need to use uintmax_t; unsigned long is long enough.
33227         Don't bother to get suffix since we don't use it.
33228
33229 2000-12-26  Jim Meyering  <meyering@lucent.com>
33230
33231         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
33232         better with autoheader.
33233
33234 2000-12-24  Jim Meyering  <meyering@lucent.com>
33235
33236         * lib/hash.c (is_prime): Return explicit boolean values.
33237         (hash_get_first): Return NULL to appease Irix5.6's 89.
33238         Reported by Nelson Beebe.
33239
33240 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
33241
33242         * lib/localcharset.c (locale_charset): Add support for Win32.
33243
33244 2000-12-18  Paul Eggert  <eggert@twinsun.com>
33245
33246         * lib/physmem.h, lib/physmem.c: New files.
33247
33248         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
33249         (noinst_HEADERS): Add physmem.h.
33250
33251         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
33252         't' for compatibility with Solaris 8 sort.
33253
33254 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
33255
33256         * lib/config.charset: Add support for BeOS.
33257
33258 2000-12-17  Jim Meyering  <meyering@lucent.com>
33259
33260         * m4/dos.m4 (jm_AC_DOS): New file and macro.
33261         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
33262
33263 2000-12-16  Jim Meyering  <meyering@lucent.com>
33264
33265         This bug had a serious impact on chown: `chown N:M FILE' (for integer
33266         N and M) would have treated it like `chown N:N FILE'.
33267
33268         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
33269
33270 2000-12-16  Jim Meyering  <meyering@lucent.com>
33271
33272         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
33273         SHELLS_FILE to a file name that's useful on djgpp systems.
33274         Include stdlib.h.
33275         (ADDITIONAL_DEFAULT_SHELLS): Define.
33276         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
33277         Based mostly on a patch from Prashant TR.
33278
33279 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
33280
33281         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
33282         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
33283         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
33284
33285 2000-12-08  Andreas Schwab  <schwab@suse.de>
33286
33287         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
33288         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
33289
33290 2000-12-07  Jim Meyering  <meyering@lucent.com>
33291
33292         * lib/stripslash.c (ISSLASH): Define.
33293         (strip_trailing_slashes): Use ISSLASH rather than comparing against
33294         `/'.
33295         From Prashant TR.
33296
33297         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
33298         (dir_name_r): Declare this function as static.
33299         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
33300         manifest itself on a name containing a mix of slashes and
33301         backslashes.
33302         Make this function work with names starting with a DOS-style
33303         drive letter and colon prefix.
33304         (dir_name): Append `.' if necessary.
33305         Based mostly on patches from Prashant TR and Eli Zaretskii.
33306
33307         * lib/dirname.h (dir_name_r): Remove prototype.
33308
33309 2000-12-06  Paul Eggert  <eggert@twinsun.com>
33310
33311         * m4/off_t-format.m4: Remove this file.
33312         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
33313
33314 2000-12-06  Jim Meyering  <meyering@lucent.com>
33315
33316         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
33317         replacement strtoull, we may well need the replacement strtoul, too.
33318         Check for declarations of strtoul and strtoull.
33319         Check for strtol.  Mainly as a cue to cause automake to include
33320         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
33321         Check for limits.h -- strtol.c needs it.
33322
33323 2000-12-05  Jim Meyering  <meyering@lucent.com>
33324
33325         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
33326
33327 2000-12-04  Jim Meyering  <meyering@lucent.com>
33328
33329         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
33330         Also include memory.h, stdlib.h, unistd.h if appropriate.
33331         Reported by Andreas Jaeger (conflicting declaration of malloc).
33332
33333 2000-12-02  Jim Meyering  <meyering@lucent.com>
33334
33335         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
33336         * m4/jm-macros.m4 (jm_MACROS): require it.
33337
33338 2000-12-02  Jim Meyering  <meyering@lucent.com>
33339
33340         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
33341
33342 2000-12-01  Paul Eggert  <eggert@twinsun.com>
33343
33344         * lib/memrchr.c: Include <config.h> before any system include file.
33345
33346 2000-11-30  Jim Meyering  <meyering@lucent.com>
33347
33348         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
33349
33350 2000-11-30  Jim Meyering  <meyering@lucent.com>
33351
33352         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
33353
33354 2000-11-29  Paul Eggert  <eggert@twinsun.com>
33355
33356         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
33357
33358 2000-11-26  Jim Meyering  <meyering@lucent.com>
33359
33360         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
33361
33362 2000-11-22  Paul Eggert  <eggert@twinsun.com>
33363
33364         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
33365         size of (size_t) -1; it's not portable.
33366
33367 2000-11-17  Jim Meyering  <meyering@lucent.com>
33368
33369         * lib/strstr.c: Update from GNU libc.
33370
33371 2000-11-17  Akim Demaille  <akim@epita.fr>
33372
33373         * lib/obstack.h: Formatting changes.
33374         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
33375         prevent type checking.
33376         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
33377         cast the value to (void *): assigning a `foo *' to a `void *'
33378         variable is valid.
33379         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
33380
33381 2000-11-16  Jim Meyering  <meyering@lucent.com>
33382
33383         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
33384
33385 2000-11-11  Jim Meyering  <meyering@lucent.com>
33386
33387         * lib/error.c: Add a couple #includes, merging from GNU libc version.
33388
33389 2000-11-10  Jim Meyering  <meyering@lucent.com>
33390
33391         * lib/obstack.h: Update from GNU libc.
33392         * lib/obstack.c: Likewise.
33393
33394 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
33395
33396         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
33397
33398 2000-11-06  Paul Eggert  <eggert@twinsun.com>
33399
33400         * lib/getusershell.c (setusershell): Use rewind rather than
33401         fseek/fseeko, to avoid configuration hassles with fseeko.
33402         Don't bother opening SHELLS_FILE if shellstream is NULL;
33403         it's not necessary.
33404
33405 2000-11-05  Jim Meyering  <meyering@lucent.com>
33406
33407         * lib/makepath.h (make_dir): Declare.
33408         * lib/makepath.c (make_dir): Remove `static' attribute.
33409         Tweak a comment.
33410
33411 2000-11-04  Jim Meyering  <meyering@lucent.com>
33412
33413         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
33414
33415 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
33416
33417         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
33418         last one in a bucket, advance to the next bucket.
33419
33420 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
33421
33422         * lib/fnmatch.c: Do not comment out all the code if we are using
33423         the GNU C library, because in some cases we are replacing buggy
33424         code in the GNU C library itself.
33425
33426 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
33427
33428         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
33429         (regex_compile): Catch bogus \(\1\).
33430
33431 2000-10-30  Paul Eggert  <eggert@twinsun.com>
33432
33433         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
33434         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
33435         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
33436
33437 2000-10-30  Paul Eggert  <eggert@twinsun.com>
33438
33439         * lib/error.h, getline.h, modechange.h:
33440         Remove "2000" from Copyright line, as the file hasn't been
33441         changed this year other than in the copyright notice.
33442
33443         * lib/xalloc.h: Add "2000" to Copyright line, as this file
33444         was changed this year.
33445
33446 2000-10-29  Jim Meyering  <meyering@lucent.com>
33447
33448         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
33449         renaming.
33450         * m4/ls-mntd-fs.m4: Likewise
33451
33452 2000-10-29  Jim Meyering  <meyering@lucent.com>
33453
33454         * lib/xstat.in: Fix grammar in comment.
33455
33456 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
33457
33458         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
33459         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
33460         doesn't define __restrict_arr.
33461
33462 2000-10-28  Jim Meyering  <meyering@lucent.com>
33463
33464         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
33465         (jm_PREREQ_MEMCHR): New function.
33466
33467 2000-10-28  Jim Meyering  <meyering@lucent.com>
33468
33469         * lib/memchr.c: Update from libc.
33470         Adjust for portability:
33471         [HAVE_STDLIB_H]: Include stdlib.h.
33472         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
33473         Undef __memchr, too.
33474         [!weak_alias]: Define __memchr to memchr.
33475
33476         * lib/regex.c: Update from libc.
33477         * lib/regex.h: Likewise.
33478         * lib/getopt1.c: Likewise.
33479         * lib/memcmp.c: Likewise.
33480
33481         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
33482         Avoid using fseek, when possible -- it's broken by design.
33483         Patch by Ulrich Drepper.
33484
33485 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
33486
33487         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
33488         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
33489         Giving in to popular pressure to shut up the compiler with casts.
33490
33491 2000-10-26  Jim Meyering  <meyering@lucent.com>
33492
33493         * lib/strftime.c: Update from libc.
33494
33495 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
33496
33497         * regex.c: More `unsigned char' -> `re_char' changes.
33498         Also change several `int' into `re_wchar_t'.
33499         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
33500         (PUSH_FAILURE_POINTER): Don't cast any more.
33501         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
33502         We want GCC to complain, since this piece of code makes
33503         re_match non-reentrant, which *should* be fixed.
33504         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
33505         (EXTEND_BUFFER): Use RETALLOC.
33506         (SET_LIST_BIT): Don't cast.
33507         (re_wchar_t): New type.
33508         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
33509         that those two functions will always properly return.
33510         (IMMEDIATE_QUIT_CHECK): Cast to void.
33511         (analyse_first): Use recursion rather than an explicit stack.
33512         (re_compile_fastmap): Can't fail anymore.
33513         (re_search_2): Don't check re_compile_fastmap for failure.
33514         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
33515         Now also sets the new value (passed in a new argument).
33516         (re_match_2_internal): Use it.
33517         Also, use a new var `reg' of type size_t when looping through regs
33518         rather than reuse the inappropriate `mcnt'.
33519
33520 2000-10-25  Jim Meyering  <meyering@lucent.com>
33521
33522         * lib/obstack.c: Update from libc.
33523
33524 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
33525
33526         * regex.c (regex_compile): Change the way of handling a range from
33527         a char less than 256 to a char not less than 256.
33528
33529 2000-10-24  Andrew Innes  <andrewi@gnu.org>
33530
33531         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
33532         NT-Emacs only.
33533         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
33534         so that re_search functions only quit when callers expect them to.
33535
33536 2000-10-23  Jim Meyering  <meyering@lucent.com>
33537
33538         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
33539         wrong.  That set_locale call must not have any side effects.
33540         From Paul Eggert.
33541
33542 2000-10-22  Jim Meyering  <meyering@lucent.com>
33543
33544         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
33545         [CYCLIC]: Remove now-unused definition.
33546
33547         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
33548         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
33549         Suggestion from Ulrich Drepper.
33550
33551 2000-10-21  Jim Meyering  <meyering@lucent.com>
33552
33553         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
33554         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
33555         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
33556
33557 2000-10-21  Jim Meyering  <meyering@lucent.com>
33558
33559         * lib/dirname.c (memrchr): Declare if necessary.
33560         (dir_name): Remove the restriction that there be no
33561         trailing slashes.  Now, this code skips past them, effectively
33562         ignoring them.
33563         [TEST_DIRNAME] (main): New unit tests.
33564
33565         * lib/memrchr.c: New file from GNU libc.
33566         Undef __memrchr, too.
33567         [!weak_alias]: Define __memrchr to memrchr.
33568         Guard weak_alias use with `#ifdef weak_alias'.
33569
33570 2000-10-21  Jim Meyering  <meyering@lucent.com>
33571
33572         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
33573         (dir_name): Use dir_name_r.
33574         * lib/dirname.h (dir_name_r): Declare it.
33575
33576 2000-10-17  Jim Meyering  <meyering@lucent.com>
33577
33578         * lib/quote.h (PARAMS): Define and use.
33579         Reported by Akim Demaille.
33580
33581         * lib/getopt.c: Update from libc.
33582
33583 2000-10-16  Jim Meyering  <meyering@lucent.com>
33584
33585         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
33586         setlocale.
33587         From Jan Fedak.
33588
33589 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
33590
33591         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
33592
33593 2000-09-25  Jim Meyering  <meyering@lucent.com>
33594
33595         * lib/md5.h (rol): Define (from GnuPG).
33596
33597         * lib/sha.c: Give credit (GnuPG) where due.
33598         (M): Use rol rather than open-coding it.
33599         Add a FIXME comment.
33600
33601 2000-09-21  Jim Meyering  <meyering@lucent.com>
33602
33603         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
33604         Reported by Michael Stone.
33605
33606 2000-09-20  Jim Meyering  <meyering@lucent.com>
33607
33608         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
33609         (noinst_HEADERS): Add sha.h.
33610         Based on code from Scott G. Miller and from GnuPG.
33611
33612 2000-09-18  Jim Meyering  <meyering@lucent.com>
33613
33614         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
33615         LIBS. Otherwise, everyone ends up linking with -lelf for some
33616         configurations.
33617         Reported by Mike Stone.
33618
33619 2000-09-15  Jim Meyering  <meyering@lucent.com>
33620
33621         * lib/regex.c: Update from libc.
33622
33623 2000-09-10  Jim Meyering  <meyering@lucent.com>
33624
33625         * lib/getopt.c (_getopt_internal): Update from glibc.
33626
33627 2000-09-09  Jim Meyering  <meyering@lucent.com>
33628
33629         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
33630         think it should be used as a general replacement for isascii.
33631         * lib/fnmatch.c: Likewise.
33632         * lib/mbswidth.c: Likewise
33633         * lib/regex.c: Likewise.
33634
33635         Don't use atoi.
33636         * lib/userspec.c: Include sys/param.h and limits.h.
33637         Include xstrtol.h.
33638         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
33639         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
33640         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
33641         UID, GID.  Check range.
33642
33643 2000-09-06  Jim Meyering  <meyering@lucent.com>
33644
33645         * lib/getopt.c (_getopt_internal): Update from glibc.
33646
33647 2000-08-30  Jim Meyering  <meyering@lucent.com>
33648
33649         * lib/strftime.c: Merge in changes from GNU libc.
33650
33651 2000-08-26  Jim Meyering  <meyering@lucent.com>
33652
33653         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
33654         * m4/fpending.m4: New file.
33655
33656 2000-08-26  Jim Meyering  <meyering@lucent.com>
33657
33658         * lib/closeout.c: Include "__fpending.h".
33659         (close_stdout_status): Return right away if there's nothing to flush.
33660
33661         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
33662         * lib/__fpending.c: New file.
33663         * lib/__fpending.h: New file.
33664
33665 2000-08-20  Jim Meyering  <meyering@lucent.com>
33666
33667         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
33668         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
33669         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
33670
33671 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
33672
33673         Improve fileutils installation on systems where running
33674         programs (like install) can't be unlinked.
33675         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
33676         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
33677
33678 2000-08-07  Paul Eggert  <eggert@twinsun.com>
33679
33680         Standardize on "memory exhausted" instead of "Memory exhausted"
33681         or "virtual memory exhausted".
33682         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
33683         "virtual memory exhausted".
33684         * lib/same.c (same_name): Invoke xalloc_die instead of printing
33685         our own message.
33686         * lib/userspec.c (parse_user_spec): Likewise.
33687         * lib/bumpalloc.h: comment fix
33688         * lib/same.c, userspec.c: Include xalloc.h.
33689
33690         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
33691         not char *const and pointing to a constant array.
33692         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
33693         (xrealloc): Comment fix.
33694
33695         * lib/userspec.c (parse_user_spec):
33696         Don't translate a message until just before returning,
33697         to avoid unnecessary translation.
33698
33699 2000-08-07  Jim Meyering  <meyering@lucent.com>
33700
33701         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
33702         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
33703         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
33704         getgroups.c, gethostname.c, getopt.h, group-member.c,
33705         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
33706         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
33707         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
33708         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
33709         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
33710         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
33711         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
33712         yesno.c: Back out Copyright date changes for each file with no change
33713         this year.  This eases coordination with other programs using the same
33714         source code modules.  From Paul Eggert.
33715
33716 2000-08-06  Paul Eggert  <eggert@twinsun.com>
33717
33718         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
33719         not char, for compatibility with glibc 2.1.3 strftime.c.
33720
33721 2000-08-03  Greg McGary  <greg@mcgary.org>
33722
33723         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
33724         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
33725         (EXTEND_BUFFER): Use them.
33726
33727 2000-08-01  Jim Meyering  <meyering@lucent.com>
33728
33729         * lib/dirname.c (ISSLASH): Define.
33730         (BACKSLASH_IS_PATH_SEPARATOR): Define.
33731         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
33732         both `\' and `/' may be use as path separators.
33733         Based on a patch from Prashant TR.
33734
33735 2000-07-31  Paul Eggert  <eggert@twinsun.com>
33736
33737         * lib/quotearg.c (quotearg_n_options): Don't make the initial
33738         slot vector a constant, since it might get modified.
33739
33740 2000-07-31  Jim Meyering  <meyering@lucent.com>
33741
33742         * lib/xmalloc.c: Use `virtual memory exhausted', not
33743         `Memory exhausted'.
33744         * lib/obstack.c (print_and_abort): Likewise.
33745
33746 2000-07-30  Paul Eggert  <eggert@twinsun.com>
33747
33748         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
33749         buffer, so that the caller can always quote one small
33750         component of a "memory exhausted" message in slot 0.
33751         From a suggestion by Jim Meyering.
33752
33753 2000-07-30  Jim Meyering  <meyering@lucent.com>
33754
33755         * lib/makepath.c (make_path): Quote the other instance, too.
33756
33757         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
33758         (STATIC_BUF_SIZE): Define.
33759         (quotearg_n_options): Use only statically allocated storage when
33760         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
33761         than STATIC_BUF_SIZE.
33762
33763 2000-07-29  Jim Meyering  <meyering@lucent.com>
33764
33765         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
33766         * lib/dirname.c (dir_name): Likewise.
33767
33768         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
33769         `/'.
33770
33771         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
33772         (dir_name): Assert that there are no trailing slashes.
33773
33774 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
33775
33776         * lib/mbswidth.h (mbswidth): Add a flags argument.
33777         (mbswidth): New declaration.
33778         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
33779         * lib/mbswidth.c (mbswidth): Add a flags argument.
33780         (mbsnwidth): New function.
33781
33782 2000-07-24  Jim Meyering  <meyering@lucent.com>
33783
33784         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
33785
33786 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33787
33788         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
33789
33790 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33791
33792         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
33793         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
33794         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
33795         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
33796         invoke multibyte primitives.
33797
33798 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33799
33800         * lib/quotearg.c:
33801         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
33802         so that mbstate_t is always defined.
33803
33804         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
33805         be 1 in at least one GCC installation, and this configuration
33806         error is likely to be common.  Ignoring MB_LEN_MAX hurts
33807         performance on hosts that have mbrtowc but have only unibyte
33808         locales, but I assume these hosts are rare.
33809
33810 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33811
33812         * lib/mbswidth.c (_XOPEN_SOURCE):
33813         Don't define; this causes problems on Solaris 7.
33814         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
33815
33816 2000-07-23  Jim Meyering  <meyering@lucent.com>
33817
33818         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
33819         too: getgrgid, getpwuid, getuid.
33820
33821 2000-07-23  Jim Meyering  <meyering@lucent.com>
33822
33823         * lib/basename.c (base_name): Add an assertion.
33824
33825 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
33826
33827         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
33828         shadow its mbsinit function.
33829
33830 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33831
33832         * lib/mbswidth.h: New file.
33833         * lib/mbswidth.c: New file.
33834         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
33835         (noinst_HEADERS): Add mbswidth.h.
33836
33837 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33838
33839         * lib/config.charset: Add support for FreeBSD. Improve support for
33840         HP-UX and IRIX 6.
33841
33842 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
33843
33844         * m4/mbswidth.m4: New file.
33845         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
33846
33847 2000-07-15  Jim Meyering  <meyering@lucent.com>
33848
33849         * lib/makepath.c: Include quote.h.
33850         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
33851         corresponding argument in a `quote (...)' call.
33852         Give better diagnostics.
33853
33854         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
33855         (noinst_HEADERS): Add quote.h.
33856
33857         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
33858         from tar's src/misc.c.
33859         * lib/quote.h: New file.  Prototypes for same.
33860
33861 2000-07-14  Paul Eggert  <eggert@twinsun.com>
33862
33863         From a suggestion by Bruno Haible.
33864         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
33865         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
33866         to decide whether to define the BeOS workaround macro;
33867         this adjusts to the change to AC_MBSTATE_T.
33868
33869 2000-07-14  Jim Meyering  <meyering@lucent.com>
33870
33871         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
33872         jm_AC_TYPE_UINTMAX_T.
33873
33874 2000-07-13  Paul Eggert  <eggert@twinsun.com>
33875
33876         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
33877
33878         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
33879         quotearg_buffer_restyled): Add support for
33880         clocale_quoting_style.  Undo previous change to
33881         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
33882         and "{RIGHT QUOTATION MARK}" msgids.
33883
33884 2000-07-10  Paul Eggert  <eggert@twinsun.com>
33885
33886         From a suggestion by Bruno Haible.
33887         * m4/mbstate_t.m4 (AC_MBSTATE_T):
33888         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
33889         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
33890         and mbstate_t, to a single-part test that simply defines mbstate_t.
33891         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
33892         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
33893
33894 2000-07-10  Jim Meyering  <meyering@lucent.com>
33895
33896         * m4/strerror_r.m4: Mirror the correction made in autoconf.
33897
33898         * m4/gnu-source.m4: Output to confdefs.h directly.
33899         Suggestion from Akim Demaille.
33900
33901 2000-07-09  Paul Eggert  <eggert@twinsun.com>
33902
33903         The old behavior of quoting `like this' doesn't look good with
33904         newer, ISO-style fonts.  See:
33905         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
33906
33907         Instead, quote "like this" by default.  Let the translator
33908         tailor the locale-specific quoting behavior by providing
33909         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
33910
33911         * lib/quotearg.c (N_): New macro.
33912         (gettext_default): New function.
33913         (quotearg_buffer_restyled): Use
33914         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
33915         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
33916
33917 2000-07-09  Jim Meyering  <meyering@lucent.com>
33918
33919         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
33920         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
33921
33922         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
33923         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
33924
33925 2000-07-09  Jim Meyering  <meyering@lucent.com>
33926
33927         * lib/Most files: Update copyright dates to include 2000.
33928
33929 2000-07-08  Jim Meyering  <meyering@lucent.com>
33930
33931         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
33932         if not defined.
33933         (xgethostname): Remove now-unnecessary #ifdef.
33934         Move declaration of `err' into loop where it's used.
33935
33936 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33937         and Bruno Haible  <haible@clisp.cons.org>
33938
33939         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
33940         only if the test for an object-type mbstate_t fails.  This
33941         prevents us from mistakenly reporting that mbstate_t is a
33942         system object type after we "#define mbstate_t int" to work
33943         around its lack.
33944
33945 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33946         and Bruno Haible  <haible@clisp.cons.org>
33947
33948         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
33949
33950 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33951
33952         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
33953         to strerror_r.
33954         Include <ctype.h> for use of isalpha.
33955
33956 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33957
33958         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
33959         by allocating a larger buffer. Test the gethostname return value for
33960         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
33961         returns an error and ENAMETOOLONG isn't defined.
33962
33963 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33964
33965         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
33966         dimension.
33967
33968 2000-07-04  Jim Meyering  <meyering@lucent.com>
33969
33970         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
33971         of the deprecated AC_CHECKING.
33972
33973 2000-07-04  Jim Meyering  <meyering@lucent.com>
33974
33975         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
33976         Reported by Bruno Haible.
33977
33978 2000-07-04  Jim Meyering  <meyering@lucent.com>
33979
33980         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
33981         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
33982         lacks mbrtowc.
33983
33984 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33985
33986         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
33987         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
33988
33989 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33990         and Bruno Haible  <haible@clisp.cons.org>
33991
33992         * lib/quotearg.c (mbrtowc):
33993         Assign to *pwc, and return 1 only if result is nonzero.
33994         (iswprint): Use ISPRINT when substituting our own mbrtowc.
33995
33996 2000-07-03  Jim Meyering  <meyering@lucent.com>
33997
33998         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
33999
34000 2000-07-03  Jim Meyering  <meyering@lucent.com>
34001
34002         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
34003         This is necessary to get a definition of e.g., UTMP_FILE on
34004         HP-UX 10.20.
34005         From Bob Proulx.
34006
34007 2000-07-02  Jim Meyering  <meyering@lucent.com>
34008
34009         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
34010
34011         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
34012         AC_LIBOBJ(function_name).
34013         * m4/chown.m4: Likewise.
34014         * m4/fnmatch.m4: Likewise.
34015         * m4/ftruncate.m4: Likewise.
34016         * m4/getgroups.m4: Likewise.
34017         * m4/getline.m4: Likewise.
34018         * m4/group-member.m4: Likewise.
34019         * m4/jm-macros.m4: Likewise.
34020         * m4/lstat.m4: Likewise.
34021         * m4/malloc.m4: Likewise.
34022         * m4/memcmp.m4: Likewise.
34023         * m4/nanosleep.m4: Likewise.
34024         * m4/putenv.m4: Likewise.
34025         * m4/realloc.m4: Likewise.
34026         * m4/regex.m4: Likewise.
34027         * m4/stat.m4: Likewise.
34028         * m4/strftime.m4: Likewise.
34029
34030 2000-07-02  Jim Meyering  <meyering@lucent.com>
34031
34032         * lib/quotearg.c (mbstate_t): Don't define here.
34033
34034 2000-07-02  Jim Meyering  <meyering@lucent.com>
34035
34036         * lib/nanosleep.c (SIGCONT): Define if not already defined.
34037
34038 2000-07-01  Jim Meyering  <meyering@lucent.com>
34039
34040         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
34041
34042 2000-07-01  Jim Meyering  <meyering@lucent.com>
34043
34044         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
34045         problem.
34046
34047 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
34048
34049         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
34050         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
34051
34052 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
34053
34054         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
34055         per change in ../m4/ls-mntd-fs.m4.
34056         (read_filesystem_list): Ignore symbolic links.
34057
34058 2000-06-29  Jim Meyering  <meyering@lucent.com>
34059
34060         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
34061         for declaration of strcmp.
34062
34063         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
34064
34065         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
34066         Avoid warning by casting result to `char *' to remove `const'.
34067
34068 2000-06-28  Jim Meyering  <meyering@lucent.com>
34069
34070         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
34071         included by quotearg.c, for which we perform this test.  From
34072         Bruno Haible.
34073
34074 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
34075
34076         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
34077         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
34078         <utmpx.h> exists, put readutmp.o into LIBOBJS.
34079
34080 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
34081
34082         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
34083
34084 2000-06-26  Paul Eggert  <eggert@twinsun.com>
34085
34086         savedir now sets errno on failure and invokes xmalloc to get memory.
34087         Fix a couple of other minor bugs while we're at it.
34088
34089         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
34090         (NAMLEN): Remove macro.
34091         (malloc, realloc): Remove decls.
34092         (stpcpy): Likewise.
34093         ("xalloc.h"): Include.
34094         (NAME_SIZE_DEFAULT): New macro.
34095         (savedir): Use xmalloc / xrealloc to allocate memory.
34096         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
34097         Skip "" directory entries.
34098         Use strlen to calculate directory entry length, since the old method
34099         is rarely used these days and isn't worth supporting.
34100         Don't use a pointer after freeing it.
34101         Check for integer overflow when calculating allocation size.
34102         Use memcpy to copy entries, instead of stpcpy.
34103         Set errno properly when returning NULL.
34104         Check for readdir error.
34105
34106 2000-06-26  Jim Meyering  <meyering@lucent.com>
34107
34108         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
34109
34110 2000-06-25  Jim Meyering  <meyering@lucent.com>
34111
34112         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
34113         Linux header bug when _XOPEN_SOURCE is defined to 500.
34114
34115 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
34116
34117         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
34118         deficiency.
34119
34120 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
34121
34122         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
34123         Include xalloc.h.
34124         Don't include <stdlib.h>.  Don't declare malloc, realloc.
34125
34126 2000-06-24  Jim Meyering  <meyering@lucent.com>
34127
34128         * m4/strerror_r.m4: Revive this file -- to try out an experimental
34129         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
34130         for which strerror does return char*, but which lacks a conveniently
34131         accessible declaration of the function.  If the compile-test says
34132         strerror_r doesn't work, then resort to a `run'-test that works on
34133         BeOS and segfaults on DEC Unix.
34134
34135 2000-06-24  Jim Meyering  <meyering@lucent.com>
34136
34137         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
34138
34139 2000-06-23  Paul Eggert  <eggert@twinsun.com>
34140
34141         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
34142         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
34143
34144 2000-06-23  Paul Eggert  <eggert@twinsun.com>
34145
34146         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
34147         (mbrtowc, mbstate_t): Define substitutes if
34148         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
34149         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
34150         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
34151
34152 2000-06-23  Jim Meyering  <meyering@lucent.com>
34153
34154         * m4/afs.m4: Add missing AC_MSG_RESULT.
34155         Reported by Bruno Haible.
34156
34157         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
34158         Suggestion from Bruno Haible.
34159
34160 2000-06-23  Jim Meyering  <meyering@lucent.com>
34161
34162         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
34163
34164 2000-06-21  Jim Meyering  <meyering@lucent.com>
34165
34166         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
34167
34168 2000-06-21  Jim Meyering  <meyering@lucent.com>
34169
34170         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
34171         (noinst_HEADERS): Add getstr.h.
34172
34173         * lib/getline.c (getstr): Move into a separate file.
34174         * lib/getstr.c (getstr): New file, extracted from getline.c, with
34175         the following changes: new parameter, delim2; both delim[12]
34176         parameters have type `int', not `char'.  The latter would lose
34177         with 8-bit delimiters.
34178         * lib/getstr.h: New file.
34179
34180 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
34181
34182         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
34183         than 1024, return a memory chunk of least possible size, instead
34184         of size PATH_MAX + 2. In the loop, increment the size proportionally.
34185         Use free/xmalloc instead of xrealloc to avoid copying for very long
34186         paths.
34187
34188 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
34189
34190         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
34191         the empty string.
34192
34193 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
34194
34195         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
34196         address, not strdup.  Include <stdlib.h> and don't declare free().
34197
34198 2000-06-19  Jim Meyering  <meyering@lucent.com>
34199
34200         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
34201
34202 2000-06-18  Jim Meyering  <meyering@lucent.com>
34203
34204         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
34205
34206         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
34207         `checking whether...' message to be consistent with that of the
34208         lstat test.
34209
34210 2000-06-18  Jim Meyering  <meyering@lucent.com>
34211
34212         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
34213         Besides, these days every porting target provides a mkdir function.
34214
34215         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
34216         needed. (this snippet comes from src/system.h).
34217
34218 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
34219
34220         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
34221
34222 2000-06-15  Paul Eggert  <eggert@twinsun.com>
34223
34224         * lib/human.c (adjust_value): New function.
34225         (human_readable_inexact): Apply rounding style even when
34226         printing approximate values.
34227
34228 2000-06-14  Paul Eggert  <eggert@twinsun.com>
34229
34230         * lib/human.c (human_readable_inexact): Allow an input block
34231         size that is not a multiple of the output block size, and vice versa.
34232         Reported by Piergiorgio Sartor.
34233
34234 2000-06-14  Paul Eggert  <eggert@twinsun.com>
34235
34236         * lib/getdate.y (get_date): Apply relative times after time
34237         zone indicator, not before.  Reported by Todd A. Jacobs.
34238
34239 2000-06-13  Jim Meyering  <meyering@lucent.com>
34240
34241         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
34242
34243         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
34244
34245 2000-06-12  Paul Eggert  <eggert@twinsun.com>
34246
34247         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
34248
34249 2000-06-12  Jim Meyering  <meyering@lucent.com>
34250
34251         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
34252         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
34253         optional argument.
34254         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
34255         the optional argument, `lib'.
34256
34257 2000-06-08  Jim Meyering  <meyering@lucent.com>
34258
34259         * m4/largefile.m4: Remove file (now that it's part of autoconf).
34260
34261 2000-06-04  Paul Eggert  <eggert@twinsun.com>
34262
34263         Rewrite largefile configuration so that we don't need to run
34264         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
34265         AC_CANONICAL_HOST in configure.in -- jmm]
34266
34267         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
34268         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
34269         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
34270         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
34271         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
34272         All uses changed.
34273         Instead of inspecting the output of getconf, try to compile the
34274         test program without and with the macro definition.
34275         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
34276         for getconf.  Instead, check for the needed flags by compiling
34277         test programs.
34278
34279 2000-06-04  Paul Eggert  <eggert@twinsun.com>
34280
34281         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
34282
34283 2000-06-04  Jim Meyering  <meyering@lucent.com>
34284
34285         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
34286         SunOS 4.1.4 for which gid_t is an unsigned type.
34287
34288 2000-06-03  Jim Meyering  <meyering@lucent.com>
34289
34290         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
34291         now that autoconf requires that.
34292
34293         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
34294         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
34295         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
34296
34297 2000-06-03  Jim Meyering  <meyering@lucent.com>
34298
34299         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
34300
34301 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
34302
34303         * m4/glibc21.m4: New file.
34304         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
34305
34306 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
34307
34308         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
34309         newer, don't install charset.alias.
34310         * lib/config.charset: Change the Linux/glibc rules so they become empty
34311         on glibc-2.1 or newer.
34312
34313 2000-06-02  Jim Meyering  <meyering@lucent.com>
34314
34315         * lib/mountlist.c: Back out last change.  Instead, do this...
34316         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
34317         me_dummy member using the same `ignore'-testing code.
34318         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
34319         fs_type strings.
34320         From Mark D. Roth.
34321
34322 2000-05-29  Jim Meyering  <meyering@lucent.com>
34323
34324         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
34325         mounts with the `ignore' attribute.  Based on a patch from
34326         Mark D. Roth.
34327
34328 2000-05-28  Jim Meyering  <meyering@lucent.com>
34329
34330         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
34331         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34332         * m4/stat.m4: Likewise.
34333         * m4/lstat.m4: Likewise.
34334         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
34335
34336         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
34337         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
34338
34339 2000-05-26  Jim Meyering  <meyering@lucent.com>
34340
34341         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
34342
34343 2000-05-24  Jim Meyering  <meyering@lucent.com>
34344
34345         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
34346         autoconf requires that.
34347         * m4/lib-check.m4: Likewise.
34348         * m4/jm-macros.m4: Likewise.
34349         * m4/strftime.m4: Likewise.
34350
34351         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
34352         AC_CHECK_DECLS, now that autoconf requires that.
34353
34354 2000-05-22  Jim Meyering  <meyering@lucent.com>
34355
34356         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34357         * m4/lstat.m4: Likewise.
34358
34359 2000-05-22  Jim Meyering  <meyering@lucent.com>
34360
34361         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
34362
34363 2000-05-20  Jim Meyering  <meyering@lucent.com>
34364
34365         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
34366         (jm_PREREQ): Use it.
34367
34368 2000-05-18  Jim Meyering  <meyering@lucent.com>
34369
34370         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
34371         back, too, since it may have been modified by allocate_entry.
34372         (hash_delete): Rewrite to use neither the assignment operator
34373         nor the comma operator in an if-expression.
34374
34375 2000-05-15  Paul Eggert  <eggert@twinsun.com>
34376
34377         * lib/closeout.c:
34378         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
34379         Remove; no longer needed.
34380         "quotearg.h": Add include.
34381         (file_name): Do not bother to explicitly initialize to NULL; it's less
34382         efficient on some hosts.
34383         (close_stdout_status): Remove test as to whether stdout was already
34384         closed; it breaks for the case "echo x | sort >&-".
34385         Quote file name colons.
34386         Do not assume that _("write error") lacks format strings.
34387
34388 2000-05-15  Jim Meyering  <meyering@lucent.com>
34389
34390         * lib/version-etc.c (version_etc_copyright): Update the copyright
34391         string used in all --version output.
34392
34393 2000-05-14  Jim Meyering  <meyering@lucent.com>
34394
34395         * lib/closeout.c (close_stdout_set_file_name): New function.
34396         (close_stdout_status): Use new file-scoped global.
34397         Return right away if fstat says the stdout file descriptor is invalid.
34398         * lib/closeout.h (close_stdout_set_file_name): Declare.
34399
34400 2000-05-10  Jim Meyering  <meyering@lucent.com>
34401
34402         * lib/closeout.c [default_exit_status]: New file-scoped variable.
34403         (close_stdout_set_status): New function.
34404         * lib/closeout.h (close_stdout_set_status): Declare.
34405
34406 2000-05-09  Jim Meyering  <meyering@lucent.com>
34407
34408         * m4/gettext.m4: Rename this...
34409         * m4/libintl.m4: ...to this.
34410
34411 2000-05-08  Jim Meyering  <meyering@lucent.com>
34412
34413         * lib/long-options.c: Don't include closeout.h.
34414         (parse_long_options): Don't call close_stdout for --version.
34415
34416 2000-05-06  Paul Eggert  <eggert@twinsun.com>
34417
34418         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
34419         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
34420         2.1.3 bug.  This avoids a clash when files like regex.c define
34421         _GNU_SOURCE.
34422
34423 2000-05-06  Jim Meyering  <meyering@lucent.com>
34424
34425         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
34426         (AC_REPLACE_FUNCS): Add strnlen.
34427
34428         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
34429         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
34430
34431         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
34432         AC_SEARCH_LIBS call for nanosleep.
34433         (LIB_NANOSLEEP): Set and AC_SUBST.
34434
34435 2000-05-06  Jim Meyering  <meyering@lucent.com>
34436
34437         * lib/strnlen.c: Undefine __strnlen and strnlen.
34438         [!weak_alias]: Define __strnlen to strnlen.
34439
34440         * lib/atexit.c: New file, from libiberty.
34441
34442 2000-05-06  Jim Meyering  <meyering@lucent.com>
34443
34444         * lib/closeout.c (close_stdout_status): Also check for errors on the
34445         stderr stream.
34446
34447 2000-05-05  Jim Meyering  <meyering@lucent.com>
34448
34449         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
34450         AC_SEARCH_LIBS call for clock_gettime.
34451         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
34452
34453         * m4/search-libs.m4: Update from autoconf.
34454
34455         su doesn't work on Solaris 2.6.
34456         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
34457         <shadow.h>.  Reported by Dragos Harabor.
34458
34459 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
34460
34461         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
34462         memcpy instead of xmalloc, xrealloc, path_concat.
34463         (locale_charset): Treat empty environment variables as absent.
34464         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
34465
34466 2000-05-04  Jim Meyering  <meyering@lucent.com>
34467
34468         * lib/getopt.c: Update from glibc.
34469         * lib/obstack.c: Likewise.
34470         * lib/obstack.h: Likewise.
34471         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
34472         file
34473
34474         * lib/regex.h: Likewise.
34475         * lib/strndup.c: Likewise.
34476         * lib/strnlen.c: New file, from glibc.
34477
34478 2000-05-03  Jim Meyering  <meyering@lucent.com>
34479
34480         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
34481
34482 2000-05-02  Paul Eggert  <eggert@twinsun.com>
34483
34484         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
34485         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
34486         compile-time test, rather than inspecting host and OS, to
34487         decide whether to define _LARGEFILE_SOURCE.
34488
34489 2000-05-01  Jim Meyering  <meyering@lucent.com>
34490
34491         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
34492
34493         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
34494         Based on a patch from Bruno Haible.
34495
34496 2000-05-01  Jim Meyering  <meyering@lucent.com>
34497
34498         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
34499
34500 2000-04-29  Jim Meyering  <meyering@lucent.com>
34501
34502         * lib/path-concat.c: Declare strdup only if it's not defined.
34503         * lib/canon-host.c: Likewise.
34504
34505 2000-04-28  Jim Meyering  <meyering@lucent.com>
34506
34507         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
34508         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
34509         is included first, then limits.h is included by locale.h by libintl.h.
34510         From John David Anglin.
34511
34512 2000-04-25  Jim Meyering  <meyering@lucent.com>
34513
34514         * lib/makepath.c (S_IRWXUGO): Define.
34515         (make_path): Always perform explicit chmod if MODE specifies any
34516         of the `special' permission bits.  Prompted by a bug report against
34517         install from Mate Wierdl and Joost van Baal.
34518
34519 2000-04-18  Jim Meyering  <meyering@lucent.com>
34520
34521         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
34522         (jm_PREREQ): Use it.
34523
34524 2000-04-18  Jim Meyering  <meyering@lucent.com>
34525
34526         * lib/README: New file.
34527
34528         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
34529         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
34530
34531 2000-04-17  Jim Meyering  <meyering@lucent.com>
34532
34533         Get it right :-)
34534         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
34535         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
34536         Suggestion from Akim Demaille.
34537
34538 2000-04-17  Jim Meyering  <meyering@lucent.com>
34539
34540         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
34541         the definition of it to rpl_strftime also defined-away the system's
34542         declaration.
34543
34544 2000-04-15  Jim Meyering  <meyering@lucent.com>
34545
34546         Use `C' to denote so-called `contiguous' files, the same way
34547         that tar does.
34548         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
34549         (ftypelet): Use S_ISCTG.
34550         From Michael Deutschmann.
34551
34552 2000-04-14  Jim Meyering  <meyering@lucent.com>
34553
34554         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
34555         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
34556         clobbered.
34557
34558 2000-04-14  Jim Meyering  <meyering@lucent.com>
34559
34560         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
34561
34562 2000-04-13  Jim Meyering  <meyering@lucent.com>
34563
34564         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
34565         AH_VERBATIM to insert required #ifndef into config.h.in.
34566         Suggestion from Akim Demaille.
34567
34568 2000-04-12  Jim Meyering  <meyering@lucent.com>
34569
34570         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
34571         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
34572         Christian Krackowizer.
34573
34574         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
34575         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
34576         (AC_SYS_LARGEFILE): Require.
34577         (AM_C_PROTOTYPES): Require.
34578
34579 2000-04-08  Jim Meyering  <meyering@lucent.com>
34580
34581         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
34582         names don't conflict.  Reported by Eli Zaretskii.
34583
34584 2000-04-07  Jim Meyering  <meyering@lucent.com>
34585
34586         * lib/putenv.c: Move inclusion of errno.h so it follows that of
34587         sys/types.h, to work around system header problems on AIX 3.2.5.
34588         From Bruno Haible.
34589
34590 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
34591
34592         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
34593         bug.  Deal with the different error behavior of Irix iconv.
34594
34595 2000-04-05  Paul Eggert  <eggert@twinsun.com>
34596
34597         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
34598         IRIX if the installer said otherwise.
34599
34600 2000-04-05  Jim Meyering  <meyering@lucent.com>
34601
34602         Portability tweaks required for ultrix4.3.
34603         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
34604         (jm_CHECK_DECLS): Add getutent to the list of functions.
34605         (_jm_DECL_HEADERS): Add utmpx.h.
34606         From John David Anglin.
34607
34608         * m4/strftime.m4: Back out the 2000-04-02 change.
34609         Instead of that change, simply undefine putenv in the test program.
34610
34611 2000-04-05  Jim Meyering  <meyering@lucent.com>
34612
34613         Portability tweaks required for ultrix4.3.
34614         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
34615         getutent.
34616         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
34617         * lib/canon-host.c: Declare strdup.
34618         * lib/path-concat.c: Likewise.
34619         From John David Anglin.
34620
34621 2000-04-04  Jim Meyering  <meyering@lucent.com>
34622
34623         Be more DOS 8.3-friendly.
34624         * lib/ref-add.sin: Renamed from ref-add.sed.in.
34625         * lib/ref-del.sin: Renamed from ref-del.sed.in.
34626         * lib/Makefile.am: Reflect renaming.
34627         Reported by Eli Zaretskii.
34628
34629         Use a temporary file name that won't clash with `charset.alias'
34630         in the DOS 8.3 name space.
34631         * lib/Makefile.am (charset_tmp): Define.
34632         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
34633         (uninstall-local): Likewise.
34634         Reported by Eli Zaretskii.
34635
34636 2000-04-03  Jim Meyering  <meyering@lucent.com>
34637
34638         * m4/gettext.m4: Fix typo in comment.
34639
34640         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
34641         textutils/configure.in).  Suggestion from Paul Eggert.
34642         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
34643
34644 2000-04-02  Paul Eggert  <eggert@twinsun.com>
34645
34646         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
34647         variable in the shell rather than using putenv, which isn't
34648         portable.  This avoids the configure-time inter-test dependency
34649         on the potentially-renamed putenv function.
34650
34651 2000-03-30  Paul Eggert  <eggert@twinsun.com>
34652
34653         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
34654         before checking struct stat.st_blksize, so that
34655         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
34656
34657 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34658
34659         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
34660         since strftime.c uses HAVE_STRFTIME to decide whether to use
34661         the underlying strftime.
34662
34663 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34664
34665         * lib/time/strftime.c (my_strftime): Make sure we call the system
34666         strftime, not ourselves, when invoking the underlying strftime.
34667
34668 2000-03-24  Jim Meyering  <meyering@lucent.com>
34669
34670         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
34671         (charset_alias): Define.
34672         (install-exec-local): Factor out common code.
34673         (uninstall-local): Split lines longer than 80.
34674         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
34675         (SUFFIXES): Define.
34676         (.sed.in.sed): New rule.  Don't redirect directly to $@.
34677         (CLEANFILES): Add ref-add.sed and ref-del.sed.
34678
34679 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
34680
34681         * lib/config.charset: Output a line containing "Packages using this
34682         file".
34683         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
34684         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
34685         ref-del.sed): New rules.
34686
34687 2000-03-17  Jim Meyering  <meyering@lucent.com>
34688
34689         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
34690         Otherwise, include <strings.h>
34691
34692 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
34693
34694         * lib/unicodeio.c (utf8_wctomb): New function.
34695         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
34696         format instead of in UCS-4 with platform dependent endianness.
34697
34698 2000-03-10  Jim Meyering  <meyering@lucent.com>
34699
34700         * m4/lib-check.m4: Look for getspnam in -lgen, too.
34701         From Marco Franzen.
34702
34703 2000-03-07  Paul Eggert  <eggert@twinsun.com>
34704
34705         * lib/savedir.c (savedir): Work even if directory size is
34706         negative; this can happen with some screwy NFS configurations.
34707
34708 2000-03-06  Jim Meyering  <meyering@lucent.com>
34709
34710         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
34711         if it's NULL (because we ran out of memory).  From Bruno Haible.
34712
34713 2000-03-05  Jim Meyering  <meyering@lucent.com>
34714
34715         * lib/localcharset.c ("path-concat.h"): Include.
34716         (get_charset_aliases): Use path_concat instead of ANSI string
34717         concatenation.
34718
34719         * lib/unicodeio.h (PARAMS): Define.
34720         Use it to guard prototype.
34721
34722 2000-03-04  Jim Meyering  <meyering@lucent.com>
34723
34724         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
34725         for lib/localcharset.c.
34726
34727 2000-03-04  Jim Meyering  <meyering@lucent.com>
34728
34729         * lib/Makefile.am (install-exec-local): Create $(libdir) before
34730         installing into it.
34731         (uninstall-local): Uncomment this rule so `make distcheck' works
34732         once again.
34733
34734         * lib/unicodeio.c (<errno.h>): Include it.
34735         (errno): Declare if not defined.
34736
34737         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
34738
34739         * lib/config.charset: New version, incorporating remarks from a linux
34740         i18n mailing list.  From Bruno Haible.
34741
34742 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
34743
34744         * m4/codeset.m4: New file.
34745         * m4/iconv.m4: New file.
34746         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
34747
34748 2000-03-03  Jim Meyering  <meyering@lucent.com>
34749
34750         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
34751
34752 2000-03-02  Jim Meyering  <meyering@lucent.com>
34753
34754         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
34755         the messages come out on separate lines.
34756
34757         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
34758         rather than jm_CHECK_DECLARATIONS.
34759         * m4/decl.m4: Remove now-unused file.
34760
34761         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
34762         geteuid.
34763
34764 2000-03-02  Jim Meyering  <meyering@lucent.com>
34765
34766         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
34767
34768 2000-03-01  Jim Meyering  <meyering@lucent.com>
34769
34770         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
34771         * lib/unicodeio.c: Likewise.
34772
34773 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
34774
34775         * lib/config.charset: New file.
34776         * lib/localcharset.c: New file.
34777         * lib/unicodeio.h, lib/unicodeio.c: New files.
34778         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
34779         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
34780         (noinst_HEADERS): Add unicodeio.h.
34781         (all-local, install-exec-local, charset.alias): New targets.
34782
34783 2000-02-28  Paul Eggert  <eggert@twinsun.com>
34784
34785         * lib/quotearg.c (ALERT_CHAR): New macro.
34786         (quotearg_buffer_restyled): Use it.
34787
34788 2000-02-27  Jim Meyering  <meyering@lucent.com>
34789
34790         * m4/check-decl.m4: Add getenv to the list.
34791
34792 2000-02-27  Jim Meyering  <meyering@lucent.com>
34793
34794         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
34795         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
34796
34797         * lib/backupfile.c: Guard inclusion of stdlib.h with
34798         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
34799         Declare malloc if needed.
34800
34801         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
34802         `#ifndef HAVE_DECL..'
34803         now that autoconf always defines the HAVE_DECL_ symbols.
34804         * lib/human.c: Likewise.
34805         * lib/same.c: Likewise.
34806         * lib/strtoumax.c: Likewise.
34807
34808         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
34809         declaration check was not run.
34810         * lib/hash.c: Likewise.
34811         * lib/human.c: Likewise.
34812         * lib/same.c: Likewise.
34813         * lib/strtoumax.c: Likewise.
34814
34815         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
34816         `.', then first look up the entire `.'-containing string as a login
34817         name.
34818
34819 2000-02-23  Jim Meyering  <meyering@lucent.com>
34820
34821         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
34822         in place of my hack.
34823
34824 2000-02-18  Paul Eggert  <eggert@twinsun.com>
34825
34826         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
34827         (textint): New typedef.
34828         (parser_control): Member year changed from int to textint.
34829         All uses changed.
34830         (YYSTYPE): Removed; replaced by %union with int and textint members.
34831         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
34832         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
34833         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
34834         (tSNUMBER, tUNUMBER): Now of type <textintval>.
34835         (date, number, to_year): Use width of number in digits, not its value,
34836         to determine whether it's a 2-digit year, or a 2-digit time.
34837         (yylex): Store number of digits of numeric tokens.
34838         Reported by John Kendall.
34839
34840         (parser_control): Changed from struct parser_control to typedef (for
34841         consistency).  All uses changed.
34842
34843         (tID): Removed; not used.
34844         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
34845
34846 2000-02-14  Paul Eggert  <eggert@twinsun.com>
34847
34848         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
34849         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
34850
34851 2000-02-12  Jim Meyering  <meyering@lucent.com>
34852
34853         * lib/userspec.c (ISDIGIT): Define it.
34854         (isdigit): Remove definition.
34855         (is_number): Use ISDIGIT, not isdigit.
34856         <libintl.h>: Include.
34857         (_ and N_): Define.
34858         (parse_user_spec): Mark translatable strings.
34859
34860 2000-02-10  Jim Meyering  <meyering@lucent.com>
34861
34862         With these changes, nanosleep.[ch] are finally enough like the other
34863         lib/* replacement files to compile on a few more losing systems.
34864
34865         * lib/nanosleep.h: Don't include config.h.
34866         Remove prototype from declaration of nanosleep.
34867         (PARAMS): Remove now-unneeded definition.
34868         * lib/nanosleep.c: #undef nanosleep.
34869         (rpl_nanosleep): Rename from nanosleep.
34870
34871 2000-02-10  Jim Meyering  <meyering@lucent.com>
34872
34873         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
34874         gnu_nanosleep to rpl_nanosleep.
34875
34876 2000-02-09  Jim Meyering  <meyering@lucent.com>
34877
34878         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
34879         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
34880
34881 2000-02-08  Akim Demaille  <akim@epita.fr>
34882
34883         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
34884         `[' and `]' and remove uses of `changequote'.
34885         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
34886         (AC_SYS_LARGEFILE): Likewise.
34887         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
34888         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
34889         of changequote.
34890         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
34891         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
34892         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
34893         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
34894
34895 2000-02-05  Jim Meyering  <meyering@lucent.com>
34896
34897         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
34898         Remove explicit use of AC_HEADER_TIME.  It is required by
34899         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
34900         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
34901         in autoconf whereby the expansion of the latter ended up preceding
34902         the expansion of its prerequisite, AC_HEADER_TIME.
34903         Reported by Volker Borchert.
34904
34905 2000-02-03  Jim Meyering  <meyering@lucent.com>
34906
34907         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
34908
34909 2000-02-03  Jim Meyering  <meyering@lucent.com>
34910
34911         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
34912         rather than with `#if HAVE_UTMPNAME'.
34913
34914 2000-02-02  Jim Meyering  <meyering@lucent.com>
34915
34916         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
34917         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
34918         Reported by Eli Zaretskii.
34919
34920 2000-02-01  Jim Meyering  <meyering@lucent.com>
34921
34922         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
34923
34924 2000-01-31  Jim Meyering  <meyering@lucent.com>
34925
34926         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
34927         functions.  Add the time.h and sys/time.h headers along with the
34928         AC_REQUIRE'ment of AC_HEADER_TIME.
34929
34930 2000-01-31  Jim Meyering  <meyering@lucent.com>
34931
34932         * lib/nanosleep.h (nanosleep): Guard declaration with
34933         `#if ! HAVE_DECL_NANOSLEEP'.
34934         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
34935         the declaration in that vendor's sys/timers.h.
34936         Reported by Christian Krackowizer.
34937
34938         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
34939         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
34940         (ISPRINT): Likewise.
34941         Reported by Tom Tromey.
34942
34943 2000-01-30  Jim Meyering  <meyering@lucent.com>
34944
34945         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
34946
34947         * m4/prereq.m4 (utmp_includes): Define.
34948         Check for ut_user and ut_name members in both struct utmpx
34949         and struct utmp.
34950
34951 2000-01-30  Jim Meyering  <meyering@lucent.com>
34952
34953         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
34954         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
34955         header files where only utmpx.ut_user is declared.
34956
34957         * lib/readutmp.h (UT_USER): Define.
34958
34959 2000-01-29  Jim Meyering  <meyering@lucent.com>
34960
34961         * m4/lib-check.m4: New file containing library-related checks from
34962         fileutils and sh-utils (textutils had none).
34963
34964 2000-01-28  Jim Meyering  <meyering@lucent.com>
34965
34966         * m4/perl.m4: Change format of warning message to look more like that
34967         from the missing script.  Suggestion from François Pinard.
34968
34969 2000-01-25  Jim Meyering  <meyering@lucent.com>
34970
34971         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
34972         well as time.h in the compile check.
34973         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
34974         Fix typo in cross-compiling case: s/yes/no/.
34975
34976 2000-01-23  Jim Meyering  <meyering@lucent.com>
34977
34978         * m4/jm-macros.m4: Move df-related tests here from
34979         fileutils/configure.in
34980
34981         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
34982         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
34983
34984         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
34985         s/space/ac_fsusage_space/.
34986         (jm_FILE_SYSTEM_USAGE): Take two parameters.
34987
34988         * m4/ftruncate.m4: New file (derived from part of
34989         fileutils/configure.in).
34990         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
34991         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
34992
34993         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
34994         AC_SUBST these here, rather than just in sh-util/configure.in, so
34995         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
34996         all the same.
34997         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
34998         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
34999         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
35000         (AC_SUBST(POW_LIBM)): Likewise.
35001         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
35002
35003 2000-01-23  Jim Meyering  <meyering@lucent.com>
35004
35005         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
35006         obstack.c.
35007
35008 2000-01-22  Jim Meyering  <meyering@lucent.com>
35009
35010         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
35011
35012         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
35013
35014         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
35015         configure.in
35016         (AC_CHECK_HEADERS): Likewise for sh-utils.
35017         (AC_CHECK_HEADERS): Likewise for textutils.
35018         Merge the three lists of headers.
35019
35020         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
35021         from fileutils' configure.in.
35022
35023         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
35024         code. Moved tests into their own function (_jm_DECL_HEADERS) in
35025         check-decl.m4.
35026
35027         * m4/check-decl.m4: Use #if rather than #ifdef.
35028         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
35029         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
35030         (_jm_DECL_HEADERS): Define new function.
35031         (jm_CHECK_DECLARATIONS): Require it.
35032
35033 2000-01-22  Jim Meyering  <meyering@lucent.com>
35034
35035         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
35036         [! HAVE_DECL_STRTOULL]: Declare strtoull.
35037         Required for some AIX systems.  Reported by Christian Krackowizer.
35038         [TESTING] (main): New function.
35039
35040         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
35041         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
35042         letters.
35043
35044         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
35045         iswprint.
35046
35047         * lib/strverscmp.c (ISDIGIT): Define.
35048         (strverscmp): Use ISDIGIT, not isdigit.
35049
35050 2000-01-19  Jim Meyering  <meyering@lucent.com>
35051
35052         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
35053         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
35054         defines `struct timespec' in <sys/time.h>
35055
35056         * m4/c-bs-a.m4: Remove uses of changequote altogether.
35057         Thanks to Akim for explaining.
35058
35059 2000-01-17  Paul Eggert  <eggert@twinsun.com>
35060
35061         * lib/nanosleep.c (nanosleep):
35062         Don't use SA_INTERRUPT to decide whether to call sigaction, as
35063         POSIX.1 doesn't require SA_INTERRUPT and some systems
35064         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
35065         it's been part of POSIX.1 since day 1 (in 1988).
35066
35067 2000-01-17  Jim Meyering  <meyering@lucent.com>
35068
35069         * lib/interlock: Remove unused file.  Reported by François Pinard.
35070
35071 2000-01-16  Paul Eggert  <eggert@twinsun.com>
35072
35073         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
35074         alert, backslash, formfeed, and vertical tab unnecessarily in
35075         shell quoting style.
35076
35077 2000-01-16  Jim Meyering  <meyering@lucent.com>
35078
35079         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
35080         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
35081         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
35082         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
35083
35084 2000-01-16  Jim Meyering  <meyering@lucent.com>
35085
35086         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
35087         because the latter didn't work.
35088
35089 2000-01-15  Jim Meyering  <meyering@lucent.com>
35090
35091         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
35092         (AC_REPLACE_FUNCS): Add memcpy and memset.
35093         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
35094         Add strpbrk.
35095         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
35096
35097 2000-01-12  Jim Meyering  <meyering@lucent.com>
35098
35099         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
35100         (jm_PREREQ): Use it.
35101         (jm_PREREQ_READUTMP): New macro.
35102         (jm_PREREQ): Use it.
35103
35104 2000-01-11  Paul Eggert  <eggert@twinsun.com>
35105
35106         Quote multibyte characters correctly.
35107         * m4/c-bs-a.m4: New file.
35108         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
35109         (jm_PREREQ): Use it.
35110
35111 2000-01-11  Paul Eggert  <eggert@twinsun.com>
35112
35113         * m4/uintmax_t.m4: Port to autoconf 2.13.
35114
35115 2000-01-08  Jim Meyering  <meyering@ascend.com>
35116
35117         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
35118         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
35119
35120 2000-01-04  Jim Meyering  <meyering@ascend.com>
35121
35122         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
35123         jm_STRUCT_DIRENT_D_TYPE.
35124         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
35125         jm_STRUCT_DIRENT_D_INO.
35126         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
35127         jm_STRUCT_UTIMBUF.
35128         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
35129         renamings.
35130         * m4/utime.m4: Likewise.
35131
35132         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
35133         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
35134
35135 2000-01-03  Paul Eggert  <eggert@twinsun.com>
35136
35137         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
35138         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
35139
35140 2000-01-02  Jim Meyering  <meyering@ascend.com>
35141
35142         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
35143         remember if this is necessary.
35144
35145 1999-12-26  Jim Meyering  <meyering@ascend.com>
35146
35147         * m4/jm-macros.m4: Use it here.
35148         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
35149
35150 1999-12-23  Jim Meyering  <meyering@ascend.com>
35151
35152         * m4/jm-macros.m4: Check for clock_gettime (moved from
35153         fileutils/configure.in)
35154         Check for gettimeofday.
35155
35156 1999-12-20  Jim Meyering  <meyering@ascend.com>
35157
35158         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
35159         autoconf-2.14a-1999-12-20.
35160
35161 1999-12-19  Jim Meyering  <meyering@ascend.com>
35162
35163         * m4/lstat-slash.m4: New file.
35164         * m4/jm-macros.m4: Use the new macro:
35165         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35166
35167 1999-12-07  Jim Meyering  <meyering@ascend.com>
35168
35169         * m4/perl.m4: Require that File::Compare be available, too.
35170         Too many systems seem to lack it.
35171
35172         * m4/strftime.m4: Add checks for most of the cpp macros tested in
35173         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
35174
35175 1999-11-18  Paul Eggert  <eggert@twinsun.com>
35176
35177         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
35178         problem with the QNX 4.25 shell, which doesn't propagate exit
35179         status of failed commands inside shell assignments.
35180
35181 1999-11-17  Jim Meyering  <meyering@ascend.com>
35182
35183         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
35184
35185 1999-11-07  Jim Meyering  <meyering@ascend.com>
35186
35187         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
35188
35189 1999-11-06  Jim Meyering  <meyering@ascend.com>
35190
35191         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
35192         * m4/jm-macros.m4 (jm_MACROS): Use it here.
35193
35194 1999-11-05  Jim Meyering  <meyering@ascend.com>
35195
35196         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
35197         configure.in of textutils, fileutils, and sh-utils into this one
35198         (shared between those packages) file.
35199         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
35200         AC_STRUCT_ST_BLKSIZE.
35201
35202 1999-11-03  Jim Meyering  <meyering@ascend.com>
35203
35204         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
35205         of AC_CHECK_TYPE checks includes unistd.h.
35206         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
35207         Suggestion from Akim Demaille.
35208
35209 1999-10-30  Jim Meyering  <meyering@ascend.com>
35210
35211         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
35212         m4-quoted string.
35213         * m4/ls-mntd-fs.m4: Likewise.
35214         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
35215         * m4/jm-winsz1.m4: Likewise.
35216
35217         * m4/const.m4: Remove file, since the fix made it into the experimental
35218         version of autoconf.
35219         * m4/mktime.m4: Likewise.
35220
35221         * m4/check-type.m4: Remove file, now that the latest version of
35222         AC_CHECK_TYPE takes a third arg to specify additional #includes.
35223
35224         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
35225         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
35226         AC_CHECK_TYPE.
35227
35228 1999-10-04  Jim Meyering  <meyering@ascend.com>
35229
35230         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
35231
35232 1999-09-22  Paul Eggert  <eggert@twinsun.com>
35233
35234         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
35235         2.95.1 bug with HP-UX 10.20.
35236
35237 1999-09-17  Jim Meyering  <meyering@ascend.com>
35238
35239         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
35240         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
35241         due to missing strdup (against sh-utils-2.0).
35242
35243 1999-08-29  Jim Meyering  <meyering@ascend.com>
35244
35245         * m4/jm-macros.m4: Require jm_BISON.
35246         * m4/bison.m4: New file.
35247
35248 1999-08-17  Paul Eggert  <eggert@twinsun.com>
35249
35250         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
35251         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
35252
35253 1999-08-05  Jim Meyering  <meyering@ascend.com>
35254
35255         * m4/getline.m4: Rename test file from conftestdata to conftest.data
35256         to avoid conflicts with `conftest' on 8+3 filesystems.
35257         Suggestion from Eli Zaretskii.
35258
35259 1999-08-04  Jim Meyering  <meyering@ascend.com>
35260
35261         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
35262         fileutils and sh-utils (textutils's getline test was inadequate).
35263         (AM_FUNC_GETLINE): Run this test.
35264         (AC_CHECK_FUNCS): Check for getdelim.
35265         Reported by Bob Proulx.
35266
35267 1999-08-02  Jim Meyering  <meyering@ascend.com>
35268
35269         * m4/jm-macros.m4: Add a comment.
35270
35271 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35272
35273         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
35274         <inttypes.h> defines strtoumax as a macro (and not as a
35275         function).
35276
35277 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35278
35279         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
35280         that we can shift, multiply and divide unsigned long long
35281         values; Ultrix cc can't do it.
35282
35283 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35284
35285         * m4/mktime.m4: New file, which is a preview of what should appear
35286         in the next public autoconf release.
35287
35288 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35289
35290         * m4/lfs.m4: Remove this file.
35291         * m4/largefile.m4: New file.  It contains the old contents of
35292         lfs.m4, except that all names with prefix AC_LFS have been
35293         changed to use the prefix AC_SYS_LARGEFILE instead, to be
35294         compatible with future autoconf versions.  Also, some minor m4
35295         quoting problems have been fixed.
35296
35297 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35298
35299         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
35300         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
35301         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
35302         and simplify the shell code.
35303
35304 1999-08-01  Jim Meyering  <meyering@ascend.com>
35305
35306         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
35307         m4.
35308
35309 1999-07-20  Jim Meyering  <meyering@ascend.com>
35310
35311         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
35312
35313 1999-07-15  Jim Meyering  <meyering@ascend.com>
35314
35315         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
35316
35317 1999-05-22  Jim Meyering  <meyering@ascend.com>
35318
35319         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
35320
35321 1999-05-20  Jim Meyering  <meyering@ascend.com>
35322
35323         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
35324         Add a colon after each `then' in case $4 is empty.
35325
35326 1999-05-16  Jim Meyering  <meyering@ascend.com>
35327
35328         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
35329
35330 1999-05-10  Jim Meyering  <meyering@ascend.com>
35331
35332         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
35333
35334         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
35335         AC_FUNC_MKTIME.
35336
35337 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
35338
35339         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
35340
35341 1999-05-04  Paul Eggert  <eggert@twinsun.com>
35342
35343         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
35344         not CPPFLAGS, so that linking works correctly in IRIX.
35345
35346 1999-04-30  Paul Eggert  <eggert@twinsun.com>
35347
35348         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
35349
35350 1999-04-20  Paul Eggert  <eggert@twinsun.com>
35351
35352         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
35353         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
35354         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
35355         jm_AC_TYPE_UNSIGNED_LONG_LONG.
35356         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
35357
35358         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
35359
35360 1999-04-20  Jim Meyering  <meyering@ascend.com>
35361
35362         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
35363         AC_REPLACE xstroull if necessary.  From Paul Eggert.
35364         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
35365
35366 1999-04-18  Jim Meyering  <meyering@ascend.com>
35367
35368         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
35369         * m4/jm-macros.m4: Use it.
35370
35371 1999-04-06  Jim Meyering  <meyering@ascend.com>
35372
35373         * m4/strftime.m4: Remove test for %f.
35374
35375 1999-03-29  Jim Meyering  <meyering@ascend.com>
35376
35377         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
35378         superset of the AC_TYPE_* checks in the textutils, fileutils,
35379         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
35380         AC_TYPE_PID_T.
35381
35382 1999-03-28  Jim Meyering  <meyering@ascend.com>
35383
35384         * m4/jm-macros.m4: Define GNU_PACKAGE here.
35385         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
35386         replaced e.g., in the *.sh files of the sh-utils.
35387
35388 1999-03-20  Jim Meyering  <meyering@ascend.com>
35389
35390         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
35391         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
35392         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
35393
35394 1999-03-19  Jim Meyering  <meyering@ascend.com>
35395
35396         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
35397
35398 1999-03-12  Jim Meyering  <meyering@ascend.com>
35399
35400         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
35401
35402 1999-03-07  Jim Meyering  <meyering@ascend.com>
35403
35404         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
35405         declared.
35406
35407 1999-02-17  Jim Meyering  <meyering@ascend.com>
35408
35409         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
35410         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
35411
35412 1999-02-07  Jim Meyering  <meyering@ascend.com>
35413
35414         * m4/group-member.m4: New file -- extracted from sh-utils'
35415         configure.in.
35416
35417         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
35418         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
35419
35420 1999-02-06  Jim Meyering  <meyering@ascend.com>
35421
35422         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
35423         * m4/fnmatch.m4: Likewise.
35424         * m4/getgroups.m4: Likewise.
35425         * m4/lstat.m4: Likewise.
35426         * m4/malloc.m4: Likewise.
35427         * m4/putenv.m4: Likewise.
35428         * m4/realloc.m4: Likewise.
35429         * m4/regex.m4: Likewise.
35430         * m4/stat.m4: Likewise.
35431         * m4/strftime.m4: Likewise.
35432         Suggestion from Alain Magloire.
35433
35434         * m4/chown.m4: Use `.$ac_objext', not `.o'.
35435         * m4/fnmatch.m4: Likewise.
35436         * m4/getgroups.m4: Likewise.
35437         * m4/getline.m4: Likewise.
35438         * m4/lstat.m4: Likewise.
35439         * m4/malloc.m4: Likewise.
35440         * m4/memcmp.m4: Likewise.
35441         * m4/putenv.m4: Likewise.
35442         * m4/realloc.m4: Likewise.
35443         * m4/regex.m4: Likewise.
35444         * m4/stat.m4: Likewise.
35445         * m4/strftime.m4: Likewise.
35446         Suggestion from Alain Magloire.
35447
35448         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
35449         an argument.
35450
35451         * m4/regex.m4: Add a run-time Test for proper operation of
35452         re_compile_pattern.
35453
35454 1999-01-31  Jim Meyering  <meyering@ascend.com>
35455
35456         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
35457
35458 1999-01-30  Jim Meyering  <meyering@ascend.com>
35459
35460         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
35461
35462         * m4/jm-mktime.m4: Make this a wrapper around the official
35463         AM_FUNC_MKTIME rather than my private copy, now that the official one
35464         is up to date.
35465         * m4/mktime.m4: Remove file.
35466
35467         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
35468         * m4/uptime.m4: Likewise.
35469         * m4/uintmax_t.m4: Likewise.
35470
35471 1999-01-28  Jim Meyering  <meyering@ascend.com>
35472
35473         * m4/jm-macros.m4: Use jm_AFS.
35474         * m4/afs.m4: New file (from fileutils' configure.in).
35475
35476         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
35477         * m4/chown.m4: Likewise.
35478         * m4/d-ino.m4: Likewise.
35479         * m4/d-type.m4: Likewise.
35480         * m4/fnmatch.m4: Likewise.
35481         * m4/getgroups.m4: Likewise.
35482         * m4/gettext.m4: Likewise.
35483         * m4/jm-mktime.m4: Likewise.
35484         * m4/jm-winsz2.m4: Likewise.
35485         * m4/lcmessage.m4: Likewise.
35486         * m4/ls-mntd-fs.m4: Likewise.
35487         * m4/malloc.m4: Likewise.
35488         * m4/memcmp.m4: Likewise.
35489         * m4/putenv.m4: Likewise.
35490         * m4/realloc.m4: Likewise.
35491         * m4/st_mtim.m4: Likewise.
35492         * m4/strftime.m4: Likewise.
35493
35494 1999-01-16  Jim Meyering  <meyering@ascend.com>
35495
35496         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
35497         (ARGMATCH_DIE_DECL): Define.
35498
35499 1999-01-12  Jim Meyering  <meyering@ascend.com>
35500
35501         * m4/Makefile.am.in: Rewrite to avoid using fmt.
35502         Reported by Lars Hecking.
35503
35504 1999-01-10  Jim Meyering  <meyering@ascend.com>
35505
35506         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
35507         gross kludge.
35508         * m4/inttypes_h.m4: Likewise.
35509         * m4/lstat.m4: Likewise.
35510         * m4/malloc.m4: Likewise.
35511         * m4/readdir.m4: Likewise.
35512         * m4/realloc.m4: Likewise.
35513         * m4/st_dm_mode.m4: Likewise.
35514         * m4/stat.m4: Likewise.
35515         * m4/utimbuf.m4: Likewise.
35516         * m4/utimes.m4: Likewise.
35517
35518         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
35519         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
35520         comments in config.h.in are meaningful.
35521
35522         * m4/jm-macros.m4: Require autoconf-2.13 here.
35523
35524         * m4/regex.m4: By default, don't use the included regex.c on systems
35525         with glibc 2.  Suggestion from Uli Drepper.
35526
35527 1999-01-02  Jim Meyering  <meyering@ascend.com>
35528
35529         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
35530
35531 1998-12-18  Jim Meyering  <meyering@ascend.com>
35532
35533         * m4/Makefile.am.in (Makefile.am): Simplify rule.
35534         Based on a suggestion from Lars Hecking.
35535
35536 1998-11-16  Paul Eggert  <eggert@twinsun.com>
35537
35538         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
35539
35540 1998-11-16  Jim Meyering  <meyering@ascend.com>
35541
35542         * m4/lfs.m4: Double-quote the `uname...` expression.
35543
35544 1998-11-14  Jim Meyering  <meyering@ascend.com>
35545
35546         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
35547         * m4/stat.m4: Likewise.
35548
35549 1998-11-03  Jim Meyering  <meyering@ascend.com>
35550
35551         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
35552         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
35553
35554 1998-10-18  Jim Meyering  <meyering@ascend.com>
35555
35556         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
35557
35558 1998-10-17  Jim Meyering  <meyering@ascend.com>
35559
35560         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
35561         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
35562         calls for those previously hard-coded headers.  Instead, take a new
35563         parameter.
35564         (jm_CHECK_DECLARATIONS): Reflect interface change.
35565         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
35566         (jm_CHECK_DECL_LOCALTIME_R): New macro.
35567
35568         * m4/mktime.m4: Test for spring-forward gap before long-running test.
35569
35570 1998-10-14  Jim Meyering  <meyering@ascend.com>
35571
35572         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
35573         instead of "TZ=America/Vancouver".  From Paul Eggert.
35574
35575 1998-10-11  Jim Meyering  <meyering@ascend.com>
35576
35577         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
35578         This adds a test for a recently added compatibility fix for mktime.c.
35579         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
35580
35581 1998-09-27  Jim Meyering  <meyering@ascend.com>
35582
35583         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
35584
35585         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
35586         ../configure.in, including a change from Gordon Matzigkeit to allow
35587         cross-compiling for the Hurd.
35588
35589         * m4/glibc.m4: New file/macro to test for the GNU C Library
35590         versions 1 and 2.  From Gordon Matzigkeit.
35591         Indent.
35592
35593 1998-09-21  Jim Meyering  <meyering@ascend.com>
35594
35595         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
35596
35597 1998-08-18  Paul Eggert  <eggert@twinsun.com>
35598
35599         Port nanosecond-resolution times to UnixWare 2.1.2 and
35600         pedantic Solaris 2.6.
35601
35602         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
35603         AC_STRUCT_ST_MTIM.
35604         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
35605         Generate name of ns member, instead of just 1 or undef.
35606         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
35607
35608 1998-08-15  Jim Meyering  <meyering@ascend.com>
35609
35610         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
35611         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
35612         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
35613         instead of jm_TYPE_SSIZE_T.
35614
35615 1998-08-12  Jim Meyering  <meyering@ascend.com>
35616
35617         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
35618
35619 1998-08-02  Jim Meyering  <meyering@ascend.com>
35620
35621         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
35622         in acconfig.h manually.
35623
35624 1998-07-31  Paul Eggert  <eggert@twinsun.com>
35625
35626         * m4/st_mtim.m4: New file.
35627
35628 1998-07-28  Jim Meyering  <meyering@ascend.com>
35629
35630         * m4/utimes.m4: Undef stat.
35631
35632 1998-07-25  Jim Meyering  <meyering@ascend.com>
35633
35634         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
35635         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
35636
35637 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
35638
35639         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
35640         uid and gid actually remain unchanged.
35641
35642 1998-07-07  Jim Meyering  <meyering@ascend.com>
35643
35644         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
35645
35646 1998-07-04  Jim Meyering  <meyering@ascend.com>
35647
35648         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
35649         to prove that this macro can be used in packages without regex.c.
35650
35651 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
35652
35653         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
35654         is to be used.
35655
35656 1998-07-03  Jim Meyering  <meyering@ascend.com>
35657
35658         * m4/gettext.m4: Add -lintl if it's found to be necessary.
35659
35660         * m4/gettext.m4: New file -- from gettext-0.10.35.
35661         * m4/lcmessage.m4: Likewise.
35662         * m4/progtest.m4: Likewise.
35663
35664         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
35665         * m4/jm-macros.m4: Require the new macro.
35666
35667 1998-06-29  Jim Meyering  <meyering@ascend.com>
35668
35669         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
35670         for the definition of NGROUPS (used in a system header included
35671         by sys/mount.h).
35672
35673 1998-06-28  Jim Meyering  <meyering@ascend.com>
35674
35675         * m4/ls-mntd-fs.m4: New file.
35676         * m4/fstypename.m4: New file.
35677
35678         * m4/jm-macros.m4: Require the new macro.
35679         * m4/jm-glibc-io.m4: New file.
35680
35681 1998-05-19  Jim Meyering  <meyering@ascend.com>
35682
35683         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
35684         * m4/lchown.m4: New file.
35685
35686         * m4/Makefile.am.in: New file.
35687         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
35688
35689 1998-05-14  Jim Meyering  <meyering@ascend.com>
35690
35691         * m4/Makefile.am (EXTRA_DIST): Add them.
35692         * m4/jm-macros.m4: New file.
35693         * m4/utimbuf.m4: New file.
35694
35695 1998-05-12  Jim Meyering  <meyering@ascend.com>
35696
35697         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
35698
35699 1998-05-11  Jim Meyering  <meyering@ascend.com>
35700
35701         * m4/isc-posix.m4: New file.
35702
35703 1998-05-10  Jim Meyering  <meyering@ascend.com>
35704
35705         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
35706
35707 1998-05-09  Jim Meyering  <meyering@ascend.com>
35708
35709         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
35710         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
35711         with automake.
35712
35713         * m4/ssize_t.m4: New file.
35714         * m4/mktime.m4: Remove file -- the new automake has this now.
35715
35716 1998-04-26  Jim Meyering  <meyering@ascend.com>
35717
35718         * m4/assert.m4: New file.
35719         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
35720
35721 1998-04-05  Jim Meyering  <meyering@ascend.com>
35722
35723         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
35724         (jm_PREREQ): Use it here.
35725
35726 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
35727
35728         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
35729         in acconfig.h.
35730
35731 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
35732
35733         * m4/prereq.m4: New file.
35734         * m4/error.m4: New file.
35735         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
35736
35737 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
35738
35739         * m4/getline.m4: Don't set am_cv_func_working_getline before the
35740         cache-check for the same variable -- that defeated the purpose of
35741         the test; the test program was never run.  This was a problem only
35742         on systems with losing getline functions -- HP-UX 10.20 is one.
35743         Reported by Bjorn Helgaas.
35744
35745 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
35746
35747         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
35748
35749 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
35750
35751         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
35752
35753         * m4/const.m4: New file.  Use an initializer in this declaration
35754         typedef int charset[2]; const charset x;
35755         Reported by Bob Glickstein.
35756
35757 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
35758
35759         * m4/chown.m4: Fix reversed types on -1 args to chown.
35760         From Kaveh Ghazi.
35761
35762 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
35763
35764         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
35765         Add lseek and memchr.
35766
35767         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
35768         T.E.Dickey <dickey@clark.net> said that some older preprocessors
35769         have a 20-character limit on names.
35770
35771 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
35772
35773         * m4/inttypes_h.m4: New file.
35774         * m4/uintmax_t.m4: New file.
35775         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
35776
35777 Copyright (C) 1997-2007 Free Software Foundation, Inc.
35778 Copying and distribution of this file, with or without modification,
35779 are permitted provided the copyright notice and this notice are preserved.